X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=ad77095c24b6c62c7b12ea591a233014d65cec59;hb=d368d8cfe50268648a7c9f94a031c9aa8f0f4549;hp=3184a2b84bd6f39d234f1866ee519192711a0945;hpb=25d6ffc5f17d0e016c2ebb5b51a222665834e9e4;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 3184a2b8..ad77095c 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -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', @@ -89,9 +90,6 @@ $i18n_key_words = array( 'error.user_exists' => 'Un utilisateur avec cet identifiant existe déjà.', // TODO: translate the following. // 'error.object_exists' => 'Object with this name already exists.', -'error.project_exists' => 'Un projet avec ce nom existe déjà.', -'error.task_exists' => 'Une tâche avec ce nom existe déjà.', -'error.client_exists' => 'Un client avec ce nom existe déjà.', 'error.invoice_exists' => 'Une facture avec ce numéro existe déjà.', // TODO: translate the following. // 'error.role_exists' => 'Role with this rank already exists.', @@ -101,13 +99,26 @@ $i18n_key_words = array( 'error.upload' => 'Erreur de chargement du fichier.', 'error.range_locked' => 'Plage de date vérouillée.', 'error.mail_send' => 'Erreur lors de l\\\'envoi du courriel.', -// TODO: improve the translation above bv adding MAIL_SMTP_DEBUG part. +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'Aucune adresse courriel n\\\'est associée à cet identifiant.', 'error.uncompleted_exists' => 'Une entrée non terminée existe déjà. Fermer ou supprimer.', '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.', + +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', // Labels for buttons. 'button.login' => 'Connexion', @@ -149,6 +160,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', @@ -230,9 +243,14 @@ $i18n_key_words = array( 'label.totals_only' => 'Totaux uniquement', // Form titles. +'title.error' => 'Erreur', +// TODO: Translate the following. +// 'title.success' => 'Success', 'title.login' => 'Connexion', 'title.groups' => 'Équipes', // TODO: change "teams" to "groups". -'title.create_group' => 'Création d\\\'une nouvelle équipe', // TODO: change "team" to "group". +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding 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". 'title.reset_password' => 'Réinitialisation du mot de passe', @@ -283,8 +301,6 @@ $i18n_key_words = array( 'title.import' => 'Importation des données', 'title.options' => 'Options', 'title.profile' => 'Profil', -// TODO: translate the following. -// 'title.group' => 'Group Settings', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Champs personalisés', 'title.cf_add_custom_field' => 'Ajout d\\\'un champ', @@ -476,6 +492,7 @@ $i18n_key_words = array( // 'form.group_edit.allow_overlap' => 'Allow overlap', // 'form.group_edit.future_entries' => 'Future entries', // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php