Removed a comment.
[timetracker.git] / WEB-INF / resources / sk.lang.php
index f6d112f..32d0d2b 100644 (file)
@@ -26,7 +26,7 @@
 // | https://www.anuko.com/time_tracker/credits.htm
 // +----------------------------------------------------------------------+
 
-// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option 
+// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
 $i18n_language = 'Slovenčina';
@@ -47,7 +47,7 @@ $i18n_key_words = array(
 'menu.create_team' => 'Vytvoriť tím',
 'menu.profile' => 'Profil',
 'menu.time' => 'Časový záznam',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'menu.expenses' => 'Expenses',
 'menu.reports' => 'Zostavy',
 'menu.charts' => 'Grafy',
@@ -60,12 +60,16 @@ $i18n_key_words = array(
 'menu.options' => 'Nastavenia',
 
 // Footer - strings on the bottom of most pages.
-'footer.mobile_phones' => 'Time Tracker je dostupný aj pre mobilné telefóny.',
+// TODO: translate the following.
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 'footer.credits' => 'Vývojový tím',
 'footer.license' => 'Licencia',
+// TODO: translate the following.
+// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+                                     // This is a link to a webpage that describes how to contribute to the project.
 
 // Error messages.
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'error.access_denied' => 'Access denied.',
 'error.sys' => 'Systémová chyba.',
 'error.db' => 'Databázová chyba.',
@@ -88,7 +92,8 @@ $i18n_key_words = array(
 'error.no_login' => 'Neexistuje používateľ s týmto prihlasovacím menom.',
 'error.no_teams' => 'Vaša databáza je prázdna. Prihláste sa ako admin a vytvorte nový tím.',
 'error.upload' => 'Prenos súboru bol neúspešný.',
-'error.period_locked' => 'Operáciu nie je možné dokončiť. Záznamy staršie ako určitý počet dní nie je možné vytvoriť alebo upraviť. Tímový manažér definuje hodnotu "Interval uzamknutia záznamov v dňoch" na stránke "Profil". Pre vypnutie zámku nastavte hodnotu na 0. <br><br>Nekompletné záznamy (s nulovou alebo prázdnou dĺžkou) je možné vymazať.',
+// TODO: translate the following.
+// 'error.range_locked' => 'Date range is locked.',
 'error.mail_send' => 'Chyba v odosielaní e-mailu.',
 'error.no_email' => 'K tomuto prihlasovaciemu menu nie je priradený žiadny e-mail.',
 'error.uncompleted_exists' => 'Nekompletný záznam už existuje. Zatvorte ho alebo ho vymažte.',
@@ -135,6 +140,10 @@ $i18n_key_words = array(
 'label.password' => 'Heslo',
 'label.confirm_password' => 'Potvrdenie hesla',
 'label.email' => 'E-mail',
+'label.cc' => 'Kópia',
+// TODO: translate the following.
+// 'label.bcc' => 'Bcc',
+'label.subject' => 'Predmet',
 'label.date' => 'Dátum',
 'label.start_date' => 'Dátum začiatku',
 'label.end_date' => 'Dátum konca',
@@ -156,9 +165,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.today' => 'Dnes',
 'label.total_hours' => 'Hodín celkom',
 'label.total_cost' => 'Náklady celkom',
@@ -172,7 +183,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',
@@ -191,10 +201,13 @@ $i18n_key_words = array(
 'label.role_manager' => '(manažér)',
 'label.role_comanager' => '(spolu-manažér)',
 'label.role_admin' => '(administrátor)',
-// Translate the following string.
+// TODO: translate the following.
 // 'label.page' => 'Page',
+// 'label.condition' => 'Condition',
 // 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',
@@ -251,6 +264,7 @@ $i18n_key_words = array(
 // 'title.add_notification' => 'Adding Notification',
 // 'title.edit_notification' => 'Editing Notification',
 // 'title.delete_notification' => 'Deleting Notification',
+// 'title.monthly_quotas' => 'Monthly Quotas',
 'title.export' => 'Exportovanie údajov o tíme',
 'title.import' => 'Importovanie údajov o tíme',
 'title.options' => 'Nastavenia',
@@ -263,12 +277,18 @@ $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.
 'dropdown.all' => '--- všetky ---',
 'dropdown.no' => '--- žiadne ---',
 'dropdown.this_day' => 'tento deň',
+// TODO: translate the following.
+// 'dropdown.last_day' => 'last day',
 'dropdown.this_week' => 'tento týždeň',
 'dropdown.last_week' => 'minulý týždeň',
 'dropdown.this_month' => 'tento mesiac',
@@ -308,8 +328,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.',
@@ -363,6 +385,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',
@@ -408,10 +432,16 @@ $i18n_key_words = array(
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'Od',
 'form.mail.to' => 'Komu',
-'form.mail.cc' => 'Kópia',
-'form.mail.subject' => 'Predmet',
 'form.mail.report_subject' => 'Time Tracker zostava',
 '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.<br> Navštívte <a href="https://www.anuko.com">www.anuko.com</a> 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.',
 );