X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/33fe605aa1936612a3e358102b59e411a0a30f07..4e7ce35635fa9f4aa5719ec8d17d3dc7eeb239b7:/WEB-INF/resources/sk.lang.php diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index b12e00a6..df06ddfc 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -150,6 +150,8 @@ $i18n_key_words = array( 'label.end_date' => 'Dátum konca', 'label.user' => 'Používateľ', 'label.users' => 'Používatelia', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienti', 'label.option' => 'Možnosť', @@ -324,8 +326,8 @@ $i18n_key_words = array( '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.delete' => 'delete', +// 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -336,7 +338,7 @@ $i18n_key_words = array( // Login form. See example at https://timetracker.anuko.com/login.php. 'form.login.forgot_password' => 'Zabudnuté heslo?', -'form.login.about' =>'Anuko Time Tracker je jednoduchý a ľahko použiteľný systém na sledovanie času s otvoreným zdrojovým kódom.', +'form.login.about' => 'Anuko Time Tracker je jednoduchý a ľahko použiteľný systém na sledovanie času s otvoreným zdrojovým kódom.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. 'form.reset_password.message' => 'Žiadosť o obnovenie hesla bola odoslaná e-mailom.', @@ -422,6 +424,11 @@ $i18n_key_words = array( 'form.users.rate' => 'Sadzba', 'form.users.default_rate' => 'Predvolená hodinová sadzba', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', + // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Aktívny klienti', 'form.clients.inactive_clients' => 'Neaktívny klienti', @@ -443,11 +450,13 @@ $i18n_key_words = array( 'form.import.success' => 'Import úspešne dokončený.', // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'Pomocou vytvorenia nového účtu tímového manažéra vytvorte nový tím.
Taktiež môžete importovať údaje o tíme z xml súboru z iného Anuko Time Tracker serveru (nie sú povolené kolízie v prihlasovacom mene).', +'form.teams.hint' => 'Pomocou vytvorenia nového účtu tímového manažéra vytvorte nový tím.
Taktiež môžete importovať údaje o tíme z xml súboru z iného Anuko Time Tracker serveru (nie sú povolené kolízie v prihlasovacom mene).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. 'form.profile.12_hours' => '12-hodinový', 'form.profile.24_hours' => '24-hodinový', +// TODO: translate the following. +// 'form.profile.show_holidays' => 'Show holidays', 'form.profile.tracking_mode' => 'Režim sledovania', 'form.profile.mode_time' => 'čas', 'form.profile.mode_projects' => 'projekty', @@ -457,9 +466,10 @@ $i18n_key_words = array( 'form.profile.type_start_finish' => 'začiatok a koniec', 'form.profile.type_duration' => 'trvanie', // TODO: translate the following. +// 'form.profile.punch_mode' => 'Punch mode', +// 'form.profile.allow_overlap' => 'Allow overlap', +// 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', -// 'form.profile.uncompleted_indicators_none' => 'do not show', -// 'form.profile.uncompleted_indicators_show' => 'show', 'form.profile.plugins' => 'Doplnkové moduly', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.