X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=nucleus%2Flocales%2Fen_Latn_US.ISO-8859-1.php;h=fc47096185be4bf5d49e1d03315e49324671a96b;hb=0f2bcd518e8d035a5e25317d7900a9eb23d80e80;hp=cb308cdb9f389a47b7ce3cdb588404f2d13a9ea0;hpb=fbf8e2b1a1d70233dd8c96fec7f7e6027ed37fb6;p=nucleus-jp%2Fnucleus-next.git diff --git a/nucleus/locales/en_Latn_US.ISO-8859-1.php b/nucleus/locales/en_Latn_US.ISO-8859-1.php index cb308cd..fc47096 100644 --- a/nucleus/locales/en_Latn_US.ISO-8859-1.php +++ b/nucleus/locales/en_Latn_US.ISO-8859-1.php @@ -1,33 +1,58 @@ %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'); @@ -1307,52 +1327,10 @@ 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_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');