]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/sk.lang.php
Introduced title.subgroups in translation files.
[timetracker.git] / WEB-INF / resources / sk.lang.php
index 339083457aa4a41a6ee53b6b635c60ad70a32e8b..2b2fe73760fd2667454aa0e912b9f1621551fdf2 100644 (file)
@@ -60,6 +60,7 @@ $i18n_key_words = array(
 'menu.users' => 'Používatelia',
 // TODO: translate the following.
 // 'menu.groups' => 'Groups',
+// 'menu.subgroups' => 'Subgroups',
 'menu.export' => 'Export',
 'menu.clients' => 'Klienti',
 'menu.options' => 'Nastavenia',
@@ -107,12 +108,17 @@ $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.xml' => 'Error in XML file at line %d: %s.',
+// 'error.cannot_import' => 'Cannot import: %s.',
+// 'error.format' => 'Invalid file format.',
 
 // Labels for buttons.
 'button.login' => 'Prihlásiť',
@@ -157,6 +163,8 @@ $i18n_key_words = array(
 'label.user' => 'Používateľ',
 'label.users' => 'Používatelia',
 // TODO: translate the following.
+// 'label.group' => 'Group',
+// 'label.subgroups' => 'Subgroups',
 // 'label.roles' => 'Roles',
 'label.client' => 'Klient',
 'label.clients' => 'Klienti',
@@ -244,6 +252,8 @@ $i18n_key_words = array(
 // Form titles.
 'title.login' => 'Prihlásenie',
 'title.groups' => 'Tímy', // TODO: change "teams" to "groups".
+// TODO: translate the following.
+// 'title.subgroups' => 'Subgroups',
 'title.create_group' => 'Vytváranie tímu', // TODO: change "team" to "group".
 // TODO: translate the following.
 // 'title.edit_group' => 'Editing Group',