X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f522b9a2b762c199cc0b0f0598b9affd823553f4..e27646be3f900ddff86ea36ffde3bdc78eebffdd:/WEB-INF/resources/fr.lang.php diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 5624aa84..52b17db5 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -179,7 +179,6 @@ $i18n_key_words = array( 'label.language' => 'Langage', // TODO: translate the following string. // 'label.decimal_mark' => 'Decimal mark', -'label.lock_interval' => 'Intervalle de verrouillage en jours', 'label.date_format' => 'Format date', 'label.time_format' => 'Format heure', 'label.week_start' => '1er jour de la semaine', @@ -273,6 +272,10 @@ $i18n_key_words = array( 'title.cf_add_dropdown_option' => 'Ajouter une option', // TODO: use a noun. 'title.cf_edit_dropdown_option' => 'Modifier l\\\'option', // TODO: use a noun. 'title.cf_delete_dropdown_option' => 'Supprimer l\\\'option', // TODO: use a noun. +// 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.