Some cleanup in nl, no, pl, pt translation files
[timetracker.git] / WEB-INF / resources / pl.lang.php
index 141dcae..e6702f4 100644 (file)
@@ -59,9 +59,13 @@ $i18n_key_words = array(
 'menu.options' => 'Opcje',
 
 // Footer - strings on the bottom of most pages.
-'footer.mobile_phones' => 'Time Tracker jest dostępny na urządzeniach przenośnych.',
+// TODO: Translate the following:
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 'footer.credits' => 'Twórcy',
 'footer.license' => 'Licencja',
+// TODO: Translate the following:
+// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+                                  // This is a link to a webpage that describes how to contribute to the project.
 
 // Error messages.
 'error.access_denied' => 'Odmowa dostępu.',
@@ -182,6 +186,8 @@ $i18n_key_words = array(
 'label.role_manager' => '(Manager)',
 'label.role_comanager' => '(Co-manager)',
 'label.role_admin' => '(Administrator)',
+// Translate the following string.
+// 'label.page' => 'Page',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Niestandardowe pola',
 'label.type' => 'Rodzaj',
@@ -393,4 +399,3 @@ $i18n_key_words = array(
 'form.mail.report_sent' => 'Wysłano raport',
 'form.mail.invoice_sent' => 'Wysłano fakturę',
 );
-?>