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