moved code up one level to eliminate the docs subdirectory
[acontent.git] / include / jscripts / 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:"Error: Invalid values entered, these are marked in red.",\r
16 more_colors:"More colors"\r
17 },\r
18 contextmenu:{\r
19 align:"Alignment",\r
20 left:"Left",\r
21 center:"Center",\r
22 right:"Right",\r
23 full:"Full"\r
24 },\r
25 insertdatetime:{\r
26 date_fmt:"%Y-%m-%d",\r
27 time_fmt:"%H:%M:%S",\r
28 insertdate_desc:"Insert date",\r
29 inserttime_desc:"Insert time",\r
30 months_long:"January,February,March,April,May,June,July,August,September,October,November,December",\r
31 months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",\r
32 day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",\r
33 day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"\r
34 },\r
35 print:{\r
36 print_desc:"Print"\r
37 },\r
38 preview:{\r
39 preview_desc:"Preview"\r
40 },\r
41 directionality:{\r
42 ltr_desc:"Direction left to right",\r
43 rtl_desc:"Direction right to left"\r
44 },\r
45 layer:{\r
46 insertlayer_desc:"Insert new layer",\r
47 forward_desc:"Move forward",\r
48 backward_desc:"Move backward",\r
49 absolute_desc:"Toggle absolute positioning",\r
50 content:"New layer..."\r
51 },\r
52 save:{\r
53 save_desc:"Save",\r
54 cancel_desc:"Cancel all changes"\r
55 },\r
56 nonbreaking:{\r
57 nonbreaking_desc:"Insert non-breaking space character"\r
58 },\r
59 iespell:{\r
60 iespell_desc:"Run spell checking",\r
61 download:"ieSpell not detected. Do you want to install it now?"\r
62 },\r
63 advhr:{\r
64 advhr_desc:"Horizontal rule"\r
65 },\r
66 emotions:{\r
67 emotions_desc:"Emotions"\r
68 },\r
69 searchreplace:{\r
70 search_desc:"Find",\r
71 replace_desc:"Find/Replace"\r
72 },\r
73 advimage:{\r
74 image_desc:"Insert/edit image"\r
75 },\r
76 advlink:{\r
77 link_desc:"Insert/edit link"\r
78 },\r
79 xhtmlxtras:{\r
80 cite_desc:"Citation",\r
81 abbr_desc:"Abbreviation",\r
82 acronym_desc:"Acronym",\r
83 del_desc:"Deletion",\r
84 ins_desc:"Insertion",\r
85 attribs_desc:"Insert/Edit Attributes"\r
86 },\r
87 style:{\r
88 desc:"Edit CSS Style"\r
89 },\r
90 paste:{\r
91 paste_text_desc:"Paste as Plain Text",\r
92 paste_word_desc:"Paste from Word",\r
93 selectall_desc:"Select All"\r
94 },\r
95 paste_dlg:{\r
96 text_title:"Use CTRL+V on your keyboard to paste the text into the window.",\r
97 text_linebreaks:"Keep linebreaks",\r
98 word_title:"Use CTRL+V on your keyboard to paste the text into the window."\r
99 },\r
100 table:{\r
101 desc:"Inserts a new table",\r
102 row_before_desc:"Insert row before",\r
103 row_after_desc:"Insert row after",\r
104 delete_row_desc:"Delete row",\r
105 col_before_desc:"Insert column before",\r
106 col_after_desc:"Insert column after",\r
107 delete_col_desc:"Remove column",\r
108 split_cells_desc:"Split merged table cells",\r
109 merge_cells_desc:"Merge table cells",\r
110 row_desc:"Table row properties",\r
111 cell_desc:"Table cell properties",\r
112 props_desc:"Table properties",\r
113 paste_row_before_desc:"Paste table row before",\r
114 paste_row_after_desc:"Paste table row after",\r
115 cut_row_desc:"Cut table row",\r
116 copy_row_desc:"Copy table row",\r
117 del:"Delete table",\r
118 row:"Row",\r
119 col:"Column",\r
120 cell:"Cell"\r
121 },\r
122 autosave:{\r
123 unload_msg:"The changes you made will be lost if you navigate away from this page.",\r
124 restore_content: "Restore auto-saved content",\r
125 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
126 },\r
127 fullscreen:{\r
128 desc:"Toggle fullscreen mode"\r
129 },\r
130 media:{\r
131 desc:"Insert / edit embedded media",\r
132 edit:"Edit embedded media"\r
133 },\r
134 fullpage:{\r
135 desc:"Document properties"\r
136 },\r
137 template:{\r
138 desc:"Insert predefined template content"\r
139 },\r
140 visualchars:{\r
141 desc:"Visual control characters on/off."\r
142 },\r
143 spellchecker:{\r
144 desc:"Toggle spellchecker",\r
145 menu:"Spellchecker settings",\r
146 ignore_word:"Ignore word",\r
147 ignore_words:"Ignore all",\r
148 langs:"Languages",\r
149 wait:"Please wait...",\r
150 sug:"Suggestions",\r
151 no_sug:"No suggestions",\r
152 no_mpell:"No misspellings found."\r
153 },\r
154 pagebreak:{\r
155 desc:"Insert page break."\r
156 },\r
157 advlist : {\r
158         types : 'Types',\r
159         def : 'Default',\r
160         lower_alpha : "Lower alpha",\r
161         lower_greek : "Lower greek",\r
162         lower_roman : "Lower roman",\r
163         upper_alpha : "Upper alpha",\r
164         upper_roman : "Upper roman",\r
165         circle : "Circle",\r
166         disc : "Disc",\r
167         square : "Square"\r
168 }\r
169 }});