X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsk.lang.php;h=e9249132a3d578bd590d3d45f5558df1db72b290;hb=26f9b4e344163cc2a843f48c3163653b94b32911;hp=51ddaddb1f3d575a8598365da6c3ae20eb22f800;hpb=259888a9ebd2bf163210a2681a4c22e4444bd709;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 51ddaddb..e9249132 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -47,7 +47,7 @@ $i18n_key_words = array( 'menu.create_team' => 'Vytvoriť tím', 'menu.profile' => 'Profil', 'menu.time' => 'Časový záznam', -// TODO: translate the following: +// TODO: translate the following. // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Zostavy', 'menu.charts' => 'Grafy', @@ -60,16 +60,16 @@ $i18n_key_words = array( 'menu.options' => 'Nastavenia', // Footer - strings on the bottom of most pages. -// TODO: translate the following: +// TODO: translate the following. // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', 'footer.credits' => 'Vývojový tím', 'footer.license' => 'Licencia', -// TODO: translate the following: +// TODO: translate the following. // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: translate the following: +// TODO: translate the following. // 'error.access_denied' => 'Access denied.', 'error.sys' => 'Systémová chyba.', 'error.db' => 'Databázová chyba.', @@ -92,7 +92,7 @@ $i18n_key_words = array( 'error.no_login' => 'Neexistuje používateľ s týmto prihlasovacím menom.', 'error.no_teams' => 'Vaša databáza je prázdna. Prihláste sa ako admin a vytvorte nový tím.', 'error.upload' => 'Prenos súboru bol neúspešný.', -// TODO: Translate the following: +// TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', 'error.mail_send' => 'Chyba v odosielaní e-mailu.', 'error.no_email' => 'K tomuto prihlasovaciemu menu nie je priradený žiadny e-mail.', @@ -140,6 +140,10 @@ $i18n_key_words = array( 'label.password' => 'Heslo', 'label.confirm_password' => 'Potvrdenie hesla', 'label.email' => 'E-mail', +'label.cc' => 'Kópia', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', +'label.subject' => 'Predmet', 'label.date' => 'Dátum', 'label.start_date' => 'Dátum začiatku', 'label.end_date' => 'Dátum konca', @@ -175,6 +179,9 @@ $i18n_key_words = array( 'label.configure' => 'Nastaviť', 'label.select_all' => 'Označiť všetky', 'label.select_none' => 'Odznačiť všetky', +// TODO: translate the following. +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', 'label.id' => 'ID', 'label.language' => 'Jazyk', // TODO: translate the following string. @@ -197,8 +204,9 @@ $i18n_key_words = array( 'label.role_manager' => '(manažér)', 'label.role_comanager' => '(spolu-manažér)', 'label.role_admin' => '(administrátor)', -// Translate the following string. +// TODO: translate the following. // 'label.page' => 'Page', +// 'label.condition' => 'Condition', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Vlastné polia', // Translate the following. @@ -274,19 +282,27 @@ $i18n_key_words = array( 'title.cf_delete_dropdown_option' => 'Vymazávanie možností', // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). // It is also a name for the Locking plugin on the Team profile page. -// TODO: Translate the following: +// TODO: translate the following. // 'title.locking' => 'Locking', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- všetky ---', 'dropdown.no' => '--- žiadne ---', -'dropdown.this_day' => 'tento deň', -'dropdown.this_week' => 'tento týždeň', -'dropdown.last_week' => 'minulý týždeň', -'dropdown.this_month' => 'tento mesiac', -'dropdown.last_month' => 'minulý mesiac', -'dropdown.this_year' => 'tento rok', +// TODO: translate the following. +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +'dropdown.selected_day' => 'deň', +'dropdown.current_week' => 'tento týždeň', +'dropdown.previous_week' => 'minulý týždeň', +'dropdown.selected_week' => 'týždeň', +'dropdown.current_month' => 'tento mesiac', +'dropdown.previous_month' => 'minulý mesiac', +'dropdown.selected_month' => 'mesiac', +'dropdown.current_year' => 'tento rok', +// TODO: translate the following. +// 'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'rok', 'dropdown.all_time' => 'celý čas', 'dropdown.projects' => 'projekty', 'dropdown.tasks' => 'úlohy', @@ -378,6 +394,8 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'Aktívny používatelia', 'form.users.inactive_users' => 'Neaktívny používatelia', +// TODO: translate the following. +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Rola', 'form.users.manager' => 'Manažér', 'form.users.comanager' => 'Spolumanažér', @@ -423,8 +441,6 @@ $i18n_key_words = array( // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Od', 'form.mail.to' => 'Komu', -'form.mail.cc' => 'Kópia', -'form.mail.subject' => 'Predmet', 'form.mail.report_subject' => 'Time Tracker zostava', 'form.mail.footer' => 'Anuko Time Tracker je jednoduchý a ľahko použiteľný systém na sledovanie času s otvoreným zdrojovým kódom.
Navštívte www.anuko.com pre viac informácií.', 'form.mail.report_sent' => 'Zostava odoslaná.', @@ -435,6 +451,6 @@ $i18n_key_words = array( // 'form.quota.year' => 'Year', // 'form.quota.month' => 'Month', // 'form.quota.quota' => 'Quota', -// 'form.quota.workdayHours' => 'Hours in a work day', +// 'form.quota.workday_hours' => 'Hours in a work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', );