This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/administrator/components/com_jce/language/en.php
2012-09-18 20:02:43 +00:00

62 lines
2.7 KiB
PHP

<?php
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );
//Common
DEFINE('_JCE_VERSION', 'Version');
DEFINE('_JCE_DATE', 'Date');
DEFINE('_JCE_AUTHOR', 'Author');
DEFINE('_JCE_AUTHOR_EMAIL', 'Author E-Mail');
DEFINE('_JCE_AUTHOR_URL', 'Author URL');
DEFINE('_JCE_PUBLISHED', 'Published');
//Layout Editor
DEFINE('_JCE_LAYOUT_MSG','Only the buttons of Commands & Plugins that have been published are represented here. Drag & Drop a button from one row into another, or within the same row to adjust the layout. The grey area represents the Editor User Interface. Buttons must fall within this area. The blue rectangles indicate the boundry of each row.');
DEFINE('_JCE_LAYOUT_PLUGINS', 'The Image Manager and Image Manager SE plugins are represnted here by a single image icon, the AdvLink and AdvLink SE plugins by a single link icon, as only one of each type of plugin can be active at any time.');
DEFINE('_JCE_LAYOUT_HEADING', 'JCE Layout Manager');
//
//Language Manager
DEFINE('_JCE_LANG_HEADING', 'JCE Language Manager');
DEFINE('_JCE_LANG_LANG', 'Language');
//Language Installer
DEFINE('_JCE_LANG_HEADING_INSTALL', 'Install new JCE Language');
DEFINE('_JCE_LANG_BACK', 'Back to Language Manager');
//
//Global Installer
DEFINE('_JCE_INS_PACKAGE_UPLOAD', 'Upload Package File');
DEFINE('_JCE_INS_PACKAGE_FILE', 'Package File');
DEFINE('_JCE_INS_INSTALL', 'Install From Directory');
DEFINE('_JCE_INS_INSTALL_DIR', 'Install Directory');
DEFINE('_JCE_INS_UPLOAD_BUTTON', 'Upload File &amp; Install');
DEFINE('_JCE_INS_INSTALL_BUTTON', 'Install');
//
//Plugins
DEFINE('_JCE_PLUGIN_PLUGIN', 'Plugin');
DEFINE('_JCE_PLUGIN_PLUGCOM', 'Plugin/Command');
DEFINE('_JCE_PLUGIN_NAME', 'Name');
DEFINE('_JCE_PLUGIN_HEADING', 'JCE Plugin Manager');
DEFINE('_JCE_PLUGIN_FILTER', 'Filter');
DEFINE('_JCE_PLUGIN_ACCESS_LIST', 'Access List');
DEFINE('_JCE_PLUGIN_ACCESS_LVL', 'Access Level');
DEFINE('_JCE_PLUGIN_CORE', 'Core');
DEFINE('_JCE_PLUGIN_ORDER', 'Order');
DEFINE('_JCE_PLUGIN_ROW', 'Row');
DEFINE('_JCE_PLUGIN_TYPE', 'Type');
DEFINE('_JCE_PLUGIN_ICON', 'Icon');
DEFINE('_JCE_PLUGIN_LAYOUT_ICON', 'Layout Icon');
DEFINE('_JCE_PLUGIN_DESC', 'Description');
DEFINE('_JCE_PLUGIN_EDIT', 'Edit');
DEFINE('_JCE_PLUGIN_NEW', 'New');
DEFINE('_JCE_PLUGIN_DETAILS', 'Plugin Details');
DEFINE('_JCE_PLUGIN_PARAMS', 'Parameters');
DEFINE('_JCE_PLUGIN_ELMS', 'Elements');
//Plugin Installer
DEFINE('_JCE_PLUGINS_INSTALL_HEADING','Install new JCE Plugins');
DEFINE('_JCE_PLUGINS_INSTALL_MSG', 'Only those Plugins that can be uninstalled are displayed - some Core plugins cannot be removed.');
DEFINE('_JCE_PLUGIN_NONE', 'There are no non-core plugins installed');
?>