author | Anthony Ly <anthonyly.com@gmail.com> |
Mon, 19 Nov 2012 18:26:13 +0100 | |
changeset 194 | 32102edaa81b |
parent 136 | bde1974c263b |
child 204 | 09a1c134465b |
permissions | -rw-r--r-- |
136 | 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.", |
|
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.", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
15 |
invalid_data:"ERROR: Invalid values entered, these are marked in red.", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
16 |
invalid_data_number:"{#field} must be a number", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
17 |
invalid_data_min:"{#field} must be a number greater than {#min}", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
18 |
invalid_data_size:"{#field} must be a number or percentage", |
136 | 19 |
more_colors:"More colors" |
20 |
}, |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
21 |
colors:{ |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
22 |
"000000":"Black", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
23 |
"993300":"Burnt orange", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
24 |
"333300":"Dark olive", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
25 |
"003300":"Dark green", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
26 |
"003366":"Dark azure", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
27 |
"000080":"Navy Blue", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
28 |
"333399":"Indigo", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
29 |
"333333":"Very dark gray", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
30 |
"800000":"Maroon", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
31 |
"FF6600":"Orange", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
32 |
"808000":"Olive", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
33 |
"008000":"Green", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
34 |
"008080":"Teal", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
35 |
"0000FF":"Blue", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
36 |
"666699":"Grayish blue", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
37 |
"808080":"Gray", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
38 |
"FF0000":"Red", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
39 |
"FF9900":"Amber", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
40 |
"99CC00":"Yellow green", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
41 |
"339966":"Sea green", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
42 |
"33CCCC":"Turquoise", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
43 |
"3366FF":"Royal blue", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
44 |
"800080":"Purple", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
45 |
"999999":"Medium gray", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
46 |
"FF00FF":"Magenta", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
47 |
"FFCC00":"Gold", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
48 |
"FFFF00":"Yellow", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
49 |
"00FF00":"Lime", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
50 |
"00FFFF":"Aqua", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
51 |
"00CCFF":"Sky blue", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
52 |
"993366":"Brown", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
53 |
"C0C0C0":"Silver", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
54 |
"FF99CC":"Pink", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
55 |
"FFCC99":"Peach", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
56 |
"FFFF99":"Light yellow", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
57 |
"CCFFCC":"Pale green", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
58 |
"CCFFFF":"Pale cyan", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
59 |
"99CCFF":"Light sky blue", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
60 |
"CC99FF":"Plum", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
61 |
"FFFFFF":"White" |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
62 |
}, |
136 | 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_January_abbreviation,Feb_February_abbreviation,Mar_March_abbreviation,Apr_April_abbreviation,May_May_abbreviation,Jun_June_abbreviation,Jul_July_abbreviation,Aug_August_abbreviation,Sep_September_abbreviation,Oct_October_abbreviation,Nov_November_abbreviation,Dec_December_abbreviation", |
|
77 |
day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", |
|
78 |
day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat" |
|
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:"Horizontale 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", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
138 |
selectall_desc:"Select All", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
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.", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
140 |
plaintext_mode:"Paste is now in plain text mode. Click again to toggle back to regular paste mode." |
136 | 141 |
}, |
142 |
paste_dlg:{ |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
143 |
text_title:"Use CTRL + V on your keyboard to paste the text into the window.", |
136 | 144 |
text_linebreaks:"Keep linebreaks", |
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
145 |
word_title:"Use CTRL + V on your keyboard to paste the text into the window." |
136 | 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 |
}, |
|
172 |
fullscreen:{ |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
173 |
desc:"Toggle fullscreen mode (Alt + Shift + G)" |
136 | 174 |
}, |
175 |
media:{ |
|
176 |
desc:"Insert / edit embedded media", |
|
177 |
edit:"Edit embedded media" |
|
178 |
}, |
|
179 |
fullpage:{ |
|
180 |
desc:"Document properties" |
|
181 |
}, |
|
182 |
template:{ |
|
183 |
desc:"Insert predefined template content" |
|
184 |
}, |
|
185 |
visualchars:{ |
|
186 |
desc:"Visual control characters on/off." |
|
187 |
}, |
|
188 |
spellchecker:{ |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
189 |
desc:"Toggle spellchecker (Alt + Shift + N)", |
136 | 190 |
menu:"Spellchecker settings", |
191 |
ignore_word:"Ignore word", |
|
192 |
ignore_words:"Ignore all", |
|
193 |
langs:"Languages", |
|
194 |
wait:"Please wait...", |
|
195 |
sug:"Suggestions", |
|
196 |
no_sug:"No suggestions", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
197 |
no_mpell:"No misspellings found.", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
198 |
learn_word:"Learn word" |
136 | 199 |
}, |
200 |
pagebreak:{ |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
201 |
desc:"Insert Page Break" |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
202 |
}, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
203 |
advlist:{ |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
204 |
types:"Types", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
205 |
def:"Default", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
206 |
lower_alpha:"Lower alpha", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
207 |
lower_greek:"Lower greek", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
208 |
lower_roman:"Lower roman", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
209 |
upper_alpha:"Upper alpha", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
210 |
upper_roman:"Upper roman", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
211 |
circle:"Circle", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
212 |
disc:"Disc", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
213 |
square:"Square" |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
214 |
}, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
215 |
aria:{ |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
216 |
rich_text_area:"Rich Text Area" |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
217 |
}, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
218 |
wordcount:{ |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
219 |
words:"Words: " |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
220 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
221 |
}}); |
136 | 222 |
|
223 |
tinyMCE.addI18n("en.advanced",{ |
|
224 |
style_select:"Styles", |
|
225 |
font_size:"Font size", |
|
226 |
fontdefault:"Font family", |
|
227 |
block:"Format", |
|
228 |
paragraph:"Paragraph", |
|
229 |
div:"Div", |
|
230 |
address:"Address", |
|
231 |
pre:"Preformatted", |
|
232 |
h1:"Heading 1", |
|
233 |
h2:"Heading 2", |
|
234 |
h3:"Heading 3", |
|
235 |
h4:"Heading 4", |
|
236 |
h5:"Heading 5", |
|
237 |
h6:"Heading 6", |
|
238 |
blockquote:"Blockquote", |
|
239 |
code:"Code", |
|
240 |
samp:"Code sample", |
|
241 |
dt:"Definition term ", |
|
242 |
dd:"Definition description", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
243 |
bold_desc:"Bold (Ctrl + B)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
244 |
italic_desc:"Italic (Ctrl + I)", |
136 | 245 |
underline_desc:"Underline", |
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
246 |
striketrough_desc:"Strikethrough (Alt + Shift + D)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
247 |
justifyleft_desc:"Align Left (Alt + Shift + L)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
248 |
justifycenter_desc:"Align Center (Alt + Shift + C)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
249 |
justifyright_desc:"Align Right (Alt + Shift + R)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
250 |
justifyfull_desc:"Align Full (Alt + Shift + J)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
251 |
bullist_desc:"Unordered list (Alt + Shift + U)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
252 |
numlist_desc:"Ordered list (Alt + Shift + O)", |
136 | 253 |
outdent_desc:"Outdent", |
254 |
indent_desc:"Indent", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
255 |
undo_desc:"Undo (Ctrl + Z)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
256 |
redo_desc:"Redo (Ctrl + Y)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
257 |
link_desc:"Insert/edit link (Alt + Shift + A)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
258 |
unlink_desc:"Unlink (Alt + Shift + S)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
259 |
image_desc:"Insert/edit image (Alt + Shift + M)", |
136 | 260 |
cleanup_desc:"Cleanup messy code", |
261 |
code_desc:"Edit HTML Source", |
|
262 |
sub_desc:"Subscript", |
|
263 |
sup_desc:"Superscript", |
|
264 |
hr_desc:"Insert horizontal ruler", |
|
265 |
removeformat_desc:"Remove formatting", |
|
266 |
forecolor_desc:"Select text color", |
|
267 |
backcolor_desc:"Select background color", |
|
268 |
charmap_desc:"Insert custom character", |
|
269 |
visualaid_desc:"Toggle guidelines/invisible elements", |
|
270 |
anchor_desc:"Insert/edit anchor", |
|
271 |
cut_desc:"Cut", |
|
272 |
copy_desc:"Copy", |
|
273 |
paste_desc:"Paste", |
|
274 |
image_props_desc:"Image properties", |
|
275 |
newdocument_desc:"New document", |
|
276 |
help_desc:"Help", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
277 |
blockquote_desc:"Blockquote (Alt + Shift + Q)", |
136 | 278 |
clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.", |
279 |
path:"Path", |
|
280 |
newdocument:"Are you sure you want to clear all contents?", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
281 |
toolbar_focus:"Jump to tool buttons - Alt + Q, Jump to editor - Alt-Z, Jump to element path - Alt-X", |
136 | 282 |
more_colors:"More colors", |
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
283 |
shortcuts_desc:"Accessibility Help", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
284 |
help_shortcut:" Press ALT F10 for toolbar. Press ALT 0 for help.", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
285 |
rich_text_area:"Rich Text Area", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
286 |
toolbar:"Toolbar" |
136 | 287 |
}); |
288 |
||
289 |
tinyMCE.addI18n("en.advanced_dlg",{ |
|
290 |
about_title:"About TinyMCE", |
|
291 |
about_general:"About", |
|
292 |
about_help:"Help", |
|
293 |
about_license:"License", |
|
294 |
about_plugins:"Plugins", |
|
295 |
about_plugin:"Plugin", |
|
296 |
about_author:"Author", |
|
297 |
about_version:"Version", |
|
298 |
about_loaded:"Loaded plugins", |
|
299 |
anchor_title:"Insert/edit anchor", |
|
300 |
anchor_name:"Anchor name", |
|
301 |
code_title:"HTML Source Editor", |
|
302 |
code_wordwrap:"Word wrap", |
|
303 |
colorpicker_title:"Select a color", |
|
304 |
colorpicker_picker_tab:"Picker", |
|
305 |
colorpicker_picker_title:"Color picker", |
|
306 |
colorpicker_palette_tab:"Palette", |
|
307 |
colorpicker_palette_title:"Palette colors", |
|
308 |
colorpicker_named_tab:"Named", |
|
309 |
colorpicker_named_title:"Named colors", |
|
310 |
colorpicker_color:"Color:", |
|
311 |
colorpicker_name:"Name:", |
|
312 |
charmap_title:"Select custom character", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
313 |
charmap_usage:"Use left and right arrows to navigate.", |
136 | 314 |
image_title:"Insert/edit image", |
315 |
image_src:"Image URL", |
|
316 |
image_alt:"Image description", |
|
317 |
image_list:"Image list", |
|
318 |
image_border:"Border", |
|
319 |
image_dimensions:"Dimensions", |
|
320 |
image_vspace:"Vertical space", |
|
321 |
image_hspace:"Horizontal space", |
|
322 |
image_align:"Alignment", |
|
323 |
image_align_baseline:"Baseline", |
|
324 |
image_align_top:"Top", |
|
325 |
image_align_middle:"Middle", |
|
326 |
image_align_bottom:"Bottom", |
|
327 |
image_align_texttop:"Text top", |
|
328 |
image_align_textbottom:"Text bottom", |
|
329 |
image_align_left:"Left", |
|
330 |
image_align_right:"Right", |
|
331 |
link_title:"Insert/edit link", |
|
332 |
link_url:"Link URL", |
|
333 |
link_target:"Target", |
|
334 |
link_target_same:"Open link in the same window", |
|
335 |
link_target_blank:"Open link in a new window", |
|
336 |
link_titlefield:"Title", |
|
337 |
link_is_email:"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?", |
|
338 |
link_is_external:"The URL you entered seems to external link, do you want to add the required http:// prefix?", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
339 |
link_list:"Link list", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
340 |
accessibility_help:"Accessibility Help", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
341 |
accessibility_usage_title:"General Usage" |
136 | 342 |
}); |
343 |
||
344 |
tinyMCE.addI18n("en.media_dlg",{ |
|
345 |
title:"Insert / edit embedded media", |
|
346 |
general:"General", |
|
347 |
advanced:"Advanced", |
|
348 |
file:"File/URL", |
|
349 |
list:"List", |
|
350 |
size:"Dimensions", |
|
351 |
preview:"Preview", |
|
352 |
constrain_proportions:"Constrain proportions", |
|
353 |
type:"Type", |
|
354 |
id:"Id", |
|
355 |
name:"Name", |
|
356 |
class_name:"Class", |
|
357 |
vspace:"V-Space", |
|
358 |
hspace:"H-Space", |
|
359 |
play:"Auto play", |
|
360 |
loop:"Loop", |
|
361 |
menu:"Show menu", |
|
362 |
quality:"Quality", |
|
363 |
scale:"Scale", |
|
364 |
align:"Align", |
|
365 |
salign:"SAlign", |
|
366 |
wmode:"WMode", |
|
367 |
bgcolor:"Background", |
|
368 |
base:"Base", |
|
369 |
flashvars:"Flashvars", |
|
370 |
liveconnect:"SWLiveConnect", |
|
371 |
autohref:"AutoHREF", |
|
372 |
cache:"Cache", |
|
373 |
hidden:"Hidden", |
|
374 |
controller:"Controller", |
|
375 |
kioskmode:"Kiosk mode", |
|
376 |
playeveryframe:"Play every frame", |
|
377 |
targetcache:"Target cache", |
|
378 |
correction:"No correction", |
|
379 |
enablejavascript:"Enable JavaScript", |
|
380 |
starttime:"Start time", |
|
381 |
endtime:"End time", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
382 |
href:"href", |
136 | 383 |
qtsrcchokespeed:"Choke speed", |
384 |
target:"Target", |
|
385 |
volume:"Volume", |
|
386 |
autostart:"Auto start", |
|
387 |
enabled:"Enabled", |
|
388 |
fullscreen:"Fullscreen", |
|
389 |
invokeurls:"Invoke URLs", |
|
390 |
mute:"Mute", |
|
391 |
stretchtofit:"Stretch to fit", |
|
392 |
windowlessvideo:"Windowless video", |
|
393 |
balance:"Balance", |
|
394 |
baseurl:"Base URL", |
|
395 |
captioningid:"Captioning id", |
|
396 |
currentmarker:"Current marker", |
|
397 |
currentposition:"Current position", |
|
398 |
defaultframe:"Default frame", |
|
399 |
playcount:"Play count", |
|
400 |
rate:"Rate", |
|
401 |
uimode:"UI Mode", |
|
402 |
flash_options:"Flash options", |
|
403 |
qt_options:"Quicktime options", |
|
404 |
wmp_options:"Windows media player options", |
|
405 |
rmp_options:"Real media player options", |
|
406 |
shockwave_options:"Shockwave options", |
|
407 |
autogotourl:"Auto goto URL", |
|
408 |
center:"Center", |
|
409 |
imagestatus:"Image status", |
|
410 |
maintainaspect:"Maintain aspect", |
|
411 |
nojava:"No java", |
|
412 |
prefetch:"Prefetch", |
|
413 |
shuffle:"Shuffle", |
|
414 |
console:"Console", |
|
415 |
numloop:"Num loops", |
|
416 |
controls:"Controls", |
|
417 |
scriptcallbacks:"Script callbacks", |
|
418 |
swstretchstyle:"Stretch style", |
|
419 |
swstretchhalign:"Stretch H-Align", |
|
420 |
swstretchvalign:"Stretch V-Align", |
|
421 |
sound:"Sound", |
|
422 |
progress:"Progress", |
|
423 |
qtsrc:"QT Src", |
|
424 |
qt_stream_warn:"Streamed rtsp resources should be added to the QT Src field under the advanced tab.", |
|
425 |
align_top:"Top", |
|
426 |
align_right:"Right", |
|
427 |
align_bottom:"Bottom", |
|
428 |
align_left:"Left", |
|
429 |
align_center:"Center", |
|
430 |
align_top_left:"Top left", |
|
431 |
align_top_right:"Top right", |
|
432 |
align_bottom_left:"Bottom left", |
|
433 |
align_bottom_right:"Bottom right", |
|
434 |
flv_options:"Flash video options", |
|
435 |
flv_scalemode:"Scale mode", |
|
436 |
flv_buffer:"Buffer", |
|
437 |
flv_startimage:"Start image", |
|
438 |
flv_starttime:"Start time", |
|
439 |
flv_defaultvolume:"Default volume", |
|
440 |
flv_hiddengui:"Hidden GUI", |
|
441 |
flv_autostart:"Auto start", |
|
442 |
flv_loop:"Loop", |
|
443 |
flv_showscalemodes:"Show scale modes", |
|
444 |
flv_smoothvideo:"Smooth video", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
445 |
flv_jscallback:"JS Callback", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
446 |
html5_video_options:"HTML5 Video Options", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
447 |
altsource1:"Alternative source 1", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
448 |
altsource2:"Alternative source 2", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
449 |
preload:"Preload", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
450 |
poster:"Poster", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
451 |
source:"Source" |
136 | 452 |
}); |
453 |
||
454 |
tinyMCE.addI18n("en.wordpress",{ |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
455 |
wp_adv_desc:"Show/Hide Kitchen Sink (Alt + Shift + Z)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
456 |
wp_more_desc:"Insert More Tag (Alt + Shift + T)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
457 |
wp_page_desc:"Insert Page break (Alt + Shift + P)", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
458 |
wp_help_desc:"Help (Alt + Shift + H)", |
136 | 459 |
wp_more_alt:"More...", |
460 |
wp_page_alt:"Next page...", |
|
461 |
add_media:"Add Media", |
|
462 |
add_image:"Add an Image", |
|
463 |
add_video:"Add Video", |
|
464 |
add_audio:"Add Audio", |
|
465 |
editgallery:"Edit Gallery", |
|
466 |
delgallery:"Delete Gallery" |
|
467 |
}); |
|
468 |
||
469 |
tinyMCE.addI18n("en.wpeditimage",{ |
|
470 |
edit_img:"Edit Image", |
|
471 |
del_img:"Delete Image", |
|
472 |
adv_settings:"Advanced Settings", |
|
473 |
none:"None", |
|
474 |
size:"Size", |
|
475 |
thumbnail:"Thumbnail", |
|
476 |
medium:"Medium", |
|
477 |
full_size:"Full Size", |
|
478 |
current_link:"Current Link", |
|
479 |
link_to_img:"Link to Image", |
|
480 |
link_help:"Enter a link URL or click above for presets.", |
|
481 |
adv_img_settings:"Advanced Image Settings", |
|
482 |
source:"Source", |
|
483 |
width:"Width", |
|
484 |
height:"Height", |
|
485 |
orig_size:"Original Size", |
|
486 |
css:"CSS Class", |
|
487 |
adv_link_settings:"Advanced Link Settings", |
|
488 |
link_rel:"Link Rel", |
|
489 |
height:"Height", |
|
490 |
orig_size:"Original Size", |
|
491 |
css:"CSS Class", |
|
492 |
s60:"60%", |
|
493 |
s70:"70%", |
|
494 |
s80:"80%", |
|
495 |
s90:"90%", |
|
496 |
s100:"100%", |
|
497 |
s110:"110%", |
|
498 |
s120:"120%", |
|
499 |
s130:"130%", |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
500 |
img_title:"Title", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
501 |
caption:"Caption", |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
502 |
alt:"Alternate Text" |
136 | 503 |
}); |