TinyMCE en-us

From MODx Wiki

Jump to: navigation, search
  1. <?php
  2. /*
  3. * Filename: assets/plugins/tinymce/lang/english.inc.php
  4. * Function: English language file for TinyMCE
  5. * Encoding: ISO-Latin-1
  6. * Author: Jeff Whitfield
  7. * Date: 2007/04/09
  8. * Version: 2.1.0
  9. * MODx version: 0.9.6
  10. */
  11.  
  12. $_lang['tinymce_editor_theme_title'] = "Theme:";
  13. $_lang['tinymce_editor_theme_message'] = "Here you can select which theme or skin to use with the editor.";
  14. $_lang['tinymce_editor_custom_plugins_title'] = "Custom Plugins:";
  15. $_lang['tinymce_editor_custom_plugins_message'] = "Enter the plugins to use for the 'custom' theme as a comma separated list.";
  16. $_lang['tinymce_editor_custom_buttons_title'] = "Custom Buttons:";
  17. $_lang['tinymce_editor_custom_buttons_message'] = "Enter the buttons to use for the 'custom' theme as a comma separated list for each row. Be sure that each button has the required plugin enabled in the 'Custom Plugins' setting.";
  18. $_lang['tinymce_editor_css_selectors_title'] = "CSS selectors:";
  19. $_lang['tinymce_editor_css_selectors_message'] = "Here you can enter a list of selectors that should be available in the editor. Enter them as follows:<br />'displayName=selectorName;displayName2=selectorName2'<br />For instance, say you have <b>.mono</b> and <b>.smallText</b> selectors in your CSS file, you could add them here as:<br />'Monospaced text=mono;Small text=smallText'<br />Note that the last entry should not have a semi-colon after it.";
  20. $_lang['tinymce_settings'] = "TinyMCE Settings";
  21. $_lang['tinymce_theme_simple'] = "Simple";
  22. $_lang['tinymce_theme_advanced'] = "Advanced";
  23. $_lang['tinymce_theme_editor'] = "Content Editor";
  24. $_lang['tinymce_theme_custom'] = "Custom";
  25. ?>
Personal tools