OSDN Git Service

CHANGE: 時刻・日付表示のための翻訳メッセージを整理
authorsakamocchi <o-takashi@sakamocchi.jp>
Sun, 3 Jun 2012 04:32:36 +0000 (13:32 +0900)
committersakamocchi <o-takashi@sakamocchi.jp>
Sun, 3 Jun 2012 04:32:36 +0000 (13:32 +0900)
翻訳メッセージの追加及び削除。それに関連する修正。

以下を新設:
_LABEL_YEAR_UNIT
_LABEL_MONTH_UNIT
_LABEL_DAY_UNIT
_LABEL_HOUR_UNIT
_LABEL_MINUTE_UNIT

以下を廃止:
_ITEM_ADDEDITTEMPLATE_YEAR
_ITEM_ADDEDITTEMPLATE_MONTH
_ITEM_ADDEDITTEMPLATE_DAY
_ITEM_ADDEDITTEMPLATE_HOUR
_ITEM_ADDEDITTEMPLATE_MINUTE
_ARCHIVETYPE_MONTH
_ARCHIVETYPE_DAY

55 files changed:
nucleus/libs/globalfunctions.php
nucleus/locales/bg_Cyrl_BG.ISO-8859-5.php
nucleus/locales/bg_Cyrl_BG.UTF-8.php
nucleus/locales/ca_Latn_ES.ISO-8859-1.php
nucleus/locales/ca_Latn_ES.UTF-8.php
nucleus/locales/cs_Latn_CZ.UTF-8.php
nucleus/locales/cs_Latn_CZ.WINDOWS-1250.php
nucleus/locales/de_Latn_DE.ISO-8859-1.php
nucleus/locales/de_Latn_DE.UTF-8.php
nucleus/locales/el_Grek_GR.UTF-8.php
nucleus/locales/el_Grek_GR.WINDOWS-1253.php
nucleus/locales/en_Latn_US.ISO-8859-1.php
nucleus/locales/en_Latn_US.UTF-8.php
nucleus/locales/es_Latn_ES.ISO-8859-1.php
nucleus/locales/es_Latn_ES.UTF-8.php
nucleus/locales/fa_Arab_IR.UTF-8.php
nucleus/locales/fi_Latn_FI.ISO-8859-1.php
nucleus/locales/fi_Latn_FI.UTF-8.php
nucleus/locales/fr_Latn_FR.ISO-8859-15.php
nucleus/locales/fr_Latn_FR.UTF-8.php
nucleus/locales/gl_Latn_ES.ISO-8859-1.php
nucleus/locales/gl_Latn_ES.UTF-8.php
nucleus/locales/hr_Latn_HR.UTF-8.php
nucleus/locales/hr_Latn_HR.WINDOWS-1250.php
nucleus/locales/hu_Latn_HU.ISO-8859-2.php
nucleus/locales/hu_Latn_HU.UTF-8.php
nucleus/locales/id_Latn_ID.ISO-8859-1.php
nucleus/locales/id_Latn_ID.UTF-8.php
nucleus/locales/it_Latn_IT.ISO-8859-1.php
nucleus/locales/it_Latn_IT.UTF-8.php
nucleus/locales/ja_Jpan_JP.EUC-JP.php
nucleus/locales/ja_Jpan_JP.UTF-8.php
nucleus/locales/ko_Kore_KR.EUC-KR.php
nucleus/locales/ko_Kore_KR.UTF-8.php
nucleus/locales/ku_Arab_TR.UTF-8.php
nucleus/locales/lv_Latn_LV.ISO-8859-13.php
nucleus/locales/lv_Latn_LV.UTF-8.php
nucleus/locales/nl_Latn_NL.ISO-8859-15.php
nucleus/locales/nl_Latn_NL.UTF-8.php
nucleus/locales/pl_Latn_PL.UTF-8.php
nucleus/locales/pt_Latn_BR.ISO-8859-1.php
nucleus/locales/pt_Latn_BR.UTF-8.php
nucleus/locales/ro_Latn_RO.ISO-8859-1.php
nucleus/locales/ro_Latn_RO.UTF-8.php
nucleus/locales/ru_Cyrl_RU.UTF-8.php
nucleus/locales/ru_Cyrl_RU.WINDOWS-1251.php
nucleus/locales/sk_Latn_SK.ISO-8859-2.php
nucleus/locales/sk_Latn_SK.UTF-8.php
nucleus/locales/sr_Cyrl_RS.UTF-8.php
nucleus/locales/ur_Arab_PK.UTF-8.php
nucleus/locales/vi_Latn_VN.UTF-8.php
nucleus/locales/zh_Hans_CN.GB2312.php
nucleus/locales/zh_Hans_CN.UTF-8.php
nucleus/locales/zh_Hant_TW.UTF-8.php
skins/admin/default/skinbackup.xml

index 0186fb9..66fed37 100644 (file)
@@ -389,13 +389,6 @@ if ( !headers_sent() )
        }\r
 }\r
 \r
-if ( !defined('_ARCHIVETYPE_MONTH') )\r
-{\r
-       define('_ARCHIVETYPE_DAY', 'day');\r
-       define('_ARCHIVETYPE_MONTH', 'month');\r
-       define('_ARCHIVETYPE_YEAR', 'year');\r
-}\r
-\r
 /* for path resolving */
 $virtualpath = getVar('virtualpath');
 if ( getVar('virtualpath') == '' )
