Fixed a problem with predefined expenses missing on mobile pages.
[timetracker.git] / WEB-INF / resources / fr.lang.php
index e48db54..3400b2f 100644 (file)
@@ -103,12 +103,6 @@ $i18n_key_words = array(
 'button.copy' => 'Copier',
 'button.cancel' => 'Annuler',
 'button.submit' => 'Soumettre',
-'button.add_user' => 'Ajouter un utilisateur',
-'button.add_project' => 'Ajouter un projet',
-'button.add_task' => 'Ajouter une tâche',
-'button.add_client' => 'Ajouter un client',
-'button.add_invoice' => 'Ajouter une facture',
-'button.add_option' => 'Ajouter une option',
 'button.add' => 'Ajouter',
 'button.generate' => 'Générer',
 'button.reset_password' => 'Réinitialiser',
@@ -140,6 +134,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 +390,12 @@ $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',
+// 'form.roles.rights' => 'Rights',
+
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 'form.clients.active_clients' => 'Clients actifs',
 'form.clients.inactive_clients' => 'Clients inactifs',