C:\xampp\htdocs\kptv2\admin\spaw2\plugins\core\lib\lang\fi.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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<?php
// ================================================
// SPAW PHP WYSIWYG editor control
// ================================================
// Finnish language file
// ================================================
// Developed: Alan Mendelevich, alan@solmetra.lt
// Copyright: Solmetra (c)2003 All rights reserved.
// Finnish translation: Teemu Joensuu, teemu.joensuu@saunalahti.fi
// ------------------------------------------------
//                                www.solmetra.com
// ================================================
// v.2.0, 2007-06-27
// ================================================

// charset to be used in dialogs
$spaw_lang_charset 'iso-8859-1';

// 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' => 'Leikkaa'
  
),
  
'copy' => array(
    
'title' => 'Kopioi'
  
),
  
'paste' => array(
    
'title' => 'Liitä'
  
),
  
'undo' => array(
    
'title' => 'Kumoa'
  
),
  
'redo' => array(
    
'title' => 'Tee uudelleen'
  
),
  
'hyperlink' => array(
    
'title' => 'Linkki'
  
),
    
'image' => array(
    
'title' => 'Kuvan nopea lisäys'
  
),
/*  'image_insert' => array(
    'title' => 'Lisää kuva',
    'select' => 'Valitse',
    'cancel' => 'Peruuta',
    'library' => 'Kirjasto',
    'preview' => 'Esikatselu',
    'images' => 'Kuvat',
    'upload' => 'Lähetä kuva palvelimelle',
    'upload_button' => 'Lähetä',
    'error' => 'Virhe',
    'error_no_image' => 'Et valinnut kuvaa listalta.',
    'error_uploading' => 'Kuvan palvelimelle lähetyksessä esiintyi virhe. Yritä myöhemmin uudelleen.',
    'error_wrong_type' => 'Lähettämäsi tiedosto ei ollut tuettua tiedostomuotoa',
    'error_no_dir' => 'Kirjastoa ei ole fyysisesti olemassa.',
  ),
*/  
'image_prop' => array(
    
'title' => 'Kuvan ominaisuudet',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
    
'source' => 'Kuva',
    
'alt' => 'Kuvaus (ALT)',
    
'align' => 'Suhde tekstiin',
    
'left' => 'kuva vasemmalla, teksti kiertää',
    
'right' => 'kuva oikealla, teksti kiertää',
    
'top' => 'teksti asettuu kuvan yläreunaan',
    
'middle' => 'teksti asettuu kuvan keskikork.',
    
'bottom' => 'teksti asettuu kuvan alareunaan',
    
'absmiddle' => 'absmiddle',
    
'texttop' => 'texttop',
    
'baseline' => 'baseline',
    
'width' => 'Leveys',
    
'height' => 'Korkeus',
    
'border' => 'Reunus',
    
'hspace' => 'Vaakas. tyhjä tila',
    
'vspace' => 'Pystys. tyhjä tila',
    
'dimensions' => 'Mitat'// <= new in 2.0.1
    
'reset_dimensions' => 'Aseta alkuperäinen kuvakoko'// <= new in 2.0.1
    
'title_attr' => 'Otsake'// <= new in 2.0.1
    
'constrain_proportions' => 'Säilytä kuvasuhde'// <= new in 2.0.1
    
'error' => 'Virhe',
    
'error_width_nan' => 'Leveyden arvo ei ole numero',
    
'error_height_nan' => 'Korkeuden arvo ei ole numero',
    
'error_border_nan' => 'Reunuksen arvo ei ole numero',
    
'error_hspace_nan' => 'Vaakasuoran tyhjän tilan arvo ei ole numero',
    
'error_vspace_nan' => 'Pystysuoran tyhjän tilan arvo ei ole numero',
  ),
  
'flash_prop' => array(                // <= new in 2.0
    
'title' => 'Flash-objektin liittäminen',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
    
'source' => 'Lähde',
    
'width' => 'Leveys',
    
'height' => 'Korkeus',
    
'error' => 'Virhe',
    
'error_width_nan' => 'Leveyden arvo ei ole numero',
    
'error_height_nan' => 'Korkeuden arvo ei ole numero',
  ),    
    
  
'inserthorizontalrule' => array(
    
'title' => 'Vaakaviiva'
  
),
  
