X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fsk.lang.php;h=0414d2249add6c495b85fd75137c095092b3fad6;hb=b262cc9f78e50e6910fefc1744782ddd64bbccda;hp=f518b219fe3e6e981d30df1aa62bfa5ed0e30d66;hpb=3129f6204498630940977123a34a1315d9fffbb7;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index f518b219..0414d224 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -305,7 +305,7 @@ $i18n_key_words = array( 'title.cf_edit_dropdown_option' => 'Upravovanie možností', '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. +// It is also a name for the Locking plugin on the group settings page. // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', @@ -459,19 +459,21 @@ $i18n_key_words = array( // 'form.client.client_to_delete' => 'Client to delete', // 'form.client.client_entries' => 'Client entries', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Môžete exportovať všetky údaje o tíme do xml súboru. Toto môže byť užitočné pri prenose údajov na iný server.', 'form.export.compression' => 'Kompresia', 'form.export.compression_none' => 'žiadna', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -'form.import.hint' => 'Importovať dáta o tíme z xml súboru.', +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +'form.import.hint' => 'Importovať dáta o tíme z xml súboru.', // TODO: replace "team" with "group". 'form.import.file' => 'Vyberte súbor', '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).', +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). +// TODO: replace "team" with "group" in the string below (3 places). +'form.groups.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. // TODO: translate the following. @@ -496,6 +498,10 @@ $i18n_key_words = array( // 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'Doplnkové moduly', +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php +// TODO: translate the following. +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', + // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Od', 'form.mail.to' => 'Komu',