X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=nucleus%2Flocales%2Fhr_Latn_HR.UTF-8.php;h=9ede2fb2cf4bb340a19dc38947b2d7bfa2dc698d;hb=0f2bcd518e8d035a5e25317d7900a9eb23d80e80;hp=7b4f28c49b8797c6f5b5779f3f09964a2bd4ad79;hpb=741dbd2b74a363cc55fcabaaec501b3dd4b304e2;p=nucleus-jp%2Fnucleus-next.git diff --git a/nucleus/locales/hr_Latn_HR.UTF-8.php b/nucleus/locales/hr_Latn_HR.UTF-8.php index 7b4f28c..9ede2fb 100644 --- a/nucleus/locales/hr_Latn_HR.UTF-8.php +++ b/nucleus/locales/hr_Latn_HR.UTF-8.php @@ -14,6 +14,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.'); @@ -36,7 +43,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'); @@ -87,6 +94,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 * @@ -256,13 +264,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');