'table_create' => array(
    
'title' => 'Luo taulukko'
  
),
  
'table_prop' => array(
    
'title' => 'Taulukon ominaisuudet',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
    
'rows' => 'Rivejä',
    
'columns' => 'Sarakkeita',
    
'width' => 'Leveys',
    
'height' => 'Korkeus',
    
'border' => 'Reunaviiva',
    
'pixels' => 'kuvapistettä',
    
'css_class' => 'Tyyli',
    
'cellpadding' => 'Tekstin etäisyys solun reunasta',
    
'cellspacing' => 'Solujen välinen tyhjä tila',
    
'bg_color' => 'Taustaväri',
    
'background' => 'Taustakuva',
    
'error' => 'Virhe',
    
'error_rows_nan' => 'Rivimäärän arvo ei ole numero',
    
'error_columns_nan' => 'Sarakemäärän arvo ei ole numero',
    
'error_width_nan' => 'Leveyden arvo ei ole numero',
    
'error_height_nan' => 'Korkeuden arvo ei ole numero',
    
'error_border_nan' => 'Reunuksen arvo ei ole numero',
    
'error_cellpadding_nan' => 'Tekstin etäisyys solun reunasta -kentän arvo ei ole numero',
    
'error_cellspacing_nan' => 'Solujen välinen tyhjä tila -arvo ei ole numero',
  ),
  
'table_cell_prop' => array(
    
'title' => 'Taulukon solun ominaisuudet',
    
'horizontal_align' => 'Tasaus vaakasuunnassa',
    
'vertical_align' => 'Tasaus pystysuunnassa',
    
'width' => 'Leveys',
    
'height' => 'Korkeus',
    
'css_class' => 'Tyyli',
    
'no_wrap' => 'No wrap',
    
'bg_color' => 'Taustaväri',
    
'background' => 'Taustakuva',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
    
'justifyleft' => 'Vasen',
    
'justifycenter' => 'Keskitä',
    
'justifyright' => 'Oikea',
    
'top' => 'Ylös',
    
'middle' => 'Keskelle',
    
'bottom' => 'Alas',
    
'baseline' => 'Baseline',
    
'error' => 'Virhe',
    
'error_width_nan' => 'Leveyden arvo ei ole numero',
    
'error_height_nan' => 'Korkeuden arvo ei ole numero',
    
  ),
  
'table_row_insert' => array(
    
'title' => 'Lisää rivi taulukkoon'
  
),
  
'table_column_insert' => array(
    
'title' => 'Lisää sarake taulukkoon'
  
),
  
'table_row_delete' => array(
    
'title' => 'Poista rivi taulukosta'
  
),
  
'table_column_delete' => array(
    
'title' => 'Poista sarake taulukosta'
  
),
  
'table_cell_merge_right' => array(
    
'title' => 'Yhdistä oikealla puolella olevaan soluun'
  
),
  
'table_cell_merge_down' => array(
    
'title' => 'Yhdistä alapuolella olevaan soluun'
  
),
  
'table_cell_split_horizontal' => array(
    
'title' => 'Jaa solu vaakasuunnassa'
  
),
  
'table_cell_split_vertical' => array(
    
'title' => 'Jaa solu pystysuunnassa'
  
),
  
'style' => array(
    
'title' => 'Tyyli'
  
),
  
'fontname' => array(
    
'title' => 'Fontti'
  
),
  
'fontsize' => array(
    
'title' => 'Koko'
  
),
  
'formatBlock' => array(
    
'title' => 'Kappale'
  
),
  
'bold' => array(
    
'title' => 'Lihavoi'
  
),
  
'italic' => array(
    
'title' => 'Kursivoi'
  
),
  
'underline' => array(
    
'title' => 'Alleviivaa'
  
),
  
'insertorderedlist' => array(
    
'title' => 'Numeroitu luettelo'
  
),
  
'insertunorderedlist' => array(
    
'title' => 'Luettelomerkit'
  
),
  
'indent' => array(
    
'title' => 'Sisennä'
  
),
  
'outdent' => array(
    
'title' => 'Poista sisennystä'
  
),
  
'justifyleft' => array(
    
'title' => 'Tasaa vasempaan reunaan'
  
),
  
'justifycenter' => array(
    
'title' => 'Keskitä'
  
),
  
