X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=42c75f27ab37b403f35b1f3c7024476a83ab00ea;hb=a67c7fec533237be9be83379eb19fbbf51174c9a;hp=45603d471790a4ebe107869c07b98320d1483d17;hpb=1e79f87da93c796cf1a46d7f36eab5f0fef3db61;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 45603d47..42c75f27 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -229,6 +229,7 @@ $i18n_key_words = array( // 'label.mark_paid' => 'Mark paid', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', +// 'label.work_units' => 'Work units', // Form titles. 'title.login' => 'Logowanie', @@ -300,6 +301,7 @@ $i18n_key_words = array( // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', +// 'title.work_units' => 'Work Units', // 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. @@ -464,26 +466,26 @@ $i18n_key_words = array( // TODO: replace "team" with "group" in the string below. 'form.groups.hint' => 'Załóż nowy zespół najpierw tworząc konto managera.
Możesz także zaimportować plik xml z danymi zespołu z innego serwera Anuko Time Tracker (nazwy loginów nie mogą się powtarzać).', -// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. -'form.profile.12_hours' => '12 godzin', -'form.profile.24_hours' => '24 godziny', -// TODO: translate the following. -// 'form.profile.show_holidays' => 'Show holidays', -'form.profile.tracking_mode' => 'Tryb śledzenia', -'form.profile.mode_time' => 'czas', -'form.profile.mode_projects' => 'projekty', -'form.profile.mode_projects_and_tasks' => 'projekty i zadania', -'form.profile.record_type' => 'Rejestrowanie czasu', -'form.profile.type_all' => 'wszystko', -'form.profile.type_start_finish' => 'początek i koniec', -'form.profile.type_duration' => 'czas trwania', -// 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.allow_ip' => 'Allow IP', -'form.profile.plugins' => 'Dodatkowe moduły', +// Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. +'form.group_edit.12_hours' => '12 godzin', +'form.group_edit.24_hours' => '24 godziny', +// TODO: translate the following. +// 'form.group_edit.show_holidays' => 'Show holidays', +'form.group_edit.tracking_mode' => 'Tryb śledzenia', +'form.group_edit.mode_time' => 'czas', +'form.group_edit.mode_projects' => 'projekty', +'form.group_edit.mode_projects_and_tasks' => 'projekty i zadania', +'form.group_edit.record_type' => 'Rejestrowanie czasu', +'form.group_edit.type_all' => 'wszystko', +'form.group_edit.type_start_finish' => 'początek i koniec', +'form.group_edit.type_duration' => 'czas trwania', +// TODO: translate the following. +// 'form.group_edit.punch_mode' => 'Punch mode', +// 'form.group_edit.allow_overlap' => 'Allow overlap', +// 'form.group_edit.future_entries' => 'Future entries', +// 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.allow_ip' => 'Allow IP', +'form.group_edit.plugins' => 'Dodatkowe moduły', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.