diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-08 11:49:33 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-08 11:49:33 +0000 |
commit | ebe3a916bcc270cb52cff72739b82fc1946d9849 (patch) | |
tree | d117bc0d879fedeb8da2ecef99648de1bdf64fa9 | |
parent | 28c3dd6d9022352a5132a5c3bd0b9ef6e1193d7c (diff) | |
download | redmine-ebe3a916bcc270cb52cff72739b82fc1946d9849.tar.gz redmine-ebe3a916bcc270cb52cff72739b82fc1946d9849.zip |
Merged r13080 from trunk to 2.5-stable (#16553, #16566)
French "text_git_repository_note" translation updated by Darth Vader.
git-svn-id: http://svn.redmine.org/redmine/branches/2.5-stable@13085 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/fr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 992ce725e..57bbd491f 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1097,7 +1097,7 @@ fr: text_scm_config: Vous pouvez configurer les commandes des SCM dans config/configuration.yml. Redémarrer l'application après modification. text_scm_command_not_available: Ce SCM n'est pas disponible. Vérifier les paramètres dans la section administration. label_diff: diff - text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) + text_git_repository_note: "Le dépôt est vide et local (exemples : /gitrepo, c:\\gitrepo)" description_query_sort_criteria_direction: Ordre de tri description_project_scope: Périmètre de recherche description_filter: Filtre |