2010-03-11 15:18:11 +00:00
tinyMCE . addI18n ( { en : {
common : {
edit _confirm : "Do you want to use the WYSIWYG mode for this textarea?" ,
apply : "Apply" ,
insert : "Insert" ,
update : "Update" ,
cancel : "Cancel" ,
close : "Close" ,
browse : "Browse" ,
class _name : "Class" ,
not _set : "-- Not set --" ,
clipboard _msg : "Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?" ,
clipboard _no _support : "Currently not supported by your browser, use keyboard shortcuts instead." ,
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." ,
2011-06-20 16:34:24 +01:00
invalid _data : "{#field} is invalid" ,
invalid _data _number : "{#field} must be a number" ,
invalid _data _min : "{#field} must be a number greater than {#min}" ,
invalid _data _size : "{#field} must be a number or percentage" ,
2010-03-11 15:18:11 +00:00
more _colors : "More colors"
} ,
2011-06-20 16:34:24 +01:00
colors : {
'000000' : 'Black' ,
'993300' : 'Burnt orange' ,
'333300' : 'Dark olive' ,
'003300' : 'Dark green' ,
'003366' : 'Dark azure' ,
'000080' : 'Navy Blue' ,
'333399' : 'Indigo' ,
'333333' : 'Very dark gray' ,
'800000' : 'Maroon' ,
'FF6600' : 'Orange' ,
'808000' : 'Olive' ,
'008000' : 'Green' ,
'008080' : 'Teal' ,
'0000FF' : 'Blue' ,
'666699' : 'Grayish blue' ,
'808080' : 'Gray' ,
'FF0000' : 'Red' ,
'FF9900' : 'Amber' ,
'99CC00' : 'Yellow green' ,
'339966' : 'Sea green' ,
'33CCCC' : 'Turquoise' ,
'3366FF' : 'Royal blue' ,
'800080' : 'Purple' ,
'999999' : 'Medium gray' ,
'FF00FF' : 'Magenta' ,
'FFCC00' : 'Gold' ,
'FFFF00' : 'Yellow' ,
'00FF00' : 'Lime' ,
'00FFFF' : 'Aqua' ,
'00CCFF' : 'Sky blue' ,
'993366' : 'Brown' ,
'C0C0C0' : 'Silver' ,
'FF99CC' : 'Pink' ,
'FFCC99' : 'Peach' ,
'FFFF99' : 'Light yellow' ,
'CCFFCC' : 'Pale green' ,
'CCFFFF' : 'Pale cyan' ,
'99CCFF' : 'Light sky blue' ,
'CC99FF' : 'Plum' ,
'FFFFFF' : 'White'
} ,
2010-03-11 15:18:11 +00:00
contextmenu : {
align : "Alignment" ,
left : "Left" ,
center : "Center" ,
right : "Right" ,
full : "Full"
} ,
insertdatetime : {
date _fmt : "%Y-%m-%d" ,
time _fmt : "%H:%M:%S" ,
insertdate _desc : "Insert date" ,
inserttime _desc : "Insert time" ,
months _long : "January,February,March,April,May,June,July,August,September,October,November,December" ,
months _short : "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec" ,
day _long : "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday" ,
day _short : "Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"
} ,
print : {
print _desc : "Print"
} ,
preview : {
preview _desc : "Preview"
} ,
directionality : {
ltr _desc : "Direction left to right" ,
rtl _desc : "Direction right to left"
} ,
layer : {
insertlayer _desc : "Insert new layer" ,
forward _desc : "Move forward" ,
backward _desc : "Move backward" ,
absolute _desc : "Toggle absolute positioning" ,
content : "New layer..."
} ,
save : {
save _desc : "Save" ,
cancel _desc : "Cancel all changes"
} ,
nonbreaking : {
nonbreaking _desc : "Insert non-breaking space character"
} ,
iespell : {
iespell _desc : "Run spell checking" ,
download : "ieSpell not detected. Do you want to install it now?"
} ,
advhr : {
advhr _desc : "Horizontal rule"
} ,
emotions : {
emotions _desc : "Emotions"
} ,
searchreplace : {
search _desc : "Find" ,
replace _desc : "Find/Replace"
} ,
advimage : {
image _desc : "Insert/edit image"
} ,
advlink : {
link _desc : "Insert/edit link"
} ,
xhtmlxtras : {
cite _desc : "Citation" ,
abbr _desc : "Abbreviation" ,
acronym _desc : "Acronym" ,
del _desc : "Deletion" ,
ins _desc : "Insertion" ,
attribs _desc : "Insert/Edit Attributes"
} ,
style : {
desc : "Edit CSS Style"
} ,
paste : {
paste _text _desc : "Paste as Plain Text" ,
paste _word _desc : "Paste from Word" ,
2010-08-10 23:24:12 +01:00
selectall _desc : "Select All" ,
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." ,
plaintext _mode : "Paste is now in plain text mode. Click again to toggle back to regular paste mode."
2010-03-11 15:18:11 +00:00
} ,
paste _dlg : {
text _title : "Use CTRL+V on your keyboard to paste the text into the window." ,
text _linebreaks : "Keep linebreaks" ,
word _title : "Use CTRL+V on your keyboard to paste the text into the window."
} ,
table : {
desc : "Inserts a new table" ,
row _before _desc : "Insert row before" ,
row _after _desc : "Insert row after" ,
delete _row _desc : "Delete row" ,
col _before _desc : "Insert column before" ,
col _after _desc : "Insert column after" ,
delete _col _desc : "Remove column" ,
split _cells _desc : "Split merged table cells" ,
merge _cells _desc : "Merge table cells" ,
row _desc : "Table row properties" ,
cell _desc : "Table cell properties" ,
props _desc : "Table properties" ,
paste _row _before _desc : "Paste table row before" ,
paste _row _after _desc : "Paste table row after" ,
cut _row _desc : "Cut table row" ,
copy _row _desc : "Copy table row" ,
del : "Delete table" ,
row : "Row" ,
col : "Column" ,
cell : "Cell"
} ,
autosave : {
unload _msg : "The changes you made will be lost if you navigate away from this page." ,
2010-08-10 23:24:12 +01:00
restore _content : "Restore auto-saved content." ,
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?."
2010-03-11 15:18:11 +00:00
} ,
fullscreen : {
desc : "Toggle fullscreen mode"
} ,
media : {
desc : "Insert / edit embedded media" ,
edit : "Edit embedded media"
} ,
fullpage : {
desc : "Document properties"
} ,
template : {
desc : "Insert predefined template content"
} ,
visualchars : {
desc : "Visual control characters on/off."
} ,
spellchecker : {
desc : "Toggle spellchecker" ,
menu : "Spellchecker settings" ,
ignore _word : "Ignore word" ,
ignore _words : "Ignore all" ,
langs : "Languages" ,
wait : "Please wait..." ,
sug : "Suggestions" ,
no _sug : "No suggestions" ,
2011-06-20 16:34:24 +01:00
no _mpell : "No misspellings found." ,
learn _word : "Learn word"
2010-03-11 15:18:11 +00:00
} ,
pagebreak : {
desc : "Insert page break."
} ,
2010-08-10 23:24:12 +01:00
advlist : {
types : "Types" ,
def : "Default" ,
lower _alpha : "Lower alpha" ,
lower _greek : "Lower greek" ,
lower _roman : "Lower roman" ,
upper _alpha : "Upper alpha" ,
upper _roman : "Upper roman" ,
circle : "Circle" ,
disc : "Disc" ,
square : "Square"
2011-06-20 16:34:24 +01:00
} ,
aria : {
rich _text _area : "Rich Text Area"
} ,
wordcount : {
words : 'Words: '
}
} } ) ;