X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsk.lang.php;h=0bd2af038dc3fd600e75e2b296eb479a47a917cb;hb=3fe430d82ad416d1766b9f0cd558e2e1f26900a9;hp=d8f2cdd1a7dd08a183f342e4cb43ed9e7076b1d9;hpb=f12ceba49cb845be385e6b7c7786fc7e5393e802;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index d8f2cdd1..0bd2af03 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -49,7 +49,7 @@ $i18n_key_words = array( 'menu.profile' => 'Profil', // TODO: translate the following. // 'menu.group' => 'Group', -// 'menu.plugins' => 'Plugins', +'menu.plugins' => 'Moduly', 'menu.time' => 'Časový záznam', // TODO: translate the following. // 'menu.expenses' => 'Expenses', @@ -107,12 +107,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 +162,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', @@ -300,7 +306,7 @@ $i18n_key_words = array( 'title.profile' => 'Profil', // TODO: translate the following. // 'title.group' => 'Group Settings', -// 'title.plugins' => 'Plugins', +'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', @@ -503,7 +509,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.