additional_plugins/serendipity_event_cpgselector/lang_en.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

45 lines
1.5 KiB
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_CPG_NAME', 'Coppermine Selector');
@define('PLUGIN_CPG_DESC', 'Select images from a Coppermine gallery in new entries');
@define('PLUGIN_CPG_SERVER_NAME', 'Server');
@define('PLUGIN_CPG_SERVER_DESC', 'SQL server');
@define('PLUGIN_CPG_DB_NAME', 'Database');
@define('PLUGIN_CPG_DB_DESC', 'SQL database');
@define('PLUGIN_CPG_PREFIX_NAME', 'Prefix');
@define('PLUGIN_CPG_PREFIX_DESC', 'Database table prefix');
@define('PLUGIN_CPG_USER_NAME', 'Username');
@define('PLUGIN_CPG_USER_DESC', 'Database user name');
@define('PLUGIN_CPG_PASSWORD_NAME', 'Password');
@define('PLUGIN_CPG_PASSWORD_DESC', 'Database password');
@define('PLUGIN_CPG_URL_NAME', 'URL');
@define('PLUGIN_CPG_URL_DESC', 'Gallery URL');
@define('PLUGIN_CPG_LABEL_NAME', 'Label');
@define('PLUGIN_CPG_LABEL_DESC', 'Toolbar button label');
@define('PLUGIN_CPG_NORMAL_NAME', 'Use Normal Size');
@define('PLUGIN_CPG_NORMAL_DESC', 'Use the normal size image instead of the full size image.');
@define('PLUGIN_CPG_MAXWIDTH_NAME', 'Max Width');
@define('PLUGIN_CPG_MAXWIDTH_DESC', 'Maximum width to allow full size image. Set to 0 to not limit width.');
@define('PLUGIN_CPG_MAXHEIGHT_NAME', 'Max Height');
@define('PLUGIN_CPG_MAXHEIGHT_DESC', 'Maximum height to allow full size image. Set to 0 to not limit height.');
@define('PLUGIN_CPG_TITLE', 'Select gallery image');
?>