Merges an updated upstream from main.
[timetracker.git] / WEB-INF / resources / sk.lang.php
index 0e39805..6ee28ba 100644 (file)
@@ -164,6 +164,9 @@ $i18n_key_words = array(
 'label.week_total' => 'Týždeň celkom',
 // TODO: translate the following string.
 // 'label.day_total' => 'Day total',
+// 'label.month_total' => 'Month total',
+// 'label.month_left' => 'Time until quota is met',
+// 'label.month_over' => 'Over monthly quota',
 'label.today' => 'Dnes',
 'label.total_hours' => 'Hodín celkom',
 'label.total_cost' => 'Náklady celkom',
@@ -177,7 +180,6 @@ $i18n_key_words = array(
 'label.language' => 'Jazyk',
 // TODO: translate the following string.
 // 'label.decimal_mark' => 'Decimal mark',
-'label.lock_interval' => 'Interval uzamknutia záznamov v dňoch',
 'label.date_format' => 'Formát dátumu',
 'label.time_format' => 'Formát času',
 'label.week_start' => 'Prvý deň v týždni',
@@ -208,6 +210,9 @@ $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',
 
 // Form titles.
 'title.login' => 'Prihlásenie',
@@ -256,6 +261,7 @@ $i18n_key_words = array(
 // 'title.add_notification' => 'Adding Notification',
 // 'title.edit_notification' => 'Editing Notification',
 // 'title.delete_notification' => 'Deleting Notification',
+// 'title.monthly_quota' => 'Monthly quota',
 'title.export' => 'Exportovanie údajov o tíme',
 'title.import' => 'Importovanie údajov o tíme',
 'title.options' => 'Nastavenia',
@@ -268,6 +274,10 @@ $i18n_key_words = array(
 'title.cf_add_dropdown_option' => 'Pridávanie možností',
 'title.cf_edit_dropdown_option' => 'Upravovanie možností',
 'title.cf_delete_dropdown_option' => 'Vymazávanie možností',
+// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
+// It is also a name for the Locking plugin on the Team profile page.
+// TODO: Translate the following:
+// 'title.locking' => 'Locking',
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.