]> git.donarmstrong.com Git - roundcube.git/blob - program/js/tiny_mce/langs/en.js
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / program / js / tiny_mce / langs / en.js
1 tinyMCE.addI18n({en:{\r
2 common:{\r
3 edit_confirm:"Do you want to use the WYSIWYG mode for this textarea?",\r
4 apply:"Apply",\r
5 insert:"Insert",\r
6 update:"Update",\r
7 cancel:"Cancel",\r
8 close:"Close",\r
9 browse:"Browse",\r
10 class_name:"Class",\r
11 not_set:"-- Not set --",\r
12 clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?",\r
13 clipboard_no_support:"Currently not supported by your browser, use keyboard shortcuts instead.",\r
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.",\r
15 invalid_data:"{#field} is invalid",\r
16 invalid_data_number:"{#field} must be a number",\r
17 invalid_data_min:"{#field} must be a number greater than {#min}",\r
18 invalid_data_size:"{#field} must be a number or percentage",\r
19 more_colors:"More colors"\r
20 },\r
21 colors:{\r
22 '000000':'Black',\r
23 '993300':'Burnt orange',\r
24 '333300':'Dark olive',\r
25 '003300':'Dark green',\r
26 '003366':'Dark azure',\r
27 '000080':'Navy Blue',\r
28 '333399':'Indigo',\r
29 '333333':'Very dark gray',\r
30 '800000':'Maroon',\r
31 'FF6600':'Orange',\r
32 '808000':'Olive',\r
33 '008000':'Green',\r
34 '008080':'Teal',\r
35 '0000FF':'Blue',\r
36 '666699':'Grayish blue',\r
37 '808080':'Gray',\r
38 'FF0000':'Red',\r
39 'FF9900':'Amber',\r
40 '99CC00':'Yellow green',\r
41 '339966':'Sea green',\r
42 '33CCCC':'Turquoise',\r
43 '3366FF':'Royal blue',\r
44 '800080':'Purple',\r
45 '999999':'Medium gray',\r
46 'FF00FF':'Magenta',\r
47 'FFCC00':'Gold',\r
48 'FFFF00':'Yellow',\r
49 '00FF00':'Lime',\r
50 '00FFFF':'Aqua',\r
51 '00CCFF':'Sky blue',\r
52 '993366':'Brown',\r
53 'C0C0C0':'Silver',\r
54 'FF99CC':'Pink',\r
55 'FFCC99':'Peach',\r
56 'FFFF99':'Light yellow',\r
57 'CCFFCC':'Pale green',\r
58 'CCFFFF':'Pale cyan',\r
59 '99CCFF':'Light sky blue',\r
60 'CC99FF':'Plum',\r
61 'FFFFFF':'White'\r
62 },\r
63 contextmenu:{\r
64 align:"Alignment",\r
65 left:"Left",\r
66 center:"Center",\r
67 right:"Right",\r
68 full:"Full"\r
69 },\r
70 insertdatetime:{\r
71 date_fmt:"%Y-%m-%d",\r
72 time_fmt:"%H:%M:%S",\r
73 insertdate_desc:"Insert date",\r
74 inserttime_desc:"Insert time",\r
75 months_long:"January,February,March,April,May,June,July,August,September,October,November,December",\r
76 months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",\r
77 day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",\r
78 day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"\r
79 },\r
80 print:{\r
81 print_desc:"Print"\r
82 },\r
83 preview:{\r
84 preview_desc:"Preview"\r
85 },\r
86 directionality:{\r
87 ltr_desc:"Direction left to right",\r
88 rtl_desc:"Direction right to left"\r
89 },\r
90 layer:{\r
91 insertlayer_desc:"Insert new layer",\r
92 forward_desc:"Move forward",\r
93 backward_desc:"Move backward",\r
94 absolute_desc:"Toggle absolute positioning",\r
95 content:"New layer..."\r
96 },\r
97 save:{\r
98 save_desc:"Save",\r
99 cancel_desc:"Cancel all changes"\r
100 },\r
101 nonbreaking:{\r
102 nonbreaking_desc:"Insert non-breaking space character"\r
103 },\r
104 iespell:{\r
105 iespell_desc:"Run spell checking",\r
106 download:"ieSpell not detected. Do you want to install it now?"\r
107 },\r
108 advhr:{\r
109 advhr_desc:"Horizontal rule"\r
110 },\r
111 emotions:{\r
112 emotions_desc:"Emotions"\r
113 },\r
114 searchreplace:{\r
115 search_desc:"Find",\r
116 replace_desc:"Find/Replace"\r
117 },\r
118 advimage:{\r
119 image_desc:"Insert/edit image"\r
120 },\r
121 advlink:{\r
122 link_desc:"Insert/edit link"\r
123 },\r
124 xhtmlxtras:{\r
125 cite_desc:"Citation",\r
126 abbr_desc:"Abbreviation",\r
127 acronym_desc:"Acronym",\r
128 del_desc:"Deletion",\r
129 ins_desc:"Insertion",\r
130 attribs_desc:"Insert/Edit Attributes"\r
131 },\r
132 style:{\r
133 desc:"Edit CSS Style"\r
134 },\r
135 paste:{\r
136 paste_text_desc:"Paste as Plain Text",\r
137 paste_word_desc:"Paste from Word",\r
138 selectall_desc:"Select All",\r
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.",\r
140 plaintext_mode:"Paste is now in plain text mode. Click again to toggle back to regular paste mode."\r
141 },\r
142 paste_dlg:{\r
143 text_title:"Use CTRL+V on your keyboard to paste the text into the window.",\r
144 text_linebreaks:"Keep linebreaks",\r
145 word_title:"Use CTRL+V on your keyboard to paste the text into the window."\r
146 },\r
147 table:{\r
148 desc:"Inserts a new table",\r
149 row_before_desc:"Insert row before",\r
150 row_after_desc:"Insert row after",\r
151 delete_row_desc:"Delete row",\r
152 col_before_desc:"Insert column before",\r
153 col_after_desc:"Insert column after",\r
154 delete_col_desc:"Remove column",\r
155 split_cells_desc:"Split merged table cells",\r
156 merge_cells_desc:"Merge table cells",\r
157 row_desc:"Table row properties",\r
158 cell_desc:"Table cell properties",\r
159 props_desc:"Table properties",\r
160 paste_row_before_desc:"Paste table row before",\r
161 paste_row_after_desc:"Paste table row after",\r
162 cut_row_desc:"Cut table row",\r
163 copy_row_desc:"Copy table row",\r
164 del:"Delete table",\r
165 row:"Row",\r
166 col:"Column",\r
167 cell:"Cell"\r
168 },\r
169 autosave:{\r
170 unload_msg:"The changes you made will be lost if you navigate away from this page.",\r
171 restore_content:"Restore auto-saved content.",\r
172 warning_message:"If you restore the saved content, you will lose all the content that is currently in the editor.\n\nAre you sure you want to restore the saved content?."\r
173 },\r
174 fullscreen:{\r
175 desc:"Toggle fullscreen mode"\r
176 },\r
177 media:{\r
178 desc:"Insert / edit embedded media",\r
179 edit:"Edit embedded media"\r
180 },\r
181 fullpage:{\r
182 desc:"Document properties"\r
183 },\r
184 template:{\r
185 desc:"Insert predefined template content"\r
186 },\r
187 visualchars:{\r
188 desc:"Visual control characters on/off."\r
189 },\r
190 spellchecker:{\r
191 desc:"Toggle spellchecker",\r
192 menu:"Spellchecker settings",\r
193 ignore_word:"Ignore word",\r
194 ignore_words:"Ignore all",\r
195 langs:"Languages",\r
196 wait:"Please wait...",\r
197 sug:"Suggestions",\r
198 no_sug:"No suggestions",\r
199 no_mpell:"No misspellings found.",\r
200 learn_word:"Learn word" \r
201 },\r
202 pagebreak:{\r
203 desc:"Insert page break."\r
204 },\r
205 advlist:{\r
206 types:"Types",\r
207 def:"Default",\r
208 lower_alpha:"Lower alpha",\r
209 lower_greek:"Lower greek",\r
210 lower_roman:"Lower roman",\r
211 upper_alpha:"Upper alpha",\r
212 upper_roman:"Upper roman",\r
213 circle:"Circle",\r
214 disc:"Disc",\r
215 square:"Square"\r
216 },\r
217 aria:{\r
218 rich_text_area:"Rich Text Area"\r
219 },\r
220 wordcount:{\r
221 words: 'Words: '\r
222 }\r
223 }});