diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-10-23 09:48:01 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-10-23 09:48:01 +0000 |
commit | eea456ed84d159289bdc8826439923d365816fa8 (patch) | |
tree | 48e20079f38b0d3998df72b4a6bb4dde373da9a2 /config/locales/fr.yml | |
parent | 1e4776fa644525168d0e3bfc0e4232f9dc43d42c (diff) | |
download | redmine-eea456ed84d159289bdc8826439923d365816fa8.tar.gz redmine-eea456ed84d159289bdc8826439923d365816fa8.zip |
Improved error message when trying to access an archived project (#2995).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4285 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/fr.yml')
-rw-r--r-- | config/locales/fr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 67848932a..92720abb9 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -169,6 +169,7 @@ fr: notice_file_not_found: "La page à laquelle vous souhaitez accéder n'existe pas ou a été supprimée." notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible. notice_not_authorized: "Vous n'êtes pas autorisés à accéder à cette page." + notice_not_authorized_archived_project: Le projet auquel vous tentez d'accéder a été archivé. notice_email_sent: "Un email a été envoyé à {{value}}" notice_email_error: "Erreur lors de l'envoi de l'email ({{value}})" notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée." |