Some cleanup in translation files.
authorNik Okuntseff <support@anuko.com>
Thu, 21 Jul 2016 19:26:39 +0000 (19:26 +0000)
committerNik Okuntseff <support@anuko.com>
Thu, 21 Jul 2016 19:26:39 +0000 (19:26 +0000)
19 files changed:
WEB-INF/resources/ca.lang.php
WEB-INF/resources/cs.lang.php
WEB-INF/resources/da.lang.php
WEB-INF/resources/de.lang.php
WEB-INF/resources/en.lang.php
WEB-INF/resources/et.lang.php
WEB-INF/resources/hu.lang.php
WEB-INF/resources/it.lang.php
WEB-INF/resources/ja.lang.php
WEB-INF/resources/ko.lang.php
WEB-INF/resources/no.lang.php
WEB-INF/resources/pt.lang.php
WEB-INF/resources/ro.lang.php
WEB-INF/resources/sl.lang.php
WEB-INF/resources/sv.lang.php
WEB-INF/resources/tr.lang.php
WEB-INF/resources/zh-cn.lang.php
WEB-INF/resources/zh-tw.lang.php
WEB-INF/templates/cf_monthly_quota.tpl

index b5a5ddf..d06a021 100644 (file)
@@ -143,8 +143,7 @@ $i18n_key_words = array(
 'label.password' => 'Paraula de pas',
 'label.confirm_password' => 'Confirmar paraula de pas',
 'label.email' => 'E-mail',
-// Translate the following string.
-// 'label.page' => 'Page',
+// TODO: the entire label section needs re-translating. See the English file.
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.
@@ -179,7 +178,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'Modificar',
 "form.admin.profile.th.del" => 'Eliminar',
 "form.admin.profile.th.active" => 'Actiu',
-"form.admin.lock.period" => 'interval de tancament en dies',
 
 // my time form attributes
 "form.mytime.title" => 'El meu temps',
index 4a8a7e4..9979785 100644 (file)
@@ -179,7 +179,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'upravit',
 "form.admin.profile.th.del" => 'smazat',
 "form.admin.profile.th.active" => 'aktovní',
-"form.admin.lock.period" => 'období uzamčení ve dnech',
 // Note to translators: the strings below are missing in the translation and must be added
 // "form.admin.options" => 'options',
 // "form.admin.lang_default" => 'site default language',
index 0e50dae..d91ebbd 100644 (file)
@@ -174,8 +174,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'rediger',
 "form.admin.profile.th.del" => 'slet',
 "form.admin.profile.th.active" => 'aktive',
-// Note to translators: the strings below are missing in the translation and must be added
-// "form.admin.lock.period" => 'lock interval in days',
 "form.admin.options" => 'indstillinger',
 // "form.admin.lang_default" => 'site default language',
 // "form.admin.custom_date_format" => "date format",
index 715c0cb..49238f3 100644 (file)
@@ -200,10 +200,6 @@ $i18n_key_words = array(
 // TODO: translate the following strings.
 // 'label.cron_schedule' => 'Cron schedule',
 // 'label.what_is_it' => 'What is it?',
-// 'label.year' => 'Year',
-// 'label.month' => 'Month',
-// 'label.quota' => 'Quota',
-// 'label.workdayHours' => 'Daily working hours',
 
 // Form titles.
 'title.login' => 'Anmelden',
index 97e125a..3537201 100644 (file)
@@ -151,8 +151,8 @@ $i18n_key_words = array(
 'label.note' => 'Note',
 'label.item' => 'Item',
 'label.cost' => 'Cost',
-'label.week_total' => 'Week total',
 'label.day_total' => 'Day total',
+'label.week_total' => 'Week total',
 'label.month_total' => 'Month total',
 'label.month_left' => 'Time until quota is met',
 'label.month_over' => 'Over monthly quota',
@@ -196,11 +196,6 @@ $i18n_key_words = array(
 'label.fav_report' => 'Favorite report',
 'label.cron_schedule' => 'Cron schedule',
 'label.what_is_it' => 'What is it?',
-'label.year' => 'Year',
-'label.month' => 'Month',
-'label.quota' => 'Quota',
-'label.workdayHours' => 'Hours in a work day',
-'label.quota_config_hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
 // Form titles.
 'title.login' => 'Login',
@@ -406,4 +401,12 @@ $i18n_key_words = array(
 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
 'form.mail.report_sent' => 'Report sent.',
 'form.mail.invoice_sent' => 'Invoice sent.',
+
+// Quota configuration form.
+'form.quota.year' => 'Year',
+'form.quota.month' => 'Month',
+'form.quota.quota' => 'Quota',
+'form.quota.workdayHours' => 'Hours in a work day',
+'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
+
 );
index 21d82d5..80e5f71 100644 (file)
@@ -177,7 +177,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'muuda',
 "form.admin.profile.th.del" => 'kustuta',
 "form.admin.profile.th.active" => 'aktiivne',
-"form.admin.lock.period" => 'lukusta intervall päevades',
 "form.admin.options" => 'suvandid',
 // Note to translators: the strings below are missing in the translation and must be translated
 // "form.admin.lang_default" => 'site default language',
index 39baa9b..2809957 100644 (file)
@@ -173,8 +173,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'szerkesztés',
 "form.admin.profile.th.del" => 'törlés',
 "form.admin.profile.th.active" => 'aktív',
-// Note to translators: the strings below are missing and must be added and translated 
-// "form.admin.lock.period" => 'lock interval in days',
 "form.admin.options" => 'opciók',
 // "form.admin.lang_default" => 'site default language',
 // "form.admin.custom_date_format" => "date format",
index 523855a..36c77ee 100644 (file)
@@ -172,7 +172,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'edit',
 "form.admin.profile.th.del" => 'elimina',
 "form.admin.profile.th.active" => 'attivo',
-"form.admin.lock.period" => 'blocca l\\\'intervallo di tempo',
 "form.admin.options" => 'opzioni',
 // Note to translators: the strings below are missing and must be added and translated
 // "form.admin.lang_default" => 'site default language',
index 9612695..0986141 100644 (file)
@@ -173,7 +173,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => '編集',
 "form.admin.profile.th.del" => '削除',
 "form.admin.profile.th.active" => '活動内容',
-"form.admin.lock.period" => '日付の間隔をロック',
 "form.admin.options" => 'オプション',
 "form.admin.lang_default" => 'サイトのデフォルト言語',
 "form.admin.custom_date_format" => "日付形式",
index f6bc623..98e4b2c 100644 (file)
@@ -171,7 +171,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => '편집',
 "form.admin.profile.th.del" => '삭제',
 "form.admin.profile.th.active" => '활동내용',
-"form.admin.lock.period" => '날자로 된 간격을 로크하기',
 "form.admin.options" => '옵션',
 "form.admin.lang_default" => '사이트의 디폴트 언어',
 "form.admin.custom_date_format" => "날짜 포맷",
index aaf1ad3..747bbe4 100644 (file)
@@ -174,7 +174,6 @@ $i18n_key_words = array(
 // "form.admin.profile.th.edit" => 'endre',
 // "form.admin.profile.th.del" => 'slett',
 // "form.admin.profile.th.active" => 'aktiv',
-// "form.admin.lock.period" => 'lås intervallet i antall dager',
 // "form.admin.options" => 'opsjoner',
 // "form.admin.lang_default" => 'sidens språk',
 // "form.admin.custom_date_format" => "datoformat",
index 989d17e..91f6cb4 100644 (file)
@@ -169,7 +169,6 @@ $i18n_key_words = array(
 // "form.admin.profile.th.edit" => 'edit',
 // "form.admin.profile.th.del" => 'delete',
 // "form.admin.profile.th.active" => 'active',
-// "form.admin.lock.period" => 'lock interval in days',
 "form.admin.options" => 'opções',
 // "form.admin.lang_default" => 'site default language',
 // "form.admin.custom_date_format" => "date format",
index 3ff5d2a..7a1abfc 100644 (file)
@@ -177,7 +177,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.del" => 'sterge',
 "form.admin.profile.th.active" => 'activ',
 // Note to translators: the strings below are missing and must be added and translated 
-// "form.admin.lock.period" => 'lock interval in days',
 // "form.admin.options" => 'options',
 // "form.admin.lang_default" => 'site default language',
 // "form.admin.custom_date_format" => "date format",
index 7b299db..028b17a 100644 (file)
@@ -175,7 +175,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'edit',
 "form.admin.profile.th.del" => 'delete',
 "form.admin.profile.th.active" => 'active',
-"form.admin.lock.period" => 'lock interval in days',
 "form.admin.options" => 'options',
 "form.admin.lang_default" => 'site default language',
 "form.admin.lang_browser_default" => '(browser default)',
index 444207b..8c7bc01 100644 (file)
@@ -174,7 +174,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'redigera',
 "form.admin.profile.th.del" => 'ta bort',
 "form.admin.profile.th.active" => 'aktiverad',
-"form.admin.lock.period" => 'låsintervall i antal dagar',
 "form.admin.options" => 'inställningar',
 // Note to translators: the strings below are missing and must be added and translated
 // "form.admin.lang_default" => 'site default language',
index 20d6bc0..6ec465f 100644 (file)
@@ -176,7 +176,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => 'düzenle',
 "form.admin.profile.th.del" => 'sil',
 "form.admin.profile.th.active" => 'aktif',
-"form.admin.lock.period" => 'günler olarak kilit aralığı',
 // Note to translators: the strings below are missing and must be translated and added
 // "form.admin.options" => 'options',
 // "form.admin.lang_default" => 'site default language',
index b404fcc..4ae4689 100644 (file)
@@ -171,7 +171,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => '编辑',
 "form.admin.profile.th.del" => '删除',
 "form.admin.profile.th.active" => '启用',
-"form.admin.lock.period" => '锁定天数间隔',
 "form.admin.options" => '选项',
 "form.admin.lang_default" => '网站默认语言',
 "form.admin.lang_browser_default" => '(默认浏览器)',
index 4c26c01..dea7e56 100644 (file)
@@ -171,7 +171,6 @@ $i18n_key_words = array(
 "form.admin.profile.th.edit" => '編輯',
 "form.admin.profile.th.del" => '刪除',
 "form.admin.profile.th.active" => '啟動',
-"form.admin.lock.period" => '鎖定天數間隔',
 "form.admin.options" => '選項',
 "form.admin.lang_default" => '網站預設語言',
 "form.admin.lang_browser_default" => '(默認流覽器)',
index 874e2eb..d8a59ce 100644 (file)
@@ -5,7 +5,7 @@
             <td align="center">
                 <table>
                     <tr>
-                        <td>{$i18n.label.workdayHours}</td>
+                        <td>{$i18n.form.quota.workdayHours}</td>
                         <td>{$forms.monthlyQuotaForm.dailyWorkingHours.control}</td>
                         <td><input type="submit" name="dailyHours" value="{$i18n.button.save}"></td>
                     </tr>
 </div>
 <table>
     <tr>
-        <td>{$i18n.label.year}:</td>
+        <td>{$i18n.form.quota.year}:</td>
         <td>{$forms.monthlyQuotaForm.years.control}</td>
     </tr>
     <tr>
         <td colspan="2">
             <table> 
             <tr>
-                <td class="tableHeader">{$i18n.label.month}</td>
-                <td class="tableHeader">{$i18n.label.quota}</td>
+                <td class="tableHeader">{$i18n.form.quota.month}</td>
+                <td class="tableHeader">{$i18n.form.quota.quota}</td>
             </tr>
  {foreach $months as $month}
                 <tr>
@@ -41,7 +41,7 @@
         </td>
     </tr>
 </table>
-<div>* - {$i18n.label.quota_config_hint}</div>
+<div>* - {$i18n.form.quota.hint}</div>
 {$forms.monthlyQuotaForm.close}
 <script>
 function yearChange(value){