X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=nucleus%2Flocales%2Flv_Latn_LV.UTF-8.php;h=6ec7fb77f16d73600b614a4b4c89c1ed34edcf09;hb=refs%2Fheads%2Fmaster;hp=237b440f53a8ea2591d4b2d94f07f4f82fe0b3a4;hpb=4d12a0fd4038e9125ba84abb60e57b1496c6b16b;p=nucleus-jp%2Fnucleus-next.git diff --git a/nucleus/locales/lv_Latn_LV.UTF-8.php b/nucleus/locales/lv_Latn_LV.UTF-8.php index 237b440..6ec7fb7 100644 --- a/nucleus/locales/lv_Latn_LV.UTF-8.php +++ b/nucleus/locales/lv_Latn_LV.UTF-8.php @@ -8,12 +8,26 @@ * * @license http://nucleuscms.org/license.txt GNU General Public License * @copyright Copyright (C) 2002-2012 The Nucleus Group +<<<<<<< HEAD * @version $Id: lv_Latn_LV.UTF-8.php 1868 2012-05-22 05:10:53Z sakamocchi $ +======= + * @version $Id: lv_Latn_LV.UTF-8.php 1887 2012-06-17 08:30:08Z sakamocchi $ +>>>>>>> skinnable-master */ /******************************************** * Start New for 4.0 * ********************************************/ +/* argument value for setlocale() in Microsoft's windows operating system */ +define('_LOCALE_IN_WINDOWS', 'C'); + +/* 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.'); @@ -36,7 +50,7 @@ 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_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'); @@ -48,7 +62,7 @@ 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'); +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'); @@ -87,6 +101,7 @@ define('_ERROR_BADADMINTEMPLATENAME', 'the name of template for admin area must 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 * @@ -257,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'); @@ -1346,6 +1355,7 @@ define('_MOVE_BTN', 'Pārvietot...'); // 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');