diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-05-29 08:15:18 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-05-29 08:15:18 +0000 |
commit | f2b01aeb4d49ae7fd6645397a4452a9672af2c9f (patch) | |
tree | 14f024164c7aac76c378e5e4f357ac54e54040d8 | |
parent | fabf54a3680145b269c7c403bca2c6ef452ed8fc (diff) | |
download | redmine-f2b01aeb4d49ae7fd6645397a4452a9672af2c9f.tar.gz redmine-f2b01aeb4d49ae7fd6645397a4452a9672af2c9f.zip |
Merged r5948 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@5949 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/fr.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 4ac78820b..e9c2cd292 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -976,16 +976,16 @@ fr: field_member_of_group: Groupe de l'assigné field_assigned_to_role: Rôle de l'assigné setting_emails_header: En-tête des emails - label_bulk_edit_selected_time_entries: Bulk edit selected time entries - text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? - field_scm_path_encoding: Path encoding - text_scm_path_encoding_note: "Default: UTF-8" - field_path_to_repository: Path to repository - field_root_directory: Root directory + label_bulk_edit_selected_time_entries: Modifier les temps passés sélectionnées + text_time_entries_destroy_confirmation: "Etes-vous sûr de vouloir supprimer les temps passés sélectionnés ?" + field_scm_path_encoding: Encodage des chemins + text_scm_path_encoding_note: "Défaut : UTF-8" + field_path_to_repository: Chemin du dépôt + field_root_directory: Répertoire racine field_cvs_module: Module field_cvsroot: CVSROOT - text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo) - text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) - text_scm_command: Command + text_git_repository_note: "Dépôt nu (bare) et local (exemples : /gitrepo, c:\gitrepo)" + text_mercurial_repository_note: "Dépôt local (exemples : /hgrepo, c:\hgrepo)" + text_scm_command: Commande text_scm_command_version: Version - label_git_report_last_commit: Report last commit for files and directories + label_git_report_last_commit: Afficher le dernier commit des fichiers et répertoires |