]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/fr.lang.php
Introduced title.subgroups in translation files.
[timetracker.git] / WEB-INF / resources / fr.lang.php
index 5213715ea67e5a8a055f5402114d6a24dac62597..e0e4eb9a5e202a4b968f60568b64f15d9c5b2d2a 100644 (file)
@@ -59,6 +59,7 @@ $i18n_key_words = array(
 'menu.users' => 'Utilisateurs',
 // TODO: translate the following.
 // 'menu.groups' => 'Groups',
+// 'menu.subgroups' => 'Subgroups',
 'menu.export' => 'Exporter',
 'menu.clients' => 'Clients',
 'menu.options' => 'Options',
@@ -108,6 +109,10 @@ $i18n_key_words = array(
 'error.goto_uncompleted' => 'Aller à l\\\'entrée non terminée.',
 'error.overlap' => 'Les heures des projets ne peuvent se chevaucher.',
 'error.future_date' => 'Date ultérieure.',
+// TODO: translate the following.
+// 'error.xml' => 'Error in XML file at line %d: %s.',
+// 'error.cannot_import' => 'Cannot import: %s.',
+// 'error.format' => 'Invalid file format.',
 
 // Labels for buttons.
 'button.login' => 'Connexion',
@@ -149,6 +154,8 @@ $i18n_key_words = array(
 'label.user' => 'Utilisateur',
 'label.users' => 'Utilisateurs',
 // TODO: translate the following.
+// 'label.group' => 'Group',
+// 'label.subgroups' => 'Subgroups',
 // 'label.roles' => 'Roles',
 'label.client' => 'Client',
 'label.clients' => 'Clients',
@@ -232,6 +239,8 @@ $i18n_key_words = array(
 // Form titles.
 'title.login' => 'Connexion',
 'title.groups' => 'Équipes', // TODO: change "teams" to "groups".
+// TODO: translate the following.
+// 'title.subgroups' => 'Subgroups',
 'title.create_group' => 'Création d\\\'une nouvelle équipe', // TODO: change "team" to "group".
 'title.edit_group' => 'Modification d\\\'une équipe', // TODO: change "team" to "group".
 'title.delete_group' => 'Suppression d\\\'une équipe', // TODO: change "team" to "group".