X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f522b9a2b762c199cc0b0f0598b9affd823553f4..e27646be3f900ddff86ea36ffde3bdc78eebffdd:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 1bf11563..187bc813 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -165,7 +165,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', @@ -251,6 +250,10 @@ $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', +// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// It is also a name for the Locking plugin on the Team profile page. +// TODO: Translate the following: +// 'title.locking' => 'Locking', // 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.