]> wagnertech.de Git - timetracker.git/commitdiff
A bit of refactoring in translation files.
authorNik Okuntseff <support@anuko.com>
Fri, 21 Dec 2018 17:08:57 +0000 (17:08 +0000)
committerNik Okuntseff <support@anuko.com>
Fri, 21 Dec 2018 17:08:57 +0000 (17:08 +0000)
40 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/es.lang.php
WEB-INF/resources/et.lang.php
WEB-INF/resources/fa.lang.php
WEB-INF/resources/fi.lang.php
WEB-INF/resources/fr.lang.php
WEB-INF/resources/gr.lang.php
WEB-INF/resources/he.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/nl.lang.php
WEB-INF/resources/no.lang.php
WEB-INF/resources/pl.lang.php
WEB-INF/resources/pt-br.lang.php
WEB-INF/resources/pt.lang.php
WEB-INF/resources/ro.lang.php
WEB-INF/resources/ru.lang.php
WEB-INF/resources/sk.lang.php
WEB-INF/resources/sl.lang.php
WEB-INF/resources/sr.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/footer.tpl
WEB-INF/templates/mobile/user_add.tpl
WEB-INF/templates/mobile/user_edit.tpl
WEB-INF/templates/quotas.tpl
WEB-INF/templates/user_add.tpl
WEB-INF/templates/user_edit.tpl
mobile/user_add.php
mobile/user_edit.php
user_add.php
user_edit.php

index 68c6e6a96818882b1654d0423b96772bb8de895e..549241b06eef31dc926f84510c3cd742cd8709dc 100644 (file)
@@ -258,6 +258,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Només totals',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -552,7 +554,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index bcda740105341275a1359a7c4f35921bba7f7b7b..d66af403e62c95d922bfb2058643026de62e2c5f 100644 (file)
@@ -268,6 +268,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Pouze součty',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -566,7 +568,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 45cf377eecef982874b16f020c27e25b2215da4c..061b1fb61dc4a24b713cd535ac4c831d9a84d907 100644 (file)
@@ -243,6 +243,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Kun Total',
+'label.quota' => 'Kvota',
 
 // Form titles.
 'title.error' => 'Fejl',
@@ -514,7 +515,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'År',
 'form.quota.month' => 'Måned',
-'form.quota.quota' => 'Kvota',
 'form.quota.workday_hours' => 'Timer på en arbejdsdag',
 'form.quota.hint' => 'Hvis værdierne er tomme, beregnes kvoter automatisk baseret på arbejdsdage og helligdage.',
 
