X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsk.lang.php;h=7b903a438856df25d8bcafb4b4510ec93c706025;hb=d3e9ab97b6ca91a0238308e2cc51a642d7858d17;hp=edb9b2241d9727300ac7bfe5164930e344a40214;hpb=f7226ae1586d42a3166bdd9b9384b7e47eb27383;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index edb9b224..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. @@ -223,12 +226,14 @@ $i18n_key_words = array( // 'label.expense' => 'Expense', // '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', @@ -310,16 +315,18 @@ $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', // TODO: translate the following. // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -378,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).