tinymce-rails-langs 4.20130625 → 4.20140129
Sign up to get free protection for your applications and to get access to all the features.
- data/vendor/assets/javascripts/tinymce/langs/ar.js +23 -1
- data/vendor/assets/javascripts/tinymce/langs/az.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/be.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/bg_BG.js +28 -7
- data/vendor/assets/javascripts/tinymce/langs/bs.js +5 -1
- data/vendor/assets/javascripts/tinymce/langs/ca.js +63 -3
- data/vendor/assets/javascripts/tinymce/langs/cs.js +4 -0
- data/vendor/assets/javascripts/tinymce/langs/cy.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/da.js +24 -3
- data/vendor/assets/javascripts/tinymce/langs/de.js +110 -89
- data/vendor/assets/javascripts/tinymce/langs/de_AT.js +32 -11
- data/vendor/assets/javascripts/tinymce/langs/dv.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/el.js +141 -120
- data/vendor/assets/javascripts/tinymce/langs/en_CA.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/en_GB.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/es.js +23 -2
- data/vendor/assets/javascripts/tinymce/langs/et.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/eu.js +4 -0
- data/vendor/assets/javascripts/tinymce/langs/fa.js +18 -12
- data/vendor/assets/javascripts/tinymce/langs/fi.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/fr_FR.js +21 -2
- data/vendor/assets/javascripts/tinymce/langs/gl.js +32 -11
- data/vendor/assets/javascripts/tinymce/langs/he_IL.js +38 -16
- data/vendor/assets/javascripts/tinymce/langs/hr.js +19 -0
- data/vendor/assets/javascripts/tinymce/langs/hu_HU.js +5 -1
- data/vendor/assets/javascripts/tinymce/langs/hy.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/id.js +71 -0
- data/vendor/assets/javascripts/tinymce/langs/is_IS.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/it.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/ja.js +18 -0
- data/vendor/assets/javascripts/tinymce/langs/kk.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/km_KH.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ko_KR.js +39 -20
- data/vendor/assets/javascripts/tinymce/langs/lb.js +14 -12
- data/vendor/assets/javascripts/tinymce/langs/lt.js +15 -0
- data/vendor/assets/javascripts/tinymce/langs/lv.js +19 -0
- data/vendor/assets/javascripts/tinymce/langs/ml_IN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/nb_NO.js +11 -7
- data/vendor/assets/javascripts/tinymce/langs/nl.js +36 -32
- data/vendor/assets/javascripts/tinymce/langs/pl.js +22 -2
- data/vendor/assets/javascripts/tinymce/langs/pt_BR.js +5 -1
- data/vendor/assets/javascripts/tinymce/langs/pt_PT.js +169 -148
- data/vendor/assets/javascripts/tinymce/langs/ro.js +24 -3
- data/vendor/assets/javascripts/tinymce/langs/ru.js +5 -0
- data/vendor/assets/javascripts/tinymce/langs/sk.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/sl_SI.js +30 -5
- data/vendor/assets/javascripts/tinymce/langs/sr.js +35 -10
- data/vendor/assets/javascripts/tinymce/langs/sv_SE.js +19 -15
- data/vendor/assets/javascripts/tinymce/langs/ta.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ta_IN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/tg.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/th_TH.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/tr_TR.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/ug.js +3 -0
- data/vendor/assets/javascripts/tinymce/langs/uk.js +23 -2
- data/vendor/assets/javascripts/tinymce/langs/uk_UA.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/vi.js +137 -0
- data/vendor/assets/javascripts/tinymce/langs/vi_VN.js +17 -0
- data/vendor/assets/javascripts/tinymce/langs/zh_CN.js +13 -9
- data/vendor/assets/javascripts/tinymce/langs/zh_TW.js +58 -37
- metadata +22 -3
@@ -0,0 +1,177 @@
|
|
1
|
+
tinymce.addI18n('en_CA',{
|
2
|
+
"Cut": "Cut",
|
3
|
+
"Header 2": "Header 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.",
|
5
|
+
"Div": "Div",
|
6
|
+
"Paste": "Paste",
|
7
|
+
"Close": "Close",
|
8
|
+
"Font Family": "Font Family",
|
9
|
+
"Pre": "Pre",
|
10
|
+
"Align right": "Align right",
|
11
|
+
"New document": "New document",
|
12
|
+
"Blockquote": "Blockquote",
|
13
|
+
"Numbered list": "Numbered list",
|
14
|
+
"Increase indent": "Increase indent",
|
15
|
+
"Formats": "Formats",
|
16
|
+
"Headers": "Headers",
|
17
|
+
"Select all": "Select all",
|
18
|
+
"Header 3": "Header 3",
|
19
|
+
"Blocks": "Blocks",
|
20
|
+
"Undo": "Undo",
|
21
|
+
"Strikethrough": "Strikethrough",
|
22
|
+
"Bullet list": "Bullet list",
|
23
|
+
"Header 1": "Header 1",
|
24
|
+
"Superscript": "Superscript",
|
25
|
+
"Clear formatting": "Clear formatting",
|
26
|
+
"Font Sizes": "Font Sizes",
|
27
|
+
"Subscript": "Subscript",
|
28
|
+
"Header 6": "Header 6",
|
29
|
+
"Redo": "Redo",
|
30
|
+
"Paragraph": "Paragraph",
|
31
|
+
"Ok": "Ok",
|
32
|
+
"Bold": "Bold",
|
33
|
+
"Code": "Code",
|
34
|
+
"Italic": "Italic",
|
35
|
+
"Align center": "Align center",
|
36
|
+
"Header 5": "Header 5",
|
37
|
+
"Decrease indent": "Decrease indent",
|
38
|
+
"Header 4": "Header 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.",
|
40
|
+
"Underline": "Underline",
|
41
|
+
"Cancel": "Cancel",
|
42
|
+
"Justify": "Justify",
|
43
|
+
"Inline": "Inline",
|
44
|
+
"Copy": "Copy",
|
45
|
+
"Align left": "Align left",
|
46
|
+
"Visual aids": "Visual aids",
|
47
|
+
"Lower Greek": "Lower Greek",
|
48
|
+
"Square": "Square",
|
49
|
+
"Default": "Default",
|
50
|
+
"Lower Alpha": "Lower Alpha",
|
51
|
+
"Circle": "Circle",
|
52
|
+
"Disc": "Disc",
|
53
|
+
"Upper Alpha": "Upper Alpha",
|
54
|
+
"Upper Roman": "Upper Roman",
|
55
|
+
"Lower Roman": "Lower Roman",
|
56
|
+
"Name": "Name",
|
57
|
+
"Anchor": "Anchor",
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "You have unsaved changes are you sure you want to navigate away?",
|
59
|
+
"Restore last draft": "Restore last draft",
|
60
|
+
"Special character": "Special character",
|
61
|
+
"Source code": "Source code",
|
62
|
+
"Right to left": "Right to left",
|
63
|
+
"Left to right": "Left to right",
|
64
|
+
"Emoticons": "Emoticons",
|
65
|
+
"Robots": "Robots",
|
66
|
+
"Document properties": "Document properties",
|
67
|
+
"Title": "Title",
|
68
|
+
"Keywords": "Keywords",
|
69
|
+
"Encoding": "Encoding",
|
70
|
+
"Description": "Description",
|
71
|
+
"Author": "Author",
|
72
|
+
"Fullscreen": "Fullscreen",
|
73
|
+
"Horizontal line": "Horizontal line",
|
74
|
+
"Horizontal space": "Horizontal space",
|
75
|
+
"Insert\/edit image": "Insert\/edit image",
|
76
|
+
"General": "General",
|
77
|
+
"Advanced": "Advanced",
|
78
|
+
"Source": "Source",
|
79
|
+
"Border": "Border",
|
80
|
+
"Constrain proportions": "Constrain proportions",
|
81
|
+
"Vertical space": "Vertical space",
|
82
|
+
"Image description": "Image description",
|
83
|
+
"Style": "Style",
|
84
|
+
"Dimensions": "Dimensions",
|
85
|
+
"Insert image": "Insert image",
|
86
|
+
"Insert date\/time": "Insert date\/time",
|
87
|
+
"Remove link": "Remove link",
|
88
|
+
"Url": "Url",
|
89
|
+
"Text to display": "Text to display",
|
90
|
+
"Anchors": "Anchors",
|
91
|
+
"Insert link": "Insert link",
|
92
|
+
"New window": "New window",
|
93
|
+
"None": "None",
|
94
|
+
"Target": "Target",
|
95
|
+
"Insert\/edit link": "Insert\/edit link",
|
96
|
+
"Insert\/edit video": "Insert\/edit video",
|
97
|
+
"Poster": "Poster",
|
98
|
+
"Alternative source": "Alternative source",
|
99
|
+
"Paste your embed code below:": "Paste your embed code below:",
|
100
|
+
"Insert video": "Insert video",
|
101
|
+
"Embed": "Embed",
|
102
|
+
"Nonbreaking space": "Nonbreaking space",
|
103
|
+
"Page break": "Page break",
|
104
|
+
"Paste as text": "Paste as text",
|
105
|
+
"Preview": "Preview",
|
106
|
+
"Print": "Print",
|
107
|
+
"Save": "Save",
|
108
|
+
"Could not find the specified string.": "Could not find the specified string.",
|
109
|
+
"Replace": "Replace",
|
110
|
+
"Next": "Next",
|
111
|
+
"Whole words": "Whole words",
|
112
|
+
"Find and replace": "Find and replace",
|
113
|
+
"Replace with": "Replace with",
|
114
|
+
"Find": "Find",
|
115
|
+
"Replace all": "Replace all",
|
116
|
+
"Match case": "Match case",
|
117
|
+
"Prev": "Prev",
|
118
|
+
"Spellcheck": "Spellcheck",
|
119
|
+
"Finish": "Finish",
|
120
|
+
"Ignore all": "Ignore all",
|
121
|
+
"Ignore": "Ignore",
|
122
|
+
"Insert row before": "Insert row before",
|
123
|
+
"Rows": "Rows",
|
124
|
+
"Height": "Height",
|
125
|
+
"Paste row after": "Paste row after",
|
126
|
+
"Alignment": "Alignment",
|
127
|
+
"Column group": "Column group",
|
128
|
+
"Row": "Row",
|
129
|
+
"Insert column before": "Insert column before",
|
130
|
+
"Split cell": "Split cell",
|
131
|
+
"Cell padding": "Cell padding",
|
132
|
+
"Cell spacing": "Cell spacing",
|
133
|
+
"Row type": "Row type",
|
134
|
+
"Insert table": "Insert table",
|
135
|
+
"Body": "Body",
|
136
|
+
"Caption": "Caption",
|
137
|
+
"Footer": "Footer",
|
138
|
+
"Delete row": "Delete row",
|
139
|
+
"Paste row before": "Paste row before",
|
140
|
+
"Scope": "Scope",
|
141
|
+
"Delete table": "Delete table",
|
142
|
+
"Header cell": "Header cell",
|
143
|
+
"Column": "Column",
|
144
|
+
"Cell": "Cell",
|
145
|
+
"Header": "Header",
|
146
|
+
"Cell type": "Cell type",
|
147
|
+
"Copy row": "Copy row",
|
148
|
+
"Row properties": "Row properties",
|
149
|
+
"Table properties": "Table properties",
|
150
|
+
"Row group": "Row group",
|
151
|
+
"Right": "Right",
|
152
|
+
"Insert column after": "Insert column after",
|
153
|
+
"Cols": "Cols",
|
154
|
+
"Insert row after": "Insert row after",
|
155
|
+
"Width": "Width",
|
156
|
+
"Cell properties": "Cell properties",
|
157
|
+
"Left": "Left",
|
158
|
+
"Cut row": "Cut row",
|
159
|
+
"Delete column": "Delete column",
|
160
|
+
"Center": "Center",
|
161
|
+
"Merge cells": "Merge cells",
|
162
|
+
"Insert template": "Insert template",
|
163
|
+
"Templates": "Templates",
|
164
|
+
"Background color": "Background colour",
|
165
|
+
"Text color": "Text colour",
|
166
|
+
"Show blocks": "Show blocks",
|
167
|
+
"Show invisible characters": "Show invisible characters",
|
168
|
+
"Words: {0}": "Words: {0}",
|
169
|
+
"Insert": "Insert",
|
170
|
+
"File": "File",
|
171
|
+
"Edit": "Edit",
|
172
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help",
|
173
|
+
"Tools": "Tools",
|
174
|
+
"View": "View",
|
175
|
+
"Table": "Table",
|
176
|
+
"Format": "Format"
|
177
|
+
});
|
@@ -0,0 +1,177 @@
|
|
1
|
+
tinymce.addI18n('en_GB',{
|
2
|
+
"Cut": "Cut",
|
3
|
+
"Header 2": "Header 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.",
|
5
|
+
"Div": "Div",
|
6
|
+
"Paste": "Paste",
|
7
|
+
"Close": "Close",
|
8
|
+
"Font Family": "Font Family",
|
9
|
+
"Pre": "Pre",
|
10
|
+
"Align right": "Align right",
|
11
|
+
"New document": "New document",
|
12
|
+
"Blockquote": "Blockquote",
|
13
|
+
"Numbered list": "Numbered list",
|
14
|
+
"Increase indent": "Increase indent",
|
15
|
+
"Formats": "Formats",
|
16
|
+
"Headers": "Headers",
|
17
|
+
"Select all": "Select all",
|
18
|
+
"Header 3": "Header 3",
|
19
|
+
"Blocks": "Blocks",
|
20
|
+
"Undo": "Undo",
|
21
|
+
"Strikethrough": "Strike-through",
|
22
|
+
"Bullet list": "Bullet list",
|
23
|
+
"Header 1": "Header 1",
|
24
|
+
"Superscript": "Superscript",
|
25
|
+
"Clear formatting": "Clear formatting",
|
26
|
+
"Font Sizes": "Font Sizes",
|
27
|
+
"Subscript": "Subscript",
|
28
|
+
"Header 6": "Header 6",
|
29
|
+
"Redo": "Redo",
|
30
|
+
"Paragraph": "Paragraph",
|
31
|
+
"Ok": "Ok",
|
32
|
+
"Bold": "Bold",
|
33
|
+
"Code": "Code",
|
34
|
+
"Italic": "Italic",
|
35
|
+
"Align center": "Align centre",
|
36
|
+
"Header 5": "Header 5",
|
37
|
+
"Decrease indent": "Decrease indent",
|
38
|
+
"Header 4": "Header 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.",
|
40
|
+
"Underline": "Underline",
|
41
|
+
"Cancel": "Cancel",
|
42
|
+
"Justify": "Justify",
|
43
|
+
"Inline": "Inline",
|
44
|
+
"Copy": "Copy",
|
45
|
+
"Align left": "Align left",
|
46
|
+
"Visual aids": "Visual aids",
|
47
|
+
"Lower Greek": "Lower Greek",
|
48
|
+
"Square": "Square",
|
49
|
+
"Default": "Default",
|
50
|
+
"Lower Alpha": "Lower Alpha",
|
51
|
+
"Circle": "Circle",
|
52
|
+
"Disc": "Disc",
|
53
|
+
"Upper Alpha": "Upper Alpha",
|
54
|
+
"Upper Roman": "Upper Roman",
|
55
|
+
"Lower Roman": "Lower Roman",
|
56
|
+
"Name": "Name",
|
57
|
+
"Anchor": "Anchor",
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "You have unsaved changes are you sure you want to navigate away?",
|
59
|
+
"Restore last draft": "Restore last draft",
|
60
|
+
"Special character": "Special character",
|
61
|
+
"Source code": "Source code",
|
62
|
+
"Right to left": "Right to left",
|
63
|
+
"Left to right": "Left to right",
|
64
|
+
"Emoticons": "Emoticons",
|
65
|
+
"Robots": "Robots",
|
66
|
+
"Document properties": "Document properties",
|
67
|
+
"Title": "Title",
|
68
|
+
"Keywords": "Keywords",
|
69
|
+
"Encoding": "Encoding",
|
70
|
+
"Description": "Description",
|
71
|
+
"Author": "Author",
|
72
|
+
"Fullscreen": "Full-screen",
|
73
|
+
"Horizontal line": "Horizontal line",
|
74
|
+
"Horizontal space": "Horizontal space",
|
75
|
+
"Insert\/edit image": "Insert\/edit image",
|
76
|
+
"General": "General",
|
77
|
+
"Advanced": "Advanced",
|
78
|
+
"Source": "Source",
|
79
|
+
"Border": "Border",
|
80
|
+
"Constrain proportions": "Constrain proportions",
|
81
|
+
"Vertical space": "Vertical space",
|
82
|
+
"Image description": "Image description",
|
83
|
+
"Style": "Style",
|
84
|
+
"Dimensions": "Dimensions",
|
85
|
+
"Insert image": "Insert image",
|
86
|
+
"Insert date\/time": "Insert date\/time",
|
87
|
+
"Remove link": "Remove link",
|
88
|
+
"Url": "URL",
|
89
|
+
"Text to display": "Text to display",
|
90
|
+
"Anchors": "Anchors",
|
91
|
+
"Insert link": "Insert link",
|
92
|
+
"New window": "New window",
|
93
|
+
"None": "None",
|
94
|
+
"Target": "Target",
|
95
|
+
"Insert\/edit link": "Insert\/edit link",
|
96
|
+
"Insert\/edit video": "Insert\/edit video",
|
97
|
+
"Poster": "Poster",
|
98
|
+
"Alternative source": "Alternative source",
|
99
|
+
"Paste your embed code below:": "Paste your embed code below:",
|
100
|
+
"Insert video": "Insert video",
|
101
|
+
"Embed": "Embed",
|
102
|
+
"Nonbreaking space": "Non-breaking space",
|
103
|
+
"Page break": "Page break",
|
104
|
+
"Paste as text": "Paste as text",
|
105
|
+
"Preview": "Preview",
|
106
|
+
"Print": "Print",
|
107
|
+
"Save": "Save",
|
108
|
+
"Could not find the specified string.": "Could not find the specified string.",
|
109
|
+
"Replace": "Replace",
|
110
|
+
"Next": "Next",
|
111
|
+
"Whole words": "Whole words",
|
112
|
+
"Find and replace": "Find and replace",
|
113
|
+
"Replace with": "Replace with",
|
114
|
+
"Find": "Find",
|
115
|
+
"Replace all": "Replace all",
|
116
|
+
"Match case": "Match case",
|
117
|
+
"Prev": "Prev",
|
118
|
+
"Spellcheck": "Spell-check",
|
119
|
+
"Finish": "Finish",
|
120
|
+
"Ignore all": "Ignore all",
|
121
|
+
"Ignore": "Ignore",
|
122
|
+
"Insert row before": "Insert row before",
|
123
|
+
"Rows": "Rows",
|
124
|
+
"Height": "Height",
|
125
|
+
"Paste row after": "Paste row after",
|
126
|
+
"Alignment": "Alignment",
|
127
|
+
"Column group": "Column group",
|
128
|
+
"Row": "Row",
|
129
|
+
"Insert column before": "Insert column before",
|
130
|
+
"Split cell": "Split cell",
|
131
|
+
"Cell padding": "Cell padding",
|
132
|
+
"Cell spacing": "Cell spacing",
|
133
|
+
"Row type": "Row type",
|
134
|
+
"Insert table": "Insert table",
|
135
|
+
"Body": "Body",
|
136
|
+
"Caption": "Caption",
|
137
|
+
"Footer": "Footer",
|
138
|
+
"Delete row": "Delete row",
|
139
|
+
"Paste row before": "Paste row before",
|
140
|
+
"Scope": "Scope",
|
141
|
+
"Delete table": "Delete table",
|
142
|
+
"Header cell": "Header cell",
|
143
|
+
"Column": "Column",
|
144
|
+
"Cell": "Cell",
|
145
|
+
"Header": "Header",
|
146
|
+
"Cell type": "Cell type",
|
147
|
+
"Copy row": "Copy row",
|
148
|
+
"Row properties": "Row properties",
|
149
|
+
"Table properties": "Table properties",
|
150
|
+
"Row group": "Row group",
|
151
|
+
"Right": "Right",
|
152
|
+
"Insert column after": "Insert column after",
|
153
|
+
"Cols": "Cols",
|
154
|
+
"Insert row after": "Insert row after",
|
155
|
+
"Width": "Width",
|
156
|
+
"Cell properties": "Cell properties",
|
157
|
+
"Left": "Left",
|
158
|
+
"Cut row": "Cut row",
|
159
|
+
"Delete column": "Delete column",
|
160
|
+
"Center": "Centre",
|
161
|
+
"Merge cells": "Merge cells",
|
162
|
+
"Insert template": "Insert template",
|
163
|
+
"Templates": "Templates",
|
164
|
+
"Background color": "Background colour",
|
165
|
+
"Text color": "Text colour",
|
166
|
+
"Show blocks": "Show blocks",
|
167
|
+
"Show invisible characters": "Show invisible characters",
|
168
|
+
"Words: {0}": "Words: {0}",
|
169
|
+
"Insert": "Insert",
|
170
|
+
"File": "File",
|
171
|
+
"Edit": "Edit",
|
172
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help",
|
173
|
+
"Tools": "Tools",
|
174
|
+
"View": "View",
|
175
|
+
"Table": "Table",
|
176
|
+
"Format": "Format"
|
177
|
+
});
|
@@ -1,29 +1,46 @@
|
|
1
1
|
tinymce.addI18n('es',{
|
2
2
|
"Cut": "Cortar",
|
3
|
+
"Header 2": "Header 2 ",
|
3
4
|
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Tu navegador no soporta acceso directo al portapapeles. Por favor usa las teclas Crtl+X\/C\/V de tu teclado",
|
5
|
+
"Div": "Capa",
|
4
6
|
"Paste": "Pegar",
|
5
7
|
"Close": "Cerrar",
|
8
|
+
"Font Family": "Familia de fuentes",
|
9
|
+
"Pre": "Pre",
|
6
10
|
"Align right": "Alinear a la derecha",
|
7
11
|
"New document": "Nuevo documento",
|
12
|
+
"Blockquote": "Bloque de cita",
|
8
13
|
"Numbered list": "Lista numerada",
|
9
14
|
"Increase indent": "Incrementar sangr\u00eda",
|
10
15
|
"Formats": "Formatos",
|
16
|
+
"Headers": "Headers",
|
11
17
|
"Select all": "Seleccionar todo",
|
18
|
+
"Header 3": "Header 3",
|
19
|
+
"Blocks": "Bloques",
|
12
20
|
"Undo": "Deshacer",
|
13
21
|
"Strikethrough": "Tachado",
|
14
22
|
"Bullet list": "Lista de vi\u00f1etas",
|
23
|
+
"Header 1": "Header 1",
|
15
24
|
"Superscript": "Super\u00edndice",
|
16
25
|
"Clear formatting": "Limpiar formato",
|
26
|
+
"Font Sizes": "Tama\u00f1os de fuente",
|
17
27
|
"Subscript": "Sub\u00edndice",
|
28
|
+
"Header 6": "Header 6",
|
18
29
|
"Redo": "Rehacer",
|
30
|
+
"Paragraph": "P\u00e1rrafo",
|
19
31
|
"Ok": "Ok",
|
20
32
|
"Bold": "Negrita",
|
33
|
+
"Code": "C\u00f3digo",
|
21
34
|
"Italic": "It\u00e1lica",
|
22
35
|
"Align center": "Alinear al centro",
|
36
|
+
"Header 5": "Header 5 ",
|
23
37
|
"Decrease indent": "Disminuir sangr\u00eda",
|
38
|
+
"Header 4": "Header 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Pegar est\u00e1 ahora en modo de texto plano. El contenido se pegar\u00e1 como texto plano hasta que desactive esta opci\u00f3n.",
|
24
40
|
"Underline": "Subrayado",
|
25
41
|
"Cancel": "Cancelar",
|
26
42
|
"Justify": "Justificar",
|
43
|
+
"Inline": "en l\u00ednea",
|
27
44
|
"Copy": "Copiar",
|
28
45
|
"Align left": "Alinear a la izquierda",
|
29
46
|
"Visual aids": "Ayudas visuales",
|
@@ -38,7 +55,7 @@ tinymce.addI18n('es',{
|
|
38
55
|
"Lower Roman": "Inferior Romana",
|
39
56
|
"Name": "Nombre",
|
40
57
|
"Anchor": "Ancla",
|
41
|
-
"You have unsaved changes are you sure you want to navigate away?": "Tiene cambios sin guardar. \u00bfEst\u00e1 seguro de que quiere salir
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "Tiene cambios sin guardar. \u00bfEst\u00e1 seguro de que quiere salir?",
|
42
59
|
"Restore last draft": "Restaurar el \u00faltimo borrador",
|
43
60
|
"Special character": "Car\u00e1cter especial",
|
44
61
|
"Source code": "C\u00f3digo fuente",
|
@@ -58,16 +75,19 @@ tinymce.addI18n('es',{
|
|
58
75
|
"Insert\/edit image": "Insertar\/editar imagen",
|
59
76
|
"General": "General",
|
60
77
|
"Advanced": "Avanzado",
|
61
|
-
"Source": "
|
78
|
+
"Source": "Fuente",
|
62
79
|
"Border": "Borde",
|
63
80
|
"Constrain proportions": "Restringir proporciones",
|
64
81
|
"Vertical space": "Espacio vertical",
|
65
82
|
"Image description": "Descripci\u00f3n de la imagen",
|
66
83
|
"Style": "Estilo",
|
67
84
|
"Dimensions": "Dimensiones",
|
85
|
+
"Insert image": "Insertar imagen",
|
68
86
|
"Insert date\/time": "Insertar fecha\/hora",
|
87
|
+
"Remove link": "Quitar enlace",
|
69
88
|
"Url": "Url",
|
70
89
|
"Text to display": "Texto para mostrar",
|
90
|
+
"Anchors": "Anclas",
|
71
91
|
"Insert link": "Insertar enlace",
|
72
92
|
"New window": "Nueva ventana",
|
73
93
|
"None": "Ninguno",
|
@@ -81,6 +101,7 @@ tinymce.addI18n('es',{
|
|
81
101
|
"Embed": "Incrustado",
|
82
102
|
"Nonbreaking space": "Espacio fijo",
|
83
103
|
"Page break": "Salto de p\u00e1gina",
|
104
|
+
"Paste as text": "Pegar como texto",
|
84
105
|
"Preview": "Previsualizar",
|
85
106
|
"Print": "Imprimir",
|
86
107
|
"Save": "Guardar",
|
@@ -0,0 +1,177 @@
|
|
1
|
+
tinymce.addI18n('et',{
|
2
|
+
"Cut": "L\u00f5ika",
|
3
|
+
"Header 2": "Pealkiri 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Sinu veebilehitseja ei toeta otsest ligip\u00e4\u00e4su l\u00f5ikelauale. Palun kasuta selle asemel klaviatuuri kiirk\u00e4sklusi Ctrl+X\/C\/V.",
|
5
|
+
"Div": "Sektsioon",
|
6
|
+
"Paste": "Kleebi",
|
7
|
+
"Close": "Sulge",
|
8
|
+
"Font Family": "Kirjastiilid",
|
9
|
+
"Pre": "Eelvormindatud",
|
10
|
+
"Align right": "Joonda paremale",
|
11
|
+
"New document": "Uus dokument",
|
12
|
+
"Blockquote": "Plokktsitaat",
|
13
|
+
"Numbered list": "J\u00e4rjestatud loend",
|
14
|
+
"Increase indent": "Suurenda taanet",
|
15
|
+
"Formats": "Vormingud",
|
16
|
+
"Headers": "P\u00e4ised",
|
17
|
+
"Select all": "Vali k\u00f5ik",
|
18
|
+
"Header 3": "Pealkiri 3",
|
19
|
+
"Blocks": "Plokid",
|
20
|
+
"Undo": "V\u00f5ta tagasi",
|
21
|
+
"Strikethrough": "L\u00e4bikriipsutatud",
|
22
|
+
"Bullet list": "J\u00e4rjestamata loend",
|
23
|
+
"Header 1": "Pealkiri 1",
|
24
|
+
"Superscript": "\u00dclaindeks",
|
25
|
+
"Clear formatting": "Puhasta vorming",
|
26
|
+
"Font Sizes": "Kirja suurused",
|
27
|
+
"Subscript": "Alaindeks",
|
28
|
+
"Header 6": "Pealkiri 6",
|
29
|
+
"Redo": "Tee uuesti",
|
30
|
+
"Paragraph": "L\u00f5ik",
|
31
|
+
"Ok": "Ok",
|
32
|
+
"Bold": "Rasvane",
|
33
|
+
"Code": "Kood",
|
34
|
+
"Italic": "Kaldkiri",
|
35
|
+
"Align center": "Joonda keskele",
|
36
|
+
"Header 5": "Pealkiri 5",
|
37
|
+
"Decrease indent": "V\u00e4henda taanet",
|
38
|
+
"Header 4": "Pealkiri 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Asetamine on n\u00fc\u00fcd tekstire\u017eiimis. Sisu asetatakse n\u00fc\u00fcd lihttekstina, kuni sa l\u00fclitad selle valiku v\u00e4lja.",
|
40
|
+
"Underline": "Allakriipsutatud",
|
41
|
+
"Cancel": "Katkesta",
|
42
|
+
"Justify": "Joonda r\u00f6\u00f6pselt",
|
43
|
+
"Inline": "Reasisene",
|
44
|
+
"Copy": "Kopeeri",
|
45
|
+
"Align left": "Joonda vasakule",
|
46
|
+
"Visual aids": "N\u00e4itevahendid",
|
47
|
+
"Lower Greek": "Kreeka v\u00e4iket\u00e4hed (\u03b1, \u03b2, \u03b3)",
|
48
|
+
"Square": "Ruut",
|
49
|
+
"Default": "Vaikimisi",
|
50
|
+
"Lower Alpha": "V\u00e4iket\u00e4hed (a, b, c)",
|
51
|
+
"Circle": "Ring",
|
52
|
+
"Disc": "Ketas",
|
53
|
+
"Upper Alpha": "Suurt\u00e4hed (A, B, C)",
|
54
|
+
"Upper Roman": "Rooma suurt\u00e4hed (I, II, III)",
|
55
|
+
"Lower Roman": "Rooma v\u00e4iket\u00e4hed (i, ii, iii)",
|
56
|
+
"Name": "Nimi",
|
57
|
+
"Anchor": "Ankur",
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "Sul on salvestamata muudatusi. Oled Sa kindel, et soovid mujale navigeeruda?",
|
59
|
+
"Restore last draft": "Taasta viimane mustand",
|
60
|
+
"Special character": "Erim\u00e4rk",
|
61
|
+
"Source code": "L\u00e4htekood",
|
62
|
+
"Right to left": "Paremalt vasakule",
|
63
|
+
"Left to right": "Vasakult paremale",
|
64
|
+
"Emoticons": "Emotikonid",
|
65
|
+
"Robots": "Robotid",
|
66
|
+
"Document properties": "Dokumendi omadused",
|
67
|
+
"Title": "Pealkiri",
|
68
|
+
"Keywords": "M\u00e4rks\u00f5nad",
|
69
|
+
"Encoding": "M\u00e4rgistik",
|
70
|
+
"Description": "Kirjeldus",
|
71
|
+
"Author": "Autor",
|
72
|
+
"Fullscreen": "T\u00e4isekraan",
|
73
|
+
"Horizontal line": "Horisontaaljoon",
|
74
|
+
"Horizontal space": "Reavahe",
|
75
|
+
"Insert\/edit image": "Lisa\/muuda pilt",
|
76
|
+
"General": "\u00dcldine",
|
77
|
+
"Advanced": "T\u00e4iendavad seaded",
|
78
|
+
"Source": "Allikas",
|
79
|
+
"Border": "\u00c4\u00e4ris",
|
80
|
+
"Constrain proportions": "S\u00e4ilita kuvasuhe",
|
81
|
+
"Vertical space": "P\u00fcstine vahe",
|
82
|
+
"Image description": "Pildi kirjeldus",
|
83
|
+
"Style": "Stiil",
|
84
|
+
"Dimensions": "M\u00f5\u00f5tmed",
|
85
|
+
"Insert image": "Lisa pilt",
|
86
|
+
"Insert date\/time": "Lisa kuup\u00e4ev\/kellaaeg",
|
87
|
+
"Remove link": "Eemalda link",
|
88
|
+
"Url": "Viide (url)",
|
89
|
+
"Text to display": "Kuvatav tekst",
|
90
|
+
"Anchors": "Ankrud",
|
91
|
+
"Insert link": "Lisa link",
|
92
|
+
"New window": "Uus aken",
|
93
|
+
"None": "Puudub",
|
94
|
+
"Target": "Sihtm\u00e4rk",
|
95
|
+
"Insert\/edit link": "Lisa\/muuda link",
|
96
|
+
"Insert\/edit video": "Lisa\/muuda video",
|
97
|
+
"Poster": "Lisaja",
|
98
|
+
"Alternative source": "Teine allikas",
|
99
|
+
"Paste your embed code below:": "Kleebi oma manustamiskood siia alla:",
|
100
|
+
"Insert video": "Lisa video",
|
101
|
+
"Embed": "Manusta",
|
102
|
+
"Nonbreaking space": "T\u00fchim\u00e4rk (nbsp)",
|
103
|
+
"Page break": "Lehevahetus",
|
104
|
+
"Paste as text": "Aseta tekstina",
|
105
|
+
"Preview": "Eelvaade",
|
106
|
+
"Print": "Tr\u00fcki",
|
107
|
+
"Save": "Salvesta",
|
108
|
+
"Could not find the specified string.": "Ei suutnud leida etteantud s\u00f5net.",
|
109
|
+
"Replace": "Asenda",
|
110
|
+
"Next": "J\u00e4rg",
|
111
|
+
"Whole words": "Terviks\u00f5nad",
|
112
|
+
"Find and replace": "Otsi ja asenda",
|
113
|
+
"Replace with": "Asendus",
|
114
|
+
"Find": "Otsi",
|
115
|
+
"Replace all": "Asenda k\u00f5ik",
|
116
|
+
"Match case": "Erista suur- ja v\u00e4iket\u00e4hti",
|
117
|
+
"Prev": "Eelm",
|
118
|
+
"Spellcheck": "\u00d5igekirja kontroll",
|
119
|
+
"Finish": "L\u00f5peta",
|
120
|
+
"Ignore all": "Eira k\u00f5iki",
|
121
|
+
"Ignore": "Eira",
|
122
|
+
"Insert row before": "Lisa rida enne",
|
123
|
+
"Rows": "Read",
|
124
|
+
"Height": "K\u00f5rgus",
|
125
|
+
"Paste row after": "Kleebi rida j\u00e4rele",
|
126
|
+
"Alignment": "Joondus",
|
127
|
+
"Column group": "Veergude r\u00fchm",
|
128
|
+
"Row": "Rida",
|
129
|
+
"Insert column before": "Lisa tulp enne",
|
130
|
+
"Split cell": "T\u00fckelda lahter",
|
131
|
+
"Cell padding": "Lahtri sisu ja tabeli \u00e4\u00e4rise vahe",
|
132
|
+
"Cell spacing": "Lahtrivahe",
|
133
|
+
"Row type": "Rea t\u00fc\u00fcp",
|
134
|
+
"Insert table": "Lisa tabel",
|
135
|
+
"Body": "P\u00f5hiosa",
|
136
|
+
"Caption": "Alapealkiri",
|
137
|
+
"Footer": "Jalus",
|
138
|
+
"Delete row": "Kustuta rida",
|
139
|
+
"Paste row before": "Kleebi rida enne",
|
140
|
+
"Scope": "Ulatus",
|
141
|
+
"Delete table": "Kustuta tabel",
|
142
|
+
"Header cell": "P\u00e4islahter",
|
143
|
+
"Column": "Tulp",
|
144
|
+
"Cell": "Lahter",
|
145
|
+
"Header": "P\u00e4is",
|
146
|
+
"Cell type": "Lahtri t\u00fc\u00fcp",
|
147
|
+
"Copy row": "Kopeeri rida",
|
148
|
+
"Row properties": "Rea omadused",
|
149
|
+
"Table properties": "Tabeli omadused",
|
150
|
+
"Row group": "Ridade r\u00fchm",
|
151
|
+
"Right": "Paremal",
|
152
|
+
"Insert column after": "Lisa tulp j\u00e4rele",
|
153
|
+
"Cols": "Veerud",
|
154
|
+
"Insert row after": "Lisa rida j\u00e4rele",
|
155
|
+
"Width": "Laius",
|
156
|
+
"Cell properties": "Lahtri omadused",
|
157
|
+
"Left": "Vasakul",
|
158
|
+
"Cut row": "L\u00f5ika rida",
|
159
|
+
"Delete column": "Kustuta tulp",
|
160
|
+
"Center": "Keskel",
|
161
|
+
"Merge cells": "\u00dchenda lahtrid",
|
162
|
+
"Insert template": "Lisa mall",
|
163
|
+
"Templates": "Mallid",
|
164
|
+
"Background color": "Tausta v\u00e4rv",
|
165
|
+
"Text color": "Teksti v\u00e4rv",
|
166
|
+
"Show blocks": "N\u00e4ita plokke",
|
167
|
+
"Show invisible characters": "N\u00e4ita peidetud m\u00e4rke",
|
168
|
+
"Words: {0}": "S\u00f5nu: {0}",
|
169
|
+
"Insert": "Sisesta",
|
170
|
+
"File": "Fail",
|
171
|
+
"Edit": "Muuda",
|
172
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rikastatud teksti ala. Men\u00fc\u00fc jaoks vajuta ALT-F9. T\u00f6\u00f6riistariba jaoks vajuta ALT-F10. Abi saamiseks vajuta ALT-0.",
|
173
|
+
"Tools": "T\u00f6\u00f6riistad",
|
174
|
+
"View": "Vaade",
|
175
|
+
"Table": "Tabel",
|
176
|
+
"Format": "Vorming"
|
177
|
+
});
|