index 3775315cab9ced43c37227aa17d53ae226a39c50..82599a628e52904f44b55a463709391a4a3c144a 100644 (file)
@@ -231,6 +231,7 @@ $i18n_key_words = array(
 'label.work_units' => 'Arbeitseinheiten',
 'label.work_units_short' => 'Einheiten',
 'label.totals_only' => 'Nur Gesamtstunden',
+'label.quota' => 'Quote',
 
 // Form titles.
 'title.error' => 'Fehler',
@@ -485,7 +486,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'Jahr',
 'form.quota.month' => 'Monat',
-'form.quota.quota' => 'Quote',
 'form.quota.workday_hours' => 'Arbeitsstunden pro Tag',
 'form.quota.hint' => 'Wenn leergelassen wird die Quote automatisch berechnet (Basierend auf Arbeitsstunden pro Tag und Feiertagen)',
 
index fee9fdbf075c4db3003fcb68c755a1f6e9fa5ad1..5d2acd565f05f949c2ca5002170c595ea7e50a64 100644 (file)
@@ -225,6 +225,7 @@ $i18n_key_words = array(
 'label.work_units' => 'Work units',
 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Totals only',
+'label.quota' => 'Quota',
 
 // Form titles.
 'title.error' => 'Error',
@@ -482,7 +483,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'Year',
 'form.quota.month' => 'Month',
-'form.quota.quota' => 'Quota',
 'form.quota.workday_hours' => 'Hours in work day',
 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index aa64255474f12a97efb208cdc834e2bc6395e51a..684d60a35778d54601cacb17e76de660e7b3947e 100644 (file)
@@ -261,6 +261,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Solo totales',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Translate the following.
@@ -567,7 +569,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index a61a13056a6b0bd2038f0cf08a10bbf00def91ca..97b92fc730b9fc244921feb02c42a253918e5345 100644 (file)
@@ -265,6 +265,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Ainult summad',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -563,7 +565,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 86f3930dec3bfb1ee3d98a1cb38d1ddba1e33636..4e298f3b8e15f40b0e439b91e2d38d2abee8b10e 100644 (file)
@@ -254,6 +254,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 // 'label.totals_only' => 'Totals only',
+// 'label.quota' => 'Quota',
 
 // Form titles.
 'title.error' => 'خطا',
@@ -538,7 +539,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in a work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 4687e6f53f28951783d31050877ba92d208044ad..7322bf90ef06b8b474cccdffcf1d2d1d19397569 100644 (file)
@@ -247,6 +247,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Vain yhteissummat',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 'title.error' => 'Virhe',
@@ -522,7 +524,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in a work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index ad77095c24b6c62c7b12ea591a233014d65cec59..7584f9c6e3c56a0a76ca1db3de134856868d8660 100644 (file)
@@ -241,6 +241,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Totaux uniquement',
+'label.quota' => 'Quota',
 
 // Form titles.
 'title.error' => 'Erreur',
@@ -510,7 +511,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'Année',
 'form.quota.month' => 'Mois',
-'form.quota.quota' => 'Quota',
 'form.quota.workday_hours' => 'Heures journée de travail',
 'form.quota.hint' => 'Si les valeurs sont vides, les quotas sont calculés automatiquement selon les heures des journées de travail et des congés.',
 
index f4859df7f7ac50563cca4d461872db2339fc234d..c354b28a65ad0816ee930c1509d9fa1b0530d637 100644 (file)
@@ -234,6 +234,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Σύνολα μόνο',
+'label.quota' => 'Ποσοστό',
 
 // Form titles.
 'title.error' => 'Σφάλμα',
@@ -495,7 +496,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'Χρόνος',
 'form.quota.month' => 'Μήνας',
-'form.quota.quota' => 'Ποσοστό',
 'form.quota.workday_hours' => 'Ώρες ανά ημέρα εργασίας',
 'form.quota.hint' => 'Εάν οι τιμές είναι κενές, οι ποσοστώσεις υπολογίζονται αυτόματα με βάση τις ώρες της εργάσιμης ημέρας και τις αργίες.',
 
index d7abe002de1aa441cc3134f0b82b68667b81affc..d81832cce9e81deecab9f80d021c4db7cf78bc91 100644 (file)
@@ -264,6 +264,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'labl.totals_only' => 'סיכומים בלבד',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 'title.error' => 'שגיאה',
@@ -546,7 +548,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in a work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 0e0e4522f3384fa9ad4d469dcf798980fa486a33..2097f9908df0ad9dbc821cc8d531fa13c4eeb08c 100644 (file)
@@ -263,6 +263,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 // 'label.totals_only' => 'Totals only',
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Translate the following.
@@ -557,7 +558,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index ce1ab88cce7edf1ad7454eee9a26f885c493fc1e..77581731aff2ea19af2f4dab27fbb318f5ba3051 100644 (file)
@@ -238,6 +238,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Solo i totali',
+'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -510,7 +511,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'Anno',
 'form.quota.month' => 'Mese',
-'form.quota.quota' => 'Quota',
 'form.quota.workday_hours' => 'Ore lavorative in un giorno',
 'form.quota.hint' => 'Se i valori sono vuoti, le quote vengono calcolate automaticamente basandosi su ore giornaliere e vacanze.',
 
index 431915fd862f5d661ca5d3215db9e735e82c32b1..3cb26d69cf1111fe00c55a0e5a508791294ad964 100644 (file)
@@ -268,6 +268,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => '全体だけ',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Translate the following.
@@ -560,7 +562,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 7ac2dd4ef92f45fe6d9cd6359494e5a2f72141e2..dc5a1a415696c21e70b71aae23b735bd41a8bd10 100644 (file)
@@ -268,6 +268,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => '오직 전체만',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Translate the following.
@@ -558,7 +560,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 3cad307bec4d3eff632c456b41b7558eab2a0b76..99cab30c462a96ab1f17e9975868b5914c83e16a 100644 (file)
@@ -228,6 +228,7 @@ $i18n_key_words = array(
 'label.work_units' => 'Werk eenheid',
 'label.work_units_short' => 'Eenheid',
 'label.totals_only' => 'Alleen totalen',
+'label.quota' => 'Quota',
 
 // Form titles.
 'title.error' => 'Fout',
@@ -486,7 +487,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'Jaar',
 'form.quota.month' => 'Maand',
-'form.quota.quota' => 'Quota',
 'form.quota.workday_hours' => 'Werkuren per dag',
 'form.quota.hint' => 'Als de velden leeg worden gelaten, dan zullen de doelen worden berekend op bassis van het aantal werkuren per dag en vakantiedagen.',
 
index d7847c1536f5d8d94d35c27964e582f1981d533c..e3273ca07b56e413aaab2e7b4dc0557dec394736 100644 (file)
@@ -265,6 +265,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 // 'label.totals_only' => 'Totals only',
+// 'label.quota' => 'Quota'
 
 // Form titles.
 // TODO: Translate the following.
@@ -556,7 +557,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index a36b06c14a1b7838fb9061062c07ff8a4d680e88..461e65611624b66e31b40d4c3b33278de5e998ca 100644 (file)
@@ -248,6 +248,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Tylko sumy',
+// TODO: translate the following.
+// 'label.quota' => 'Quota'
 
 // Form titles.
 'title.error' => 'Błąd',
@@ -524,7 +526,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in a work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 7bfb95529dee7c89fb0db0f1b7ef84d3ffcf1e2b..241f4544b18b371e17527364549dfe6b6103c058 100644 (file)
@@ -245,6 +245,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Somente totais',
+// TODO: translate the following.
+// 'label.quota' => 'Quota'
 
 // Form titles.
 'title.error' => 'Erro',
@@ -519,7 +521,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in a work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index bdb1c3753a8dfbea8fd2de0db7f0225697c478c2..dad9124a4b3e0a4848517da73ae805a381ac5822 100644 (file)
@@ -254,6 +254,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 // 'label.totals_only' => 'Totals only',
+// 'label.quota' => 'Quota'
 
 // Form titles.
 // TODO: Translate the following.
@@ -540,7 +541,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index e1c24e2deba107db2d555a6f0b795cd974329cf1..c3a6077ba1c1b1668f15eb909422c492bc0b406c 100644 (file)
@@ -265,6 +265,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Numai totaluri',
+// TODO: translate the following.
+// 'label.quota' => 'Quota'
 
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
@@ -561,7 +563,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 5710cbb364f1fd49235d99e8706856442096a946..727ff51eeed13e3e1aea411f855eaecf8e8977e1 100644 (file)
@@ -224,6 +224,7 @@ $i18n_key_words = array(
 'label.work_units' => 'Единицы работы',
 'label.work_units_short' => 'Единицы',
 'label.totals_only' => 'Только итоги',
+'label.quota' => 'Квота',
 
 // Form titles.
 'title.error' => 'Ошибка',
@@ -479,7 +480,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'Год',
 'form.quota.month' => 'Месяц',
-'form.quota.quota' => 'Квота',
 'form.quota.workday_hours' => 'Количество часов в рабочем дне',
 'form.quota.hint' => 'При пустых значениях квоты автоматически определяются из длительности рабочего дня и праздников.',
 
index 0097e09b7cc156039e3c5c45a83137fd72f2fd5b..1a87dd808d328be7ef84e934d47c89d90be1c525 100644 (file)
@@ -254,6 +254,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Iba celkové',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 'title.error' => 'Chyba',
@@ -537,7 +539,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in a work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index dfc9fd32ad9c4fba0edd956ce1c75d295269433f..5b036edd674d9f52753d7750e889362819466c9e 100644 (file)
@@ -249,6 +249,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 // 'label.totals_only' => 'Totals only',
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Translate the following.
@@ -536,7 +537,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 1c59de37ed08340342f97bc06b90274dc776577b..a8d2bf8f4f293946131c69e869edbdebd961d704 100644 (file)
@@ -246,6 +246,8 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 'label.totals_only' => 'Samo zbirno',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 'title.error' => 'Greška',
@@ -522,7 +524,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in a work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index a20aed92112091448f9d96796357c72901c36eac..e009c0c57def8f13eba4a7a36134a10bb63adacb 100644 (file)
@@ -242,6 +242,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Visa endast summeringar',
+'label.quota' => 'Kvot',
 
 // Rubriker för formulär
 'title.error' => 'Fel',
@@ -518,7 +519,6 @@ $i18n_key_words = array(
 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 'form.quota.year' => 'År',
 'form.quota.month' => 'Månad',
-'form.quota.quota' => 'Kvot',
 'form.quota.workday_hours' => 'Arbetstimmar per dag',
 'form.quota.hint' => 'Om fälten lämnas tomma räknas kvoterna automatiskt ut baserat på arbetstimmar per dag och helgdagar.',
 
index 771ccb904bc12817e72d0ea88505e0786a277096..48359a94196324a290a9ee548e7260515a72bef3 100644 (file)
@@ -272,6 +272,8 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 'label.totals_only' => 'Sadece toplamlar',
+// TODO: translate the following.
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // Form titles.
@@ -574,7 +576,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 190cf5a481da52cd6021ca77849c1add5634f16e..e753c32c394ec1fd31db9f75cd922b633781194c 100644 (file)
@@ -256,6 +256,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 // 'label.totals_only' => 'Totals only',
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Translate the following.
@@ -543,7 +544,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index 7b1bcdba0211f393714eece133d074b7438e858a..b9951b1ce22e39e6a9b55ff18c2311ad22bafcde 100644 (file)
@@ -264,6 +264,7 @@ $i18n_key_words = array(
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
 // 'label.totals_only' => 'Totals only',
+// 'label.quota' => 'Quota',
 
 // Form titles.
 // TODO: Translate the following.
@@ -552,7 +553,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.quota.year' => 'Year',
 // 'form.quota.month' => 'Month',
-// 'form.quota.quota' => 'Quota',
 // 'form.quota.workday_hours' => 'Hours in work day',
 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
index d68b7cb62bfcc11d9a7999a13ef012012afde621..aaf04fa05d4dcbf42a99307ad4c6135eba8d3936 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.34.4677 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.34.4678 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index 9fe22314cac26c99949c688d281d2537ef4b9f97..71901fb05361669c281b769040b84366c3e5a137 100644 (file)
@@ -83,7 +83,7 @@ function handleClientControl() {
     </tr>
 {if $show_quota}
     <tr>
-      <td align="right">{$i18n.form.quota.quota}&nbsp;(%):</td>
+      <td align="right">{$i18n.label.quota}&nbsp;(%):</td>
       <td>{$forms.userForm.quota_percent.control}</td>
     </tr>
 {/if}
index 6c5e12e7ca975186d1ef5b4d7948958855e11cb5..0d7f47e6c7c36b963743efddff8409c4c1c19744 100644 (file)
@@ -111,7 +111,7 @@ function handleClientControl() {
     </tr>
 {if $show_quota}
     <tr>
-      <td align="right">{$i18n.form.quota.quota}&nbsp;(%):</td>
+      <td align="right">{$i18n.label.quota}&nbsp;(%):</td>
       <td>{$forms.userForm.quota_percent.control}</td>
     </tr>
 {/if}
index 67707d38adc2f80a06832ea445370dfcda900f6b..1dba4f239a2d188c6c95ec2ac393420701b2a9c0 100644 (file)
@@ -28,7 +28,7 @@
       <table>
         <tr>
           <td class="tableHeaderCentered">{$i18n.form.quota.month}</td>
-          <td class="tableHeaderCentered">{$i18n.form.quota.quota}</td>
+          <td class="tableHeaderCentered">{$i18n.label.quota}</td>
         </tr>
 {foreach $months as $month}
         <tr>
index 0398749cbccfa3c689b7b2fa5c1114178752e798..39575db0c0da76d109b462a1d20d4d54f9c2a056 100644 (file)
@@ -83,7 +83,7 @@ function handleClientControl() {
     </tr>
 {if $show_quota}
     <tr>
-      <td align="right">{$i18n.form.quota.quota}&nbsp;(%):</td>
+      <td align="right">{$i18n.label.quota}&nbsp;(%):</td>
       <td>{$forms.userForm.quota_percent.control} <a href="https://www.anuko.com/lp/tt_27.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
     </tr>
 {/if}
index d7e7b54c86e29db096f0dafebfe55c1faa5583e9..7475c6efb4ec8174138f3398bfb12511630b0bf3 100644 (file)
@@ -117,7 +117,7 @@ function handleClientControl() {
     </tr>
 {if $show_quota}
     <tr>
-      <td align="right">{$i18n.form.quota.quota}&nbsp;(%):</td>
+      <td align="right">{$i18n.label.quota}&nbsp;(%):</td>
       <td>{$forms.userForm.quota_percent.control} <a href="https://www.anuko.com/lp/tt_27.htm" target="_blank">{$i18n.label.what_is_it}</a></td>
     </tr>
 {/if}
index ce11ecc2d5e3430b03ef6c3c3ba177be11dced11..b1d155aa0f3458ac3439eff62ea39aa98b9b8e14 100644 (file)
@@ -148,7 +148,7 @@ if ($request->isPost()) {
   }
   if (!ttValidEmail($cl_email, true)) $err->add($i18n->get('error.field'), $i18n->get('label.email'));
   if (!ttValidFloat($cl_rate, true)) $err->add($i18n->get('error.field'), $i18n->get('form.users.default_rate'));
-  if (!ttValidFloat($cl_quota_percent, true)) $err->add($i18n->get('error.field'), $i18n->get('form.quota.quota'));
+  if (!ttValidFloat($cl_quota_percent, true)) $err->add($i18n->get('error.field'), $i18n->get('label.quota'));
 
   if ($err->no()) {
     if (!ttUserHelper::getUserByLogin($cl_login)) {
index d79a1f270dec6886b2b81ce7bf0d72c10494d575..1e0845e1ace6c83850ee1cbaf54b357f989dbd40 100644 (file)
@@ -171,7 +171,7 @@ if ($request->isPost()) {
     }
     if (!ttValidEmail($cl_email, true)) $err->add($i18n->get('error.field'), $i18n->get('label.email'));
     if (!ttValidFloat($cl_rate, true)) $err->add($i18n->get('error.field'), $i18n->get('form.users.default_rate'));
-    if (!ttValidFloat($cl_quota_percent, true)) $err->add($i18n->get('error.field'), $i18n->get('form.quota.quota'));
+    if (!ttValidFloat($cl_quota_percent, true)) $err->add($i18n->get('error.field'), $i18n->get('label.quota'));
 
     if ($err->no()) {
       $existing_user = ttUserHelper::getUserByLogin($cl_login);
index afe0a846c9e036d8c830ec9f24fc02d759c3300d..a999519125a38f5c87b950e92214ec11e631fdfe 100644 (file)
@@ -151,7 +151,7 @@ if ($request->isPost()) {
   // Require selection of a client for a client role.
   if ($user->isPluginEnabled('cl') && ttRoleHelper::isClientRole($cl_role_id) && !$cl_client_id) $err->add($i18n->get('error.client'));
   if (!ttValidFloat($cl_rate, true)) $err->add($i18n->get('error.field'), $i18n->get('form.users.default_rate'));
-  if (!ttValidFloat($cl_quota_percent, true)) $err->add($i18n->get('error.field'), $i18n->get('form.quota.quota'));
+  if (!ttValidFloat($cl_quota_percent, true)) $err->add($i18n->get('error.field'), $i18n->get('label.quota'));
 
   if ($err->no()) {
     if (!ttUserHelper::getUserByLogin($cl_login)) {
index af6180a3be7195293488a91e8d2060c48bf9b30b..582452d9a13f981e86aeae8b542cd9eb099a6d73 100644 (file)
@@ -173,7 +173,7 @@ if ($request->isPost()) {
   // Require selection of a client for a client role.
   if ($user->isPluginEnabled('cl') && ttRoleHelper::isClientRole($cl_role_id) && !$cl_client_id) $err->add($i18n->get('error.client'));
   if (!ttValidFloat($cl_rate, true)) $err->add($i18n->get('error.field'), $i18n->get('form.users.default_rate'));
-  if (!ttValidFloat($cl_quota_percent, true)) $err->add($i18n->get('error.field'), $i18n->get('form.quota.quota'));
+  if (!ttValidFloat($cl_quota_percent, true)) $err->add($i18n->get('error.field'), $i18n->get('label.quota'));
 
   if ($err->no()) {
     $existing_user = ttUserHelper::getUserByLogin($cl_login);