X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c0c074a026debe06878f1ade76e02ebd0ae0fe9d..f20ec5fb1e42bf4a273cb2d3a99d3d7b33c2ff48:/WEB-INF/resources/sk.lang.php diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index a44c791d..f327d8bb 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -80,7 +80,7 @@ $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.auth' => 'Nesprávne prihlasovacie meno alebo heslo.', 'error.user_exists' => 'Používateľ s týmto prihlasovacím menom už existuje.', @@ -106,7 +106,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 +125,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 +166,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 +185,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 +208,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 +226,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,16 +314,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 @@ -379,6 +384,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).