X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=fd599500f3928a96d88c1a44ca8d68a0a79da8f3;hb=62b36719d92eec21e5e132811c1ec88e5f495117;hp=7b9f37869a52bdb230c6a232efce4cc3a1bf25db;hpb=d6bf190b01c2effb9f37df80f024ef588c5367d0;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 7b9f3786..fd599500 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -71,6 +71,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Odmowa dostępu.', 'error.sys' => 'Błąd systemu.', 'error.db' => 'Błąd bazy danych.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Niepoprawne dane: "{0}".', 'error.empty' => 'Pole "{0}" jest puste.', 'error.not_equal' => 'Wartość z pola "{0}" jest inna niż wartość z pola "{1}".', @@ -451,6 +453,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. @@ -478,7 +482,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', @@ -486,8 +490,9 @@ $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. +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. // TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.