* EN-Revision: Revision of lang_en.inc.php */ @define('PLUGIN_TIMEZONES_TITLE', "Timezones"); @define('PLUGIN_TIMEZONES_BLAHBLAH', "Shows the time of up to four timezones"); @define('PLUGIN_TIMEZONES_NUGGET_TITLE', "Heading"); @define('PLUGIN_TIMEZONES_NUGGET_TITLE_BLABLAH', "One line of text"); @define('PLUGIN_TIMEZONES_ZONE1_TEXT', "First Text"); @define('PLUGIN_TIMEZONES_ZONE1_TEXT_BLABLAH', "One describing line of text for the first date."); @define('PLUGIN_TIMEZONES_ZONE1_NAME', "First zone"); @define('PLUGIN_TIMEZONES_ZONE1_NAME_BLABLAH', "Shortname for the first timezone. (e.g. CET)"); @define('PLUGIN_TIMEZONES_ZONE1_FORMAT', "Format of the first timezone"); @define('PLUGIN_TIMEZONES_ZONE1_FORMAT_BLABLAH', "Formatstring passed to php, see http://pear.php.net/package/Date/docs/1.4.5/apidoc/Date/Date.html#methodformat or http://uk2.php.net/date (if PEAR is not Available)"); @define('PLUGIN_TIMEZONES_TIMESHIFT1', "First Timeshift"); @define('PLUGIN_TIMEZONES_TIMESHIFT1_BLABLAH', "The timeshift in SECONDS from local machine time(only used when PEAR::Date not available)."); @define('PLUGIN_TIMEZONES_ZONE2_TEXT', "Second text"); @define('PLUGIN_TIMEZONES_ZONE2_TEXT_BLABLAH', "One describing line of text for the second date."); @define('PLUGIN_TIMEZONES_ZONE2_NAME', "Second zone"); @define('PLUGIN_TIMEZONES_ZONE2_NAME_BLABLAH', "Shortname for the second timezone. (e.g. PST)"); @define('PLUGIN_TIMEZONES_ZONE2_FORMAT', "Format of the second timezone"); @define('PLUGIN_TIMEZONES_TIMESHIFT2', "Second Timeshift"); @define('PLUGIN_TIMEZONES_ZONE3_TEXT', "Third Text"); @define('PLUGIN_TIMEZONES_ZONE3_TEXT_BLABLAH', "(Leave empty if you don't need it)One describing line of text for the third date."); @define('PLUGIN_TIMEZONES_ZONE3_NAME', "Third zone"); @define('PLUGIN_TIMEZONES_ZONE3_NAME_BLABLAH', "Shortname for the third timezone. (e.g. GMT)"); @define('PLUGIN_TIMEZONES_ZONE3_FORMAT', "Format of the third timezone"); @define('PLUGIN_TIMEZONES_TIMESHIFT3', "Third Timeshift"); @define('PLUGIN_TIMEZONES_ZONE4_TEXT', "Fourth text"); @define('PLUGIN_TIMEZONES_ZONE4_TEXT_BLABLAH', "(Leave empty if you don't need it)One describing line of text for the fourth date."); @define('PLUGIN_TIMEZONES_ZONE4_NAME', "Fourth zone"); @define('PLUGIN_TIMEZONES_ZONE4_NAME_BLABLAH', "Shortname for the fourth timezone. (e.g. UTC)"); @define('PLUGIN_TIMEZONES_ZONE4_FORMAT', "Format of the fourth timezone"); @define('PLUGIN_TIMEZONES_TIMESHIFT4', "Fourth Timeshift");