1 // UK lang variables |
1 tinyMCE.addI18n({en:{ |
2 |
2 common:{ |
3 tinyMCE.addToLang('',{ |
3 edit_confirm:"Do you want to use the WYSIWYG mode for this textarea?", |
4 bold_desc : 'Bold (Ctrl+B)', |
4 apply:"Apply", |
5 italic_desc : 'Italic (Ctrl+I)', |
5 insert:"Insert", |
6 underline_desc : 'Underline (Ctrl+U)', |
6 update:"Update", |
7 striketrough_desc : 'Strikethrough', |
7 cancel:"Cancel", |
8 justifyleft_desc : 'Align left', |
8 close:"Close", |
9 justifycenter_desc : 'Align center', |
9 browse:"Browse", |
10 justifyright_desc : 'Align right', |
10 class_name:"Class", |
11 justifyfull_desc : 'Align full', |
11 not_set:"-- Not set --", |
12 bullist_desc : 'Unordered list', |
12 clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?", |
13 numlist_desc : 'Ordered list', |
13 clipboard_no_support:"Currently not supported by your browser, use keyboard shortcuts instead.", |
14 outdent_desc : 'Outdent', |
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 indent_desc : 'Indent', |
15 invalid_data:"Error: Invalid values entered, these are marked in red.", |
16 undo_desc : 'Undo (Ctrl+Z)', |
16 more_colors:"More colors" |
17 redo_desc : 'Redo (Ctrl+Y)', |
17 }, |
18 link_desc : 'Insert/edit link', |
18 contextmenu:{ |
19 unlink_desc : 'Unlink', |
19 align:"Alignment", |
20 image_desc : 'Insert/edit image', |
20 left:"Left", |
21 cleanup_desc : 'Cleanup messy code', |
21 center:"Center", |
22 focus_alert : 'A editor instance must be focused before using this command.', |
22 right:"Right", |
23 edit_confirm : 'Do you want to use the WYSIWYG mode for this textarea?', |
23 full:"Full" |
24 insert_link_title : 'Insert/edit link', |
24 }, |
25 insert : 'Insert', |
25 insertdatetime:{ |
26 update : 'Update', |
26 date_fmt:"%Y-%m-%d", |
27 cancel : 'Cancel', |
27 time_fmt:"%H:%M:%S", |
28 insert_link_url : 'Link URL', |
28 insertdate_desc:"Insert date", |
29 insert_link_target : 'Target', |
29 inserttime_desc:"Insert time", |
30 insert_link_target_same : 'Open link in the same window', |
30 months_long:"January,February,March,April,May,June,July,August,September,October,November,December", |
31 insert_link_target_blank : 'Open link in a new window', |
31 months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec", |
32 insert_image_title : 'Insert/edit image', |
32 day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday", |
33 insert_image_src : 'Image URL', |
33 day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun" |
34 insert_image_alt : 'Image description', |
34 }, |
35 help_desc : 'Help', |
35 print:{ |
36 bold_img : "bold.gif", |
36 print_desc:"Print" |
37 italic_img : "italic.gif", |
37 }, |
38 underline_img : "underline.gif", |
38 preview:{ |
39 clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', |
39 preview_desc:"Preview" |
40 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.' |
40 }, |
41 }); |
41 directionality:{ |
|
42 ltr_desc:"Direction left to right", |
|
43 rtl_desc:"Direction right to left" |
|
44 }, |
|
45 layer:{ |
|
46 insertlayer_desc:"Insert new layer", |
|
47 forward_desc:"Move forward", |
|
48 backward_desc:"Move backward", |
|
49 absolute_desc:"Toggle absolute positioning", |
|
50 content:"New layer..." |
|
51 }, |
|
52 save:{ |
|
53 save_desc:"Save", |
|
54 cancel_desc:"Cancel all changes" |
|
55 }, |
|
56 nonbreaking:{ |
|
57 nonbreaking_desc:"Insert non-breaking space character" |
|
58 }, |
|
59 iespell:{ |
|
60 iespell_desc:"Run spell checking", |
|
61 download:"ieSpell not detected. Do you want to install it now?" |
|
62 }, |
|
63 advhr:{ |
|
64 advhr_desc:"Horizontale rule" |
|
65 }, |
|
66 emotions:{ |
|
67 emotions_desc:"Emotions" |
|
68 }, |
|
69 searchreplace:{ |
|
70 search_desc:"Find", |
|
71 replace_desc:"Find/Replace" |
|
72 }, |
|
73 advimage:{ |
|
74 image_desc:"Insert/edit image" |
|
75 }, |
|
76 advlink:{ |
|
77 link_desc:"Insert/edit link" |
|
78 }, |
|
79 xhtmlxtras:{ |
|
80 cite_desc:"Citation", |
|
81 abbr_desc:"Abbreviation", |
|
82 acronym_desc:"Acronym", |
|
83 del_desc:"Deletion", |
|
84 ins_desc:"Insertion", |
|
85 attribs_desc:"Insert/Edit Attributes" |
|
86 }, |
|
87 style:{ |
|
88 desc:"Edit CSS Style" |
|
89 }, |
|
90 paste:{ |
|
91 paste_text_desc:"Paste as Plain Text", |
|
92 paste_word_desc:"Paste from Word", |
|
93 selectall_desc:"Select All" |
|
94 }, |
|
95 paste_dlg:{ |
|
96 text_title:"Use CTRL+V on your keyboard to paste the text into the window.", |
|
97 text_linebreaks:"Keep linebreaks", |
|
98 word_title:"Use CTRL+V on your keyboard to paste the text into the window." |
|
99 }, |
|
100 table:{ |
|
101 desc:"Inserts a new table", |
|
102 row_before_desc:"Insert row before", |
|
103 row_after_desc:"Insert row after", |
|
104 delete_row_desc:"Delete row", |
|
105 col_before_desc:"Insert column before", |
|
106 col_after_desc:"Insert column after", |
|
107 delete_col_desc:"Remove column", |
|
108 split_cells_desc:"Split merged table cells", |
|
109 merge_cells_desc:"Merge table cells", |
|
110 row_desc:"Table row properties", |
|
111 cell_desc:"Table cell properties", |
|
112 props_desc:"Table properties", |
|
113 paste_row_before_desc:"Paste table row before", |
|
114 paste_row_after_desc:"Paste table row after", |
|
115 cut_row_desc:"Cut table row", |
|
116 copy_row_desc:"Copy table row", |
|
117 del:"Delete table", |
|
118 row:"Row", |
|
119 col:"Column", |
|
120 cell:"Cell" |
|
121 }, |
|
122 autosave:{ |
|
123 unload_msg:"The changes you made will be lost if you navigate away from this page." |
|
124 }, |
|
125 fullscreen:{ |
|
126 desc:"Toggle fullscreen mode" |
|
127 }, |
|
128 media:{ |
|
129 desc:"Insert / edit embedded media", |
|
130 edit:"Edit embedded media" |
|
131 }, |
|
132 fullpage:{ |
|
133 desc:"Document properties" |
|
134 }, |
|
135 template:{ |
|
136 desc:"Insert predefined template content" |
|
137 }, |
|
138 visualchars:{ |
|
139 desc:"Visual control characters on/off." |
|
140 }, |
|
141 spellchecker:{ |
|
142 desc:"Toggle spellchecker", |
|
143 menu:"Spellchecker settings", |
|
144 ignore_word:"Ignore word", |
|
145 ignore_words:"Ignore all", |
|
146 langs:"Languages", |
|
147 wait:"Please wait...", |
|
148 sug:"Suggestions", |
|
149 no_sug:"No suggestions", |
|
150 no_mpell:"No misspellings found." |
|
151 }, |
|
152 pagebreak:{ |
|
153 desc:"Insert page break." |
|
154 }}}); |