Mercurial > public > sg101
comparison static/js/tiny_mce/langs/en.js @ 442:6c182ceb7147
Fixing #217; upgrade TinyMCE to 3.4.2 and enable the paste plugin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 May 2011 00:43:49 +0000 |
parents | 88b2b9cb8c1f |
children |
comparison
equal
deleted
inserted
replaced
441:33d0c55e57a9 | 442:6c182ceb7147 |
---|---|
10 class_name:"Class", | 10 class_name:"Class", |
11 not_set:"-- Not set --", | 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?", | 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.", | 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.", | 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.", | 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", | |
16 more_colors:"More colors" | 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' | |
17 }, | 62 }, |
18 contextmenu:{ | 63 contextmenu:{ |
19 align:"Alignment", | 64 align:"Alignment", |
20 left:"Left", | 65 left:"Left", |
21 center:"Center", | 66 center:"Center", |
149 ignore_words:"Ignore all", | 194 ignore_words:"Ignore all", |
150 langs:"Languages", | 195 langs:"Languages", |
151 wait:"Please wait...", | 196 wait:"Please wait...", |
152 sug:"Suggestions", | 197 sug:"Suggestions", |
153 no_sug:"No suggestions", | 198 no_sug:"No suggestions", |
154 no_mpell:"No misspellings found." | 199 no_mpell:"No misspellings found.", |
200 learn_word:"Learn word" | |
155 }, | 201 }, |
156 pagebreak:{ | 202 pagebreak:{ |
157 desc:"Insert page break." | 203 desc:"Insert page break." |
158 }, | 204 }, |
159 advlist:{ | 205 advlist:{ |
165 upper_alpha:"Upper alpha", | 211 upper_alpha:"Upper alpha", |
166 upper_roman:"Upper roman", | 212 upper_roman:"Upper roman", |
167 circle:"Circle", | 213 circle:"Circle", |
168 disc:"Disc", | 214 disc:"Disc", |
169 square:"Square" | 215 square:"Square" |
170 }}}); | 216 }, |
217 aria:{ | |
218 rich_text_area:"Rich Text Area" | |
219 }, | |
220 wordcount:{ | |
221 words: 'Words: ' | |
222 } | |
223 }}); |