Some refactoring and cleanup in ttRegistrator class.
[timetracker.git] / WEB-INF / resources / sk.lang.php
index 87beb6f..cfca9b0 100644 (file)
@@ -49,6 +49,7 @@ $i18n_key_words = array(
 'menu.profile' => 'Profil',
 // TODO: translate the following.
 // 'menu.group' => 'Group',
+'menu.plugins' => 'Moduly',
 'menu.time' => 'Časový záznam',
 // TODO: translate the following.
 // 'menu.expenses' => 'Expenses',
@@ -106,12 +107,15 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'error.range_locked' => 'Date range is locked.',
 'error.mail_send' => 'Chyba v odosielaní e-mailu.',
+// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
+// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
 '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.',
 'error.goto_uncompleted' => 'Ísť na nekompletný záznam.',
 // TODO: translate the following.
 // 'error.overlap' => 'Time interval overlaps with existing records.',
 // 'error.future_date' => 'Date is in future.',
+// 'error.cannot_import' => 'Cannot import: %s.',
 
 // Labels for buttons.
 'button.login' => 'Prihlásiť',
@@ -156,6 +160,7 @@ $i18n_key_words = array(
 'label.user' => 'Používateľ',
 'label.users' => 'Používatelia',
 // TODO: translate the following.
+// 'label.group' => 'Group',
 // 'label.roles' => 'Roles',
 'label.client' => 'Klient',
 'label.clients' => 'Klienti',
@@ -238,6 +243,7 @@ $i18n_key_words = array(
 // 'label.week_list' => 'Week list',
 // 'label.work_units' => 'Work units',
 // 'label.work_units_short' => 'Units',
+'label.totals_only' => 'Iba celkové',
 
 // Form titles.
 'title.login' => 'Prihlásenie',
@@ -298,6 +304,7 @@ $i18n_key_words = array(
 'title.profile' => 'Profil',
 // TODO: translate the following.
 // 'title.group' => 'Group Settings',
+'title.plugins' => 'Doplnkové moduly',
 'title.cf_custom_fields' => 'Vlastné polia',
 'title.cf_add_custom_field' => 'Pridávanie vlastného poľa',
 'title.cf_edit_custom_field' => 'Upravovanie vlastného poľa',
@@ -402,7 +409,6 @@ $i18n_key_words = array(
 'form.reports.group_by_client' => 'klient',
 'form.reports.group_by_project' => 'projekt',
 'form.reports.group_by_task' => 'úloha',
-'form.reports.totals_only' => 'Iba celkové',
 
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
@@ -473,7 +479,7 @@ $i18n_key_words = array(
 'form.export.compression_none' => 'žiadna',
 'form.export.compression_bzip' => 'bzip',
 
-// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
+// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
 'form.import.hint' => 'Importovať dáta o tíme z xml súboru.', // TODO: replace "team" with "group".
 'form.import.file' => 'Vyberte súbor',
 'form.import.success' => 'Import úspešne dokončený.',
@@ -501,7 +507,6 @@ $i18n_key_words = array(
 // 'form.group_edit.future_entries' => 'Future entries',
 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
 // 'form.group_edit.allow_ip' => 'Allow IP',
-'form.group_edit.plugins' => 'Doplnkové moduly',
 
 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
 // TODO: translate the following.