Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-inclu.../js/tinymce/langs
File: wp-langs-en.js
/**
[0] Fix | Delete
* TinyMCE 3.x language strings
[1] Fix | Delete
*
[2] Fix | Delete
* Loaded only when external plugins are added to TinyMCE.
[3] Fix | Delete
*/
[4] Fix | Delete
( function() {
[5] Fix | Delete
var main = {}, lang = 'en';
[6] Fix | Delete
[7] Fix | Delete
if ( typeof tinyMCEPreInit !== 'undefined' && tinyMCEPreInit.ref.language !== 'en' ) {
[8] Fix | Delete
lang = tinyMCEPreInit.ref.language;
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
main[lang] = {
[12] Fix | Delete
common: {
[13] Fix | Delete
edit_confirm: "Do you want to use the WYSIWYG mode for this textarea?",
[14] Fix | Delete
apply: "Apply",
[15] Fix | Delete
insert: "Insert",
[16] Fix | Delete
update: "Update",
[17] Fix | Delete
cancel: "Cancel",
[18] Fix | Delete
close: "Close",
[19] Fix | Delete
browse: "Browse",
[20] Fix | Delete
class_name: "Class",
[21] Fix | Delete
not_set: "-- Not set --",
[22] Fix | Delete
clipboard_msg: "Copy/Cut/Paste is not available in Mozilla and Firefox.",
[23] Fix | Delete
clipboard_no_support: "Currently not supported by your browser, use keyboard shortcuts instead.",
[24] Fix | Delete
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.",
[25] Fix | Delete
invalid_data: "Error: Invalid values entered, these are marked in red.",
[26] Fix | Delete
invalid_data_number: "{#field} must be a number",
[27] Fix | Delete
invalid_data_min: "{#field} must be a number greater than {#min}",
[28] Fix | Delete
invalid_data_size: "{#field} must be a number or percentage",
[29] Fix | Delete
more_colors: "More colors"
[30] Fix | Delete
},
[31] Fix | Delete
colors: {
[32] Fix | Delete
"000000": "Black",
[33] Fix | Delete
"993300": "Burnt orange",
[34] Fix | Delete
"333300": "Dark olive",
[35] Fix | Delete
"003300": "Dark green",
[36] Fix | Delete
"003366": "Dark azure",
[37] Fix | Delete
"000080": "Navy Blue",
[38] Fix | Delete
"333399": "Indigo",
[39] Fix | Delete
"333333": "Very dark gray",
[40] Fix | Delete
"800000": "Maroon",
[41] Fix | Delete
"FF6600": "Orange",
[42] Fix | Delete
"808000": "Olive",
[43] Fix | Delete
"008000": "Green",
[44] Fix | Delete
"008080": "Teal",
[45] Fix | Delete
"0000FF": "Blue",
[46] Fix | Delete
"666699": "Grayish blue",
[47] Fix | Delete
"808080": "Gray",
[48] Fix | Delete
"FF0000": "Red",
[49] Fix | Delete
"FF9900": "Amber",
[50] Fix | Delete
"99CC00": "Yellow green",
[51] Fix | Delete
"339966": "Sea green",
[52] Fix | Delete
"33CCCC": "Turquoise",
[53] Fix | Delete
"3366FF": "Royal blue",
[54] Fix | Delete
"800080": "Purple",
[55] Fix | Delete
"999999": "Medium gray",
[56] Fix | Delete
"FF00FF": "Magenta",
[57] Fix | Delete
"FFCC00": "Gold",
[58] Fix | Delete
"FFFF00": "Yellow",
[59] Fix | Delete
"00FF00": "Lime",
[60] Fix | Delete
"00FFFF": "Aqua",
[61] Fix | Delete
"00CCFF": "Sky blue",
[62] Fix | Delete
"993366": "Brown",
[63] Fix | Delete
"C0C0C0": "Silver",
[64] Fix | Delete
"FF99CC": "Pink",
[65] Fix | Delete
"FFCC99": "Peach",
[66] Fix | Delete
"FFFF99": "Light yellow",
[67] Fix | Delete
"CCFFCC": "Pale green",
[68] Fix | Delete
"CCFFFF": "Pale cyan",
[69] Fix | Delete
"99CCFF": "Light sky blue",
[70] Fix | Delete
"CC99FF": "Plum",
[71] Fix | Delete
"FFFFFF": "White"
[72] Fix | Delete
},
[73] Fix | Delete
contextmenu: {
[74] Fix | Delete
align: "Alignment",
[75] Fix | Delete
left: "Left",
[76] Fix | Delete
center: "Center",
[77] Fix | Delete
right: "Right",
[78] Fix | Delete
full: "Full"
[79] Fix | Delete
},
[80] Fix | Delete
insertdatetime: {
[81] Fix | Delete
date_fmt: "%Y-%m-%d",
[82] Fix | Delete
time_fmt: "%H:%M:%S",
[83] Fix | Delete
insertdate_desc: "Insert date",
[84] Fix | Delete
inserttime_desc: "Insert time",
[85] Fix | Delete
months_long: "January,February,March,April,May,June,July,August,September,October,November,December",
[86] Fix | Delete
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",
[87] Fix | Delete
day_long: "Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday",
[88] Fix | Delete
day_short: "Sun,Mon,Tue,Wed,Thu,Fri,Sat"
[89] Fix | Delete
},
[90] Fix | Delete
print: {
[91] Fix | Delete
print_desc: "Print"
[92] Fix | Delete
},
[93] Fix | Delete
preview: {
[94] Fix | Delete
preview_desc: "Preview"
[95] Fix | Delete
},
[96] Fix | Delete
directionality: {
[97] Fix | Delete
ltr_desc: "Direction left to right",
[98] Fix | Delete
rtl_desc: "Direction right to left"
[99] Fix | Delete
},
[100] Fix | Delete
layer: {
[101] Fix | Delete
insertlayer_desc: "Insert new layer",
[102] Fix | Delete
forward_desc: "Move forward",
[103] Fix | Delete
backward_desc: "Move backward",
[104] Fix | Delete
absolute_desc: "Toggle absolute positioning",
[105] Fix | Delete
content: "New layer..."
[106] Fix | Delete
},
[107] Fix | Delete
save: {
[108] Fix | Delete
save_desc: "Save",
[109] Fix | Delete
cancel_desc: "Cancel all changes"
[110] Fix | Delete
},
[111] Fix | Delete
nonbreaking: {
[112] Fix | Delete
nonbreaking_desc: "Insert non-breaking space character"
[113] Fix | Delete
},
[114] Fix | Delete
iespell: {
[115] Fix | Delete
iespell_desc: "Run spell checking",
[116] Fix | Delete
download: "ieSpell not detected. Do you want to install it now?"
[117] Fix | Delete
},
[118] Fix | Delete
advhr: {
[119] Fix | Delete
advhr_desc: "Horizontal rule"
[120] Fix | Delete
},
[121] Fix | Delete
emotions: {
[122] Fix | Delete
emotions_desc: "Emotions"
[123] Fix | Delete
},
[124] Fix | Delete
searchreplace: {
[125] Fix | Delete
search_desc: "Find",
[126] Fix | Delete
replace_desc: "Find/Replace"
[127] Fix | Delete
},
[128] Fix | Delete
advimage: {
[129] Fix | Delete
image_desc: "Insert/edit image"
[130] Fix | Delete
},
[131] Fix | Delete
advlink: {
[132] Fix | Delete
link_desc: "Insert/edit link"
[133] Fix | Delete
},
[134] Fix | Delete
xhtmlxtras: {
[135] Fix | Delete
cite_desc: "Citation",
[136] Fix | Delete
abbr_desc: "Abbreviation",
[137] Fix | Delete
acronym_desc: "Acronym",
[138] Fix | Delete
del_desc: "Deletion",
[139] Fix | Delete
ins_desc: "Insertion",
[140] Fix | Delete
attribs_desc: "Insert/Edit Attributes"
[141] Fix | Delete
},
[142] Fix | Delete
style: {
[143] Fix | Delete
desc: "Edit CSS Style"
[144] Fix | Delete
},
[145] Fix | Delete
paste: {
[146] Fix | Delete
paste_text_desc: "Paste as Plain Text",
[147] Fix | Delete
paste_word_desc: "Paste from Word",
[148] Fix | Delete
selectall_desc: "Select All",
[149] Fix | Delete
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.",
[150] Fix | Delete
plaintext_mode: "Paste is now in plain text mode. Click again to toggle back to regular paste mode."
[151] Fix | Delete
},
[152] Fix | Delete
paste_dlg: {
[153] Fix | Delete
text_title: "Use Ctrl + V on your keyboard to paste the text into the window.",
[154] Fix | Delete
text_linebreaks: "Keep linebreaks",
[155] Fix | Delete
word_title: "Use Ctrl + V on your keyboard to paste the text into the window."
[156] Fix | Delete
},
[157] Fix | Delete
table: {
[158] Fix | Delete
desc: "Inserts a new table",
[159] Fix | Delete
row_before_desc: "Insert row before",
[160] Fix | Delete
row_after_desc: "Insert row after",
[161] Fix | Delete
delete_row_desc: "Delete row",
[162] Fix | Delete
col_before_desc: "Insert column before",
[163] Fix | Delete
col_after_desc: "Insert column after",
[164] Fix | Delete
delete_col_desc: "Remove column",
[165] Fix | Delete
split_cells_desc: "Split merged table cells",
[166] Fix | Delete
merge_cells_desc: "Merge table cells",
[167] Fix | Delete
row_desc: "Table row properties",
[168] Fix | Delete
cell_desc: "Table cell properties",
[169] Fix | Delete
props_desc: "Table properties",
[170] Fix | Delete
paste_row_before_desc: "Paste table row before",
[171] Fix | Delete
paste_row_after_desc: "Paste table row after",
[172] Fix | Delete
cut_row_desc: "Cut table row",
[173] Fix | Delete
copy_row_desc: "Copy table row",
[174] Fix | Delete
del: "Delete table",
[175] Fix | Delete
row: "Row",
[176] Fix | Delete
col: "Column",
[177] Fix | Delete
cell: "Cell"
[178] Fix | Delete
},
[179] Fix | Delete
autosave: {
[180] Fix | Delete
unload_msg: "The changes you made will be lost if you navigate away from this page."
[181] Fix | Delete
},
[182] Fix | Delete
fullscreen: {
[183] Fix | Delete
desc: "Toggle fullscreen mode (Alt + Shift + G)"
[184] Fix | Delete
},
[185] Fix | Delete
media: {
[186] Fix | Delete
desc: "Insert / edit embedded media",
[187] Fix | Delete
edit: "Edit embedded media"
[188] Fix | Delete
},
[189] Fix | Delete
fullpage: {
[190] Fix | Delete
desc: "Document properties"
[191] Fix | Delete
},
[192] Fix | Delete
template: {
[193] Fix | Delete
desc: "Insert predefined template content"
[194] Fix | Delete
},
[195] Fix | Delete
visualchars: {
[196] Fix | Delete
desc: "Visual control characters on/off."
[197] Fix | Delete
},
[198] Fix | Delete
spellchecker: {
[199] Fix | Delete
desc: "Toggle spellchecker (Alt + Shift + N)",
[200] Fix | Delete
menu: "Spellchecker settings",
[201] Fix | Delete
ignore_word: "Ignore word",
[202] Fix | Delete
ignore_words: "Ignore all",
[203] Fix | Delete
langs: "Languages",
[204] Fix | Delete
wait: "Please wait...",
[205] Fix | Delete
sug: "Suggestions",
[206] Fix | Delete
no_sug: "No suggestions",
[207] Fix | Delete
no_mpell: "No misspellings found.",
[208] Fix | Delete
learn_word: "Learn word"
[209] Fix | Delete
},
[210] Fix | Delete
pagebreak: {
[211] Fix | Delete
desc: "Insert Page Break"
[212] Fix | Delete
},
[213] Fix | Delete
advlist:{
[214] Fix | Delete
types: "Types",
[215] Fix | Delete
def: "Default",
[216] Fix | Delete
lower_alpha: "Lower alpha",
[217] Fix | Delete
lower_greek: "Lower greek",
[218] Fix | Delete
lower_roman: "Lower roman",
[219] Fix | Delete
upper_alpha: "Upper alpha",
[220] Fix | Delete
upper_roman: "Upper roman",
[221] Fix | Delete
circle: "Circle",
[222] Fix | Delete
disc: "Disc",
[223] Fix | Delete
square: "Square"
[224] Fix | Delete
},
[225] Fix | Delete
aria: {
[226] Fix | Delete
rich_text_area: "Rich Text Area"
[227] Fix | Delete
},
[228] Fix | Delete
wordcount:{
[229] Fix | Delete
words: "Words: "
[230] Fix | Delete
}
[231] Fix | Delete
};
[232] Fix | Delete
[233] Fix | Delete
tinyMCE.addI18n( main );
[234] Fix | Delete
[235] Fix | Delete
tinyMCE.addI18n( lang + ".advanced", {
[236] Fix | Delete
style_select: "Styles",
[237] Fix | Delete
font_size: "Font size",
[238] Fix | Delete
fontdefault: "Font family",
[239] Fix | Delete
block: "Format",
[240] Fix | Delete
paragraph: "Paragraph",
[241] Fix | Delete
div: "Div",
[242] Fix | Delete
address: "Address",
[243] Fix | Delete
pre: "Preformatted",
[244] Fix | Delete
h1: "Heading 1",
[245] Fix | Delete
h2: "Heading 2",
[246] Fix | Delete
h3: "Heading 3",
[247] Fix | Delete
h4: "Heading 4",
[248] Fix | Delete
h5: "Heading 5",
[249] Fix | Delete
h6: "Heading 6",
[250] Fix | Delete
blockquote: "Blockquote",
[251] Fix | Delete
code: "Code",
[252] Fix | Delete
samp: "Code sample",
[253] Fix | Delete
dt: "Definition term ",
[254] Fix | Delete
dd: "Definition description",
[255] Fix | Delete
bold_desc: "Bold (Ctrl + B)",
[256] Fix | Delete
italic_desc: "Italic (Ctrl + I)",
[257] Fix | Delete
underline_desc: "Underline",
[258] Fix | Delete
striketrough_desc: "Strikethrough (Alt + Shift + D)",
[259] Fix | Delete
justifyleft_desc: "Align Left (Alt + Shift + L)",
[260] Fix | Delete
justifycenter_desc: "Align Center (Alt + Shift + C)",
[261] Fix | Delete
justifyright_desc: "Align Right (Alt + Shift + R)",
[262] Fix | Delete
justifyfull_desc: "Align Full (Alt + Shift + J)",
[263] Fix | Delete
bullist_desc: "Unordered list (Alt + Shift + U)",
[264] Fix | Delete
numlist_desc: "Ordered list (Alt + Shift + O)",
[265] Fix | Delete
outdent_desc: "Outdent",
[266] Fix | Delete
indent_desc: "Indent",
[267] Fix | Delete
undo_desc: "Undo (Ctrl + Z)",
[268] Fix | Delete
redo_desc: "Redo (Ctrl + Y)",
[269] Fix | Delete
link_desc: "Insert/edit link (Alt + Shift + A)",
[270] Fix | Delete
unlink_desc: "Unlink (Alt + Shift + S)",
[271] Fix | Delete
image_desc: "Insert/edit image (Alt + Shift + M)",
[272] Fix | Delete
cleanup_desc: "Cleanup messy code",
[273] Fix | Delete
code_desc: "Edit HTML Source",
[274] Fix | Delete
sub_desc: "Subscript",
[275] Fix | Delete
sup_desc: "Superscript",
[276] Fix | Delete
hr_desc: "Insert horizontal ruler",
[277] Fix | Delete
removeformat_desc: "Remove formatting",
[278] Fix | Delete
forecolor_desc: "Select text color",
[279] Fix | Delete
backcolor_desc: "Select background color",
[280] Fix | Delete
charmap_desc: "Insert custom character",
[281] Fix | Delete
visualaid_desc: "Toggle guidelines/invisible elements",
[282] Fix | Delete
anchor_desc: "Insert/edit anchor",
[283] Fix | Delete
cut_desc: "Cut",
[284] Fix | Delete
copy_desc: "Copy",
[285] Fix | Delete
paste_desc: "Paste",
[286] Fix | Delete
image_props_desc: "Image properties",
[287] Fix | Delete
newdocument_desc: "New document",
[288] Fix | Delete
help_desc: "Help",
[289] Fix | Delete
blockquote_desc: "Blockquote (Alt + Shift + Q)",
[290] Fix | Delete
clipboard_msg: "Copy/Cut/Paste is not available in Mozilla and Firefox.",
[291] Fix | Delete
path: "Path",
[292] Fix | Delete
newdocument: "Are you sure you want to clear all contents?",
[293] Fix | Delete
toolbar_focus: "Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X",
[294] Fix | Delete
more_colors: "More colors",
[295] Fix | Delete
shortcuts_desc: "Accessibility Help",
[296] Fix | Delete
help_shortcut: " Press ALT F10 for toolbar. Press ALT 0 for help.",
[297] Fix | Delete
rich_text_area: "Rich Text Area",
[298] Fix | Delete
toolbar: "Toolbar"
[299] Fix | Delete
});
[300] Fix | Delete
[301] Fix | Delete
tinyMCE.addI18n( lang + ".advanced_dlg", {
[302] Fix | Delete
about_title: "About TinyMCE",
[303] Fix | Delete
about_general: "About",
[304] Fix | Delete
about_help: "Help",
[305] Fix | Delete
about_license: "License",
[306] Fix | Delete
about_plugins: "Plugins",
[307] Fix | Delete
about_plugin: "Plugin",
[308] Fix | Delete
about_author: "Author",
[309] Fix | Delete
about_version: "Version",
[310] Fix | Delete
about_loaded: "Loaded plugins",
[311] Fix | Delete
anchor_title: "Insert/edit anchor",
[312] Fix | Delete
anchor_name: "Anchor name",
[313] Fix | Delete
code_title: "HTML Source Editor",
[314] Fix | Delete
code_wordwrap: "Word wrap",
[315] Fix | Delete
colorpicker_title: "Select a color",
[316] Fix | Delete
colorpicker_picker_tab: "Picker",
[317] Fix | Delete
colorpicker_picker_title: "Color picker",
[318] Fix | Delete
colorpicker_palette_tab: "Palette",
[319] Fix | Delete
colorpicker_palette_title: "Palette colors",
[320] Fix | Delete
colorpicker_named_tab: "Named",
[321] Fix | Delete
colorpicker_named_title: "Named colors",
[322] Fix | Delete
colorpicker_color: "Color: ",
[323] Fix | Delete
colorpicker_name: "Name: ",
[324] Fix | Delete
charmap_title: "Select custom character",
[325] Fix | Delete
charmap_usage: "Use left and right arrows to navigate.",
[326] Fix | Delete
image_title: "Insert/edit image",
[327] Fix | Delete
image_src: "Image URL",
[328] Fix | Delete
image_alt: "Image description",
[329] Fix | Delete
image_list: "Image list",
[330] Fix | Delete
image_border: "Border",
[331] Fix | Delete
image_dimensions: "Dimensions",
[332] Fix | Delete
image_vspace: "Vertical space",
[333] Fix | Delete
image_hspace: "Horizontal space",
[334] Fix | Delete
image_align: "Alignment",
[335] Fix | Delete
image_align_baseline: "Baseline",
[336] Fix | Delete
image_align_top: "Top",
[337] Fix | Delete
image_align_middle: "Middle",
[338] Fix | Delete
image_align_bottom: "Bottom",
[339] Fix | Delete
image_align_texttop: "Text top",
[340] Fix | Delete
image_align_textbottom: "Text bottom",
[341] Fix | Delete
image_align_left: "Left",
[342] Fix | Delete
image_align_right: "Right",
[343] Fix | Delete
link_title: "Insert/edit link",
[344] Fix | Delete
link_url: "Link URL",
[345] Fix | Delete
link_target: "Target",
[346] Fix | Delete
link_target_same: "Open link in the same window",
[347] Fix | Delete
link_target_blank: "Open link in a new window",
[348] Fix | Delete
link_titlefield: "Title",
[349] Fix | Delete
link_is_email: "The URL you entered seems to be an email address, do you want to add the required mailto: prefix?",
[350] Fix | Delete
link_is_external: "The URL you entered seems to be an external link, do you want to add the required http:// prefix?",
[351] Fix | Delete
link_list: "Link list",
[352] Fix | Delete
accessibility_help: "Accessibility Help",
[353] Fix | Delete
accessibility_usage_title: "General Usage"
[354] Fix | Delete
});
[355] Fix | Delete
[356] Fix | Delete
tinyMCE.addI18n( lang + ".media_dlg", {
[357] Fix | Delete
title: "Insert / edit embedded media",
[358] Fix | Delete
general: "General",
[359] Fix | Delete
advanced: "Advanced",
[360] Fix | Delete
file: "File/URL",
[361] Fix | Delete
list: "List",
[362] Fix | Delete
size: "Dimensions",
[363] Fix | Delete
preview: "Preview",
[364] Fix | Delete
constrain_proportions: "Constrain proportions",
[365] Fix | Delete
type: "Type",
[366] Fix | Delete
id: "Id",
[367] Fix | Delete
name: "Name",
[368] Fix | Delete
class_name: "Class",
[369] Fix | Delete
vspace: "V-Space",
[370] Fix | Delete
hspace: "H-Space",
[371] Fix | Delete
play: "Auto play",
[372] Fix | Delete
loop: "Loop",
[373] Fix | Delete
menu: "Show menu",
[374] Fix | Delete
quality: "Quality",
[375] Fix | Delete
scale: "Scale",
[376] Fix | Delete
align: "Align",
[377] Fix | Delete
salign: "SAlign",
[378] Fix | Delete
wmode: "WMode",
[379] Fix | Delete
bgcolor: "Background",
[380] Fix | Delete
base: "Base",
[381] Fix | Delete
flashvars: "Flashvars",
[382] Fix | Delete
liveconnect: "SWLiveConnect",
[383] Fix | Delete
autohref: "AutoHREF",
[384] Fix | Delete
cache: "Cache",
[385] Fix | Delete
hidden: "Hidden",
[386] Fix | Delete
controller: "Controller",
[387] Fix | Delete
kioskmode: "Kiosk mode",
[388] Fix | Delete
playeveryframe: "Play every frame",
[389] Fix | Delete
targetcache: "Target cache",
[390] Fix | Delete
correction: "No correction",
[391] Fix | Delete
enablejavascript: "Enable JavaScript",
[392] Fix | Delete
starttime: "Start time",
[393] Fix | Delete
endtime: "End time",
[394] Fix | Delete
href: "href",
[395] Fix | Delete
qtsrcchokespeed: "Choke speed",
[396] Fix | Delete
target: "Target",
[397] Fix | Delete
volume: "Volume",
[398] Fix | Delete
autostart: "Auto start",
[399] Fix | Delete
enabled: "Enabled",
[400] Fix | Delete
fullscreen: "Fullscreen",
[401] Fix | Delete
invokeurls: "Invoke URLs",
[402] Fix | Delete
mute: "Mute",
[403] Fix | Delete
stretchtofit: "Stretch to fit",
[404] Fix | Delete
windowlessvideo: "Windowless video",
[405] Fix | Delete
balance: "Balance",
[406] Fix | Delete
baseurl: "Base URL",
[407] Fix | Delete
captioningid: "Captioning id",
[408] Fix | Delete
currentmarker: "Current marker",
[409] Fix | Delete
currentposition: "Current position",
[410] Fix | Delete
defaultframe: "Default frame",
[411] Fix | Delete
playcount: "Play count",
[412] Fix | Delete
rate: "Rate",
[413] Fix | Delete
uimode: "UI Mode",
[414] Fix | Delete
flash_options: "Flash options",
[415] Fix | Delete
qt_options: "QuickTime options",
[416] Fix | Delete
wmp_options: "Windows media player options",
[417] Fix | Delete
rmp_options: "Real media player options",
[418] Fix | Delete
shockwave_options: "Shockwave options",
[419] Fix | Delete
autogotourl: "Auto goto URL",
[420] Fix | Delete
center: "Center",
[421] Fix | Delete
imagestatus: "Image status",
[422] Fix | Delete
maintainaspect: "Maintain aspect",
[423] Fix | Delete
nojava: "No java",
[424] Fix | Delete
prefetch: "Prefetch",
[425] Fix | Delete
shuffle: "Shuffle",
[426] Fix | Delete
console: "Console",
[427] Fix | Delete
numloop: "Num loops",
[428] Fix | Delete
controls: "Controls",
[429] Fix | Delete
scriptcallbacks: "Script callbacks",
[430] Fix | Delete
swstretchstyle: "Stretch style",
[431] Fix | Delete
swstretchhalign: "Stretch H-Align",
[432] Fix | Delete
swstretchvalign: "Stretch V-Align",
[433] Fix | Delete
sound: "Sound",
[434] Fix | Delete
progress: "Progress",
[435] Fix | Delete
qtsrc: "QT Src",
[436] Fix | Delete
qt_stream_warn: "Streamed rtsp resources should be added to the QT Src field under the advanced tab.",
[437] Fix | Delete
align_top: "Top",
[438] Fix | Delete
align_right: "Right",
[439] Fix | Delete
align_bottom: "Bottom",
[440] Fix | Delete
align_left: "Left",
[441] Fix | Delete
align_center: "Center",
[442] Fix | Delete
align_top_left: "Top left",
[443] Fix | Delete
align_top_right: "Top right",
[444] Fix | Delete
align_bottom_left: "Bottom left",
[445] Fix | Delete
align_bottom_right: "Bottom right",
[446] Fix | Delete
flv_options: "Flash video options",
[447] Fix | Delete
flv_scalemode: "Scale mode",
[448] Fix | Delete
flv_buffer: "Buffer",
[449] Fix | Delete
flv_startimage: "Start image",
[450] Fix | Delete
flv_starttime: "Start time",
[451] Fix | Delete
flv_defaultvolume: "Default volume",
[452] Fix | Delete
flv_hiddengui: "Hidden GUI",
[453] Fix | Delete
flv_autostart: "Auto start",
[454] Fix | Delete
flv_loop: "Loop",
[455] Fix | Delete
flv_showscalemodes: "Show scale modes",
[456] Fix | Delete
flv_smoothvideo: "Smooth video",
[457] Fix | Delete
flv_jscallback: "JS Callback",
[458] Fix | Delete
html5_video_options: "HTML5 Video Options",
[459] Fix | Delete
altsource1: "Alternative source 1",
[460] Fix | Delete
altsource2: "Alternative source 2",
[461] Fix | Delete
preload: "Preload",
[462] Fix | Delete
poster: "Poster",
[463] Fix | Delete
source: "Source"
[464] Fix | Delete
});
[465] Fix | Delete
[466] Fix | Delete
tinyMCE.addI18n( lang + ".wordpress", {
[467] Fix | Delete
wp_adv_desc: "Show/Hide Kitchen Sink (Alt + Shift + Z)",
[468] Fix | Delete
wp_more_desc: "Insert More Tag (Alt + Shift + T)",
[469] Fix | Delete
wp_page_desc: "Insert Page break (Alt + Shift + P)",
[470] Fix | Delete
wp_help_desc: "Help (Alt + Shift + H)",
[471] Fix | Delete
wp_more_alt: "More...",
[472] Fix | Delete
wp_page_alt: "Next page...",
[473] Fix | Delete
add_media: "Add Media",
[474] Fix | Delete
add_image: "Add an Image",
[475] Fix | Delete
add_video: "Add Video",
[476] Fix | Delete
add_audio: "Add Audio",
[477] Fix | Delete
editgallery: "Edit Gallery",
[478] Fix | Delete
delgallery: "Delete Gallery",
[479] Fix | Delete
wp_fullscreen_desc: "Distraction-free writing mode (Alt + Shift + W)"
[480] Fix | Delete
});
[481] Fix | Delete
[482] Fix | Delete
tinyMCE.addI18n( lang + ".wpeditimage", {
[483] Fix | Delete
edit_img: "Edit Image",
[484] Fix | Delete
del_img: "Delete Image",
[485] Fix | Delete
adv_settings: "Advanced Settings",
[486] Fix | Delete
none: "None",
[487] Fix | Delete
size: "Size",
[488] Fix | Delete
thumbnail: "Thumbnail",
[489] Fix | Delete
medium: "Medium",
[490] Fix | Delete
full_size: "Full Size",
[491] Fix | Delete
current_link: "Current Link",
[492] Fix | Delete
link_to_img: "Link to Image",
[493] Fix | Delete
link_help: "Enter a link URL or click above for presets.",
[494] Fix | Delete
adv_img_settings: "Advanced Image Settings",
[495] Fix | Delete
source: "Source",
[496] Fix | Delete
width: "Width",
[497] Fix | Delete
height: "Height",
[498] Fix | Delete
orig_size: "Original Size",
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function