X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Ffr.lang.php;h=36087481f392c0421ecfed4036ab58461565b243;hb=7c2e78a2e46063bdec7ec4867680762b629cf4e2;hp=e48db54f89274c1e5f1ac9aabdbb4bcf82d5a3bf;hpb=1525dcb2eb2094c83ac9762675d957c285762434;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index e48db54f..36087481 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -140,6 +140,8 @@ $i18n_key_words = array( 'label.end_date' => 'Date de fin', 'label.user' => 'Utilisateur', 'label.users' => 'Utilisateurs', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', 'label.option' => 'Option', @@ -394,6 +396,11 @@ $i18n_key_words = array( 'form.users.rate' => 'Tarif', 'form.users.default_rate' => 'Tarif horaire par défaut', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', + // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Clients actifs', 'form.clients.inactive_clients' => 'Clients inactifs',