X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a0ff02ec3fa7016404f3992710db57951e74e824..d2d8f7c1952a97e4075f4837a56b4f818fd8c1d2:/WEB-INF/resources/fr.lang.php diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index cb488372..3a5ce78a 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -270,6 +270,13 @@ $i18n_key_words = array( 'label.active_users' => 'Utilisateurs actifs', 'label.inactive_users' => 'Utilisateurs inactifs', +// Entity names. We use lower case (in English) because they are used in dropdowns, too. +// They are used to associate a custom field with an entity type. +// TODO: translate the following. +// 'entity.time' => 'time', +// 'entity.user' => 'user', +// 'entity.project' => 'project', + // Form titles. 'title.error' => 'Erreur', // TODO: Translate the following. @@ -388,8 +395,6 @@ $i18n_key_words = array( 'dropdown.previous_year' => 'année dernière', 'dropdown.selected_year' => 'année', 'dropdown.all_time' => 'depuis toujours', -// TODO: translate the following. -// 'dropdown.time' => 'time', 'dropdown.projects' => 'Projets', 'dropdown.tasks' => 'Tâches', 'dropdown.clients' => 'Clients',