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