2008-10-28 00:19:39 -04: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." ,
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." ,
2012-02-23 20:58:18 -05:00
invalid _data : "ERROR: Invalid values entered, these are marked in red." ,
2011-04-10 14:36:05 -04:00
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" ,
2008-10-28 00:19:39 -04:00
more _colors : "More colors"
} ,
2011-04-10 14:36:05 -04: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"
} ,
2008-10-28 00:19:39 -04: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_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" ,
day _long : "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday" ,
day _short : "Sun,Mon,Tue,Wed,Thu,Fri,Sat"
} ,
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 : {
2012-07-25 14:06:13 -04:00
advhr _desc : "Horizontal rule"
2008-10-28 00:19:39 -04:00
} ,
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" ,
2011-04-10 14:36:05 -04: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."
2008-10-28 00:19:39 -04:00
} ,
paste _dlg : {
2011-11-12 01:15:15 -05:00
text _title : "Use CTRL + V on your keyboard to paste the text into the window." ,
2008-10-28 00:19:39 -04:00
text _linebreaks : "Keep linebreaks" ,
2011-11-12 01:15:15 -05:00
word _title : "Use CTRL + V on your keyboard to paste the text into the window."
2008-10-28 00:19:39 -04:00
} ,
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."
} ,
fullscreen : {
2012-08-03 14:12:45 -04:00
desc : "Toggle fullscreen mode (Alt + Shift + G)"
2008-10-28 00:19:39 -04:00
} ,
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 : {
2012-08-03 14:12:45 -04:00
desc : "Toggle spellchecker (Alt + Shift + N)" ,
2008-10-28 00:19:39 -04:00
menu : "Spellchecker settings" ,
ignore _word : "Ignore word" ,
ignore _words : "Ignore all" ,
langs : "Languages" ,
wait : "Please wait..." ,
sug : "Suggestions" ,
no _sug : "No suggestions" ,
2011-04-10 14:36:05 -04:00
no _mpell : "No misspellings found." ,
learn _word : "Learn word"
2008-10-28 00:19:39 -04:00
} ,
pagebreak : {
2011-04-10 14:36:05 -04:00
desc : "Insert Page Break"
} ,
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"
} ,
aria : {
rich _text _area : "Rich Text Area"
} ,
wordcount : {
words : "Words: "
}
} } ) ;
2008-10-28 00:19:39 -04:00
tinyMCE . addI18n ( "en.advanced" , {
style _select : "Styles" ,
font _size : "Font size" ,
fontdefault : "Font family" ,
block : "Format" ,
paragraph : "Paragraph" ,
div : "Div" ,
address : "Address" ,
pre : "Preformatted" ,
h1 : "Heading 1" ,
h2 : "Heading 2" ,
h3 : "Heading 3" ,
h4 : "Heading 4" ,
h5 : "Heading 5" ,
h6 : "Heading 6" ,
blockquote : "Blockquote" ,
code : "Code" ,
samp : "Code sample" ,
dt : "Definition term " ,
dd : "Definition description" ,
2012-02-23 20:58:18 -05:00
bold _desc : "Bold (Ctrl + B)" ,
italic _desc : "Italic (Ctrl + I)" ,
2008-10-28 00:19:39 -04:00
underline _desc : "Underline" ,
2012-08-03 14:12:45 -04:00
striketrough _desc : "Strikethrough (Alt + Shift + D)" ,
justifyleft _desc : "Align Left (Alt + Shift + L)" ,
justifycenter _desc : "Align Center (Alt + Shift + C)" ,
justifyright _desc : "Align Right (Alt + Shift + R)" ,
justifyfull _desc : "Align Full (Alt + Shift + J)" ,
bullist _desc : "Unordered list (Alt + Shift + U)" ,
numlist _desc : "Ordered list (Alt + Shift + O)" ,
2008-10-28 00:19:39 -04:00
outdent _desc : "Outdent" ,
indent _desc : "Indent" ,
2011-11-12 01:15:15 -05:00
undo _desc : "Undo (Ctrl + Z)" ,
redo _desc : "Redo (Ctrl + Y)" ,
2012-08-03 14:12:45 -04:00
link _desc : "Insert/edit link (Alt + Shift + A)" ,
unlink _desc : "Unlink (Alt + Shift + S)" ,
image _desc : "Insert/edit image (Alt + Shift + M)" ,
2008-10-28 00:19:39 -04:00
cleanup _desc : "Cleanup messy code" ,
code _desc : "Edit HTML Source" ,
sub _desc : "Subscript" ,
sup _desc : "Superscript" ,
hr _desc : "Insert horizontal ruler" ,
removeformat _desc : "Remove formatting" ,
forecolor _desc : "Select text color" ,
backcolor _desc : "Select background color" ,
charmap _desc : "Insert custom character" ,
visualaid _desc : "Toggle guidelines/invisible elements" ,
anchor _desc : "Insert/edit anchor" ,
cut _desc : "Cut" ,
copy _desc : "Copy" ,
paste _desc : "Paste" ,
image _props _desc : "Image properties" ,
newdocument _desc : "New document" ,
help _desc : "Help" ,
2012-08-03 14:12:45 -04:00
blockquote _desc : "Blockquote (Alt + Shift + Q)" ,
2008-10-28 00:19:39 -04:00
clipboard _msg : "Copy/Cut/Paste is not available in Mozilla and Firefox." ,
path : "Path" ,
newdocument : "Are you sure you want to clear all contents?" ,
2012-08-03 14:12:45 -04:00
toolbar _focus : "Jump to tool buttons - Alt + Shift + Q, Jump to editor - Alt-Z, Jump to element path - Alt-X" ,
2008-10-28 00:19:39 -04:00
more _colors : "More colors" ,
2011-04-10 14:36:05 -04:00
shortcuts _desc : "Accessibility Help" ,
help _shortcut : " Press ALT F10 for toolbar. Press ALT 0 for help." ,
rich _text _area : "Rich Text Area" ,
toolbar : "Toolbar"
2008-10-28 00:19:39 -04:00
} ) ;
tinyMCE . addI18n ( "en.advanced_dlg" , {
about _title : "About TinyMCE" ,
about _general : "About" ,
about _help : "Help" ,
about _license : "License" ,
about _plugins : "Plugins" ,
about _plugin : "Plugin" ,
about _author : "Author" ,
about _version : "Version" ,
about _loaded : "Loaded plugins" ,
anchor _title : "Insert/edit anchor" ,
anchor _name : "Anchor name" ,
code _title : "HTML Source Editor" ,
code _wordwrap : "Word wrap" ,
colorpicker _title : "Select a color" ,
colorpicker _picker _tab : "Picker" ,
colorpicker _picker _title : "Color picker" ,
colorpicker _palette _tab : "Palette" ,
colorpicker _palette _title : "Palette colors" ,
colorpicker _named _tab : "Named" ,
colorpicker _named _title : "Named colors" ,
colorpicker _color : "Color:" ,
colorpicker _name : "Name:" ,
charmap _title : "Select custom character" ,
2012-02-24 15:42:36 -05:00
charmap _usage : "Use left and right arrows to navigate." ,
2008-10-28 00:19:39 -04:00
image _title : "Insert/edit image" ,
image _src : "Image URL" ,
image _alt : "Image description" ,
image _list : "Image list" ,
image _border : "Border" ,
image _dimensions : "Dimensions" ,
image _vspace : "Vertical space" ,
image _hspace : "Horizontal space" ,
image _align : "Alignment" ,
image _align _baseline : "Baseline" ,
image _align _top : "Top" ,
image _align _middle : "Middle" ,
image _align _bottom : "Bottom" ,
image _align _texttop : "Text top" ,
image _align _textbottom : "Text bottom" ,
image _align _left : "Left" ,
image _align _right : "Right" ,
link _title : "Insert/edit link" ,
link _url : "Link URL" ,
link _target : "Target" ,
link _target _same : "Open link in the same window" ,
link _target _blank : "Open link in a new window" ,
link _titlefield : "Title" ,
link _is _email : "The URL you entered seems to be an email address, do you want to add the required mailto: prefix?" ,
link _is _external : "The URL you entered seems to external link, do you want to add the required http:// prefix?" ,
2011-04-10 14:36:05 -04:00
link _list : "Link list" ,
accessibility _help : "Accessibility Help" ,
accessibility _usage _title : "General Usage"
2008-10-28 00:19:39 -04:00
} ) ;
tinyMCE . addI18n ( "en.media_dlg" , {
title : "Insert / edit embedded media" ,
general : "General" ,
advanced : "Advanced" ,
file : "File/URL" ,
list : "List" ,
size : "Dimensions" ,
preview : "Preview" ,
constrain _proportions : "Constrain proportions" ,
type : "Type" ,
id : "Id" ,
name : "Name" ,
class _name : "Class" ,
vspace : "V-Space" ,
hspace : "H-Space" ,
play : "Auto play" ,
loop : "Loop" ,
menu : "Show menu" ,
quality : "Quality" ,
scale : "Scale" ,
align : "Align" ,
salign : "SAlign" ,
wmode : "WMode" ,
bgcolor : "Background" ,
base : "Base" ,
flashvars : "Flashvars" ,
liveconnect : "SWLiveConnect" ,
autohref : "AutoHREF" ,
cache : "Cache" ,
hidden : "Hidden" ,
controller : "Controller" ,
kioskmode : "Kiosk mode" ,
playeveryframe : "Play every frame" ,
targetcache : "Target cache" ,
correction : "No correction" ,
enablejavascript : "Enable JavaScript" ,
starttime : "Start time" ,
endtime : "End time" ,
2011-04-10 14:36:05 -04:00
href : "href" ,
2008-10-28 00:19:39 -04:00
qtsrcchokespeed : "Choke speed" ,
target : "Target" ,
volume : "Volume" ,
autostart : "Auto start" ,
enabled : "Enabled" ,
fullscreen : "Fullscreen" ,
invokeurls : "Invoke URLs" ,
mute : "Mute" ,
stretchtofit : "Stretch to fit" ,
windowlessvideo : "Windowless video" ,
balance : "Balance" ,
baseurl : "Base URL" ,
captioningid : "Captioning id" ,
currentmarker : "Current marker" ,
currentposition : "Current position" ,
defaultframe : "Default frame" ,
playcount : "Play count" ,
rate : "Rate" ,
uimode : "UI Mode" ,
flash _options : "Flash options" ,
2012-07-25 14:06:13 -04:00
qt _options : "QuickTime options" ,
2008-10-28 00:19:39 -04:00
wmp _options : "Windows media player options" ,
rmp _options : "Real media player options" ,
shockwave _options : "Shockwave options" ,
autogotourl : "Auto goto URL" ,
center : "Center" ,
imagestatus : "Image status" ,
maintainaspect : "Maintain aspect" ,
nojava : "No java" ,
prefetch : "Prefetch" ,
shuffle : "Shuffle" ,
console : "Console" ,
numloop : "Num loops" ,
controls : "Controls" ,
scriptcallbacks : "Script callbacks" ,
swstretchstyle : "Stretch style" ,
swstretchhalign : "Stretch H-Align" ,
swstretchvalign : "Stretch V-Align" ,
sound : "Sound" ,
progress : "Progress" ,
qtsrc : "QT Src" ,
qt _stream _warn : "Streamed rtsp resources should be added to the QT Src field under the advanced tab." ,
align _top : "Top" ,
align _right : "Right" ,
align _bottom : "Bottom" ,
align _left : "Left" ,
align _center : "Center" ,
align _top _left : "Top left" ,
align _top _right : "Top right" ,
align _bottom _left : "Bottom left" ,
align _bottom _right : "Bottom right" ,
flv _options : "Flash video options" ,
flv _scalemode : "Scale mode" ,
flv _buffer : "Buffer" ,
flv _startimage : "Start image" ,
flv _starttime : "Start time" ,
flv _defaultvolume : "Default volume" ,
flv _hiddengui : "Hidden GUI" ,
flv _autostart : "Auto start" ,
flv _loop : "Loop" ,
flv _showscalemodes : "Show scale modes" ,
flv _smoothvideo : "Smooth video" ,
2011-04-10 14:36:05 -04:00
flv _jscallback : "JS Callback" ,
html5 _video _options : "HTML5 Video Options" ,
altsource1 : "Alternative source 1" ,
altsource2 : "Alternative source 2" ,
preload : "Preload" ,
poster : "Poster" ,
source : "Source"
2008-10-28 00:19:39 -04:00
} ) ;
tinyMCE . addI18n ( "en.wordpress" , {
2012-08-03 14:12:45 -04:00
wp _adv _desc : "Show/Hide Kitchen Sink (Alt + Shift + Z)" ,
wp _more _desc : "Insert More Tag (Alt + Shift + T)" ,
wp _page _desc : "Insert Page break (Alt + Shift + P)" ,
wp _help _desc : "Help (Alt + Shift + H)" ,
2008-10-28 00:19:39 -04:00
wp _more _alt : "More..." ,
wp _page _alt : "Next page..." ,
add _media : "Add Media" ,
add _image : "Add an Image" ,
add _video : "Add Video" ,
2008-11-27 06:30:51 -05:00
add _audio : "Add Audio" ,
editgallery : "Edit Gallery" ,
2012-07-12 20:26:49 -04:00
delgallery : "Delete Gallery" ,
2012-08-03 14:12:45 -04:00
wp _fullscreen _desc : "Distraction Free Writing mode (Alt + Shift + W)"
2008-10-28 00:19:39 -04:00
} ) ;
tinyMCE . addI18n ( "en.wpeditimage" , {
edit _img : "Edit Image" ,
del _img : "Delete Image" ,
adv _settings : "Advanced Settings" ,
none : "None" ,
size : "Size" ,
thumbnail : "Thumbnail" ,
medium : "Medium" ,
full _size : "Full Size" ,
current _link : "Current Link" ,
link _to _img : "Link to Image" ,
link _help : "Enter a link URL or click above for presets." ,
adv _img _settings : "Advanced Image Settings" ,
source : "Source" ,
width : "Width" ,
height : "Height" ,
orig _size : "Original Size" ,
css : "CSS Class" ,
adv _link _settings : "Advanced Link Settings" ,
link _rel : "Link Rel" ,
height : "Height" ,
orig _size : "Original Size" ,
css : "CSS Class" ,
s60 : "60%" ,
s70 : "70%" ,
s80 : "80%" ,
s90 : "90%" ,
s100 : "100%" ,
s110 : "110%" ,
s120 : "120%" ,
s130 : "130%" ,
2010-12-01 13:40:15 -05:00
img _title : "Title" ,
caption : "Caption" ,
alt : "Alternate Text"
2008-10-28 00:19:39 -04:00
} ) ;