X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=nucleus%2Flocales%2Fen_Latn_US.UTF-8.php;h=1a8d3289c7d4dce3afb4f7836dd09d1e7439ff36;hb=HEAD;hp=7b4810b65e357db462b543d7473bedb1c62b3965;hpb=b4c90143802ca93840a77a716a74ca415ebbaabf;p=nucleus-jp%2Fnucleus-next.git diff --git a/nucleus/locales/en_Latn_US.UTF-8.php b/nucleus/locales/en_Latn_US.UTF-8.php index 7b4810b..1a8d328 100644 --- a/nucleus/locales/en_Latn_US.UTF-8.php +++ b/nucleus/locales/en_Latn_US.UTF-8.php @@ -1,32 +1,109 @@ >>>>>> skinnable-master + * English in United States (Latin script) * * @license http://nucleuscms.org/license.txt GNU General Public License * @copyright Copyright (C) 2002-2009 The Nucleus Group - * @version $Id: en_Latn_US.UTF-8.php 1837 2012-05-13 04:12:13Z sakamocchi $ +<<<<<<< HEAD + * @version $Id: en_Latn_US.UTF-8.php 1868 2012-05-22 05:10:53Z sakamocchi $ +======= + * @version $Id: en_Latn_US.UTF-8.php 1887 2012-06-17 08:30:08Z sakamocchi $ +>>>>>>> skinnable-master */ - /******************************************** +/******************************************** * Start New for 4.0 * ********************************************/ -define('_SKINIE_INVALID_NAMES_DETECTED', 'Invalid skin or templates names detected. Valid names consist of only a-z, A-Z, 0-9, -, and _'); -define('_LISTS_AUTHOR', 'Author'); -define('_OVERVIEW_OTHER_DRAFTS', 'Other Drafts'); - +/* argument value for setlocale() in Microsoft's windows operating system */ +define('_LOCALE_IN_WINDOWS', 'enu_usa'); + +/* labels for date and time measurement unit */ +define('_LABEL_YEAR_UNIT', 'year'); +define('_LABEL_MONTH_UNIT', 'month'); +define('_LABEL_DAY_UNIT', 'day'); +define('_LABEL_HOUR_UNIT', 'hour'); +define('_LABEL_MINUTE_UNIT', 'minute'); + +// SkinableAdminArea vars +define('_SKINABLEADMIN_DEL_UNINSTALL_DATA', 'Delete ADMIN skin data table on uninstall?'); +define('_SKINABLEADMIN_DEFAULT_SKIN', 'Choose a skin of the management area of the default.'); +define('_SKINABLEADMIN_MEMBER_DEFAULT_SKIN', 'Choose a skin of the management area of you use.'); +define('_SKINABLEADMIN_QMENU_LAYOUT', 'Admin layout'); +define('_SKINABLEADMIN_PAGE_STR', 'page'); +define('_SKINABLEADMIN_BATCH_MOVE', 'Item move other category/Category move other blog'); +define('_SKINABLEADMIN_BATCH', 'batch'); +define('_SKINABLEADMIN_PAGEHEAD', 'Admin page head'); +define('_SKINABLEADMIN_PAGEFOOT', 'Admin page foot'); +define('_SKINABLEADMIN_TEMPLATEOVERVIEW', 'Template overview'); +define('_SKINABLEADMIN_ADMINAREAHEADLINK', '[Your site]link'); +define('_SKINABLEADMIN_TPLSETTING_INGENERAL', 'In general'); +define('_SKINABLEADMIN_HEAD_STR', ' head'); +define('_SKINABLEADMIN_BODY_STR', ' body'); +define('_SKINABLEADMIN_FOOT_STR', ' foot'); +define('_SKINABLEADMIN_TEXT_STR', ' text'); +define('_SKINABLEADMIN_TITLE_STR', ' title'); +define('_SKINABLEADMIN_ADMINSETTING_STR', ' set editmember is \'admin\''); +define('_SKINABLEADMIN_NORMALSETTING_STR', ' normal'); +define('_SKINABLEADMIN_HELPICONURL_STR', ' icon URL'); +define('_SKINABLEADMIN_HELPFILEURL_STR', ' help file URL'); +define('_SKINABLEADMIN_ADMINSKINVAR_STR', ' skinvars'); +define('_SKINABLEADMIN_SHOWLIST_LISTPLUG_SELECT', 'selectbox used in ADMIN area'); +define('_SKINABLEADMIN_SHOWLIST_LISTPLUG_TABLE', 'Table for list indication'); +define('_SKINABLEADMIN_PLUGIN_QUICKMENU', 'Link to admin page of the plugin shown to the quick-menu'); +define('_SKINABLEADMIN_PLUGIN_PLGOPT_OPTTYPE', 'Template for option-type %s'); +define('_SKINABLEADMIN_PLUGIN_PLGOPT_OPTMETA', 'Template for option-meta-data %s'); +define('_SKINABLEADMIN_MEMBERS_ADMINSKIN', "ADMIN-Area's skin"); + +define('_LOCALE_BG_CYRL_BG', 'Bulgarian in Bulgaria'); +define('_LOCALE_CA_LATN_ES', 'Catalan in Spain'); +define('_LOCALE_CS_LATN_CZ', 'Czech in Czech Republic'); +define('_LOCALE_DE_LATN_DE', 'German in Germany'); +define('_LOCALE_EL_GREK_GR', 'Greek in Greece (Greek script)'); +define('_LOCALE_EN_LATN_US', 'English in United States'); +define('_LOCALE_ES_LATN_ES', 'Spanish in Spain'); +define('_LOCALE_FA_ARAB_IR', 'Persian in Islamic Republic of Iran'); +define('_LOCALE_FI_LATN_FI', 'Finnish in Finland'); +define('_LOCALE_FR_LATN_FR', 'French in France'); +define('_LOCALE_GL_LATN_ES', 'Galician in Spain'); +define('_LOCALE_HR_LATN_HR', 'Croatian in Croatia'); +define('_LOCALE_HU_LATN_HU', 'Hungarian in Hungary'); +define('_LOCALE_ID_LATN_ID', 'Indonesian in Indonesia (Latin script)'); +define('_LOCALE_IT_LATN_IT', 'Italian in Italy'); +define('_LOCALE_JA_JPAN_JP', 'Japanese in Japan'); +define('_LOCALE_KO_KORE_KR', 'Korean in Korea'); +define('_LOCALE_KU_ARAB_TR', 'Kurdish in Turkey (Arabic script)'); +define('_LOCALE_LV_LATN_LV', 'Latvian in Latvia'); +define('_LOCALE_NL_LATN_NL', 'Dutch in Netherlands'); +define('_LOCALE_PL_LATN_PL', 'Polish in Poland'); +define('_LOCALE_PT_LATN_BR', 'Portuguese in Brazil'); +define('_LOCALE_RO_LATN_RO', 'Romainan in Romania'); +define('_LOCALE_RU_CYRL_RU', 'Russian in Russia'); +define('_LOCALE_SK_LATN_SK', 'Slovak in Slovakia'); +define('_LOCALE_SR_CYRL_RS', 'Serbian in Serbia'); +define('_LOCALE_UR_ARAB_PK', 'Urdu in Pakistan'); +define('_LOCALE_VI_LATN_VN', 'Vietnamese in Vietnam (Latin script)'); +define('_LOCALE_ZH_HANS_CN', 'Chinese in China (simplified script)'); +define('_LOCALE_ZH_HANT_TW', 'Chinese in Taiwan (Traditional script)'); + +define('_FORGOTPASSWORD_TITLE', 'Forgot your password?'); +define('_FORGOTPASSWORD_MSG', 'Enter your username and email address below, and you\'ll be sent an e-mail with a link where you can choose a new password.'); +define('_FORGOTPASSWORD_SUBMIT', 'Send Activation Link" class="transparent'); +define('_FORGOTPASSWORD_CONTACT', 'If you don\'t remember your exact username, contact the site administrator.'); +define('_SKINIE_INVALID_NAMES_DETECTED', 'Invalid skin or templates names detected. Valid names consist of only a-z, A-Z, 0-9, -, and _'); +define('_LISTS_AUTHOR', 'Author'); +define('_OVERVIEW_OTHER_DRAFTS', 'Other Drafts'); +define('_ERROR_BADADMINSKINNAME', 'the name of skin for admin area must start with \'admin/\'.'); +define('_ERROR_BADADMINTEMPLATENAME', 'the name of template for admin area must start with \'admin/\'.'); +define('_SETTINGS_ADMINSKIN', 'default skin for admin area'); +define('_SETTINGS_BKMKLTSKIN', 'default skin for bookmarklet'); +define('_MEMBERS_BKMKLTSKIN', "bookmarklet skin"); +define('_ADMIN_SYSTEMOVERVIEW_VERSION_LATEST', 'The version which is being used is latest.'); + /******************************************** * Start New for 3.6x * ********************************************/ @@ -195,13 +272,7 @@ define('_PLUGIN_OPTIONS_TITLE', 'Options for %s'); // Plugin file loda error define('_PLUGINFILE_COULDNT_BELOADED', 'Error: plugin file %s.php could not be loaded, or it has been set inactive because it does not support some features (check the actionlog for more info)'); -//ITEM add/edit template (for japanese only) define('_ITEM_ADDEDITTEMPLATE_FORMAT', 'Format :'); -define('_ITEM_ADDEDITTEMPLATE_YEAR', 'Year'); -define('_ITEM_ADDEDITTEMPLATE_MONTH', 'Month'); -define('_ITEM_ADDEDITTEMPLATE_DAY', 'Day'); -define('_ITEM_ADDEDITTEMPLATE_HOUR', 'Hour'); -define('_ITEM_ADDEDITTEMPLATE_MINUTE', 'Minute'); // Errors define('_ERRORS_INSTALLSQL', 'install.sql should be deleted'); @@ -1267,52 +1338,11 @@ define('_EDITC_NONMEMBER', 'non member'); define('_MOVE_TITLE', 'Move to which blog?'); define('_MOVE_BTN', 'Move Item'); -// SkinableAdminArea vars - -// PLUGIN OPTIONS -// global -define('_SKINABLEADMIN_DEL_UNINSTALL_DATA', 'Delete ADMIN skin data table on uninstall?'); -define('_SKINABLEADMIN_DEFAULT_SKIN', 'Choose a skin of the management area of the default.'); -// member -define('_SKINABLEADMIN_MEMBER_DEFAULT_SKIN', 'Choose a skin of the management area of you use.'); - -// Skin text -define('_SKINABLEADMIN_QMENU_LAYOUT', 'Admin layout'); -define('_SKINABLEADMIN_PAGE_STR', 'page'); -define('_SKINABLEADMIN_BATCH_MOVE', 'Item move other category/Category move other blog'); -define('_SKINABLEADMIN_BATCH', 'batch'); -define('_SKINABLEADMIN_PAGEHEAD', 'Admin page head'); -define('_SKINABLEADMIN_PAGEFOOT', 'Admin page foot'); -define('_SKINABLEADMIN_TEMPLATEOVERVIEW', 'Template overview'); -define('_SKINABLEADMIN_ADMINAREAHEADLINK', '[Your site]link'); -define('_SKINABLEADMIN_TPLSETTING_INGENERAL', 'In general'); -define('_SKINABLEADMIN_HEAD_STR', ' head'); -define('_SKINABLEADMIN_BODY_STR', ' body'); -define('_SKINABLEADMIN_FOOT_STR', ' foot'); -define('_SKINABLEADMIN_TEXT_STR', ' text'); -define('_SKINABLEADMIN_TITLE_STR', ' title'); -define('_SKINABLEADMIN_ADMINSETTING_STR', ' set editmember is \'admin\''); -define('_SKINABLEADMIN_NORMALSETTING_STR', ' normal'); -define('_SKINABLEADMIN_HELPICONURL_STR', ' icon URL'); -define('_SKINABLEADMIN_HELPFILEURL_STR', ' help file URL'); -define('_SKINABLEADMIN_ADMINSKINVAR_STR', ' ADMIN area skin skinvars'); -define('_SKINABLEADMIN_SHOWLIST_LISTPLUG_SELECT', 'selectbox used in ADMIN area'); -define('_SKINABLEADMIN_SHOWLIST_LISTPLUG_TABLE', 'Table for list indication'); -define('_SKINABLEADMIN_PLUGIN_QUICKMENU', 'Link to admin page of the plugin shown to the quick-menu'); -define('_SKINABLEADMIN_PLUGIN_PLGOPT_OPTTYPE', 'Template for option-type %s'); -define('_SKINABLEADMIN_PLUGIN_PLGOPT_OPTMETA', 'Template for option-meta-data %s'); - -define('_SKINABLEADMIN_MEMBERS_ADMINSKIN', "ADMIN-Area's skin"); -define('_SKINABLEADMIN_MEMBERS_USESITESKIN', 'use site setting'); - -// -include_once('adminskintypes.php'); - // ADMIN-template template types - +include_once('adminskinTypes.php'); +define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_NAVILIST', 'navibar for item/comment list'); define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLIST_BD_TADM', _SKINABLEADMIN_ADMINSKINVAR_STR . ' [yrbloglist] member is blog ADMIN'); define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_BLIST_BD_SADM', _SKINABLEADMIN_ADMINSKINVAR_STR . ' [yrbloglist] member is super ADMIN'); - define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_GURL', _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_BODY . 'plugin URL'); define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGEVENTLIST', _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_BODY . 'API entry'); define('_ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGNEDUPDATE', _ADM_TPLPT_SHOWLIST_LISTPLUG_TABLE_PLUGLIST_BODY . 'eventlist updates');