X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=nucleus%2Flocales%2Fru_Cyrl_RU.UTF-8.php;h=1ba4d53581b05add5728be2d0ff82d8a4d535071;hb=5e0a849885dd876f9f91a50b3aca2b33221431ad;hp=cdd6b42847dc6303f082bdc1025e8dd1f8c1d763;hpb=4d12a0fd4038e9125ba84abb60e57b1496c6b16b;p=nucleus-jp%2Fnucleus-next.git diff --git a/nucleus/locales/ru_Cyrl_RU.UTF-8.php b/nucleus/locales/ru_Cyrl_RU.UTF-8.php index cdd6b42..1ba4d53 100644 --- a/nucleus/locales/ru_Cyrl_RU.UTF-8.php +++ b/nucleus/locales/ru_Cyrl_RU.UTF-8.php @@ -18,6 +18,13 @@ /******************************************** * Start New for 4.0 * ********************************************/ +/* 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.'); @@ -52,7 +59,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'); @@ -91,6 +98,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 * @@ -261,13 +269,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');