X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fpl.lang.php;h=176a14dedae391be109c2a721a063a1d3b120790;hb=edda36c99d81f079a59f12da199b5293d786c182;hp=4fc4038591d562b7ea3dc6a342d161d6b4392079;hpb=0b7d5dd056656e9aac70d1db5255b464d7248327;p=timetracker.git diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 4fc40385..176a14de 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -154,8 +154,10 @@ $i18n_key_words = array( 'label.note' => 'Uwagi', 'label.item' => 'Pozycja', 'label.cost' => 'Koszt', -'label.week_total' => 'W tym tygodniu', 'label.day_total' => 'Dziś', +'label.week_total' => 'W tym tygodniu', +// TODO: translate the following. +// 'label.month_total' => 'Month total', 'label.today' => 'Dziś', 'label.total_hours' => 'Całkowita liczba godzin', 'label.total_cost' => 'Koszt całkowity', @@ -168,7 +170,6 @@ $i18n_key_words = array( 'label.id' => 'ID', 'label.language' => 'Język', 'label.decimal_mark' => 'Znak dziesiętny', -'label.lock_interval' => 'Blokada edycji po okresie (dni)', 'label.date_format' => 'Format daty', 'label.time_format' => 'Format godziny', 'label.week_start' => 'Początek tygodnia', @@ -191,6 +192,8 @@ $i18n_key_words = array( // 'label.page' => 'Page', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Niestandardowe pola', +// Translate the following. +// 'label.monthly_quotas' => 'Monthly quotas', 'label.type' => 'Rodzaj', 'label.type_dropdown' => 'lista rozwijana', 'label.type_text' => 'tekst', @@ -243,6 +246,7 @@ $i18n_key_words = array( 'title.add_notification' => 'Dodawanie powiadomienia', 'title.edit_notification' => 'Edytowanie powiadomienia', 'title.delete_notification' => 'Usuwanie powiadomienia', +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Eksport danych zespołu', 'title.import' => 'Import danych zespołu', 'title.options' => 'Opcje', @@ -303,6 +307,9 @@ $i18n_key_words = array( 'form.time.duration_format' => '(hh:mm or 0.0h)', 'form.time.billable' => 'Płatne dla klienta', 'form.time.uncompleted' => 'Nieukończone', +// TODO: translate the following. +// 'form.time.remaining_quota' => 'Remaining quota', +// 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Ten wpis ma określony jedynie czas rozpoczęcia. To nie jest błąd.', @@ -403,4 +410,12 @@ $i18n_key_words = array( 'form.mail.footer' => 'Anuko Time Tracker jest prostym, łatwym w użyciu, otwartoźródłowym
systemem śledzenia czasu. Odwiedź www.anuko.com, aby uzyskać więcej informacji.', 'form.mail.report_sent' => 'Wysłano raport', 'form.mail.invoice_sent' => 'Wysłano fakturę', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// '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.', );