Fixed version.
[timetracker.git] / WEB-INF / resources / nl.lang.php
index d6531a6..b2ad9bf 100644 (file)
@@ -26,7 +26,7 @@
 // | https://www.anuko.com/time_tracker/credits.htm
 // +----------------------------------------------------------------------+
 
-// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option 
+// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
 $i18n_language = 'Nederlands';
@@ -86,7 +86,7 @@ $i18n_key_words = array(
 'error.no_login' => 'Een medewerker met deze inlognaam bestaat niet.',
 'error.no_teams' => 'Uw database is leeg. Meld je aan als admin en maak een nieuw team.',
 'error.upload' => 'Fout bij het uploaden van het bestand.',
-'error.period_locked' => 'Kan het proces niet afmaken. Oude gegevens of sommige dagen kunnen niet worden aangemaakt of gewijzigd. Dit is in te stellen in de "Profiel" pagina van de team manager bij "Uitsluit interval in dagen". Stel dit in op 0 om het proces af te kunnen maken. <br><br>Opgeslagen gegevens (met 0 of lege inhoud) kunnen worden verwijderd.',
+'error.range_locked' => 'Datums zijn geblokkeerd.',
 'error.mail_send' => 'Fout bij het versturen van een e-mailbericht.',
 'error.no_email' => 'Geen e-mailadres bekend voor dit account.',
 'error.uncompleted_exists' => 'Niet afgeronde invoer bestaat al. Sluit of verwijder deze.',
@@ -152,6 +152,9 @@ $i18n_key_words = array(
 'label.cost' => 'Kosten',
 'label.week_total' => 'Week totaal',
 'label.day_total' => 'Dag totaal',
+// 'label.month_total' => 'Month total',
+// 'label.month_left' => 'Time until quota is met',
+// 'label.month_over' => 'Over monthly quota',
 'label.today' => 'Vandaag',
 'label.total_hours' => 'Uren totaal',
 'label.total_cost' => 'Totale kosten',
@@ -164,7 +167,6 @@ $i18n_key_words = array(
 'label.id' => 'ID',
 'label.language' => 'Taal',
 'label.decimal_mark' => 'Decimaal teken',
-'label.lock_interval' => 'Uitsluit interval in dagen',
 'label.date_format' => 'Datum formaat',
 'label.time_format' => 'Tijdsaanduiding',
 'label.week_start' => 'Eerste dag van de week',
@@ -193,6 +195,11 @@ $i18n_key_words = array(
 'label.fav_report' => 'Standaard rapport',
 'label.cron_schedule' => 'Cron schema',
 'label.what_is_it' => 'Wat betekent dit?',
+// 'label.year' => 'Year',
+// 'label.month' => 'Month',
+// 'label.quota' => 'Quota',
+// 'label.dailyWorkingHours' => 'Daily working hours',
+// 'label.empty_values_explanation' => 'If values are empty, quotas are calculated automatically based on holidays in config',
 
 // Form titles.
 'title.login' => 'Aanmelden',
@@ -238,6 +245,7 @@ $i18n_key_words = array(
 'title.add_notification' => 'Notificatie toevoegen',
 'title.edit_notification' => 'Notificatie bewerken',
 'title.delete_notification' => 'Notificatie verwijderen',
+// 'title.monthly_quota' => 'Monthly quota',
 'title.export' => 'Exporteer teamgegevens',
 'title.import' => 'Importeer teamgegevens',
 'title.options' => 'Opties',
@@ -250,6 +258,7 @@ $i18n_key_words = array(
 'title.cf_add_dropdown_option' => 'Uitvouwmogelijkheid toevoegen',
 'title.cf_edit_dropdown_option' => 'Uitvouwmogelijkheid bewerken',
 'title.cf_delete_dropdown_option' => 'Uitvouwmogelijkheid verwijderen',
+'title.locking' => 'Blokkeren',
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.