OSDN Git Service

CHANGE: 時刻・日付表示のための翻訳メッセージを整理
[nucleus-jp/nucleus-next.git] / nucleus / locales / ca_Latn_ES.UTF-8.php
index e23e838..0854c68 100644 (file)
 /********************************************
  *        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.');
@@ -257,13 +264,7 @@ define('_PLUGIN_OPTIONS_TITLE',                                                    'Options for %s');
 // Plugin file loda error
 define('_PLUGINFILE_COULDNT_BELOADED',                         'Error: plugin file <strong>%s.php</strong> could not be loaded, or it has been set inactive because it does not support some features (check the <a href="?action=actionlog">actionlog</a> 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');