X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/fbc20abb396e51360640d5df9057aecd710b4d99..f739865a0c2b2dfac6ebf04c8337d522ce13d64d:/WEB-INF/resources/pl.lang.php
diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php
index a7b2d843..9abaaaf8 100644
--- a/WEB-INF/resources/pl.lang.php
+++ b/WEB-INF/resources/pl.lang.php
@@ -192,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',
@@ -199,10 +201,6 @@ $i18n_key_words = array(
'label.fav_report' => 'Ulubiony raport',
'label.cron_schedule' => 'Harmonogram crona',
'label.what_is_it' => 'Co to jest?',
-// 'label.year' => 'Year',
-// 'label.month' => 'Month',
-// 'label.quota' => 'Quota',
-// 'label.workdayHours' => 'Daily working hours',
// Form titles.
'title.login' => 'Logowanie',
@@ -248,7 +246,7 @@ $i18n_key_words = array(
'title.add_notification' => 'Dodawanie powiadomienia',
'title.edit_notification' => 'Edytowanie powiadomienia',
'title.delete_notification' => 'Usuwanie powiadomienia',
-// 'title.monthly_quota' => 'Monthly quota',
+// 'title.monthly_quotas' => 'Monthly Quotas',
'title.export' => 'Eksport danych zespoÅu',
'title.import' => 'Import danych zespoÅu',
'title.options' => 'Opcje',
@@ -412,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.workdayHours' => 'Hours in a work day',
+// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
);