X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsk.lang.php;h=b8a06ab547cf1d2e5d84fc2440d577ca3779441d;hb=d5f3d27d84a808f8333822de5662b2cd3a2e322c;hp=2608643af276a66a33d6ec7f551bfd86398d1f7a;hpb=40e7c879cbbc4f00227c039f1a86d48f81e10101;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 2608643a..b8a06ab5 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -57,7 +57,8 @@ $i18n_key_words = array( 'menu.projects' => 'Projekty', 'menu.tasks' => 'Úlohy', 'menu.users' => 'Používatelia', -'menu.teams' => 'Tímy', +// TODO: translate the following. +// 'menu.groups' => 'Groups', 'menu.export' => 'Export', 'menu.clients' => 'Klienti', 'menu.options' => 'Nastavenia', @@ -100,7 +101,7 @@ $i18n_key_words = array( // 'error.role_exists' => 'Role with this rank already exists.', 'error.no_invoiceable_items' => 'Neexistujú položky, ktoré by bolo možné fakturovať.', '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.no_groups' => 'Vaša databáza je prázdna. Prihláste sa ako admin a vytvorte nový tím.', // TODO: replace "team" with "group". 'error.upload' => 'Prenos súboru bol neúspešný.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -126,15 +127,15 @@ $i18n_key_words = array( 'button.reset_password' => 'Obnoviť heslo', 'button.send' => 'Odoslať', 'button.send_by_email' => 'Odoslať na e-mail', -'button.create_team' => 'Vytvoriť tím', -'button.export' => 'Exportovať tím', -'button.import' => 'Importovať tím', +'button.create_group' => 'Vytvoriť tím', // TODO: replace "team" with "group". +'button.export' => 'Exportovať tím', // TODO: replace "team" with "group". +'button.import' => 'Importovať tím', // TODO: replace "team" with "group". 'button.close' => 'Zatvoriť', // TODO: translate the following. // 'button.stop' => 'Stop', // Labels for controls on forms. Labels in this section are used on multiple forms. -'label.team_name' => 'Názov tímu', +'label.group_name' => 'Názov tímu', // TODO: replace "team" with "group". 'label.address' => 'Adresa', 'label.currency' => 'Mena', 'label.manager_name' => 'Meno manažéra', @@ -238,11 +239,11 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Prihlásenie', -'title.teams' => 'Tímy', -'title.create_team' => 'Vytváranie tímu', +'title.groups' => 'Tímy', // TODO: change "teams" to "groups". +'title.create_group' => 'Vytváranie tímu', // TODO: change "team" to "group". // TODO: translate the following. -// 'title.edit_team' => 'Editing Team', -'title.delete_team' => 'Vymazávanie tímu', +// 'title.edit_group' => 'Editing Group', +'title.delete_group' => 'Vymazávanie tímu', // TODO: change "team" to "group". 'title.reset_password' => 'Obnovovanie hesla', 'title.change_password' => 'Menenie hesla', 'title.time' => 'Časový záznam', @@ -492,6 +493,7 @@ $i18n_key_words = array( // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'Doplnkové moduly', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.