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,77 @@
1
+// SE lang variables
2
+
3
+tinyMCE.addToLang('',{
4
+theme_style_select : '-- Stilar --',
5
+theme_code_desc : 'Editera HTML-koden',
6
+theme_code_title : 'HTML-källkodseditor',
7
+theme_code_wordwrap : 'Automatiskt radbyte',
8
+theme_sub_desc : 'Nedsänkt text',
9
+theme_sup_desc : 'Upphöjd text',
10
+theme_hr_desc : 'Sätt in horisontell linje',
11
+theme_removeformat_desc : 'Ta bort formatering',
12
+theme_custom1_desc : 'Din specialbeskriving här',
13
+insert_image_border : 'Ram',
14
+insert_image_dimensions : 'Dimensioner',
15
+insert_image_vspace : 'Vertikalt tomrum',
16
+insert_image_hspace : 'Horisontellt tomrum',
17
+insert_image_align : 'Justering',
18
+insert_image_align_default : 'Ingen',
19
+insert_image_align_baseline : 'Bottenlinjen',
20
+insert_image_align_top : 'Längst upp',
21
+insert_image_align_middle : 'Mitten',
22
+insert_image_align_bottom : 'Längst ner',
23
+insert_image_align_texttop : 'Textens top',
24
+insert_image_align_absmiddle : 'Absoluta mitten',
25
+insert_image_align_absbottom : 'Absolut längst ner',
26
+insert_image_align_left : 'Vänster',
27
+insert_image_align_right : 'Höger',
28
+insert_image_delta_width : 30,
29
+insert_image_delta_height : 10,
30
+theme_font_size : '-- Fontstorlek --',
31
+theme_fontdefault : '-- Font familj --',
32
+theme_block : '-- Stycke --',
33
+theme_paragraph : 'Paragraf',
34
+theme_div : 'Div',
35
+theme_address : 'Adress',
36
+theme_pre : 'Förformatterad',
37
+theme_h1 : 'Rubrik 1',
38
+theme_h2 : 'Rubrik 2',
39
+theme_h3 : 'Rubrik 3',
40
+theme_h4 : 'Rubrik 4',
41
+theme_h5 : 'Rubrik 5',
42
+theme_h6 : 'Rubrik 6',
43
+theme_colorpicker_title : 'Välj en färg',
44
+theme_colorpicker_apply : 'Verkställ',
45
+theme_forecolor_desc : 'Välj förgrundsfärg',
46
+theme_backcolor_desc : 'Välj bakgrundsfärg',
47
+theme_charmap_title : 'Välj specialtecken',
48
+theme_charmap_desc : 'Sätt in specialtecken',
49
+theme_visualaid_desc : 'Slå av/på osynliga element',
50
+insert_anchor_title : 'Skapa/redigera ankare',
51
+insert_anchor_name : 'Ankarnamn',
52
+theme_anchor_desc : 'Skapa/redigera ankare',
53
+theme_insert_link_titlefield : 'Titel',
54
+theme_clipboard_msg : 'Klipput/Kopiera/Klistra fungerar inte Mozilla och Firefox. Vill du veta mer om detta?',
55
+theme_path : 'Sökväg',
56
+cut_desc : 'Klipp ut',
57
+copy_desc : 'Kopiera',
58
+paste_desc : 'Klistra in',
59
+link_list : 'Länkar',
60
+image_list : 'Bilder',
61
+browse : 'Bläddra',
62
+image_props_desc : 'Bild egenskaper',
63
+newdocument_desc : 'Nytt dokument',
64
+class_name : 'Stil',
65
+newdocument : 'Är du säker på att du vill tömma hela redigerings ytan?',
66
+about_title : 'Om TinyMCE',
67
+about : 'Om',
68
+license : 'Licens',
69
+plugins : 'Insticksprogram',
70
+plugin : 'Insticksprogram',
71
+author : 'Utvecklare',
72
+version : 'Version',
73
+loaded_plugins : 'Laddade insticksprogram',
74
+help : 'Hjälp',
75
+not_set : '-- Inte satt --',
76
+close : 'Stäng'
77
+});