X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsk.lang.php;h=18d6db9c9a2892e7f6ca9a5801e37c9c50b6dd52;hb=faa0cedb1b67c464339f82236e29387796983b02;hp=6ee28baab8b376bd9b844be46ce2517bab118f18;hpb=11441db31dcbed7b2070e800bcb1b0e6547b86bd;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 6ee28baa..18d6db9c 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -161,12 +161,11 @@ $i18n_key_words = array( // TODO: translate label.item // 'label.item' => 'Item', 'label.cost' => 'Náklady', -'label.week_total' => 'Týždeň celkom', // TODO: translate the following string. // 'label.day_total' => 'Day total', +'label.week_total' => 'Týždeň celkom', +// TODO: translate the following. // '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', @@ -202,6 +201,8 @@ $i18n_key_words = array( // 'label.page' => 'Page', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Vlastné polia', +// Translate the following. +// 'label.monthly_quotas' => 'Monthly quotas', 'label.type' => 'Typ', 'label.type_dropdown' => 'rozbaľovacie pole', 'label.type_text' => 'text', @@ -210,9 +211,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', // Form titles. 'title.login' => 'Prihlásenie', @@ -261,7 +259,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.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Exportovanie údajov o tíme', 'title.import' => 'Importovanie údajov o tíme', 'title.options' => 'Nastavenia', @@ -323,8 +321,10 @@ $i18n_key_words = array( // Time form. See example at https://timetracker.anuko.com/time.php. 'form.time.duration_format' => '(hh:mm alebo 0,0h)', 'form.time.billable' => 'Faktúrovateľných', -'form.time.no_records' => 'Neexistujú časové záznamy.', 'form.time.uncompleted' => 'Neukončené', +// TODO: translate the folllowing. +// 'form.time.remaining_quota' => 'Remaining quota', +// 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Tento záznam bol uložený iba s časom začiatku. Nie je to chyba.', @@ -378,6 +378,8 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'Aktívny používatelia', 'form.users.inactive_users' => 'Neaktívny používatelia', +// TODO: translate the following. +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Rola', 'form.users.manager' => 'Manažér', 'form.users.comanager' => 'Spolumanažér', @@ -429,4 +431,12 @@ $i18n_key_words = array( 'form.mail.footer' => 'Anuko Time Tracker je jednoduchý a ľahko použiteľný systém na sledovanie času s otvoreným zdrojovým kódom.
Navštívte www.anuko.com pre viac informácií.', 'form.mail.report_sent' => 'Zostava odoslaná.', 'form.mail.invoice_sent' => 'Faktúra odoslaná.', + +// Quotas configuration form. +// 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.', );