| [ Index ] |
PHP Cross Reference of Wordpress 2.9.1 |
[Summary view] [Print] [Text view]
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.", 15 invalid_data:"Error: Invalid values entered, these are marked in red.", 16 more_colors:"More colors" 17 }, 18 contextmenu:{ 19 align:"Alignment", 20 left:"Left", 21 center:"Center", 22 right:"Right", 23 full:"Full" 24 }, 25 insertdatetime:{ 26 date_fmt:"%Y-%m-%d", 27 time_fmt:"%H:%M:%S", 28 insertdate_desc:"Insert date", 29 inserttime_desc:"Insert time", 30 months_long:"January,February,March,April,May,June,July,August,September,October,November,December", 31 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", 32 day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday", 33 day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat" 34 }, 35 print:{ 36 print_desc:"Print" 37 }, 38 preview:{ 39 preview_desc:"Preview" 40 }, 41 directionality:{ 42 ltr_desc:"Direction left to right", 43 rtl_desc:"Direction right to left" 44 }, 45 layer:{ 46 insertlayer_desc:"Insert new layer", 47 forward_desc:"Move forward", 48 backward_desc:"Move backward", 49 absolute_desc:"Toggle absolute positioning", 50 content:"New layer..." 51 }, 52 save:{ 53 save_desc:"Save", 54 cancel_desc:"Cancel all changes" 55 }, 56 nonbreaking:{ 57 nonbreaking_desc:"Insert non-breaking space character" 58 }, 59 iespell:{ 60 iespell_desc:"Run spell checking", 61 download:"ieSpell not detected. Do you want to install it now?" 62 }, 63 advhr:{ 64 advhr_desc:"Horizontale rule" 65 }, 66 emotions:{ 67 emotions_desc:"Emotions" 68 }, 69 searchreplace:{ 70 search_desc:"Find", 71 replace_desc:"Find/Replace" 72 }, 73 advimage:{ 74 image_desc:"Insert/edit image" 75 }, 76 advlink:{ 77 link_desc:"Insert/edit link" 78 }, 79 xhtmlxtras:{ 80 cite_desc:"Citation", 81 abbr_desc:"Abbreviation", 82 acronym_desc:"Acronym", 83 del_desc:"Deletion", 84 ins_desc:"Insertion", 85 attribs_desc:"Insert/Edit Attributes" 86 }, 87 style:{ 88 desc:"Edit CSS Style" 89 }, 90 paste:{ 91 paste_text_desc:"Paste as Plain Text", 92 paste_word_desc:"Paste from Word", 93 selectall_desc:"Select All" 94 }, 95 paste_dlg:{ 96 text_title:"Use CTRL+V on your keyboard to paste the text into the window.", 97 text_linebreaks:"Keep linebreaks", 98 word_title:"Use CTRL+V on your keyboard to paste the text into the window." 99 }, 100 table:{ 101 desc:"Inserts a new table", 102 row_before_desc:"Insert row before", 103 row_after_desc:"Insert row after", 104 delete_row_desc:"Delete row", 105 col_before_desc:"Insert column before", 106 col_after_desc:"Insert column after", 107 delete_col_desc:"Remove column", 108 split_cells_desc:"Split merged table cells", 109 merge_cells_desc:"Merge table cells", 110 row_desc:"Table row properties", 111 cell_desc:"Table cell properties", 112 props_desc:"Table properties", 113 paste_row_before_desc:"Paste table row before", 114 paste_row_after_desc:"Paste table row after", 115 cut_row_desc:"Cut table row", 116 copy_row_desc:"Copy table row", 117 del:"Delete table", 118 row:"Row", 119 col:"Column", 120 cell:"Cell" 121 }, 122 autosave:{ 123 unload_msg:"The changes you made will be lost if you navigate away from this page." 124 }, 125 fullscreen:{ 126 desc:"Toggle fullscreen mode (Alt+Shift+G)" 127 }, 128 media:{ 129 desc:"Insert / edit embedded media", 130 delta_width:"0", 131 delta_height:"0", 132 edit:"Edit embedded media" 133 }, 134 fullpage:{ 135 desc:"Document properties" 136 }, 137 template:{ 138 desc:"Insert predefined template content" 139 }, 140 visualchars:{ 141 desc:"Visual control characters on/off." 142 }, 143 spellchecker:{ 144 desc:"Toggle spellchecker (Alt+Shift+N)", 145 menu:"Spellchecker settings", 146 ignore_word:"Ignore word", 147 ignore_words:"Ignore all", 148 langs:"Languages", 149 wait:"Please wait...", 150 sug:"Suggestions", 151 no_sug:"No suggestions", 152 no_mpell:"No misspellings found." 153 }, 154 pagebreak:{ 155 desc:"Insert page break." 156 }}}); 157 158 tinyMCE.addI18n("en.advanced",{ 159 style_select:"Styles", 160 font_size:"Font size", 161 fontdefault:"Font family", 162 block:"Format", 163 paragraph:"Paragraph", 164 div:"Div", 165 address:"Address", 166 pre:"Preformatted", 167 h1:"Heading 1", 168 h2:"Heading 2", 169 h3:"Heading 3", 170 h4:"Heading 4", 171 h5:"Heading 5", 172 h6:"Heading 6", 173 blockquote:"Blockquote", 174 code:"Code", 175 samp:"Code sample", 176 dt:"Definition term ", 177 dd:"Definition description", 178 bold_desc:"Bold (Ctrl / Alt+Shift + B)", 179 italic_desc:"Italic (Ctrl / Alt+Shift + I)", 180 underline_desc:"Underline", 181 striketrough_desc:"Strikethrough (Alt+Shift+D)", 182 justifyleft_desc:"Align left (Alt+Shift+L)", 183 justifycenter_desc:"Align center (Alt+Shift+C)", 184 justifyright_desc:"Align right (Alt+Shift+R)", 185 justifyfull_desc:"Align full (Alt+Shift+J)", 186 bullist_desc:"Unordered list (Alt+Shift+U)", 187 numlist_desc:"Ordered list (Alt+Shift+O)", 188 outdent_desc:"Outdent", 189 indent_desc:"Indent", 190 undo_desc:"Undo (Ctrl+Z)", 191 redo_desc:"Redo (Ctrl+Y)", 192 link_desc:"Insert/edit link (Alt+Shift+A)", 193 link_delta_width:"0", 194 link_delta_height:"0", 195 unlink_desc:"Unlink (Alt+Shift+S)", 196 image_desc:"Insert/edit image (Alt+Shift+M)", 197 image_delta_width:"0", 198 image_delta_height:"0", 199 cleanup_desc:"Cleanup messy code", 200 code_desc:"Edit HTML Source", 201 sub_desc:"Subscript", 202 sup_desc:"Superscript", 203 hr_desc:"Insert horizontal ruler", 204 removeformat_desc:"Remove formatting", 205 forecolor_desc:"Select text color", 206 backcolor_desc:"Select background color", 207 charmap_desc:"Insert custom character", 208 visualaid_desc:"Toggle guidelines/invisible elements", 209 anchor_desc:"Insert/edit anchor", 210 cut_desc:"Cut", 211 copy_desc:"Copy", 212 paste_desc:"Paste", 213 image_props_desc:"Image properties", 214 newdocument_desc:"New document", 215 help_desc:"Help", 216 blockquote_desc:"Blockquote (Alt+Shift+Q)", 217 clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.", 218 path:"Path", 219 newdocument:"Are you sure you want to clear all contents?", 220 toolbar_focus:"Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X", 221 more_colors:"More colors", 222 colorpicker_delta_width:"0", 223 colorpicker_delta_height:"0" 224 }); 225 226 tinyMCE.addI18n("en.advanced_dlg",{ 227 about_title:"About TinyMCE", 228 about_general:"About", 229 about_help:"Help", 230 about_license:"License", 231 about_plugins:"Plugins", 232 about_plugin:"Plugin", 233 about_author:"Author", 234 about_version:"Version", 235 about_loaded:"Loaded plugins", 236 anchor_title:"Insert/edit anchor", 237 anchor_name:"Anchor name", 238 code_title:"HTML Source Editor", 239 code_wordwrap:"Word wrap", 240 colorpicker_title:"Select a color", 241 colorpicker_picker_tab:"Picker", 242 colorpicker_picker_title:"Color picker", 243 colorpicker_palette_tab:"Palette", 244 colorpicker_palette_title:"Palette colors", 245 colorpicker_named_tab:"Named", 246 colorpicker_named_title:"Named colors", 247 colorpicker_color:"Color:", 248 colorpicker_name:"Name:", 249 charmap_title:"Select custom character", 250 image_title:"Insert/edit image", 251 image_src:"Image URL", 252 image_alt:"Image description", 253 image_list:"Image list", 254 image_border:"Border", 255 image_dimensions:"Dimensions", 256 image_vspace:"Vertical space", 257 image_hspace:"Horizontal space", 258 image_align:"Alignment", 259 image_align_baseline:"Baseline", 260 image_align_top:"Top", 261 image_align_middle:"Middle", 262 image_align_bottom:"Bottom", 263 image_align_texttop:"Text top", 264 image_align_textbottom:"Text bottom", 265 image_align_left:"Left", 266 image_align_right:"Right", 267 link_title:"Insert/edit link", 268 link_url:"Link URL", 269 link_target:"Target", 270 link_target_same:"Open link in the same window", 271 link_target_blank:"Open link in a new window", 272 link_titlefield:"Title", 273 link_is_email:"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?", 274 link_is_external:"The URL you entered seems to external link, do you want to add the required http:// prefix?", 275 link_list:"Link list" 276 }); 277 278 tinyMCE.addI18n("en.media_dlg",{ 279 title:"Insert / edit embedded media", 280 general:"General", 281 advanced:"Advanced", 282 file:"File/URL", 283 list:"List", 284 size:"Dimensions", 285 preview:"Preview", 286 constrain_proportions:"Constrain proportions", 287 type:"Type", 288 id:"Id", 289 name:"Name", 290 class_name:"Class", 291 vspace:"V-Space", 292 hspace:"H-Space", 293 play:"Auto play", 294 loop:"Loop", 295 menu:"Show menu", 296 quality:"Quality", 297 scale:"Scale", 298 align:"Align", 299 salign:"SAlign", 300 wmode:"WMode", 301 bgcolor:"Background", 302 base:"Base", 303 flashvars:"Flashvars", 304 liveconnect:"SWLiveConnect", 305 autohref:"AutoHREF", 306 cache:"Cache", 307 hidden:"Hidden", 308 controller:"Controller", 309 kioskmode:"Kiosk mode", 310 playeveryframe:"Play every frame", 311 targetcache:"Target cache", 312 correction:"No correction", 313 enablejavascript:"Enable JavaScript", 314 starttime:"Start time", 315 endtime:"End time", 316 href:"Href", 317 qtsrcchokespeed:"Choke speed", 318 target:"Target", 319 volume:"Volume", 320 autostart:"Auto start", 321 enabled:"Enabled", 322 fullscreen:"Fullscreen", 323 invokeurls:"Invoke URLs", 324 mute:"Mute", 325 stretchtofit:"Stretch to fit", 326 windowlessvideo:"Windowless video", 327 balance:"Balance", 328 baseurl:"Base URL", 329 captioningid:"Captioning id", 330 currentmarker:"Current marker", 331 currentposition:"Current position", 332 defaultframe:"Default frame", 333 playcount:"Play count", 334 rate:"Rate", 335 uimode:"UI Mode", 336 flash_options:"Flash options", 337 qt_options:"Quicktime options", 338 wmp_options:"Windows media player options", 339 rmp_options:"Real media player options", 340 shockwave_options:"Shockwave options", 341 autogotourl:"Auto goto URL", 342 center:"Center", 343 imagestatus:"Image status", 344 maintainaspect:"Maintain aspect", 345 nojava:"No java", 346 prefetch:"Prefetch", 347 shuffle:"Shuffle", 348 console:"Console", 349 numloop:"Num loops", 350 controls:"Controls", 351 scriptcallbacks:"Script callbacks", 352 swstretchstyle:"Stretch style", 353 swstretchhalign:"Stretch H-Align", 354 swstretchvalign:"Stretch V-Align", 355 sound:"Sound", 356 progress:"Progress", 357 qtsrc:"QT Src", 358 qt_stream_warn:"Streamed rtsp resources should be added to the QT Src field under the advanced tab.", 359 align_top:"Top", 360 align_right:"Right", 361 align_bottom:"Bottom", 362 align_left:"Left", 363 align_center:"Center", 364 align_top_left:"Top left", 365 align_top_right:"Top right", 366 align_bottom_left:"Bottom left", 367 align_bottom_right:"Bottom right", 368 flv_options:"Flash video options", 369 flv_scalemode:"Scale mode", 370 flv_buffer:"Buffer", 371 flv_startimage:"Start image", 372 flv_starttime:"Start time", 373 flv_defaultvolume:"Default volume", 374 flv_hiddengui:"Hidden GUI", 375 flv_autostart:"Auto start", 376 flv_loop:"Loop", 377 flv_showscalemodes:"Show scale modes", 378 flv_smoothvideo:"Smooth video", 379 flv_jscallback:"JS Callback" 380 }); 381 382 tinyMCE.addI18n("en.wordpress",{ 383 wp_adv_desc:"Show/Hide Kitchen Sink (Alt+Shift+Z)", 384 wp_more_desc:"Insert More tag (Alt+Shift+T)", 385 wp_page_desc:"Insert Page break (Alt+Shift+P)", 386 wp_help_desc:"Help (Alt+Shift+H)", 387 wp_more_alt:"More...", 388 wp_page_alt:"Next page...", 389 add_media:"Add Media", 390 add_image:"Add an Image", 391 add_video:"Add Video", 392 add_audio:"Add Audio", 393 editgallery:"Edit Gallery", 394 delgallery:"Delete Gallery" 395 }); 396 397 tinyMCE.addI18n("en.wpeditimage",{ 398 edit_img:"Edit Image", 399 del_img:"Delete Image", 400 adv_settings:"Advanced Settings", 401 none:"None", 402 size:"Size", 403 thumbnail:"Thumbnail", 404 medium:"Medium", 405 full_size:"Full Size", 406 current_link:"Current Link", 407 link_to_img:"Link to Image", 408 link_help:"Enter a link URL or click above for presets.", 409 adv_img_settings:"Advanced Image Settings", 410 source:"Source", 411 width:"Width", 412 height:"Height", 413 orig_size:"Original Size", 414 css:"CSS Class", 415 adv_link_settings:"Advanced Link Settings", 416 link_rel:"Link Rel", 417 height:"Height", 418 orig_size:"Original Size", 419 css:"CSS Class", 420 s60:"60%", 421 s70:"70%", 422 s80:"80%", 423 s90:"90%", 424 s100:"100%", 425 s110:"110%", 426 s120:"120%", 427 s130:"130%", 428 img_title:"Edit Image Title", 429 caption:"Edit Image Caption", 430 alt:"Edit Alternate Text" 431 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Jan 8 00:19:48 2010 | Cross-referenced by PHPXref 0.7 |