]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/tiny_mce/langs/en.js
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / tiny_mce / langs / en.js
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.\nDo you want more information about this issue?",
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:"{#field} is invalid",
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,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",
77 day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
78 day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"
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 restore_content:"Restore auto-saved content.",
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?."
173 },
174 fullscreen:{
175 desc:"Toggle fullscreen mode"
176 },
177 media:{
178 desc:"Insert / edit embedded media",
179 edit:"Edit embedded media"
180 },
181 fullpage:{
182 desc:"Document properties"
183 },
184 template:{
185 desc:"Insert predefined template content"
186 },
187 visualchars:{
188 desc:"Visual control characters on/off."
189 },
190 spellchecker:{
191 desc:"Toggle spellchecker",
192 menu:"Spellchecker settings",
193 ignore_word:"Ignore word",
194 ignore_words:"Ignore all",
195 langs:"Languages",
196 wait:"Please wait...",
197 sug:"Suggestions",
198 no_sug:"No suggestions",
199 no_mpell:"No misspellings found.",
200 learn_word:"Learn word" 
201 },
202 pagebreak:{
203 desc:"Insert page break."
204 },
205 advlist:{
206 types:"Types",
207 def:"Default",
208 lower_alpha:"Lower alpha",
209 lower_greek:"Lower greek",
210 lower_roman:"Lower roman",
211 upper_alpha:"Upper alpha",
212 upper_roman:"Upper roman",
213 circle:"Circle",
214 disc:"Disc",
215 square:"Square"
216 },
217 aria:{
218 rich_text_area:"Rich Text Area"
219 },
220 wordcount:{
221 words: 'Words: '
222 }
223 }});