Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,63 @@
1
+// FI lang variables by Urho Konttori from Absolutions
2
+
3
+tinyMCE.addToLang('',{
4
+theme_style_select : 'Tyylit',
5
+theme_code_desc : 'Muokkaa HTML lähdekoodia',
6
+theme_code_title : 'HTML Lähdekoodin muokkaus',
7
+theme_code_wordwrap : 'Word wrap',
8
+theme_sub_desc : 'Alamääre',
9
+theme_sup_desc : 'Ylämääre',
10
+theme_hr_desc : 'Lisää vaakaviiva',
11
+theme_removeformat_desc : 'Poista muotoilu',
12
+theme_custom1_desc : 'Kirjoita oma selityksesi tähän',
13
+insert_image_border : 'Reuna',
14
+insert_image_dimensions : 'Mitat',
15
+insert_image_vspace : 'Pystyväli',
16
+insert_image_hspace : 'Vaakaväli',
17
+insert_image_align : 'Asettelu',
18
+insert_image_align_default : 'Oletus',
19
+insert_image_align_baseline : 'Perustasoon',
20
+insert_image_align_top : 'Ylälaitaan',
21
+insert_image_align_middle : 'Keskelle',
22
+insert_image_align_bottom : 'Alalaitaan',
23
+insert_image_align_texttop : 'Tekstin ylälaitaan',
24
+insert_image_align_absmiddle : 'Absoluuttisen keskelle',
25
+insert_image_align_absbottom : 'Absoluuttisen alas',
26
+insert_image_align_left : 'Vasemmalle',
27
+insert_image_align_right : 'Oikealle',
28
+theme_font_size : '-- Font size --',
29
+theme_fontdefault : '-- Font family --',
30
+theme_block : '-- Format --',
31
+theme_paragraph : 'Kappale',
32
+theme_div : 'Div',
33
+theme_address : 'Osoite',
34
+theme_pre : 'Etukäteen muotoiltu',
35
+theme_h1 : 'Otsikko 1',
36
+theme_h2 : 'Otsikko 2',
37
+theme_h3 : 'Otsikko 3',
38
+theme_h4 : 'Otsikko 4',
39
+theme_h5 : 'Otsikko 5',
40
+theme_h6 : 'Otsikko 6',
41
+theme_colorpicker_title : 'Valitse väri',
42
+theme_colorpicker_apply : 'Aseta väri',
43
+theme_forecolor_desc : 'Valitse etuväri',
44
+theme_backcolor_desc : 'Select background color',
45
+theme_charmap_title : 'Select custom character',
46
+theme_charmap_desc : 'Insert custom character',
47
+theme_visualaid_desc : 'Toggle guidelines/invisible elements',
48
+insert_anchor_title : 'Insert/edit anchor',
49
+insert_anchor_name : 'Anchor name',
50
+theme_anchor_desc : 'Insert/edit anchor',
51
+theme_insert_link_titlefield : 'Title',
52
+theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
53
+theme_path : 'Path',
54
+cut_desc : 'Cut',
55
+copy_desc : 'Copy',
56
+paste_desc : 'Paste',
57
+link_list : 'Link list',
58
+image_list : 'Image list',
59
+browse : 'Browse',
60
+image_props_desc : 'Image properties',
61
+newdocument_desc : 'New document',
62
+newdocument : 'Are you sure you want clear all contents?'
63
+});