@@ -1060,7 +1053,7 @@ function selector()
                \r
                if ( $d != 0 )\r
                {\r
-                       $archivetype = _ARCHIVETYPE_DAY;\r
+                       $archivetype = _LABEL_DAY_UNIT;\r
                        $t = mktime(0, 0, 0, $m, $d, $y);\r
                        // one day has 24 * 60 * 60 = 86400 seconds\r
                        $archiveprev = i18n::formatted_datetime('%Y-%m-%d', $t - 86400 );\r
@@ -1088,7 +1081,7 @@ function selector()
                }\r
                elseif ( $m == 0 )\r
                {\r
-                       $archivetype = _ARCHIVETYPE_YEAR;\r
+                       $archivetype = _LABEL_YEAR_UNIT;\r
                        $t = mktime(0, 0, 0, 12, 31, $y - 1);\r
                        // one day before is in the previous year\r
                        $archiveprev = i18n::formatted_datetime('%Y', $t);\r
@@ -1115,7 +1108,7 @@ function selector()
                }\r
                else\r
                {\r
-                       $archivetype = _ARCHIVETYPE_MONTH;\r
+                       $archivetype = _LABEL_MONTH_UNIT;\r
                        $t = mktime(0, 0, 0, $m, 1, $y);\r
                        // one day before is in the previous month\r
                        $archiveprev = i18n::formatted_datetime('%Y-%m', $t - 86400);\r
index 649796e..708c015 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');
index efc5e28..8f7b249 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');
index d985fec..f40a640 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');
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');
index 6ff764b..c60671d 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');
index 6653351..0b2d36e 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');
index 18723fc..feedebe 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.');
@@ -258,13 +265,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');
index 18723fc..feedebe 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.');
@@ -258,13 +265,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');
index 826399a..633f388 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.');
@@ -259,13 +266,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');
index 89b5b58..f66519b 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.');
@@ -259,13 +266,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');
index 03503ee..63476f1 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.');
@@ -253,13 +260,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');
index 03503ee..63476f1 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.');
@@ -253,13 +260,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');
index 39c3b5c..a0cfacd 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.');
@@ -259,13 +266,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');
index e1b3aef..404a941 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.');
@@ -259,13 +266,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');
index 126ee53..b496dd5 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');
index 5e69f55..1684916 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.');
@@ -260,13 +267,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');
index 1210b22..38f4585 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.');
@@ -260,13 +267,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');
index b68ea0e..076af4e 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.');
@@ -259,13 +266,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');
index 0b3e28e..398fc70 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.');
@@ -259,13 +266,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');
index 576e2d8..2557516 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');
index 0f1fbaa..d0b8a0d 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');
index 7b4f28c..6ef0987 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.');
@@ -256,13 +263,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');
index 52d443e..5a3a15e 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.');
@@ -256,13 +263,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');
index a0234f9..60750ba 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');
index a60392a..93f0af6 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');
index f8db83f..9545a20 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.');
@@ -256,13 +263,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');
index f8db83f..9545a20 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.');
@@ -256,13 +263,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');
index b5cd57b..2ada0ee 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.');
@@ -259,13 +266,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');
index 4ab6c8d..8e3baf5 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.');
@@ -259,13 +266,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');
index 17f01be..5e906b9 100644 (file)
 /********************************************
  *        Start New for 4.0                *
  ********************************************/
+/* labels for date and time measurement unit */
+define('_LABEL_YEAR_UNIT',             'ǯ');
+define('_LABEL_MONTH_UNIT',            '·î');
+define('_LABEL_DAY_UNIT',              'Æü');
+define('_LABEL_HOUR_UNIT',             '»þ');
+define('_LABEL_MINUTE_UNIT',   'ʬ');
+
 // SkinableAdminArea vars
 define('_SKINABLEADMIN_DEL_UNINSTALL_DATA',                    '¥×¥é¥°¥¤¥ó¤òºï½ü¤¹¤ë¤È¤­¤Ë´ÉÍý¥¨¥ê¥¢ÍÑ¥¹¥­¥ó¤Î¥Ç¡¼¥¿¤âºï½ü¤·¤Þ¤¹¤«¡©');
 define('_SKINABLEADMIN_DEFAULT_SKIN',                          '´ÉÍýÎΰè¤Î¥Ç¥Õ¥©¥ë¥È¤Î¥¹¥­¥ó');
@@ -258,13 +265,7 @@ define('_PLUGIN_OPTIONS_TITLE',                                            '%s 
 // Plugin file loda error
 define('_PLUGINFILE_COULDNT_BELOADED',                         '¥¨¥é¡¼: ¥×¥é¥°¥¤¥ó¥Õ¥¡¥¤¥ë <strong>%s.php</strong> ¤òÆɤ߹þ¤á¤Þ¤»¤ó¤Ç¤·¤¿¡£¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤·¤Ê¤¤¡¢¤â¤¯¤Ï»ÈÍÑÃæ¤Î Nucleus ¾å¤ÇÆ°ºî¤µ¤»¤ë¤¿¤á¤ËɬÍפʵ¡Ç½¤¬¥×¥é¥°¥¤¥ó¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£(<a href="?action=actionlog">´ÉÍýÁàºîÍúÎò</a>¤Ë¾ÜºÙ¤¬¤¢¤ê¤Þ¤¹¡£)');
 
-//ITEM add/edit template (for japanese only)
 define('_ITEM_ADDEDITTEMPLATE_FORMAT',                         '¥Õ¥©¡¼¥Þ¥Ã¥È¡§');
-define('_ITEM_ADDEDITTEMPLATE_YEAR',                           'ǯ');
-define('_ITEM_ADDEDITTEMPLATE_MONTH',                          '·î');
-define('_ITEM_ADDEDITTEMPLATE_DAY',                                    'Æü');
-define('_ITEM_ADDEDITTEMPLATE_HOUR',                           '»þ');
-define('_ITEM_ADDEDITTEMPLATE_MINUTE',                         'ʬ');
 
 // Errors
 define('_ERRORS_INSTALLSQL',                                           '\8e¢install.sql\8e£¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤');
index 7212b87..b353f1f 100644 (file)
 /********************************************
  *        Start New for 4.0                *
  ********************************************/
+/* labels for date and time measurement unit */
+define('_LABEL_YEAR_UNIT',             '年');
+define('_LABEL_MONTH_UNIT',            '月');
+define('_LABEL_DAY_UNIT',              '日');
+define('_LABEL_HOUR_UNIT',             '時');
+define('_LABEL_MINUTE_UNIT',   '分');
+
 // SkinableAdminArea vars
 define('_SKINABLEADMIN_DEL_UNINSTALL_DATA',                    'プラグインを削除するときに管理エリア用スキンのデータも削除しますか?');
 define('_SKINABLEADMIN_DEFAULT_SKIN',                          '管理領域のデフォルトのスキン');
@@ -258,13 +265,7 @@ define('_PLUGIN_OPTIONS_TITLE',                                            '%s のオプション設定');
 // Plugin file loda error
 define('_PLUGINFILE_COULDNT_BELOADED',                         'エラー: プラグインファイル <strong>%s.php</strong> を読み込めませんでした。ファイルが存在しない、もくは使用中の Nucleus 上で動作させるために必要な機能がプラグインでサポートされていません。(<a href="?action=actionlog">管理操作履歴</a>に詳細があります。)');
 
-//ITEM add/edit template (for japanese only)
 define('_ITEM_ADDEDITTEMPLATE_FORMAT',                         'フォーマット:');
-define('_ITEM_ADDEDITTEMPLATE_YEAR',                           '年');
-define('_ITEM_ADDEDITTEMPLATE_MONTH',                          '月');
-define('_ITEM_ADDEDITTEMPLATE_DAY',                                    '日');
-define('_ITEM_ADDEDITTEMPLATE_HOUR',                           '時');
-define('_ITEM_ADDEDITTEMPLATE_MINUTE',                         '分');
 
 // Errors
 define('_ERRORS_INSTALLSQL',                                           '「install.sql」ファイルを削除してください');
index 65f2f07..6f2fe1b 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.');
@@ -258,13 +265,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');
index 64292b5..6f84f2e 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.');
@@ -258,13 +265,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');
index 15f5a57..9d1110a 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');
index 7d5c761..e8de592 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');
index e6152ab..9d61869 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');
index 067ecd4..4b5d5e9 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.');
@@ -259,13 +266,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');
index e68b898..f4a0d6e 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.');
@@ -259,13 +266,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');
index 8084b09..ca91523 100644 (file)
 /********************************************
  *        Start New for 4.0                 *
  ********************************************/
+/* labels for date and time measurement unit */
+define('_LABEL_YEAR_UNIT',             'Rok');
+define('_LABEL_MONTH_UNIT',            'Miesiąc');
+define('_LABEL_DAY_UNIT',              'Dzień');
+define('_LABEL_HOUR_UNIT',             'Godzina');
+define('_LABEL_MINUTE_UNIT',   'Minuta');
+
 // 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.');
@@ -278,13 +285,7 @@ define('_PLUGIN_OPTIONS_TITLE',                                                    'Opcje dla %s');
 // Plugin file loda error
 define('_PLUGINFILE_COULDNT_BELOADED',                         'Błąd: plik wtyczki <strong>%s.php</strong> nie został załadowany, lub jest on nieaktywny ponieważ nie obsługuje niektórych funkcji (sprawdź <a href="?action=actionlog">logi</a>, żeby uzyskać więcej informacji.)');
 
-//ITEM add/edit template (for japanese only)
 define('_ITEM_ADDEDITTEMPLATE_FORMAT',                         'Format :');
-define('_ITEM_ADDEDITTEMPLATE_YEAR',                           'Rok');
-define('_ITEM_ADDEDITTEMPLATE_MONTH',                          'Miesiąc');
-define('_ITEM_ADDEDITTEMPLATE_DAY',                                    'Dzień');
-define('_ITEM_ADDEDITTEMPLATE_HOUR',                           'Godzina');
-define('_ITEM_ADDEDITTEMPLATE_MINUTE',                         'Minuta');
 
 // Errors
 define('_ERRORS_INSTALLSQL',                                           'Plik install.sql powinien zostać usunięty');
index b7015b6..c052f96 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');
index 7265897..2be8bfe 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');
index dae4088..28dbaf0 100644 (file)
@@ -20,6 +20,13 @@ INS<?php
 /********************************************
  *        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.');
@@ -259,13 +266,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');
index d9adc49..ffcd450 100644 (file)
@@ -20,6 +20,13 @@ INS<?php
 /********************************************
  *        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.');
@@ -259,13 +266,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');
index 94e2efa..bfe2182 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.');
@@ -261,13 +268,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');
index 61a362c..6882f82 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.');
@@ -261,13 +268,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');
index 5cc5f2a..d63f425 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');
index c51f608..a1e6478 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');
index be0935c..5fb38b4 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.');
@@ -256,13 +263,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');
index b4f186f..813598c 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.');
@@ -256,13 +263,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');
index 32b61e8..414c106 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.');
@@ -256,13 +263,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');
index 7d4a7bf..2190db1 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');
index 7c05ec3..fd970d6 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');
index 276694d..d580bb0 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.');
@@ -256,13 +263,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');
index 4cb65c6..ac2b8ee 100644 (file)
 <part name="createitem"><![CDATA[\r
        <%pagehead%>\r
        <h2><%text(_ADD_ADDTO)%> '<%adminbloglink(admin/default)%>'</h2>\r
-       \r
        <%init%>\r
        <script type="text/javascript" src="<%skinfile(/javascripts/numbercheck.js)%>"></script>\r
        <%if(autosave)%><script type="text/javascript" src="<%skinfile(/javascripts/xmlhttprequest.js)%>"></script><%endif%>\r
-       \r
        <form id="addform" method="post" action="<%adminurl%>index.php" >\r
-       \r
-       <div>\r
-       \r
+       <p>\r
        <input type="hidden" name="action" value="additem" />\r
        <input name="blogid" value="<%blogid%>" type="hidden" />\r
        <input type="hidden" name="draftid" value="0" />\r
        <%ticket%>\r
-       \r
-       <table>\r
-               <tr>\r
-                       <th colspan="2"><%text(_ADD_CREATENEW)%></th>\r
-               </tr>\r
-               <%if(autosave)%><tr>\r
-                       <td><%text(_AUTOSAVEDRAFT)%></td>\r
-                       <td><span id="info"><%text(_AUTOSAVEDRAFT_NOTYETSAVED)%></span></td>\r
-               </tr><%endif%>\r
-               <tr>\r
-                       <td><%text(_ADD_TITLE)%></td>\r
-                       <td><input id="inputtitle" onkeyup="storeCaret(this); updPreview(title); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);"\r
-                               name="title"\r
-                               tabindex="10"\r
-                               size="60" \r
-                               maxlength="160" \r
-                               value="<%contents(title)%>"\r
-                               /></td>\r
-               </tr>\r
+       <table frame="box" rules="all" summary="<%text(_ADD_ADDTO)%>">\r
+       <tr>\r
+       <th colspan="2"><%text(_ADD_CREATENEW)%></th>\r
+       </tr>\r
+       <%if(autosave)%>\r
+       <tr>\r
+       <td><%text(_AUTOSAVEDRAFT)%></td>\r
+       <td><span id="info"><%text(_AUTOSAVEDRAFT_NOTYETSAVED)%></span></td>\r
+       </tr>\r
+       <%endif%>\r
        <tr>\r
-                       <td>\r
-                               <%text(_ADD_BODY)%> <%helplink(additem)%>\r
-                       </td>\r
-                       <td>\r
-                       <div class="jsbuttonbar">\r
+       <td><%text(_ADD_TITLE)%></td>\r
+       <td><input id="inputtitle" name="title" value="<%contents(title)%>" onkeyup="storeCaret(this); updPreview(title); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);" tabindex="10" size="60" maxlength="160" /></td>\r
+       </tr>\r
+       <tr>\r
+       <td>\r
+       <%text(_ADD_BODY)%> <%helplink(additem)%>\r
+       </td>\r
+       <td>\r
+       <div class="jsbuttonbar">\r
        <!--[if IE]>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="cutThis()">\r
-                                       <img src="<%skinfile(/images/button-cut.gif)%>" title="<%text(_ADD_CUT_TT)%>(Ctrl + X)" alt="<%text(_ADD_CUT_TT)%>(Ctrl + X)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="copyThis()">\r
-                                       <img src="<%skinfile(/images/button-copy.gif)%>" title="<%text(_ADD_COPY_TT)%>(Ctrl + C)" alt="<%text(_ADD_COPY_TT)%>(Ctrl + C)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="pasteThis()">\r
-                                       <img src="<%skinfile(/images/button-paste.gif)%>" title="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" alt="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbuttonspacer">&nbsp;</span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
-                                       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" alt="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
-                                       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" alt="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
-                                       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" alt="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" width="16" height="16" />\r
-                               </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="cutThis()">\r
+       <img src="<%skinfile(/images/button-cut.gif)%>" title="<%text(_ADD_CUT_TT)%>(Ctrl + X)" alt="<%text(_ADD_CUT_TT)%>(Ctrl + X)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="copyThis()">\r
+       <img src="<%skinfile(/images/button-copy.gif)%>" title="<%text(_ADD_COPY_TT)%>(Ctrl + C)" alt="<%text(_ADD_COPY_TT)%>(Ctrl + C)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="pasteThis()">\r
+       <img src="<%skinfile(/images/button-paste.gif)%>" title="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" alt="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
+       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" alt="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
+       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" alt="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
+       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" alt="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" width="16" height="16" />\r
+       </span>\r
        <![endif]-->\r
        <!--[if ! IE]>-->\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
-                                       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>" alt="<%text(_ADD_BOLD_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
-                                       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>" alt="<%text(_ADD_ITALIC_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
-                                       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>" alt="<%text(_ADD_HREF_TT)%>" width="16" height="16" />\r
-                               </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
+       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>" alt="<%text(_ADD_BOLD_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
+       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>" alt="<%text(_ADD_ITALIC_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
+       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>" alt="<%text(_ADD_HREF_TT)%>" width="16" height="16" />\r
+       </span>\r
        <!--<![endif]-->\r
-                               <span class="jsbuttonspacer">&nbsp;</span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignleftThis()">\r
-                                       <img src="<%skinfile(/images/button-alignleft.gif)%>" title="<%text(_ADD_ALIGNLEFT_TT)%>" alt="<%text(_ADD_ALIGNLEFT_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignrightThis()">\r
-                                       <img src="<%skinfile(/images/button-alignright.gif)%>" title="<%text(_ADD_ALIGNRIGHT_TT)%>" alt="<%text(_ADD_ALIGNRIGHT_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="aligncenterThis()">\r
-                                       <img src="<%skinfile(/images/button-aligncenter.gif)%>" title="<%text(_ADD_ALIGNCENTER_TT)%>" alt="<%text(_ADD_ALIGNCENTER_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbuttonspacer">&nbsp;</span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="leftThis()">\r
-                                       <img src="<%skinfile(/images/button-left.gif)%>" title="<%text(_ADD_LEFT_TT)%>" alt="<%text(_ADD_LEFT_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="rightThis()">\r
-                                       <img src="<%skinfile(/images/button-right.gif)%>" title="<%text(_ADD_RIGHT_TT)%>" alt="<%text(_ADD_RIGHT_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbuttonspacer">&nbsp;</span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="addMedia()">\r
-                                       <img src="<%skinfile(/images/button-media.gif)%>" title="<%text(_ADD_MEDIA_TT)%>" alt="<%text(_ADD_MEDIA_TT)%>" width="16" height="16" />\r
-                               </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignleftThis()">\r
+       <img src="<%skinfile(/images/button-alignleft.gif)%>" title="<%text(_ADD_ALIGNLEFT_TT)%>" alt="<%text(_ADD_ALIGNLEFT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignrightThis()">\r
+       <img src="<%skinfile(/images/button-alignright.gif)%>" title="<%text(_ADD_ALIGNRIGHT_TT)%>" alt="<%text(_ADD_ALIGNRIGHT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="aligncenterThis()">\r
+       <img src="<%skinfile(/images/button-aligncenter.gif)%>" title="<%text(_ADD_ALIGNCENTER_TT)%>" alt="<%text(_ADD_ALIGNCENTER_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="leftThis()">\r
+       <img src="<%skinfile(/images/button-left.gif)%>" title="<%text(_ADD_LEFT_TT)%>" alt="<%text(_ADD_LEFT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="rightThis()">\r
+       <img src="<%skinfile(/images/button-right.gif)%>" title="<%text(_ADD_RIGHT_TT)%>" alt="<%text(_ADD_RIGHT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="addMedia()">\r
+       <img src="<%skinfile(/images/button-media.gif)%>" title="<%text(_ADD_MEDIA_TT)%>" alt="<%text(_ADD_MEDIA_TT)%>" width="16" height="16" />\r
+       </span>\r
        <!--[if IE]>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="showedit()">\r
-                                       <img src="<%skinfile(/images/button-preview.gif)%>" title="<%text(_ADD_PREVIEW_TT)%>" alt="<%text(_ADD_PREVIEW_TT)%>" width="16" height="16" />\r
-                               </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="showedit()">\r
+       <img src="<%skinfile(/images/button-preview.gif)%>" title="<%text(_ADD_PREVIEW_TT)%>" alt="<%text(_ADD_PREVIEW_TT)%>" width="16" height="16" />\r
+       </span>\r
        <![endif]-->\r
-                               <div class="jsbuttonend"></div>\r
-                       </div>\r
-                               <textarea id="inputbody" onkeyup="storeCaret(this); updPreview(body); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);"\r
-                                       name="body"\r
-                                       tabindex="20"\r
-                                       cols="60"\r
-                                       rows="20"><%contents(body)%></textarea>\r
-                       </td>\r
-               </tr><tr id="edit" style="display:none;">\r
-                       <td><%text(_ADD_PREVIEW)%></td>\r
-                       <td><b><span id="prevtitle">&#160;</span></b><br />\r
-                               <span id="prevbody">&#160;</span><br />\r
-                               <span id="prevmore">&#160;</span><br />\r
-                       </td>\r
-               </tr>\r
-       <tr>\r
-               \r
+       <div class="jsbuttonend"></div>\r
+       </div>\r
+       <textarea id="inputbody" name="body" tabindex="20" cols="60" rows="20" onkeyup="storeCaret(this); updPreview(body); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);"><%contents(body)%></textarea>\r
+       </td>\r
+       </tr>\r
+       <tr id="edit" style="display:none;">\r
+       <td><%text(_ADD_PREVIEW)%></td>\r
+       <td><b><span id="prevtitle">&#160;</span></b><br />\r
+       <span id="prevbody">&#160;</span><br />\r
+       <span id="prevmore">&#160;</span><br />\r
+       </td>\r
+       </tr>\r
        <%if(blogsetting, bcomments)%>\r
-                       <td><%text(_ADD_DISABLE_COMMENTS)%></td>\r
-                       <td>\r
-                               <input name="closed" type="radio" tabindex="30" value="1" id="closed_yes" /><label for="closed_yes"><%text(_YES)%></label>\r
-                               <input name="closed" type="radio" tabindex="30" value="0" checked="checked" id="closed_no" /><label for="closed_no"><%text(_NO)%></label>\r
-                       </td>\r
-               </tr>\r
        <tr>\r
+       <td><%text(_ADD_DISABLE_COMMENTS)%></td>\r
+       <td>\r
+       <input name="closed" type="radio" tabindex="30" value="1" id="closed_yes" /><label for="closed_yes"><%text(_YES)%></label>\r
+       <input name="closed" type="radio" tabindex="30" value="0" checked="checked" id="closed_no" /><label for="closed_no"><%text(_NO)%></label>\r
+       </td>\r
+       </tr>\r
        <%endif%>\r
-       \r
-       \r
-                       <td><%text(_ADD_CATEGORY)%></td>\r
-                       <td><%categories(40)%></td>\r
-               </tr>\r
        <tr>\r
-                       <td><%text(_SUBMIT)%></td>\r
-                       <td>\r
-                               <input tabindex="60" type="submit" value="<%text(_ADD_ADDITEM)%>" \r
-                                       onclick="return checkSubmit();" />\r
-       \r
-                               <br /><br />\r
-       \r
-                               <input name="actiontype" value="addnow" type="radio" checked='checked' id="act_now" tabindex="61" /><label for="act_now"><%text(_ADD_ADDNOW)%></label>\r
-                               <br />\r
-                               <input name="actiontype" value="addfuture" type="radio" id="act_future" tabindex="61" /><label for="act_future" ><%text(_ADD_ADDLATER)%></label> <%helplink(future)%>\r
-                               <div class="indent">\r
-                                       <%text(_ADD_PLACE_ON)%>\r
-                                       <input id="inputyear" name="year" tabindex="63" size="4" value="<%currenttime(year)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>\r
-                                       <input id="inputmonth" name="month" tabindex="64" size="2" value="<%currenttime(mon)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>\r
-                                       <input id="inputday" name="day" tabindex="65" size="2" value="<%currenttime(mday)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_DAY)%>\r
-                                        \r
-                                       <input id="inputhour" name="hour" tabindex="66" size="2" value="<%currenttime(hours)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>\r
-                                       <input id="inputminutes" name="minutes" tabindex="67" size="2" value="<%currenttime(minutes)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
-                                       <br /><%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>(dd)<%text(_ITEM_ADDEDITTEMPLATE_DAY)%> (hh)<%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
-                                       \r
-                                       <%if(blogsetting, ballowpast,0)%>\r
-                                               <br />\r
-                                               <%text(_ADD_NOPASTDATES)%>\r
-                                       <%endif%>\r
-                               </div>\r
-                               <input name="actiontype" tabindex="61" value="adddraft" type="radio" id="act_draft" /><label for="act_draft"><%text(_ADD_ADDDRAFT)%></label> <%helplink(draft)%>\r
-                       </td>\r
-               </tr>\r
+       <td><%text(_ADD_CATEGORY)%></td>\r
+       <td><%categories(40)%></td>\r
+       </tr>\r
        <tr>\r
-                       <td><%text(_ADD_PLUGIN_EXTRAS)%></td>\r
-                       <td>\r
-                               <%pluginextras%>\r
-                       </td>\r
-               </tr>\r
-                               <%pluginoptions(item)%> \r
+       <td><%text(_SUBMIT)%></td>\r
+       <td>\r
+       <input tabindex="60" type="submit" value="<%text(_ADD_ADDITEM)%>" onclick="return checkSubmit();" /><br />\r
+       <br />\r
+       <input name="actiontype" value="addnow" type="radio" checked='checked' id="act_now" tabindex="61" />\r
+       <label for="act_now"><%text(_ADD_ADDNOW)%></label><br />\r
+       <input type="radio" id="act_future" name="actiontype" value="addfuture" tabindex="61" />\r
+       <label for="act_future" ><%text(_ADD_ADDLATER)%></label> <%helplink(future)%>\r
+       <div class="indent">\r
+       <%text(_ADD_PLACE_ON)%>\r
+       <input type="text" id="inputyear" name="year" value="<%currenttime(year)%>" tabindex="63" size="4" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_YEAR_UNIT)%>\r
+       <input type="text" id="inputmonth" name="month" value="<%currenttime(mon)%>" tabindex="64" size="2" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_MONTH_UNIT)%>\r
+       <input type="text" id="inputday" name="day" value="<%currenttime(mday)%>" tabindex="65" size="2" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_DAY_UNIT)%>\r
+       <input id="inputhour" name="hour" value="<%currenttime(hours)%>" tabindex="66" size="2" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_HOUR_UNIT)%>\r
+       <input type="text" id="inputminutes" name="minutes" value="<%currenttime(minutes)%>" tabindex="67" size="2" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_MINUTE_UNIT)%><br />\r
+       \r
+       <%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_LABEL_YEAR_UNIT)%>(mm)<%text(_LABEL_MONTH_UNIT)%>(dd)<%text(_LABEL_DAY_UNIT)%> (hh)<%text(_LABEL_HOUR_UNIT)%>(mm)<%text(_LABEL_MINUTE_UNIT)%>\r
+       \r
+       <%if(blogsetting, ballowpast,0)%>\r
+       <br />\r
+       <%text(_ADD_NOPASTDATES)%>\r
+       <%endif%>\r
+       </div>\r
+       <input type="radio" id="act_draft" name="actiontype" value="adddraft" tabindex="61" />\r
+       <label for="act_draft"><%text(_ADD_ADDDRAFT)%></label> <%helplink(draft)%>\r
+       </td>\r
+       </tr>\r
        <tr>\r
-               <th colspan="2"><%text(_ADD_MORE)%></th>\r
-               </tr>\r
+       <td><%text(_ADD_PLUGIN_EXTRAS)%></td>\r
+       <td><%pluginextras%></td>\r
+       </tr>\r
+       <%pluginoptions(item)%>\r
+       <tr>\r
+       <th colspan="2"><%text(_ADD_MORE)%></th>\r
+       </tr>\r
        <tr>\r
-                       <td><%text(_ADD_MORE)%>\r
-                               <br /><%helplink(extended)%>\r
-                       </td>\r
-                       <td>\r
-                       <div class="jsbuttonbar">\r
+       <td><%text(_ADD_MORE)%><br />\r
+       <%helplink(extended)%>\r
+       </td>\r
+       <td>\r
+       <div class="jsbuttonbar">\r
        <!--[if IE]>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="cutThis()">\r
-                                       <img src="<%skinfile(/images/button-cut.gif)%>" title="<%text(_ADD_CUT_TT)%>(Ctrl + X)" alt="<%text(_ADD_CUT_TT)%>(Ctrl + X)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="copyThis()">\r
-                                       <img src="<%skinfile(/images/button-copy.gif)%>" title="<%text(_ADD_COPY_TT)%>(Ctrl + C)" alt="<%text(_ADD_COPY_TT)%>(Ctrl + C)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="pasteThis()">\r
-                                       <img src="<%skinfile(/images/button-paste.gif)%>" title="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" alt="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbuttonspacer">&nbsp;</span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
-                                       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" alt="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
-                                       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" alt="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
-                                       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" alt="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" width="16" height="16" />\r
-                               </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="cutThis()">\r
+       <img src="<%skinfile(/images/button-cut.gif)%>" title="<%text(_ADD_CUT_TT)%>(Ctrl + X)" alt="<%text(_ADD_CUT_TT)%>(Ctrl + X)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="copyThis()">\r
+       <img src="<%skinfile(/images/button-copy.gif)%>" title="<%text(_ADD_COPY_TT)%>(Ctrl + C)" alt="<%text(_ADD_COPY_TT)%>(Ctrl + C)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="pasteThis()">\r
+       <img src="<%skinfile(/images/button-paste.gif)%>" title="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" alt="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
+       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" alt="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
+       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" alt="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
+       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" alt="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" width="16" height="16" />\r
+       </span>\r
        <![endif]-->\r
        <!--[if ! IE]>-->\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
-                                       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>" alt="<%text(_ADD_BOLD_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
-                                       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>" alt="<%text(_ADD_ITALIC_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
-                                       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>" alt="<%text(_ADD_HREF_TT)%>" width="16" height="16" />\r
-                               </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
+       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>" alt="<%text(_ADD_BOLD_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
+       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>" alt="<%text(_ADD_ITALIC_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
+       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>" alt="<%text(_ADD_HREF_TT)%>" width="16" height="16" />\r
+       </span>\r
        <!--<![endif]-->\r
-                               <span class="jsbuttonspacer">&nbsp;</span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignleftThis()">\r
-                                       <img src="<%skinfile(/images/button-alignleft.gif)%>" title="<%text(_ADD_ALIGNLEFT_TT)%>" alt="<%text(_ADD_ALIGNLEFT_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignrightThis()">\r
-                                       <img src="<%skinfile(/images/button-alignright.gif)%>" title="<%text(_ADD_ALIGNRIGHT_TT)%>" alt="<%text(_ADD_ALIGNRIGHT_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="aligncenterThis()">\r
-                                       <img src="<%skinfile(/images/button-aligncenter.gif)%>" title="<%text(_ADD_ALIGNCENTER_TT)%>" alt="<%text(_ADD_ALIGNCENTER_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbuttonspacer">&nbsp;</span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="leftThis()">\r
-                                       <img src="<%skinfile(/images/button-left.gif)%>" title="<%text(_ADD_LEFT_TT)%>" alt="<%text(_ADD_LEFT_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="rightThis()">\r
-                                       <img src="<%skinfile(/images/button-right.gif)%>" title="<%text(_ADD_RIGHT_TT)%>" alt="<%text(_ADD_RIGHT_TT)%>" width="16" height="16" />\r
-                               </span>\r
-                               <span class="jsbuttonspacer">&nbsp;</span>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="addMedia()">\r
-                                       <img src="<%skinfile(/images/button-media.gif)%>" title="<%text(_ADD_MEDIA_TT)%>" alt="<%text(_ADD_MEDIA_TT)%>" width="16" height="16" />\r
-                               </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignleftThis()">\r
+       <img src="<%skinfile(/images/button-alignleft.gif)%>" title="<%text(_ADD_ALIGNLEFT_TT)%>" alt="<%text(_ADD_ALIGNLEFT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignrightThis()">\r
+       <img src="<%skinfile(/images/button-alignright.gif)%>" title="<%text(_ADD_ALIGNRIGHT_TT)%>" alt="<%text(_ADD_ALIGNRIGHT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="aligncenterThis()">\r
+       <img src="<%skinfile(/images/button-aligncenter.gif)%>" title="<%text(_ADD_ALIGNCENTER_TT)%>" alt="<%text(_ADD_ALIGNCENTER_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="leftThis()">\r
+       <img src="<%skinfile(/images/button-left.gif)%>" title="<%text(_ADD_LEFT_TT)%>" alt="<%text(_ADD_LEFT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="rightThis()">\r
+       <img src="<%skinfile(/images/button-right.gif)%>" title="<%text(_ADD_RIGHT_TT)%>" alt="<%text(_ADD_RIGHT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="addMedia()">\r
+       <img src="<%skinfile(/images/button-media.gif)%>" title="<%text(_ADD_MEDIA_TT)%>" alt="<%text(_ADD_MEDIA_TT)%>" width="16" height="16" />\r
+       </span>\r
        <!--[if IE]>\r
-                               <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="showedit()">\r
-                                       <img src="<%skinfile(/images/button-preview.gif)%>" title="<%text(_ADD_PREVIEW_TT)%>" alt="<%text(_ADD_PREVIEW_TT)%>" width="16" height="16" />\r
-                               </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="showedit()">\r
+       <img src="<%skinfile(/images/button-preview.gif)%>" title="<%text(_ADD_PREVIEW_TT)%>" alt="<%text(_ADD_PREVIEW_TT)%>" width="16" height="16" />\r
+       </span>\r
        <![endif]-->\r
-                       </div>\r
-                               <textarea id="inputmore" onkeyup="storeCaret(this); updPreview(more); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);"\r
-                                       name="more"\r
-                                       tabindex="70"\r
-                                       cols="60"\r
-                                       rows="20"\r
-                                       ><%contents(more)%></textarea>\r
-                       </td>\r
-               </tr>\r
+       </div>\r
+       <textarea id="inputmore" name="more" onkeyup="storeCaret(this); updPreview(more); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);" tabindex="70" cols="60" rows="20"><%contents(more)%></textarea>\r
+       </td>\r
+       </tr>\r
        <tr>\r
-                       <td><%text(_SUBMIT)%></td>\r
-                       <td>\r
-                               <input tabindex="60" type="submit" value="<%text(_ADD_ADDITEM)%>" \r
-                                       onclick="return checkSubmit();" />\r
-                               <%if(autosave)%>\r
-                               <input tabindex="80" type="button" name="autosavenow" value="<%text(_AUTOSAVEDRAFT_NOW)%>"\r
-                                       onclick="autoSaveDraft();" />\r
-                               <%endif%>\r
-                       </td>\r
-               </tr>\r
+       <td><%text(_SUBMIT)%></td>\r
+       <td>\r
+       <input type="submit" value="<%text(_ADD_ADDITEM)%>" onclick="return checkSubmit();" tabindex="60" />\r
+       <%if(autosave)%>\r
+       <input type="button" name="autosavenow" value="<%text(_AUTOSAVEDRAFT_NOW)%>" tabindex="80" onclick="autoSaveDraft();" />\r
+       <%endif%>\r
+       </td>\r
+       </tr>\r
        </table>\r
        \r
        </div>\r
        </form>\r
        <%if(autosave)%>\r
-               <script type="text/javascript">\r
-                       var xmlhttprequest = new Array();\r
-                       xmlhttprequest[0] = createHTTPHandler(); // AutoDraft handler\r
-                       xmlhttprequest[1] = createHTTPHandler(); // UpdateTicket handler\r
-                       var seconds = now(); // Last AutoDraft time\r
-                       var checks = 0; // Number of checks since last AutoDraft\r
-                       var addform = document.getElementById('addform'); // The form id\r
-                       var goal = document.getElementById('info'); // The html div id where 'Last saved: date time' must come\r
-                       var goalurl = '../action.php'; // The PHP file where the content must be posted to\r
-                       var lastsavedtext = '<%text(_AUTOSAVEDRAFT_LASTSAVED)%>'; // The language variable for 'Last saved'\r
-                       var formtype = 'add'; // Add or edit form\r
-               </script>       \r
+       <script type="text/javascript">\r
+               var xmlhttprequest = new Array();\r
+               xmlhttprequest[0] = createHTTPHandler(); // AutoDraft handler\r
+               xmlhttprequest[1] = createHTTPHandler(); // UpdateTicket handler\r
+               var seconds = now(); // Last AutoDraft time\r
+               var checks = 0; // Number of checks since last AutoDraft\r
+               var addform = document.getElementById('addform'); // The form id\r
+               var goal = document.getElementById('info'); // The html div id where 'Last saved: date time' must come\r
+               var goalurl = '../action.php'; // The PHP file where the content must be posted to\r
+               var lastsavedtext = '<%text(_AUTOSAVEDRAFT_LASTSAVED)%>'; // The language variable for 'Last saved'\r
+               var formtype = 'add'; // Add or edit form\r
+       </script>\r
        <%endif%>\r
        <%pagefoot%>\r
 ]]></part>\r
 </div></form><%pagefoot%>\r
 ]]></part>\r
 <part name="itemedit"><![CDATA[\r
-<%pagehead%>\r
-<h2><%text(_EDIT_ITEM)%></h2>\r
-\r
-<%init%>\r
-<script type="text/javascript" src="<%skinfile(/javascripts/numbercheck.js)%>"></script>\r
-<%if(autosave)%><script type="text/javascript" src="<%skinfile(/javascripts/xmlhttprequest.js)%>"></script><%endif%>\r
-\r
-<form id="editform" method="post" action="<%adminurl%>index.php">\r
-<div>\r
-\r
-<input type="hidden" name="action" value="itemupdate" />\r
-<input name="itemid" value="<%contents(itemid)%>" type="hidden" />\r
-<input type="hidden" name="draftid" value="0" />\r
-<%ticket%>\r
-\r
-<table><tr>\r
+       <%pagehead%>\r
+       <h2><%text(_EDIT_ITEM)%></h2>\r
+       \r
+       <%init%>\r
+       <script type="text/javascript" src="<%skinfile(/javascripts/numbercheck.js)%>"></script>\r
+       <%if(autosave)%>\r
+       <script type="text/javascript" src="<%skinfile(/javascripts/xmlhttprequest.js)%>"></script>\r
+       <%endif%>\r
+       \r
+       <form id="editform" method="post" action="<%adminurl%>index.php">\r
+       <div>\r
+       \r
+       <input type="hidden" name="action" value="itemupdate" />\r
+       <input name="itemid" value="<%contents(itemid)%>" type="hidden" />\r
+       <input type="hidden" name="draftid" value="0" />\r
+       <%ticket%>\r
+       \r
+       <table frame="box" rules="all" summary="<%text(_EDIT_ITEM)%>">\r
+       <tr>\r
        <th colspan="2"><%text(_EDIT_ITEM)%></th>\r
-</tr>\r
-<%if(autosave)%><tr>\r
+       </tr>\r
+       <%if(autosave)%><tr>\r
        <td><%text(_AUTOSAVEDRAFT)%></td>\r
        <td><span id="info"><%text(_AUTOSAVEDRAFT_NOTYETSAVED)%></span></td>\r
-</tr><%endif%>\r
-<tr>\r
+       </tr>\r
+       <%endif%>\r
+       <tr>\r
        <td><%text(_EDIT_ORIG_AUTHOR)%></td>\r
        <td><%contents(author)%></td>\r
-</tr>\r
-<tr>\r
+       </tr>\r
+       <tr>\r
        <td><%text(_ADD_TITLE)%></td>\r
-       <td><input id="inputtitle" onkeyup="storeCaret(this); updPreview(title); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);"\r
-                       name="title"\r
-                       tabindex="10"\r
-                       size="60" \r
-                       maxlength="160" \r
-                       value="<%contents(title)%>" />\r
-       </td>\r
-</tr>\r
-<tr>\r
-       <td>\r
-               <%text(_ADD_BODY)%>\r
+       <td><input type="text" id="inputtitle" name="title" value="<%contents(title)%>" tabindex="10" size="60"  maxlength="160" onkeyup="storeCaret(this); updPreview(title); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);" />\r
        </td>\r
+       </tr>\r
+       <tr>\r
+       <td><%text(_ADD_BODY)%></td>\r
        <td>\r
-               <div class="jsbuttonbar">\r
-<!--[if IE]>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="cutThis()">\r
-                               <img src="<%skinfile(/images/button-cut.gif)%>" title="<%text(_ADD_CUT_TT)%>(Ctrl + X)" alt="<%text(_ADD_CUT_TT)%>(Ctrl + X)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="copyThis()">\r
-                               <img src="<%skinfile(/images/button-copy.gif)%>" title="<%text(_ADD_COPY_TT)%>(Ctrl + C)" alt="<%text(_ADD_COPY_TT)%>(Ctrl + C)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="pasteThis()">\r
-                               <img src="<%skinfile(/images/button-paste.gif)%>" title="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" alt="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbuttonspacer">&nbsp;</span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
-                               <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" alt="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
-                               <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" alt="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
-                               <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" alt="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" width="16" height="16" />\r
-                       </span>\r
-<![endif]-->\r
-<!--[if ! IE]>-->\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
-                               <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>" alt="<%text(_ADD_BOLD_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
-                               <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>" alt="<%text(_ADD_ITALIC_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
-                               <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>" alt="<%text(_ADD_HREF_TT)%>" width="16" height="16" />\r
-                       </span>\r
-<!--<![endif]-->\r
-                       <span class="jsbuttonspacer">&nbsp;</span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignleftThis()">\r
-                               <img src="<%skinfile(/images/button-alignleft.gif)%>" title="<%text(_ADD_ALIGNLEFT_TT)%>" alt="<%text(_ADD_ALIGNLEFT_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignrightThis()">\r
-                               <img src="<%skinfile(/images/button-alignright.gif)%>" title="<%text(_ADD_ALIGNRIGHT_TT)%>" alt="<%text(_ADD_ALIGNRIGHT_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="aligncenterThis()">\r
-                               <img src="<%skinfile(/images/button-aligncenter.gif)%>" title="<%text(_ADD_ALIGNCENTER_TT)%>" alt="<%text(_ADD_ALIGNCENTER_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbuttonspacer">&nbsp;</span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="leftThis()">\r
-                               <img src="<%skinfile(/images/button-left.gif)%>" title="<%text(_ADD_LEFT_TT)%>" alt="<%text(_ADD_LEFT_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="rightThis()">\r
-                               <img src="<%skinfile(/images/button-right.gif)%>" title="<%text(_ADD_RIGHT_TT)%>" alt="<%text(_ADD_RIGHT_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbuttonspacer">&nbsp;</span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="addMedia()">\r
-                               <img src="<%skinfile(/images/button-media.gif)%>" title="<%text(_ADD_MEDIA_TT)%>" alt="<%text(_ADD_MEDIA_TT)%>" width="16" height="16" />\r
-                       </span>\r
-<!--[if IE]>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="showedit()">\r
-                               <img src="<%skinfile(/images/button-preview.gif)%>" title="<%text(_ADD_PREVIEW_TT)%>" alt="<%text(_ADD_PREVIEW_TT)%>" width="16" height="16" />\r
-                       </span>\r
-<![endif]-->\r
-               </div>\r
-               <textarea id="inputbody" onkeyup="storeCaret(this); updPreview(body); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);"\r
-                       name="body"\r
-                       tabindex="20"\r
-                       cols="60"\r
-                       rows="20"><%contents(body)%></textarea>\r
+       <div class="jsbuttonbar">\r
+       <!--[if IE]>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="cutThis()">\r
+       <img src="<%skinfile(/images/button-cut.gif)%>" title="<%text(_ADD_CUT_TT)%>(Ctrl + X)" alt="<%text(_ADD_CUT_TT)%>(Ctrl + X)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="copyThis()">\r
+       <img src="<%skinfile(/images/button-copy.gif)%>" title="<%text(_ADD_COPY_TT)%>(Ctrl + C)" alt="<%text(_ADD_COPY_TT)%>(Ctrl + C)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="pasteThis()">\r
+       <img src="<%skinfile(/images/button-paste.gif)%>" title="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" alt="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
+       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" alt="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
+       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" alt="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
+       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" alt="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" width="16" height="16" />\r
+       </span>\r
+       <![endif]-->\r
+       <!--[if ! IE]>-->\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
+       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>" alt="<%text(_ADD_BOLD_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
+       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>" alt="<%text(_ADD_ITALIC_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
+       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>" alt="<%text(_ADD_HREF_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <!--<![endif]-->\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignleftThis()">\r
+       <img src="<%skinfile(/images/button-alignleft.gif)%>" title="<%text(_ADD_ALIGNLEFT_TT)%>" alt="<%text(_ADD_ALIGNLEFT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignrightThis()">\r
+       <img src="<%skinfile(/images/button-alignright.gif)%>" title="<%text(_ADD_ALIGNRIGHT_TT)%>" alt="<%text(_ADD_ALIGNRIGHT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="aligncenterThis()">\r
+       <img src="<%skinfile(/images/button-aligncenter.gif)%>" title="<%text(_ADD_ALIGNCENTER_TT)%>" alt="<%text(_ADD_ALIGNCENTER_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="leftThis()">\r
+       <img src="<%skinfile(/images/button-left.gif)%>" title="<%text(_ADD_LEFT_TT)%>" alt="<%text(_ADD_LEFT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="rightThis()">\r
+       <img src="<%skinfile(/images/button-right.gif)%>" title="<%text(_ADD_RIGHT_TT)%>" alt="<%text(_ADD_RIGHT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="addMedia()">\r
+       <img src="<%skinfile(/images/button-media.gif)%>" title="<%text(_ADD_MEDIA_TT)%>" alt="<%text(_ADD_MEDIA_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <!--[if IE]>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="showedit()">\r
+       <img src="<%skinfile(/images/button-preview.gif)%>" title="<%text(_ADD_PREVIEW_TT)%>" alt="<%text(_ADD_PREVIEW_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <![endif]-->\r
+       </div>\r
+       <textarea id="inputbody" name="body" tabindex="20" cols="60" rows="20" onkeyup="storeCaret(this); updPreview(body); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);"><%contents(body)%></textarea>\r
        </td>\r
-</tr><tr id="edit" style="display:none;">\r
+       </tr><tr id="edit" style="display:none;">\r
        <td><%text(_ADD_PREVIEW)%></td>\r
        <td><b><span id="prevtitle">&#160;</span></b><br />\r
-               <span id="prevbody">&#160;</span><br />\r
-               <span id="prevmore">&#160;</span><br />\r
+       <span id="prevbody">&#160;</span><br />\r
+       <span id="prevmore">&#160;</span><br />\r
        </td>\r
-</tr>\r
-<tr>\r
-\r
-<%if(blogsetting, bcomments)%>\r
-               <td>\r
-                       <%text(_ADD_DISABLE_COMMENTS)%>\r
-               </td>\r
-               <td> \r
-                       <input type="radio" name="closed" value="1" <%checkedonval(1,closed)%> tabindex="30" id="closed_yes" /><label for="closed_yes"><%text(_YES)%></label>\r
-                       <input type="radio" name="closed" value="0" <%checkedonval(0,closed)%> tabindex="30" id="closed_no" /><label for="closed_no"><%text(_NO)%></label>\r
-                       <br />\r
-                       <small><%text(_EDIT_COMMENTSNOTE)%></small>     \r
-               </td>\r
-       </tr>\r
-<tr>                           \r
-<%endif%>\r
-\r
+       </tr>\r
+       \r
+       <%if(blogsetting, bcomments)%>\r
+       <tr>\r
+       <td><%text(_ADD_DISABLE_COMMENTS)%></td>\r
+       <td> \r
+       <input type="radio" name="closed" value="1" <%checkedonval(1,closed)%> tabindex="30" id="closed_yes" /><label for="closed_yes"><%text(_YES)%></label>\r
+       <input type="radio" name="closed" value="0" <%checkedonval(0,closed)%> tabindex="30" id="closed_no" /><label for="closed_no"><%text(_NO)%></label><br />\r
+       <small><%text(_EDIT_COMMENTSNOTE)%></small>\r
+       </td>\r
+       </tr>\r
+       <%endif%>\r
+       \r
+       <tr>\r
        <td><%text(_ADD_CATEGORY)%></td>\r
        <td><%categories(40)%></td>\r
-</tr>\r
-<tr>\r
+       </tr>\r
+       <tr>\r
        <td><%text(_EDIT_SUBMIT)%></td>\r
        <td>\r
-\r
-               <input type="submit" tabindex="60" value="<%text(_EDIT_SUBMIT)%>" onclick="return checkSubmit();" />\r
-\r
-<%if(itemproperty, draft)%>\r
-               <br /><br />\r
-               <input name="actiontype" value="addnow" type="radio" id="act_now" /><label for="act_now" tabindex="61"><%text(_ADD_ADDNOW)%></label>\r
-               <br />\r
-               <input name="actiontype" value="addfuture" type="radio" id="act_future" tabindex="61" /><label for="act_future"><%text(_ADD_ADDLATER)%></label> <%helplink(future)%>\r
-               <div class="indent">\r
-                       <%text(_ADD_PLACE_ON)%>\r
-                       <input id="inputyear" name="year" tabindex="71" size="4" value="<%currenttime(year)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>\r
-                       <input id="inputmonth" name="month" tabindex="72" size="2" value="<%currenttime(mon)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>\r
-                       <input id="inputday" name="day" tabindex="73" size="2" value="<%currenttime(mday)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_DAY)%>\r
-                       \r
-                       <input id="inputhour" name="hour" tabindex="74" size="2" value="<%currenttime(hours)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>\r
-                       <input id="inputminutes" name="minutes" tabindex="75" size="2" value="<%currenttime(minutes)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
-                               <br /><%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>(dd)<%text(_ITEM_ADDEDITTEMPLATE_DAY)%> (hh)<%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
-                       <%if(blogsetting, ballowpast,0)%>\r
-                               <br />\r
-                               <%text(_ADD_NOPASTDATES)%>\r
-                       <%endif%>\r
-               </div>\r
-               <input name="actiontype" value="adddraft" type="radio" checked='checked' id="act_draft" tabindex="61" /><label for="act_draft"><%text(_EDIT_BACKTODRAFTS)%></label> <%helplink(draft)%>\r
-               <br />\r
-               <input name="actiontype" value="delete" type="radio" id="act_delete" tabindex="61" /><label for="act_delete"><%text(_BMLET_DELETE)%></label>\r
-<%endif%>\r
-\r
-<%if(itemproperty, draft,0)%>\r
-       <br /><br />\r
-       <input name="actiontype" value="edit" type="radio" checked="checked" id="act_edit" tabindex="61" /><label for="act_edit"><%text(_BMLET_EDIT)%></label>\r
+       <input type="submit" tabindex="60" value="<%text(_EDIT_SUBMIT)%>" onclick="return checkSubmit();" />\r
+       <%if(itemproperty, draft)%>\r
+       <br />\r
+       <br />\r
+       <input name="actiontype" value="addnow" type="radio" id="act_now" />\r
+       <label for="act_now" tabindex="61"><%text(_ADD_ADDNOW)%></label><br />\r
+       <input name="actiontype" value="addfuture" type="radio" id="act_future" tabindex="61" /><label for="act_future"><%text(_ADD_ADDLATER)%></label> <%helplink(future)%>\r
+       <div class="indent">\r
+       <%text(_ADD_PLACE_ON)%>\r
+       <input type="text" id="inputyear" name="year" tabindex="71" size="4" value="<%currenttime(year)%>" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_YEAR_UNIT)%>\r
+       <input type="text" id="inputmonth" name="month" tabindex="72" size="2" value="<%currenttime(mon)%>" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_MONTH_UNIT)%>\r
+       <input type="text" id="inputday" name="day" tabindex="73" size="2" value="<%currenttime(mday)%>" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_DAY_UNIT)%>\r
+       \r
+       <input type="text" id="inputhour" name="hour" tabindex="74" size="2" value="<%currenttime(hours)%>" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_HOUR_UNIT)%>\r
+       <input type="text" id="inputminutes" name="minutes" tabindex="75" size="2" value="<%currenttime(minutes)%>" onchange="document.forms[0].act_future.checked=true;" />\r
+       <%text(_LABEL_MINUTE_UNIT)%><br />\r
+       <%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_LABEL_YEAR_UNIT)%>(mm)<%text(_LABEL_MONTH_UNIT)%>(dd)<%text(_LABEL_DAY_UNIT)%> (hh)<%text(_LABEL_HOUR_UNIT)%>(mm)<%text(_LABEL_MINUTE_UNIT)%>\r
+       \r
+       <%if(blogsetting, ballowpast,0)%>\r
+       <br />\r
+       <%text(_ADD_NOPASTDATES)%>\r
+       <%endif%>\r
+       \r
+       </div>\r
+       <input type="radio" id="act_draft" name="actiontype" value="adddraft" checked='checked' tabindex="61" />\r
+       <label for="act_draft"><%text(_EDIT_BACKTODRAFTS)%></label> <%helplink(draft)%><br />\r
+       <input type="radio" id="act_delete" name="actiontype" value="delete" tabindex="61" />\r
+       <label for="act_delete"><%text(_BMLET_DELETE)%></label>\r
+       <%endif%>\r
+       \r
+       <%if(itemproperty, draft,0)%>\r
+       <br />\r
+       <br />\r
+       <input type="radio" id="act_edit" name="actiontype" value="edit" checked="checked" tabindex="61" />\r
+       <label for="act_edit"><%text(_BMLET_EDIT)%></label>\r
        <%if(blogsetting, ballowpast)%>\r
-               <br />\r
-               <input name="actiontype" value="changedate" type="radio" id="act_changedate" tabindex="70" /><label for="act_changedate"><%text(_ADD_CHANGEDATE)%></label> <%helplink(changedate)%>\r
-                       <div class="indent">\r
-                               <input id="inputyear" name="year" tabindex="71" size="4" value="<%itemtime(year)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>\r
-                               <input id="inputmonth" name="month" tabindex="72" size="2" value="<%itemtime(mon)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>\r
-                               <input id="inputday" name="day" tabindex="73" size="2" value="<%itemtime(mday)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_DAY)%>\r
-                                \r
-                               <input id="inputhour" name="hour" tabindex="74" size="2" value="<%itemtime(hours)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>\r
-                               <input id="inputminutes" name="minutes" tabindex="75" size="2" value="<%itemtime(minutes)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
-                               <br /><%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>(dd)<%text(_ITEM_ADDEDITTEMPLATE_DAY)%> (hh)<%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
-                       </div>\r
-       <%endif%>       \r
-       <input name="actiontype" value="backtodrafts" type="radio" id="act_backtodrafts" tabindex="71" /><label for="act_backtodrafts"><%text(_BMLET_BACKTODRAFTS)%></label> <%helplink(draft)%>\r
        <br />\r
-       <input name="actiontype" value="delete" type="radio" id="act_delete" tabindex="61" /><label for="act_delete"><%text(_BMLET_DELETE)%></label>\r
-<%endif%>\r
-\r
+       <input type="radio" id="act_changedate" name="actiontype" value="changedate" tabindex="70" />\r
+       <label for="act_changedate"><%text(_ADD_CHANGEDATE)%></label> <%helplink(changedate)%>\r
+       <div class="indent">\r
+       <input type="text" id="inputyear" name="year" value="<%itemtime(year)%>" size="4" tabindex="71" onchange="document.forms[0].act_changedate.checked=true;" />\r
+       <%text(_LABEL_YEAR_UNIT)%>\r
+       <input type="text" id="inputmonth" name="month" value="<%itemtime(mon)%>" size="2" tabindex="72" onchange="document.forms[0].act_changedate.checked=true;" />\r
+       <%text(_LABEL_MONTH_UNIT)%>\r
+       <input type="text" id="inputday" name="day" value="<%itemtime(mday)%>" size="2" tabindex="73" onchange="document.forms[0].act_changedate.checked=true;" />\r
+       <%text(_LABEL_DAY_UNIT)%>\r
+       <input type="text" id="inputhour" name="hour" value="<%itemtime(hours)%>" size="2" tabindex="74" onchange="document.forms[0].act_changedate.checked=true;" />\r
+       <%text(_LABEL_HOUR_UNIT)%>\r
+       <input type="text" id="inputminutes" name="minutes" value="<%itemtime(minutes)%>" size="2" tabindex="75" onchange="document.forms[0].act_changedate.checked=true;" />\r
+       <%text(_LABEL_MINUTE_UNIT)%>\r
+       <br /><%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_LABEL_YEAR_UNIT)%>(mm)<%text(_LABEL_MONTH_UNIT)%>(dd)<%text(_LABEL_DAY_UNIT)%> (hh)<%text(_LABEL_HOUR_UNIT)%>(mm)<%text(_LABEL_MINUTE_UNIT)%>\r
+       </div>\r
+       <%endif%>\r
+       <input type="radio" id="act_backtodrafts" name="actiontype" value="backtodrafts" tabindex="71" />\r
+       <label for="act_backtodrafts"><%text(_BMLET_BACKTODRAFTS)%></label> <%helplink(draft)%><br />\r
+       <input type="radio" id="act_delete" name="actiontype" value="delete" tabindex="61" />\r
+       <label for="act_delete"><%text(_BMLET_DELETE)%></label>\r
+       <%endif%>\r
+       \r
        </td>\r
-</tr>\r
-<tr>\r
+       </tr>\r
+       <tr>\r
        <td><%text(_ADD_PLUGIN_EXTRAS)%></td>\r
+       <td><%pluginextras%></td>\r
+       </tr>\r
+       <%pluginoptions(item)%>\r
+       <tr>\r
+       <th colspan="2"><%text(_ADD_MORE)%></th>\r
+       </tr>\r
+       <tr>\r
        <td>\r
-               <%pluginextras%>\r
-       </td>   \r
-</tr>\r
-                       <%pluginoptions(item)%> \r
-<tr>\r
-       <th colspan="2"><%text(_ADD_MORE)%></th>\r
-</tr>\r
-<tr>\r
-       <td><%text(_ADD_MORE)%>\r
-               <br /><%helplink(extended)%>\r
+       <%text(_ADD_MORE)%><br />\r
+       <%helplink(extended)%>\r
        </td>\r
        <td>\r
-               <div class="jsbuttonbar">\r
-<!--[if IE]>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="cutThis()">\r
-                               <img src="<%skinfile(/images/button-cut.gif)%>" title="<%text(_ADD_CUT_TT)%>(Ctrl + X)" alt="<%text(_ADD_CUT_TT)%>(Ctrl + X)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="copyThis()">\r
-                               <img src="<%skinfile(/images/button-copy.gif)%>" title="<%text(_ADD_COPY_TT)%>(Ctrl + C)" alt="<%text(_ADD_COPY_TT)%>(Ctrl + C)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="pasteThis()">\r
-                               <img src="<%skinfile(/images/button-paste.gif)%>" title="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" alt="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbuttonspacer">&nbsp;</span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
-                               <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" alt="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
-                               <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" alt="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
-                               <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" alt="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" width="16" height="16" />\r
-                       </span>\r
-<![endif]-->\r
-<!--[if ! IE]>-->\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
-                               <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>" alt="<%text(_ADD_BOLD_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
-                               <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>" alt="<%text(_ADD_ITALIC_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
-                               <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>" alt="<%text(_ADD_HREF_TT)%>" width="16" height="16" />\r
-                       </span>\r
-<!--<![endif]-->\r
-                       <span class="jsbuttonspacer">&nbsp;</span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignleftThis()">\r
-                               <img src="<%skinfile(/images/button-alignleft.gif)%>" title="<%text(_ADD_ALIGNLEFT_TT)%>" alt="<%text(_ADD_ALIGNLEFT_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignrightThis()">\r
-                               <img src="<%skinfile(/images/button-alignright.gif)%>" title="<%text(_ADD_ALIGNRIGHT_TT)%>" alt="<%text(_ADD_ALIGNRIGHT_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="aligncenterThis()">\r
-                               <img src="<%skinfile(/images/button-aligncenter.gif)%>" title="<%text(_ADD_ALIGNCENTER_TT)%>" alt="<%text(_ADD_ALIGNCENTER_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbuttonspacer">&nbsp;</span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="leftThis()">\r
-                               <img src="<%skinfile(/images/button-left.gif)%>" title="<%text(_ADD_LEFT_TT)%>" alt="<%text(_ADD_LEFT_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="rightThis()">\r
-                               <img src="<%skinfile(/images/button-right.gif)%>" title="<%text(_ADD_RIGHT_TT)%>" alt="<%text(_ADD_RIGHT_TT)%>" width="16" height="16" />\r
-                       </span>\r
-                       <span class="jsbuttonspacer">&nbsp;</span>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="addMedia()">\r
-                               <img src="<%skinfile(/images/button-media.gif)%>" title="<%text(_ADD_MEDIA_TT)%>" alt="<%text(_ADD_MEDIA_TT)%>" width="16" height="16" />\r
-                       </span>\r
-<!--[if IE]>\r
-                       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="showedit()">\r
-                               <img src="<%skinfile(/images/button-preview.gif)%>" title="<%text(_ADD_PREVIEW_TT)%>" alt="<%text(_ADD_PREVIEW_TT)%>" width="16" height="16" />\r
-                       </span>\r
-<![endif]-->\r
-               </div>\r
-               <textarea id="inputmore" onkeyup="storeCaret(this); updPreview(more); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);"\r
-                       name="more"\r
-                       tabindex="90"\r
-                       cols="60" \r
-                       rows="20"><%contents(more)%></textarea>\r
+       <div class="jsbuttonbar">\r
+       <!--[if IE]>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="cutThis()">\r
+       <img src="<%skinfile(/images/button-cut.gif)%>" title="<%text(_ADD_CUT_TT)%>(Ctrl + X)" alt="<%text(_ADD_CUT_TT)%>(Ctrl + X)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="copyThis()">\r
+       <img src="<%skinfile(/images/button-copy.gif)%>" title="<%text(_ADD_COPY_TT)%>(Ctrl + C)" alt="<%text(_ADD_COPY_TT)%>(Ctrl + C)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="pasteThis()">\r
+       <img src="<%skinfile(/images/button-paste.gif)%>" title="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" alt="<%text(_ADD_PASTE_TT)%>(Ctrl + V)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
+       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" alt="<%text(_ADD_BOLD_TT)%>(Ctrl + Shift + B)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
+       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" alt="<%text(_ADD_ITALIC_TT)%>(Ctrl + Shift + I)" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
+       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" alt="<%text(_ADD_HREF_TT)%>(Ctrl + Shift + A)" width="16" height="16" />\r
+       </span>\r
+       <![endif]-->\r
+       <!--[if ! IE]>-->\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="boldThis()">\r
+       <img src="<%skinfile(/images/button-bold.gif)%>" title="<%text(_ADD_BOLD_TT)%>" alt="<%text(_ADD_BOLD_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="italicThis()">\r
+       <img src="<%skinfile(/images/button-italic.gif)%>" title="<%text(_ADD_ITALIC_TT)%>" alt="<%text(_ADD_ITALIC_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="ahrefThis()">\r
+       <img src="<%skinfile(/images/button-link.gif)%>" title="<%text(_ADD_HREF_TT)%>" alt="<%text(_ADD_HREF_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <!--<![endif]-->\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignleftThis()">\r
+       <img src="<%skinfile(/images/button-alignleft.gif)%>" title="<%text(_ADD_ALIGNLEFT_TT)%>" alt="<%text(_ADD_ALIGNLEFT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="alignrightThis()">\r
+       <img src="<%skinfile(/images/button-alignright.gif)%>" title="<%text(_ADD_ALIGNRIGHT_TT)%>" alt="<%text(_ADD_ALIGNRIGHT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="aligncenterThis()">\r
+       <img src="<%skinfile(/images/button-aligncenter.gif)%>" title="<%text(_ADD_ALIGNCENTER_TT)%>" alt="<%text(_ADD_ALIGNCENTER_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="leftThis()">\r
+       <img src="<%skinfile(/images/button-left.gif)%>" title="<%text(_ADD_LEFT_TT)%>" alt="<%text(_ADD_LEFT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="rightThis()">\r
+       <img src="<%skinfile(/images/button-right.gif)%>" title="<%text(_ADD_RIGHT_TT)%>" alt="<%text(_ADD_RIGHT_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <span class="jsbuttonspacer">&nbsp;</span>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="addMedia()">\r
+       <img src="<%skinfile(/images/button-media.gif)%>" title="<%text(_ADD_MEDIA_TT)%>" alt="<%text(_ADD_MEDIA_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <!--[if IE]>\r
+       <span class="jsbutton" onmouseover="BtnHighlight(this);" onmouseout="BtnNormal(this);" onclick="showedit()">\r
+       <img src="<%skinfile(/images/button-preview.gif)%>" title="<%text(_ADD_PREVIEW_TT)%>" alt="<%text(_ADD_PREVIEW_TT)%>" width="16" height="16" />\r
+       </span>\r
+       <![endif]-->\r
+       </div>\r
+       <textarea id="inputmore" name="more" cols="60" rows="20" tabindex="90" onkeyup="storeCaret(this); updPreview(more); doMonitor();" onclick="storeCaret(this);" onselect="storeCaret(this);"><%contents(more)%></textarea>\r
        </td>\r
-</tr>\r
-<tr>\r
-               <td><%text(_SUBMIT)%></td>\r
-               <td>\r
-                       <input tabindex="60" type="submit" value="<%text(_EDIT_SUBMIT)%>" \r
-                               onclick="return checkSubmit();" />\r
-                       <%if(autosave)%><input tabindex="80" type="button" name="autosavenow" value="<%text(_AUTOSAVEDRAFT_NOW)%>"\r
-                               onclick="autoSaveDraft();" /><%endif%>\r
-               </td>\r
-       \r
-</tr></table>\r
-\r
-</div>\r
-</form>\r
-\r
-<%if(autosave)%><script type="text/javascript">\r
-       var xmlhttprequest = new Array();\r
-       xmlhttprequest[0] = createHTTPHandler(); // AutoDraft handler\r
-       xmlhttprequest[1] = createHTTPHandler(); // UpdateTicket handler\r
-       var seconds = now(); // Last AutoDraft time\r
-       var checks = 0; // Number of checks since last AutoDraft\r
-       var addform = document.getElementById('editform'); // The form id\r
-       var goal = document.getElementById('info'); // The html div id where 'Last saved: date time' must come\r
-       var goalurl = '../action.php'; // The PHP file where the content must be posted to\r
-       var lastsavedtext = '<%text(_AUTOSAVEDRAFT_LASTSAVED)%>'; // The language variable for 'Last saved'\r
-       var formtype = 'edit'; // Add or edit form\r
-</script><%endif%><%pagefoot%>\r
+       </tr>\r
+       <tr>\r
+       <td><%text(_SUBMIT)%></td>\r
+       <td>\r
+       <input type="submit" value="<%text(_EDIT_SUBMIT)%>" tabindex="60" onclick="return checkSubmit();" />\r
+       <%if(autosave)%>\r
+       <input type="button" name="autosavenow" value="<%text(_AUTOSAVEDRAFT_NOW)%>" tabindex="80" onclick="autoSaveDraft();" />\r
+       <%endif%>\r
+       </td>\r
+       </tr>\r
+       </table>\r
+       </div>\r
+       </form>\r
+       <%if(autosave)%>\r
+       <script type="text/javascript">\r
+               var xmlhttprequest = new Array();\r
+               xmlhttprequest[0] = createHTTPHandler(); // AutoDraft handler\r
+               xmlhttprequest[1] = createHTTPHandler(); // UpdateTicket handler\r
+               var seconds = now(); // Last AutoDraft time\r
+               var checks = 0; // Number of checks since last AutoDraft\r
+               var addform = document.getElementById('editform'); // The form id\r
+               var goal = document.getElementById('info'); // The html div id where 'Last saved: date time' must come\r
+               var goalurl = '../action.php'; // The PHP file where the content must be posted to\r
+               var lastsavedtext = '<%text(_AUTOSAVEDRAFT_LASTSAVED)%>'; // The language variable for 'Last saved'\r
+               var formtype = 'edit'; // Add or edit form\r
+       </script>\r
+       <%endif%>\r
+       <%pagefoot%>\r
 ]]></part>\r
 <part name="itemlist"><![CDATA[\r
 <%pagehead%>\r