'justifyright' => array(
    
'title' => 'Tasaa oikeaan reunaan'
  
),
  
'justifyfull' => array( // <== v.2.0 changed from justify
    
'title' => 'Tasaa molemmat reunat'
  
),
  
'fore_color' => array(
    
'title' => 'Tekstin väri'
  
),
  
'bg_color' => array(
    
'title' => 'Tekstin taustaväri'
  
),
  
'design' => array(
    
'title' => 'Vaihda sisältöeditorin tekstinkäsittelyn kaltaiseen  WYSIWYG (design) -tilaan.'
  
),
  
'html' => array(
    
'title' => 'Vaihda HTML-kooditilaan'
  
),
  
'colorpicker' => array(
    
'title' => 'Värivalitsin',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
  ),
      
'cleanup' => array(
    
'title' => 'HTML-koodin puhdistus (poistaa tyylimäärittelyt)',
    
'confirm' => 'Tämä toiminto poistaa tämän sivun sisällöstä kaikki tyylimäärittelyt, fonttimäärittelyt ja tarpeettomat komennot. Kaikki tekstin muotoilu tai osa muotoilusta voi kadota.',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
  ),
  
'toggle_borders' => array(
    
'title' => 'Näytä/Piilota reunuksettomien taulukkojen reunat',
  ),
  
'hyperlink' => array(
    
'title' => 'Linkki',
    
'url' => 'Kohdeosoite (URL)',
    
'name' => 'Nimi',
    
'target' => 'Ikkuna, johon linkki avautuu',
    
'title_attr' => 'Otsikko',
      
'a_type' => 'Linkin tyyppi',
      
'type_link' => 'Tavallinen linkki',
      
'type_linktoownpage' => 'Linkki omalle sivulle',
      
'type_linktofile' => 'Linkki tiedostoon palvelimella',
      
'type_anchor' => 'Ankkuri',
      
'type_link2anchor' => 'Linkki ankkuriin',
      
'anchors' => 'Ankkurit',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
  ),
  
'hyperlink_targets' => array(
      
'_self' => 'Sama ikkuna (_self)',
      
'_blank' => 'Uusi tyhjä ikkuna (_blank)',
      
'_top' => 'top frame (_top)',
      
'_parent' => 'parent frame (_parent)'
  
),
  
'unlink' => array( // <=== new v.2.0
    
'title' => 'Poista linkki'
  
),
  
'table_row_prop' => array(
    
'title' => 'Taulukon rivin ominaisuudet',
    
'horizontal_align' => 'Tasaus vaakasuunnassa',
    
'vertical_align' => 'Tasaus Pystysuunnassa',
    
'css_class' => 'CSS tyyli',
    
'no_wrap' => 'No wrap',
    
'bg_color' => 'Taustaväri',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
    
'justifyleft' => 'Vasen',
    
'justifycenter' => 'Keskitä',
    
'justifyright' => 'Oikea',
    
'top' => 'Ylös',
    
'middle' => 'Keskelle',
    
'bottom' => 'Alas',
    
'baseline' => 'Alareunaan',
  ),
  
'symbols' => array(
    
'title' => 'Erikoismerkit',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
  ),
  
'templates' => array(
    
'title' => 'Ulkoasupohjat',
  ),
  
'page_prop' => array(
    
'title' => 'Sivun ominaisuudet',
    
'title_tag' => 'Otsikko (Title)',
    
'charset' => 'Charset',
    
'background' => 'Taustakuva',
    
'bgcolor' => 'Taustaväri',
    
'text' => 'Tekstin väri',
    
'link' => 'Linkin väri',
    
'vlink' => 'Vieraillun linkin väri',
    
'alink' => 'Aktiivisen linkin väri',
    
'leftmargin' => 'Vasen reunus',
    
'topmargin' => 'Yläreunus',
    
'css_class' => 'CSS luokka',
    
'ok' => '   OK   ',
    
'cancel' => 'Peruuta',
  ),
  
'preview' => array(
    
'title' => 'Esikatselu',
  ),
  
'image_popup' => array(
    
'title' => 'Ponnahduskuva',
  ),
  
'zoom' => array(
    
'title' => 'Zoomaa',
  ),
    
'subscript' => array(
    
'title' => 'Subscript',
  ),
  
'superscript' => array(
    
'title' => 'Superscript',
  ),

);
?>
x

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