X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsk.lang.php;h=7b903a438856df25d8bcafb4b4510ec93c706025;hb=a32d1441bb4b6e2cf58467f14c20f67ef0cf50c7;hp=100cfece294befc5075734c26a2e801c423eb334;hpb=70f38eea57095a6895fd727799a0c90ebeeb6cf9;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 100cfece..7b903a43 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/06', '03/29', '04/01', '05/01', '05/08', '06 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Príhlásenie', 'menu.logout' => 'Odhlásenie', @@ -80,8 +80,9 @@ $i18n_key_words = array( 'error.project' => 'Vyberte projekt.', 'error.task' => 'Vyberte úlohy.', 'error.client' => 'Vyberte klienta.', -// TODO: translate the following string. +// TODO: translate the following. // 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'Nesprávne prihlasovacie meno alebo heslo.', 'error.user_exists' => 'Používateľ s týmto prihlasovacím menom už existuje.', 'error.project_exists' => 'Projekt s týmto názvom už existuje.', @@ -106,7 +107,7 @@ $i18n_key_words = array( 'button.login' => 'Prihlásiť', 'button.now' => 'Teraz', 'button.save' => 'Uložiť', -// TODO: translate the following string. +// TODO: translate the following. // 'button.copy' => 'Copy', 'button.cancel' => 'Zrušiť', 'button.submit' => 'Odoslať', @@ -125,7 +126,7 @@ $i18n_key_words = array( 'button.export' => 'Exportovať tím', 'button.import' => 'Importovať tím', 'button.close' => 'Zatvoriť', -// TODO: translate the following string. +// TODO: translate the following. // 'button.stop' => 'Stop', // Labels for controls on forms. Labels in this section are used on multiple forms. @@ -166,7 +167,7 @@ $i18n_key_words = array( // 'label.notes' => 'Notes', // 'label.item' => 'Item', 'label.cost' => 'Náklady', -// TODO: translate the following string. +// TODO: translate the following. // 'label.day_total' => 'Day total', 'label.week_total' => 'Týždeň celkom', // TODO: translate the following. @@ -185,7 +186,7 @@ $i18n_key_words = array( // 'label.week_view' => 'Week view', 'label.id' => 'ID', 'label.language' => 'Jazyk', -// TODO: translate the following string. +// TODO: translate the following. // 'label.decimal_mark' => 'Decimal mark', 'label.date_format' => 'Formát dátumu', 'label.time_format' => 'Formát času', @@ -208,6 +209,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Vlastné polia', // Translate the following. @@ -224,12 +227,13 @@ $i18n_key_words = array( // 'label.quantity' => 'Quantity', // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', +// 'button.mark_paid' => 'Mark paid', // Form titles. 'title.login' => 'Prihlásenie', 'title.teams' => 'Tímy', 'title.create_team' => 'Vytváranie tímu', -// TODO: translate the following string. +// TODO: translate the following. // 'title.edit_team' => 'Editing Team', 'title.delete_team' => 'Vymazávanie tímu', 'title.reset_password' => 'Obnovovanie hesla', @@ -311,10 +315,10 @@ $i18n_key_words = array( 'dropdown.all_time' => 'celý čas', 'dropdown.projects' => 'projekty', 'dropdown.tasks' => 'úlohy', -// TODO: translate the following string. -'dropdown.clients' => 'clients', +// TODO: translate the following. +// 'dropdown.clients' => 'clients', 'dropdown.select' => '--- vyberte ---', -// TODO: translate the following string. +// TODO: translate the following. // 'dropdown.select_invoice' => '--- select invoice ---', 'dropdown.status_active' => 'aktívny', 'dropdown.status_inactive' => 'neaktívny', @@ -381,6 +385,8 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Exportovať', +// TODO: translate the following. +// 'form.report.assign_to_invoice' => 'Assign to invoice', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).