X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=6d74a9975d391408155e30450fd08c453cee2a5c;hb=4ebe6fd29283633e5ae7cdb399cc144c38af25fb;hp=836c755cf49ff8be4f63e61042f0ee4fd8d0b0c8;hpb=b53f880dcd61797fd2e6609477add03ca757d813;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 836c755c..6d74a997 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -264,6 +264,8 @@ $i18n_key_words = array( // 'label.file' => 'File', // 'label.image' => 'Image', // 'label.download' => 'Download', +'label.active_users' => 'Utilisateurs actifs', +'label.inactive_users' => 'Utilisateurs inactifs', // Form titles. 'title.error' => 'Erreur', @@ -359,6 +361,7 @@ $i18n_key_words = array( // 'title.edit_file' => 'Editing File', // 'title.delete_file' => 'Deleting File', // 'title.download_file' => 'Downloading File', +// 'title.work' => 'Work', // 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. @@ -494,8 +497,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Tâches inactives', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Utilisateurs actifs', -'form.users.inactive_users' => 'Utilisateurs inactifs', 'form.users.uncompleted_entry' => 'L\\\'utilisateur a une entrée incomplète', 'form.users.role' => 'Rôle', 'form.users.manager' => 'Responsable',