1 tinyMCE.addI18n({en:{ |
1 /** |
2 common:{ |
2 * TinyMCE 3.x language strings |
3 edit_confirm:"Do you want to use the WYSIWYG mode for this textarea?", |
3 * |
4 apply:"Apply", |
4 * Loaded only when external plugins are added to TinyMCE. |
5 insert:"Insert", |
5 */ |
6 update:"Update", |
6 ( function() { |
7 cancel:"Cancel", |
7 var main = {}, lang = 'en'; |
8 close:"Close", |
8 |
9 browse:"Browse", |
9 if ( typeof tinyMCEPreInit !== 'undefined' && tinyMCEPreInit.ref.language !== 'en' ) { |
10 class_name:"Class", |
10 lang = tinyMCEPreInit.ref.language; |
11 not_set:"-- Not set --", |
11 } |
12 clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.", |
12 |
13 clipboard_no_support:"Currently not supported by your browser, use keyboard shortcuts instead.", |
13 main[lang] = { |
14 popup_blocked:"Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.", |
14 common: { |
15 invalid_data:"ERROR: Invalid values entered, these are marked in red.", |
15 edit_confirm: "Do you want to use the WYSIWYG mode for this textarea?", |
16 invalid_data_number:"{#field} must be a number", |
16 apply: "Apply", |
17 invalid_data_min:"{#field} must be a number greater than {#min}", |
17 insert: "Insert", |
18 invalid_data_size:"{#field} must be a number or percentage", |
18 update: "Update", |
19 more_colors:"More colors" |
19 cancel: "Cancel", |
20 }, |
20 close: "Close", |
21 colors:{ |
21 browse: "Browse", |
22 "000000":"Black", |
22 class_name: "Class", |
23 "993300":"Burnt orange", |
23 not_set: "-- Not set --", |
24 "333300":"Dark olive", |
24 clipboard_msg: "Copy/Cut/Paste is not available in Mozilla and Firefox.", |
25 "003300":"Dark green", |
25 clipboard_no_support: "Currently not supported by your browser, use keyboard shortcuts instead.", |
26 "003366":"Dark azure", |
26 popup_blocked: "Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.", |
27 "000080":"Navy Blue", |
27 invalid_data: "ERROR: Invalid values entered, these are marked in red.", |
28 "333399":"Indigo", |
28 invalid_data_number: "{#field} must be a number", |
29 "333333":"Very dark gray", |
29 invalid_data_min: "{#field} must be a number greater than {#min}", |
30 "800000":"Maroon", |
30 invalid_data_size: "{#field} must be a number or percentage", |
31 "FF6600":"Orange", |
31 more_colors: "More colors" |
32 "808000":"Olive", |
32 }, |
33 "008000":"Green", |
33 colors: { |
34 "008080":"Teal", |
34 "000000": "Black", |
35 "0000FF":"Blue", |
35 "993300": "Burnt orange", |
36 "666699":"Grayish blue", |
36 "333300": "Dark olive", |
37 "808080":"Gray", |
37 "003300": "Dark green", |
38 "FF0000":"Red", |
38 "003366": "Dark azure", |
39 "FF9900":"Amber", |
39 "000080": "Navy Blue", |
40 "99CC00":"Yellow green", |
40 "333399": "Indigo", |
41 "339966":"Sea green", |
41 "333333": "Very dark gray", |
42 "33CCCC":"Turquoise", |
42 "800000": "Maroon", |
43 "3366FF":"Royal blue", |
43 "FF6600": "Orange", |
44 "800080":"Purple", |
44 "808000": "Olive", |
45 "999999":"Medium gray", |
45 "008000": "Green", |
46 "FF00FF":"Magenta", |
46 "008080": "Teal", |
47 "FFCC00":"Gold", |
47 "0000FF": "Blue", |
48 "FFFF00":"Yellow", |
48 "666699": "Grayish blue", |
49 "00FF00":"Lime", |
49 "808080": "Gray", |
50 "00FFFF":"Aqua", |
50 "FF0000": "Red", |
51 "00CCFF":"Sky blue", |
51 "FF9900": "Amber", |
52 "993366":"Brown", |
52 "99CC00": "Yellow green", |
53 "C0C0C0":"Silver", |
53 "339966": "Sea green", |
54 "FF99CC":"Pink", |
54 "33CCCC": "Turquoise", |
55 "FFCC99":"Peach", |
55 "3366FF": "Royal blue", |
56 "FFFF99":"Light yellow", |
56 "800080": "Purple", |
57 "CCFFCC":"Pale green", |
57 "999999": "Medium gray", |
58 "CCFFFF":"Pale cyan", |
58 "FF00FF": "Magenta", |
59 "99CCFF":"Light sky blue", |
59 "FFCC00": "Gold", |
60 "CC99FF":"Plum", |
60 "FFFF00": "Yellow", |
61 "FFFFFF":"White" |
61 "00FF00": "Lime", |
62 }, |
62 "00FFFF": "Aqua", |
63 contextmenu:{ |
63 "00CCFF": "Sky blue", |
64 align:"Alignment", |
64 "993366": "Brown", |
65 left:"Left", |
65 "C0C0C0": "Silver", |
66 center:"Center", |
66 "FF99CC": "Pink", |
67 right:"Right", |
67 "FFCC99": "Peach", |
68 full:"Full" |
68 "FFFF99": "Light yellow", |
69 }, |
69 "CCFFCC": "Pale green", |
70 insertdatetime:{ |
70 "CCFFFF": "Pale cyan", |
71 date_fmt:"%Y-%m-%d", |
71 "99CCFF": "Light sky blue", |
72 time_fmt:"%H:%M:%S", |
72 "CC99FF": "Plum", |
73 insertdate_desc:"Insert date", |
73 "FFFFFF": "White" |
74 inserttime_desc:"Insert time", |
74 }, |
75 months_long:"January,February,March,April,May,June,July,August,September,October,November,December", |
75 contextmenu: { |
76 months_short:"Jan_January_abbreviation,Feb_February_abbreviation,Mar_March_abbreviation,Apr_April_abbreviation,May_May_abbreviation,Jun_June_abbreviation,Jul_July_abbreviation,Aug_August_abbreviation,Sep_September_abbreviation,Oct_October_abbreviation,Nov_November_abbreviation,Dec_December_abbreviation", |
76 align: "Alignment", |
77 day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", |
77 left: "Left", |
78 day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat" |
78 center: "Center", |
79 }, |
79 right: "Right", |
80 print:{ |
80 full: "Full" |
81 print_desc:"Print" |
81 }, |
82 }, |
82 insertdatetime: { |
83 preview:{ |
83 date_fmt: "%Y-%m-%d", |
84 preview_desc:"Preview" |
84 time_fmt: "%H:%M:%S", |
85 }, |
85 insertdate_desc: "Insert date", |
86 directionality:{ |
86 inserttime_desc: "Insert time", |
87 ltr_desc:"Direction left to right", |
87 months_long: "January,February,March,April,May,June,July,August,September,October,November,December", |
88 rtl_desc:"Direction right to left" |
88 months_short: "Jan_January_abbreviation,Feb_February_abbreviation,Mar_March_abbreviation,Apr_April_abbreviation,May_May_abbreviation,Jun_June_abbreviation,Jul_July_abbreviation,Aug_August_abbreviation,Sep_September_abbreviation,Oct_October_abbreviation,Nov_November_abbreviation,Dec_December_abbreviation", |
89 }, |
89 day_long: "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", |
90 layer:{ |
90 day_short: "Sun,Mon,Tue,Wed,Thu,Fri,Sat" |
91 insertlayer_desc:"Insert new layer", |
91 }, |
92 forward_desc:"Move forward", |
92 print: { |
93 backward_desc:"Move backward", |
93 print_desc: "Print" |
94 absolute_desc:"Toggle absolute positioning", |
94 }, |
95 content:"New layer..." |
95 preview: { |
96 }, |
96 preview_desc: "Preview" |
97 save:{ |
97 }, |
98 save_desc:"Save", |
98 directionality: { |
99 cancel_desc:"Cancel all changes" |
99 ltr_desc: "Direction left to right", |
100 }, |
100 rtl_desc: "Direction right to left" |
101 nonbreaking:{ |
101 }, |
102 nonbreaking_desc:"Insert non-breaking space character" |
102 layer: { |
103 }, |
103 insertlayer_desc: "Insert new layer", |
104 iespell:{ |
104 forward_desc: "Move forward", |
105 iespell_desc:"Run spell checking", |
105 backward_desc: "Move backward", |
106 download:"ieSpell not detected. Do you want to install it now?" |
106 absolute_desc: "Toggle absolute positioning", |
107 }, |
107 content: "New layer..." |
108 advhr:{ |
108 }, |
109 advhr_desc:"Horizontal rule" |
109 save: { |
110 }, |
110 save_desc: "Save", |
111 emotions:{ |
111 cancel_desc: "Cancel all changes" |
112 emotions_desc:"Emotions" |
112 }, |
113 }, |
113 nonbreaking: { |
114 searchreplace:{ |
114 nonbreaking_desc: "Insert non-breaking space character" |
115 search_desc:"Find", |
115 }, |
116 replace_desc:"Find/Replace" |
116 iespell: { |
117 }, |
117 iespell_desc: "Run spell checking", |
118 advimage:{ |
118 download: "ieSpell not detected. Do you want to install it now?" |
119 image_desc:"Insert/edit image" |
119 }, |
120 }, |
120 advhr: { |
121 advlink:{ |
121 advhr_desc: "Horizontal rule" |
122 link_desc:"Insert/edit link" |
122 }, |
123 }, |
123 emotions: { |
124 xhtmlxtras:{ |
124 emotions_desc: "Emotions" |
125 cite_desc:"Citation", |
125 }, |
126 abbr_desc:"Abbreviation", |
126 searchreplace: { |
127 acronym_desc:"Acronym", |
127 search_desc: "Find", |
128 del_desc:"Deletion", |
128 replace_desc: "Find/Replace" |
129 ins_desc:"Insertion", |
129 }, |
130 attribs_desc:"Insert/Edit Attributes" |
130 advimage: { |
131 }, |
131 image_desc: "Insert/edit image" |
132 style:{ |
132 }, |
133 desc:"Edit CSS Style" |
133 advlink: { |
134 }, |
134 link_desc: "Insert/edit link" |
135 paste:{ |
135 }, |
136 paste_text_desc:"Paste as Plain Text", |
136 xhtmlxtras: { |
137 paste_word_desc:"Paste from Word", |
137 cite_desc: "Citation", |
138 selectall_desc:"Select All", |
138 abbr_desc: "Abbreviation", |
139 plaintext_mode_sticky:"Paste is now in plain text mode. Click again to toggle back to regular paste mode. After you paste something you will be returned to regular paste mode.", |
139 acronym_desc: "Acronym", |
140 plaintext_mode:"Paste is now in plain text mode. Click again to toggle back to regular paste mode." |
140 del_desc: "Deletion", |
141 }, |
141 ins_desc: "Insertion", |
142 paste_dlg:{ |
142 attribs_desc: "Insert/Edit Attributes" |
143 text_title:"Use CTRL + V on your keyboard to paste the text into the window.", |
143 }, |
144 text_linebreaks:"Keep linebreaks", |
144 style: { |
145 word_title:"Use CTRL + V on your keyboard to paste the text into the window." |
145 desc: "Edit CSS Style" |
146 }, |
146 }, |
147 table:{ |
147 paste: { |
148 desc:"Inserts a new table", |
148 paste_text_desc: "Paste as Plain Text", |
149 row_before_desc:"Insert row before", |
149 paste_word_desc: "Paste from Word", |
150 row_after_desc:"Insert row after", |
150 selectall_desc: "Select All", |
151 delete_row_desc:"Delete row", |
151 plaintext_mode_sticky: "Paste is now in plain text mode. Click again to toggle back to regular paste mode. After you paste something you will be returned to regular paste mode.", |
152 col_before_desc:"Insert column before", |
152 plaintext_mode: "Paste is now in plain text mode. Click again to toggle back to regular paste mode." |
153 col_after_desc:"Insert column after", |
153 }, |
154 delete_col_desc:"Remove column", |
154 paste_dlg: { |
155 split_cells_desc:"Split merged table cells", |
155 text_title: "Use CTRL + V on your keyboard to paste the text into the window.", |
156 merge_cells_desc:"Merge table cells", |
156 text_linebreaks: "Keep linebreaks", |
157 row_desc:"Table row properties", |
157 word_title: "Use CTRL + V on your keyboard to paste the text into the window." |
158 cell_desc:"Table cell properties", |
158 }, |
159 props_desc:"Table properties", |
159 table: { |
160 paste_row_before_desc:"Paste table row before", |
160 desc: "Inserts a new table", |
161 paste_row_after_desc:"Paste table row after", |
161 row_before_desc: "Insert row before", |
162 cut_row_desc:"Cut table row", |
162 row_after_desc: "Insert row after", |
163 copy_row_desc:"Copy table row", |
163 delete_row_desc: "Delete row", |
164 del:"Delete table", |
164 col_before_desc: "Insert column before", |
165 row:"Row", |
165 col_after_desc: "Insert column after", |
166 col:"Column", |
166 delete_col_desc: "Remove column", |
167 cell:"Cell" |
167 split_cells_desc: "Split merged table cells", |
168 }, |
168 merge_cells_desc: "Merge table cells", |
169 autosave:{ |
169 row_desc: "Table row properties", |
170 unload_msg:"The changes you made will be lost if you navigate away from this page." |
170 cell_desc: "Table cell properties", |
171 }, |
171 props_desc: "Table properties", |
172 fullscreen:{ |
172 paste_row_before_desc: "Paste table row before", |
173 desc:"Toggle fullscreen mode (Alt + Shift + G)" |
173 paste_row_after_desc: "Paste table row after", |
174 }, |
174 cut_row_desc: "Cut table row", |
175 media:{ |
175 copy_row_desc: "Copy table row", |
176 desc:"Insert / edit embedded media", |
176 del: "Delete table", |
177 edit:"Edit embedded media" |
177 row: "Row", |
178 }, |
178 col: "Column", |
179 fullpage:{ |
179 cell: "Cell" |
180 desc:"Document properties" |
180 }, |
181 }, |
181 autosave: { |
182 template:{ |
182 unload_msg: "The changes you made will be lost if you navigate away from this page." |
183 desc:"Insert predefined template content" |
183 }, |
184 }, |
184 fullscreen: { |
185 visualchars:{ |
185 desc: "Toggle fullscreen mode (Alt + Shift + G)" |
186 desc:"Visual control characters on/off." |
186 }, |
187 }, |
187 media: { |
188 spellchecker:{ |
188 desc: "Insert / edit embedded media", |
189 desc:"Toggle spellchecker (Alt + Shift + N)", |
189 edit: "Edit embedded media" |
190 menu:"Spellchecker settings", |
190 }, |
191 ignore_word:"Ignore word", |
191 fullpage: { |
192 ignore_words:"Ignore all", |
192 desc: "Document properties" |
193 langs:"Languages", |
193 }, |
194 wait:"Please wait...", |
194 template: { |
195 sug:"Suggestions", |
195 desc: "Insert predefined template content" |
196 no_sug:"No suggestions", |
196 }, |
197 no_mpell:"No misspellings found.", |
197 visualchars: { |
198 learn_word:"Learn word" |
198 desc: "Visual control characters on/off." |
199 }, |
199 }, |
200 pagebreak:{ |
200 spellchecker: { |
201 desc:"Insert Page Break" |
201 desc: "Toggle spellchecker (Alt + Shift + N)", |
202 }, |
202 menu: "Spellchecker settings", |
203 advlist:{ |
203 ignore_word: "Ignore word", |
204 types:"Types", |
204 ignore_words: "Ignore all", |
205 def:"Default", |
205 langs: "Languages", |
206 lower_alpha:"Lower alpha", |
206 wait: "Please wait...", |
207 lower_greek:"Lower greek", |
207 sug: "Suggestions", |
208 lower_roman:"Lower roman", |
208 no_sug: "No suggestions", |
209 upper_alpha:"Upper alpha", |
209 no_mpell: "No misspellings found.", |
210 upper_roman:"Upper roman", |
210 learn_word: "Learn word" |
211 circle:"Circle", |
211 }, |
212 disc:"Disc", |
212 pagebreak: { |
213 square:"Square" |
213 desc: "Insert Page Break" |
214 }, |
214 }, |
215 aria:{ |
215 advlist:{ |
216 rich_text_area:"Rich Text Area" |
216 types: "Types", |
217 }, |
217 def: "Default", |
218 wordcount:{ |
218 lower_alpha: "Lower alpha", |
219 words:"Words: " |
219 lower_greek: "Lower greek", |
220 } |
220 lower_roman: "Lower roman", |
221 }}); |
221 upper_alpha: "Upper alpha", |
222 |
222 upper_roman: "Upper roman", |
223 tinyMCE.addI18n("en.advanced",{ |
223 circle: "Circle", |
224 style_select:"Styles", |
224 disc: "Disc", |
225 font_size:"Font size", |
225 square: "Square" |
226 fontdefault:"Font family", |
226 }, |
227 block:"Format", |
227 aria: { |
228 paragraph:"Paragraph", |
228 rich_text_area: "Rich Text Area" |
229 div:"Div", |
229 }, |
230 address:"Address", |
230 wordcount:{ |
231 pre:"Preformatted", |
231 words: "Words: " |
232 h1:"Heading 1", |
232 } |
233 h2:"Heading 2", |
233 }; |
234 h3:"Heading 3", |
234 |
235 h4:"Heading 4", |
235 tinyMCE.addI18n( main ); |
236 h5:"Heading 5", |
236 |
237 h6:"Heading 6", |
237 tinyMCE.addI18n( lang + ".advanced", { |
238 blockquote:"Blockquote", |
238 style_select: "Styles", |
239 code:"Code", |
239 font_size: "Font size", |
240 samp:"Code sample", |
240 fontdefault: "Font family", |
241 dt:"Definition term ", |
241 block: "Format", |
242 dd:"Definition description", |
242 paragraph: "Paragraph", |
243 bold_desc:"Bold (Ctrl + B)", |
243 div: "Div", |
244 italic_desc:"Italic (Ctrl + I)", |
244 address: "Address", |
245 underline_desc:"Underline", |
245 pre: "Preformatted", |
246 striketrough_desc:"Strikethrough (Alt + Shift + D)", |
246 h1: "Heading 1", |
247 justifyleft_desc:"Align Left (Alt + Shift + L)", |
247 h2: "Heading 2", |
248 justifycenter_desc:"Align Center (Alt + Shift + C)", |
248 h3: "Heading 3", |
249 justifyright_desc:"Align Right (Alt + Shift + R)", |
249 h4: "Heading 4", |
250 justifyfull_desc:"Align Full (Alt + Shift + J)", |
250 h5: "Heading 5", |
251 bullist_desc:"Unordered list (Alt + Shift + U)", |
251 h6: "Heading 6", |
252 numlist_desc:"Ordered list (Alt + Shift + O)", |
252 blockquote: "Blockquote", |
253 outdent_desc:"Outdent", |
253 code: "Code", |
254 indent_desc:"Indent", |
254 samp: "Code sample", |
255 undo_desc:"Undo (Ctrl + Z)", |
255 dt: "Definition term ", |
256 redo_desc:"Redo (Ctrl + Y)", |
256 dd: "Definition description", |
257 link_desc:"Insert/edit link (Alt + Shift + A)", |
257 bold_desc: "Bold (Ctrl + B)", |
258 unlink_desc:"Unlink (Alt + Shift + S)", |
258 italic_desc: "Italic (Ctrl + I)", |
259 image_desc:"Insert/edit image (Alt + Shift + M)", |
259 underline_desc: "Underline", |
260 cleanup_desc:"Cleanup messy code", |
260 striketrough_desc: "Strikethrough (Alt + Shift + D)", |
261 code_desc:"Edit HTML Source", |
261 justifyleft_desc: "Align Left (Alt + Shift + L)", |
262 sub_desc:"Subscript", |
262 justifycenter_desc: "Align Center (Alt + Shift + C)", |
263 sup_desc:"Superscript", |
263 justifyright_desc: "Align Right (Alt + Shift + R)", |
264 hr_desc:"Insert horizontal ruler", |
264 justifyfull_desc: "Align Full (Alt + Shift + J)", |
265 removeformat_desc:"Remove formatting", |
265 bullist_desc: "Unordered list (Alt + Shift + U)", |
266 forecolor_desc:"Select text color", |
266 numlist_desc: "Ordered list (Alt + Shift + O)", |
267 backcolor_desc:"Select background color", |
267 outdent_desc: "Outdent", |
268 charmap_desc:"Insert custom character", |
268 indent_desc: "Indent", |
269 visualaid_desc:"Toggle guidelines/invisible elements", |
269 undo_desc: "Undo (Ctrl + Z)", |
270 anchor_desc:"Insert/edit anchor", |
270 redo_desc: "Redo (Ctrl + Y)", |
271 cut_desc:"Cut", |
271 link_desc: "Insert/edit link (Alt + Shift + A)", |
272 copy_desc:"Copy", |
272 unlink_desc: "Unlink (Alt + Shift + S)", |
273 paste_desc:"Paste", |
273 image_desc: "Insert/edit image (Alt + Shift + M)", |
274 image_props_desc:"Image properties", |
274 cleanup_desc: "Cleanup messy code", |
275 newdocument_desc:"New document", |
275 code_desc: "Edit HTML Source", |
276 help_desc:"Help", |
276 sub_desc: "Subscript", |
277 blockquote_desc:"Blockquote (Alt + Shift + Q)", |
277 sup_desc: "Superscript", |
278 clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.", |
278 hr_desc: "Insert horizontal ruler", |
279 path:"Path", |
279 removeformat_desc: "Remove formatting", |
280 newdocument:"Are you sure you want to clear all contents?", |
280 forecolor_desc: "Select text color", |
281 toolbar_focus:"Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X", |
281 backcolor_desc: "Select background color", |
282 more_colors:"More colors", |
282 charmap_desc: "Insert custom character", |
283 shortcuts_desc:"Accessibility Help", |
283 visualaid_desc: "Toggle guidelines/invisible elements", |
284 help_shortcut:" Press ALT F10 for toolbar. Press ALT 0 for help.", |
284 anchor_desc: "Insert/edit anchor", |
285 rich_text_area:"Rich Text Area", |
285 cut_desc: "Cut", |
286 toolbar:"Toolbar" |
286 copy_desc: "Copy", |
287 }); |
287 paste_desc: "Paste", |
288 |
288 image_props_desc: "Image properties", |
289 tinyMCE.addI18n("en.advanced_dlg",{ |
289 newdocument_desc: "New document", |
290 about_title:"About TinyMCE", |
290 help_desc: "Help", |
291 about_general:"About", |
291 blockquote_desc: "Blockquote (Alt + Shift + Q)", |
292 about_help:"Help", |
292 clipboard_msg: "Copy/Cut/Paste is not available in Mozilla and Firefox.", |
293 about_license:"License", |
293 path: "Path", |
294 about_plugins:"Plugins", |
294 newdocument: "Are you sure you want to clear all contents?", |
295 about_plugin:"Plugin", |
295 toolbar_focus: "Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X", |
296 about_author:"Author", |
296 more_colors: "More colors", |
297 about_version:"Version", |
297 shortcuts_desc: "Accessibility Help", |
298 about_loaded:"Loaded plugins", |
298 help_shortcut: " Press ALT F10 for toolbar. Press ALT 0 for help.", |
299 anchor_title:"Insert/edit anchor", |
299 rich_text_area: "Rich Text Area", |
300 anchor_name:"Anchor name", |
300 toolbar: "Toolbar" |
301 code_title:"HTML Source Editor", |
301 }); |
302 code_wordwrap:"Word wrap", |
302 |
303 colorpicker_title:"Select a color", |
303 tinyMCE.addI18n( lang + ".advanced_dlg", { |
304 colorpicker_picker_tab:"Picker", |
304 about_title: "About TinyMCE", |
305 colorpicker_picker_title:"Color picker", |
305 about_general: "About", |
306 colorpicker_palette_tab:"Palette", |
306 about_help: "Help", |
307 colorpicker_palette_title:"Palette colors", |
307 about_license: "License", |
308 colorpicker_named_tab:"Named", |
308 about_plugins: "Plugins", |
309 colorpicker_named_title:"Named colors", |
309 about_plugin: "Plugin", |
310 colorpicker_color:"Color:", |
310 about_author: "Author", |
311 colorpicker_name:"Name:", |
311 about_version: "Version", |
312 charmap_title:"Select custom character", |
312 about_loaded: "Loaded plugins", |
313 charmap_usage:"Use left and right arrows to navigate.", |
313 anchor_title: "Insert/edit anchor", |
314 image_title:"Insert/edit image", |
314 anchor_name: "Anchor name", |
315 image_src:"Image URL", |
315 code_title: "HTML Source Editor", |
316 image_alt:"Image description", |
316 code_wordwrap: "Word wrap", |
317 image_list:"Image list", |
317 colorpicker_title: "Select a color", |
318 image_border:"Border", |
318 colorpicker_picker_tab: "Picker", |
319 image_dimensions:"Dimensions", |
319 colorpicker_picker_title: "Color picker", |
320 image_vspace:"Vertical space", |
320 colorpicker_palette_tab: "Palette", |
321 image_hspace:"Horizontal space", |
321 colorpicker_palette_title: "Palette colors", |
322 image_align:"Alignment", |
322 colorpicker_named_tab: "Named", |
323 image_align_baseline:"Baseline", |
323 colorpicker_named_title: "Named colors", |
324 image_align_top:"Top", |
324 colorpicker_color: "Color: ", |
325 image_align_middle:"Middle", |
325 colorpicker_name: "Name: ", |
326 image_align_bottom:"Bottom", |
326 charmap_title: "Select custom character", |
327 image_align_texttop:"Text top", |
327 charmap_usage: "Use left and right arrows to navigate.", |
328 image_align_textbottom:"Text bottom", |
328 image_title: "Insert/edit image", |
329 image_align_left:"Left", |
329 image_src: "Image URL", |
330 image_align_right:"Right", |
330 image_alt: "Image description", |
331 link_title:"Insert/edit link", |
331 image_list: "Image list", |
332 link_url:"Link URL", |
332 image_border: "Border", |
333 link_target:"Target", |
333 image_dimensions: "Dimensions", |
334 link_target_same:"Open link in the same window", |
334 image_vspace: "Vertical space", |
335 link_target_blank:"Open link in a new window", |
335 image_hspace: "Horizontal space", |
336 link_titlefield:"Title", |
336 image_align: "Alignment", |
337 link_is_email:"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?", |
337 image_align_baseline: "Baseline", |
338 link_is_external:"The URL you entered seems to external link, do you want to add the required http:// prefix?", |
338 image_align_top: "Top", |
339 link_list:"Link list", |
339 image_align_middle: "Middle", |
340 accessibility_help:"Accessibility Help", |
340 image_align_bottom: "Bottom", |
341 accessibility_usage_title:"General Usage" |
341 image_align_texttop: "Text top", |
342 }); |
342 image_align_textbottom: "Text bottom", |
343 |
343 image_align_left: "Left", |
344 tinyMCE.addI18n("en.media_dlg",{ |
344 image_align_right: "Right", |
345 title:"Insert / edit embedded media", |
345 link_title: "Insert/edit link", |
346 general:"General", |
346 link_url: "Link URL", |
347 advanced:"Advanced", |
347 link_target: "Target", |
348 file:"File/URL", |
348 link_target_same: "Open link in the same window", |
349 list:"List", |
349 link_target_blank: "Open link in a new window", |
350 size:"Dimensions", |
350 link_titlefield: "Title", |
351 preview:"Preview", |
351 link_is_email: "The URL you entered seems to be an email address, do you want to add the required mailto: prefix?", |
352 constrain_proportions:"Constrain proportions", |
352 link_is_external: "The URL you entered seems to be an external link, do you want to add the required http:// prefix?", |
353 type:"Type", |
353 link_list: "Link list", |
354 id:"Id", |
354 accessibility_help: "Accessibility Help", |
355 name:"Name", |
355 accessibility_usage_title: "General Usage" |
356 class_name:"Class", |
356 }); |
357 vspace:"V-Space", |
357 |
358 hspace:"H-Space", |
358 tinyMCE.addI18n( lang + ".media_dlg", { |
359 play:"Auto play", |
359 title: "Insert / edit embedded media", |
360 loop:"Loop", |
360 general: "General", |
361 menu:"Show menu", |
361 advanced: "Advanced", |
362 quality:"Quality", |
362 file: "File/URL", |
363 scale:"Scale", |
363 list: "List", |
364 align:"Align", |
364 size: "Dimensions", |
365 salign:"SAlign", |
365 preview: "Preview", |
366 wmode:"WMode", |
366 constrain_proportions: "Constrain proportions", |
367 bgcolor:"Background", |
367 type: "Type", |
368 base:"Base", |
368 id: "Id", |
369 flashvars:"Flashvars", |
369 name: "Name", |
370 liveconnect:"SWLiveConnect", |
370 class_name: "Class", |
371 autohref:"AutoHREF", |
371 vspace: "V-Space", |
372 cache:"Cache", |
372 hspace: "H-Space", |
373 hidden:"Hidden", |
373 play: "Auto play", |
374 controller:"Controller", |
374 loop: "Loop", |
375 kioskmode:"Kiosk mode", |
375 menu: "Show menu", |
376 playeveryframe:"Play every frame", |
376 quality: "Quality", |
377 targetcache:"Target cache", |
377 scale: "Scale", |
378 correction:"No correction", |
378 align: "Align", |
379 enablejavascript:"Enable JavaScript", |
379 salign: "SAlign", |
380 starttime:"Start time", |
380 wmode: "WMode", |
381 endtime:"End time", |
381 bgcolor: "Background", |
382 href:"href", |
382 base: "Base", |
383 qtsrcchokespeed:"Choke speed", |
383 flashvars: "Flashvars", |
384 target:"Target", |
384 liveconnect: "SWLiveConnect", |
385 volume:"Volume", |
385 autohref: "AutoHREF", |
386 autostart:"Auto start", |
386 cache: "Cache", |
387 enabled:"Enabled", |
387 hidden: "Hidden", |
388 fullscreen:"Fullscreen", |
388 controller: "Controller", |
389 invokeurls:"Invoke URLs", |
389 kioskmode: "Kiosk mode", |
390 mute:"Mute", |
390 playeveryframe: "Play every frame", |
391 stretchtofit:"Stretch to fit", |
391 targetcache: "Target cache", |
392 windowlessvideo:"Windowless video", |
392 correction: "No correction", |
393 balance:"Balance", |
393 enablejavascript: "Enable JavaScript", |
394 baseurl:"Base URL", |
394 starttime: "Start time", |
395 captioningid:"Captioning id", |
395 endtime: "End time", |
396 currentmarker:"Current marker", |
396 href: "href", |
397 currentposition:"Current position", |
397 qtsrcchokespeed: "Choke speed", |
398 defaultframe:"Default frame", |
398 target: "Target", |
399 playcount:"Play count", |
399 volume: "Volume", |
400 rate:"Rate", |
400 autostart: "Auto start", |
401 uimode:"UI Mode", |
401 enabled: "Enabled", |
402 flash_options:"Flash options", |
402 fullscreen: "Fullscreen", |
403 qt_options:"QuickTime options", |
403 invokeurls: "Invoke URLs", |
404 wmp_options:"Windows media player options", |
404 mute: "Mute", |
405 rmp_options:"Real media player options", |
405 stretchtofit: "Stretch to fit", |
406 shockwave_options:"Shockwave options", |
406 windowlessvideo: "Windowless video", |
407 autogotourl:"Auto goto URL", |
407 balance: "Balance", |
408 center:"Center", |
408 baseurl: "Base URL", |
409 imagestatus:"Image status", |
409 captioningid: "Captioning id", |
410 maintainaspect:"Maintain aspect", |
410 currentmarker: "Current marker", |
411 nojava:"No java", |
411 currentposition: "Current position", |
412 prefetch:"Prefetch", |
412 defaultframe: "Default frame", |
413 shuffle:"Shuffle", |
413 playcount: "Play count", |
414 console:"Console", |
414 rate: "Rate", |
415 numloop:"Num loops", |
415 uimode: "UI Mode", |
416 controls:"Controls", |
416 flash_options: "Flash options", |
417 scriptcallbacks:"Script callbacks", |
417 qt_options: "QuickTime options", |
418 swstretchstyle:"Stretch style", |
418 wmp_options: "Windows media player options", |
419 swstretchhalign:"Stretch H-Align", |
419 rmp_options: "Real media player options", |
420 swstretchvalign:"Stretch V-Align", |
420 shockwave_options: "Shockwave options", |
421 sound:"Sound", |
421 autogotourl: "Auto goto URL", |
422 progress:"Progress", |
422 center: "Center", |
423 qtsrc:"QT Src", |
423 imagestatus: "Image status", |
424 qt_stream_warn:"Streamed rtsp resources should be added to the QT Src field under the advanced tab.", |
424 maintainaspect: "Maintain aspect", |
425 align_top:"Top", |
425 nojava: "No java", |
426 align_right:"Right", |
426 prefetch: "Prefetch", |
427 align_bottom:"Bottom", |
427 shuffle: "Shuffle", |
428 align_left:"Left", |
428 console: "Console", |
429 align_center:"Center", |
429 numloop: "Num loops", |
430 align_top_left:"Top left", |
430 controls: "Controls", |
431 align_top_right:"Top right", |
431 scriptcallbacks: "Script callbacks", |
432 align_bottom_left:"Bottom left", |
432 swstretchstyle: "Stretch style", |
433 align_bottom_right:"Bottom right", |
433 swstretchhalign: "Stretch H-Align", |
434 flv_options:"Flash video options", |
434 swstretchvalign: "Stretch V-Align", |
435 flv_scalemode:"Scale mode", |
435 sound: "Sound", |
436 flv_buffer:"Buffer", |
436 progress: "Progress", |
437 flv_startimage:"Start image", |
437 qtsrc: "QT Src", |
438 flv_starttime:"Start time", |
438 qt_stream_warn: "Streamed rtsp resources should be added to the QT Src field under the advanced tab.", |
439 flv_defaultvolume:"Default volume", |
439 align_top: "Top", |
440 flv_hiddengui:"Hidden GUI", |
440 align_right: "Right", |
441 flv_autostart:"Auto start", |
441 align_bottom: "Bottom", |
442 flv_loop:"Loop", |
442 align_left: "Left", |
443 flv_showscalemodes:"Show scale modes", |
443 align_center: "Center", |
444 flv_smoothvideo:"Smooth video", |
444 align_top_left: "Top left", |
445 flv_jscallback:"JS Callback", |
445 align_top_right: "Top right", |
446 html5_video_options:"HTML5 Video Options", |
446 align_bottom_left: "Bottom left", |
447 altsource1:"Alternative source 1", |
447 align_bottom_right: "Bottom right", |
448 altsource2:"Alternative source 2", |
448 flv_options: "Flash video options", |
449 preload:"Preload", |
449 flv_scalemode: "Scale mode", |
450 poster:"Poster", |
450 flv_buffer: "Buffer", |
451 source:"Source" |
451 flv_startimage: "Start image", |
452 }); |
452 flv_starttime: "Start time", |
453 |
453 flv_defaultvolume: "Default volume", |
454 tinyMCE.addI18n("en.wordpress",{ |
454 flv_hiddengui: "Hidden GUI", |
455 wp_adv_desc:"Show/Hide Kitchen Sink (Alt + Shift + Z)", |
455 flv_autostart: "Auto start", |
456 wp_more_desc:"Insert More Tag (Alt + Shift + T)", |
456 flv_loop: "Loop", |
457 wp_page_desc:"Insert Page break (Alt + Shift + P)", |
457 flv_showscalemodes: "Show scale modes", |
458 wp_help_desc:"Help (Alt + Shift + H)", |
458 flv_smoothvideo: "Smooth video", |
459 wp_more_alt:"More...", |
459 flv_jscallback: "JS Callback", |
460 wp_page_alt:"Next page...", |
460 html5_video_options: "HTML5 Video Options", |
461 add_media:"Add Media", |
461 altsource1: "Alternative source 1", |
462 add_image:"Add an Image", |
462 altsource2: "Alternative source 2", |
463 add_video:"Add Video", |
463 preload: "Preload", |
464 add_audio:"Add Audio", |
464 poster: "Poster", |
465 editgallery:"Edit Gallery", |
465 source: "Source" |
466 delgallery:"Delete Gallery", |
466 }); |
467 wp_fullscreen_desc:"Distraction Free Writing mode (Alt + Shift + W)" |
467 |
468 }); |
468 tinyMCE.addI18n( lang + ".wordpress", { |
469 |
469 wp_adv_desc: "Show/Hide Kitchen Sink (Alt + Shift + Z)", |
470 tinyMCE.addI18n("en.wpeditimage",{ |
470 wp_more_desc: "Insert More Tag (Alt + Shift + T)", |
471 edit_img:"Edit Image", |
471 wp_page_desc: "Insert Page break (Alt + Shift + P)", |
472 del_img:"Delete Image", |
472 wp_help_desc: "Help (Alt + Shift + H)", |
473 adv_settings:"Advanced Settings", |
473 wp_more_alt: "More...", |
474 none:"None", |
474 wp_page_alt: "Next page...", |
475 size:"Size", |
475 add_media: "Add Media", |
476 thumbnail:"Thumbnail", |
476 add_image: "Add an Image", |
477 medium:"Medium", |
477 add_video: "Add Video", |
478 full_size:"Full Size", |
478 add_audio: "Add Audio", |
479 current_link:"Current Link", |
479 editgallery: "Edit Gallery", |
480 link_to_img:"Link to Image", |
480 delgallery: "Delete Gallery", |
481 link_help:"Enter a link URL or click above for presets.", |
481 wp_fullscreen_desc: "Distraction-free writing mode (Alt + Shift + W)" |
482 adv_img_settings:"Advanced Image Settings", |
482 }); |
483 source:"Source", |
483 |
484 width:"Width", |
484 tinyMCE.addI18n( lang + ".wpeditimage", { |
485 height:"Height", |
485 edit_img: "Edit Image", |
486 orig_size:"Original Size", |
486 del_img: "Delete Image", |
487 css:"CSS Class", |
487 adv_settings: "Advanced Settings", |
488 adv_link_settings:"Advanced Link Settings", |
488 none: "None", |
489 link_rel:"Link Rel", |
489 size: "Size", |
490 height:"Height", |
490 thumbnail: "Thumbnail", |
491 orig_size:"Original Size", |
491 medium: "Medium", |
492 css:"CSS Class", |
492 full_size: "Full Size", |
493 s60:"60%", |
493 current_link: "Current Link", |
494 s70:"70%", |
494 link_to_img: "Link to Image", |
495 s80:"80%", |
495 link_help: "Enter a link URL or click above for presets.", |
496 s90:"90%", |
496 adv_img_settings: "Advanced Image Settings", |
497 s100:"100%", |
497 source: "Source", |
498 s110:"110%", |
498 width: "Width", |
499 s120:"120%", |
499 height: "Height", |
500 s130:"130%", |
500 orig_size: "Original Size", |
501 img_title:"Title", |
501 css: "CSS Class", |
502 caption:"Caption", |
502 adv_link_settings: "Advanced Link Settings", |
503 alt:"Alternative Text" |
503 link_rel: "Link Rel", |
504 }); |
504 height: "Height", |
|
505 orig_size: "Original Size", |
|
506 css: "CSS Class", |
|
507 s60: "60%", |
|
508 s70: "70%", |
|
509 s80: "80%", |
|
510 s90: "90%", |
|
511 s100: "100%", |
|
512 s110: "110%", |
|
513 s120: "120%", |
|
514 s130: "130%", |
|
515 img_title: "Title", |
|
516 caption: "Caption", |
|
517 alt: "Alternative Text" |
|
518 }); |
|
519 }()); |