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/en.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/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index bdf2e9825..083d781b1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -150,6 +150,7 @@ en: notice_file_not_found: The page you were trying to access doesn't exist or has been removed. notice_locking_conflict: Data has been updated by another user. notice_not_authorized: You are not authorized to access this page. + notice_not_authorized_archived_project: The project you're trying to access has been archived. notice_email_sent: "An email was sent to {{value}}" notice_email_error: "An error occurred while sending mail ({{value}})" notice_feeds_access_key_reseted: Your RSS access key was reset. |