C:\xampp\htdocs\kptv2\admin\spaw2\plugins\core\lib\lang\se.lang.inc.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<?php 
// ================================================
// SPAW PHP WYSIWYG editor control
// ================================================
// Swedish language file
// ================================================
// Developed: Alan Mendelevich, alan@solmetra.lt
// Copyright: Solmetra (c)2003 All rights reserved.
// Swedish translation: Tomas Jogin - tomas@jogin.com
// ------------------------------------------------
//                                www.solmetra.com
// ================================================
// v.1.0, 2003-03-20
// ================================================

// charset to be used in dialogs
$spaw_lang_charset 'utf-8';

// language text data array
// first dimension - block, second - exact phrase
// alternative text for toolbar buttons and title for dropdowns - 'title'

$spaw_lang_data = array(
  
'cut' => array(
    
'title' => 'Klipp ut'
  
),
  
'copy' => array(
    
'title' => 'Kopiera'
  
),
  
'paste' => array(
    
'title' => 'Klistra in'
  
),
  
'undo' => array(
    
'title' => 'Ångra'
  
),
  
'redo' => array(
    
'title' => 'Gör om'
  
),
  
'hyperlink' => array(
    
'title' => 'Länk'
  
),
  
'image_insert' => array(
    
'title' => 'Infoga bild',
    
'select' => 'Infoga',
    
'cancel' => 'Avbryt',
    
'library' => 'Bildbibliotek',
    
'preview' => 'Förhandsgranska',
    
'images' => 'Bilder',
    
'upload' => 'Ladda upp bild',
    
'upload_button' => 'Ladda upp',
    
'error' => 'Fel',
    
'error_no_image' => 'Välj en bild',
    
'error_uploading' => 'Ett fel uppstod vid fil-uppladdningen. Var god försök igen senare.',
    
'error_wrong_type' => 'Fel bildtyp',
    
'error_no_dir' => 'Bildbiblioteket finns inte',
  ),
  
'image_prop' => array(
    
'title' => 'Bildegenskaper',
    
'ok' => '   OK   ',
    
'cancel' => 'Avbryt',
    
'source' => 'Källa',
    
'alt' => 'Beskrivning',
    
'align' => 'Justering',
    
'justifyleft' => 'vänster',
    
'justifyright' => 'höger',
    
'top' => 'toppen',
    
'middle' => 'mitten',
    
'bottom' => 'botten',
    
'absmiddle' => 'absmiddle',
    
'texttop' => 'texttop',
    
'baseline' => 'baseline',
    
'width' => 'Bredd',
    
'height' => 'Höjd',
    
'border' => 'Kantlinje',
    
'hspace' => 'Horisontell marginal',
    
'vspace' => 'Vertikal marginal',
    
'error' => 'Fel',
    
'error_width_nan' => 'Bredd är inte ett nummer',
    
'error_height_nan' => 'Höjd är inte ett nummer',
    
'error_border_nan' => 'Kantlinje är inte ett nummer',
    
'error_hspace_nan' => 'Horisontell marginal är inte ett nummer',
    
'error_vspace_nan' => 'Vertikal marginal är inte ett nummer',
  ),
  
'inserthorizontalrule' => array(
    
'title' => 'Horisontell linje'
  
),
  
'table_create' => array(
    
'title' => 'Skapa tabell'
  
),
  
'table_prop' => array(
    
'title' => 'Tabellegenskaper',
    
'ok' => '   OK   ',
    
'cancel' => 'Avbryt',
    
'rows' => 'Rader',
    
'columns' => 'Kolumner',
    
'width' => 'Bredd',
    
'height' => 'Höjd',
    
'border' => 'Kantlinje',
    
'pixels' => 'pixlar',
    
'cellpadding' => 'Fältmarginal',
    
'cellspacing' => 'Fältavstånd',
    
'bg_color' => 'Bakgrundsfärg',
    
'error' => 'Fel',
    
'error_rows_nan' => 'Rader är inte ett nummer',
    
'error_columns_nan' => 'Kolumner är inte ett nummer',
    
'error_width_nan' => 'Bredd är inte ett nummer',
    
'error_height_nan' => 'Höjd är inte ett nummer',
    
'error_border_nan' => 'Kantlinje är inte ett nummer',
    
'error_cellpadding_nan' => 'Fältmarginal är inte ett nummer',
    
'error_cellspacing_nan' => 'Fältavstånd är inte ett nummer',
  ),
  
'table_cell_prop' => array(
    
'title' => 'Fältegenskaper',
    
'horizontal_align' => 'Horisontell justering',
    
'vertical_align' => 'Vertikal justering',
    
'width' => 'Bredd',
    
'height' => 'Höjd',
    
'css_class' => 'CSS-klass',
    
'no_wrap' => 'Ej automatisk radbrytning',
    
'bg_color' => 'Bakgrundsfärg',
    
'ok' => '   OK   ',
    
'cancel' => 'Avbryt',
    
'justifyleft' => 'Vänster',
    
'justifycenter' => 'Mitten',
    
'justifyright' => 'Höger',
    
'top' => 'Toppen',
    
'middle' => 'Mitten',
    
'bottom' => 'Botten',
    
'baseline' => 'Baslinje',
    
'error' => 'Fel',
    
'error_width_nan' => 'Bredd är inte ett nummer',
    
'error_height_nan' => 'Höjd är inte ett nummer',
  ),
  
'table_row_insert' => array(
    
'title' => 'Infoga rad'
  
),
  
'table_column_insert' => array(
    
'title' => 'Infoga kolumn'
  
),
  
'table_row_delete' => array(
    
'title' => 'Radera rad'
  
),
  
'table_column_delete' => array(
    
'title' => 'Radera kolumn'
  
),
  
'table_cell_merge_right' => array(
    
'title' => 'Sammanfoga till höger'
  
),
  
'table_cell_merge_down' => array(
    
'title' => 'Sammanfoga nedåt'
  
),
  
'table_cell_split_horizontal' => array(
    
'title' => 'Dela fält horisontellt'
  
),
  
'table_cell_split_vertical' => array(
    
'title' => 'Dela fält vertikalt'
  
),
  
'style' => array(
    
'title' => 'Stilmall'
  
),
  
'fontname' => array(
    
'title' => 'Teckensnitt'
  
),
  
'fontsize' => array(
    
'title' => 'Storlek'
  
),
  
'formatBlock' => array(
    
'title' => 'Stycke'
  
),
  
'bold' => array(
    
'title' => 'Fetstil'
  
),
  
'italic' => array(
    
'title' => 'Kursiv'
  
),
  
'underline' => array(
    
'title' => 'Understruken'
  
),
  
'insertorderedlist' => array(
    
'title' => 'Sorterad lista'
  
),
  
'insertunorderedlist' => array(
    
'title' => 'Osorterad lista'
  
),
  
'indent' => array(
    
'title' => 'Indrag'
  
),
  
'outdent' => array(
    
'title' => 'Ta bort indrag'
  
),
  
'justifyleft' => array(
    
'title' => 'Vänster'
  
),
  
'justifycenter' => array(
    
'title' => 'Mitten'
  
),
  
'justifyright' => array(
    
'title' => 'Höger'
  
),
  
'fore_color' => array(
    
'title' => 'Förgrundsfärg'
  
),
  
'bg_color' => array(
    
'title' => 'Bakgrundsfärg'
  
),
  
'design' => array(
    
'title' => 'Byt till layout-läge'
  
),
  
'html' => array(
    
'title' => 'Byt till HTML-läge'
  
),
  
'colorpicker' => array(
    
'title' => 'Färgväljare',
    
'ok' => '   OK   ',
    
'cancel' => 'Avbryt',
  ),
  
'cleanup' => array(
    
'title' => 'Rensa HTML',
    
'confirm' => 'Detta rensar dokumentet från överflödiga stilformateringar och uppmärkningar. Vissa eller alla stilformateringar kan försvinna.',
    
'ok' => '   OK   ',
    
'cancel' => 'Avbryt',
  ),
  
'toggle_borders' => array(
    
'title' => 'Visa/göm kantlinjer',
  ),
  
'hyperlink' => array(
    
'title' => 'Infoga länk',
    
'url' => 'Adress',
    
'name' => 'Namn',
    
'target' => 'Fönster',
    
'title_attr' => 'Titel',
    
'ok' => '   OK   ',
    
'cancel' => 'Avbryt',
  ),
  
'table_row_prop' => array(
    
'title' => 'Radegenskaper',
    
'horizontal_align' => 'Horisontell justering',
    
'vertical_align' => 'Vertikal justering',
    
'css_class' => 'CSS-klass',
    
'no_wrap' => 'Ej automatisk radbrytning',
    
'bg_color' => 'Bakgrundsfärg',
    
'ok' => '   OK   ',
    
'cancel' => 'Avbryt',
    
'justifyleft' => 'Vänster',
    
'justifycenter' => 'Mitten',
    
'justifyright' => 'Höger',
    
'top' => 'Toppen',
    
'middle' => 'Mitten',
    
'bottom' => 'Botten',
    
'baseline' => 'Baslinje',
  ),
  
'symbols' => array(
    
'title' => 'Speciella tecken',
    
'ok' => '   OK   ',
    
'cancel' => 'Avbryt',
  ),
  
'templates' => array(
    
'title' => 'Mallar',
  ),
  
'page_prop' => array(
    
'title' => 'Sidegenskaper',
    
'title_tag' => 'Titel',
    
'charset' => 'Teckenuppsättning',
    
'background' => 'Bakgrundsbild',
    
'bgcolor' => 'Bakgrundsfärg',
    
'text' => 'Textfärg',
    
'link' => 'Länkfärg',
    
'vlink' => 'Färg på besökta länkar',
    
'alink' => 'Färg på markerade länkar',
    
'leftmargin' => 'Vänstermarginal',
    
'topmargin' => 'Topmarginal',
    
'css_class' => 'CSS-klass',
    
'ok' => '   OK   ',
    
'cancel' => 'Avbryt',
  ),
  
'preview' => array(
    
'title' => 'Förhandsgranska',
  ),
  
'image_popup' => array(
    
'title' => 'Bild-popup',
  ),
  
'zoom' => array(
    
'title' => 'Zoom',
  ),
);
?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586