diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-07-14 13:29:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-07-14 13:29:20 +0000 |
commit | 9c38458f8bd259c7db2cb6a8fda7dcbcbf3f5540 (patch) | |
tree | 17684036260735f1ac0e360c57e3a1319195d6bb /lang/fr.yml | |
parent | 98cf33070fc28e8986aaf960923f58f8da15b9d4 (diff) | |
download | redmine-9c38458f8bd259c7db2cb6a8fda7dcbcbf3f5540.tar.gz redmine-9c38458f8bd259c7db2cb6a8fda7dcbcbf3f5540.zip |
Added an option to choose the date format: language based (as defined in each lang file) or ISO 8601 (YYYY-MM-DD).
This option can be set in Admin -> Settings.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@585 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/fr.yml')
-rw-r--r-- | lang/fr.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/fr.yml b/lang/fr.yml index 34449c2ce..788ec2b56 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -172,6 +172,7 @@ setting_sys_api_enabled: Activer les WS pour la gestion des dépôts setting_commit_ref_keywords: Mot-clés de référencement setting_commit_fix_keywords: Mot-clés de résolution setting_autologin: Autologin +setting_date_format: Format de date label_user: Utilisateur label_user_plural: Utilisateurs @@ -402,6 +403,7 @@ label_month: Mois label_week: Semaine label_date_from: Du label_date_to: Au +label_language_based: Basé sur la langue button_login: Connexion button_submit: Soumettre |