Introduced ALLOW_OVERLAP setting
[timetracker.git] / WEB-INF / resources / nl.lang.php
index e0352a1..babfe5e 100644 (file)
@@ -59,9 +59,13 @@ $i18n_key_words = array(
 'menu.options' => 'Opties',
 
 // Footer - strings on the bottom of most pages.
-'footer.mobile_phones' => 'Time Tracker is geschikt voor gebruik met mobiele telefoons.',
+// TODO: translate the following:
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 'footer.credits' => 'Medewerkers',
 'footer.license' => 'Licentie',
+// 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' => 'Toegang geweigerd.',
@@ -182,6 +186,8 @@ $i18n_key_words = array(
 'label.role_manager' => '(manager)',
 'label.role_comanager' => '(co-manager)',
 'label.role_admin' => '(beheerder)',
+// Translate the following string.
+// 'label.page' => 'Page',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Eigen velden',
 'label.type' => 'Type',
@@ -392,4 +398,3 @@ $i18n_key_words = array(
 'form.mail.report_sent' => 'Rapport is verzonden.',
 'form.mail.invoice_sent' => 'Factuur is verzonden.',
 );
-?>
\ No newline at end of file