X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=54082f2f028d760976f09601dfe1b7306aa92dc5;hb=dd3a0ade5b3c342fb4352b00dac4f654409fd3e5;hp=52fc123eef55b37912bd504c578bef98cb5bd639;hpb=c858de92eb6b3b55a622d0457fd331aa0b26061f;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 52fc123e..54082f2f 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -163,6 +163,8 @@ $i18n_key_words = array( // 'label.notes' => 'Notes', 'label.item' => 'Pozycja', 'label.cost' => 'Koszt', +// TODO: translate the following. +// 'label.ip' => 'IP', 'label.day_total' => 'Dziś', 'label.week_total' => 'W tym tygodniu', // TODO: translate the following. @@ -289,6 +291,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.locking' => 'Locking', // 'title.week_view' => 'Week View', +// 'title.swap_roles' => 'Swapping Roles', // 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. @@ -448,6 +451,8 @@ $i18n_key_words = array( 'form.teams.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. +// TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', 'form.profile.12_hours' => '12 godzin', 'form.profile.24_hours' => '24 godziny', // TODO: translate the following. @@ -475,7 +480,7 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Wysłano raport', 'form.mail.invoice_sent' => 'Wysłano fakturę', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. // TODO: translate the following. // 'form.quota.year' => 'Year', // 'form.quota.month' => 'Month', @@ -483,6 +488,10 @@ $i18n_key_words = array( // '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.', +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. +// TODO: translate the following. +// 'form.swap.swap_with' => 'Swap roles with', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',