diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-19 17:51:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-19 17:51:13 +0000 |
commit | f162337e1b3625da7eedb747f1b2bb4752c27646 (patch) | |
tree | de961a92fadf7cdf1f5b56f41c77ac4411945775 /lang/en.yml | |
parent | 93a33c62862d723722106fd7c624bb3e830085f6 (diff) | |
download | redmine-f162337e1b3625da7eedb747f1b2bb4752c27646.tar.gz redmine-f162337e1b3625da7eedb747f1b2bb4752c27646.zip |
Always show 'View' and 'Annotate' links on repository files (download will be forced when clicking 'View' if the file is binary).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1274 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/en.yml b/lang/en.yml index 2646e22a6..a37207e74 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -78,8 +78,9 @@ notice_account_pending: "Your account was created and is now pending administrat notice_default_data_loaded: Default configuration successfully loaded. error_can_t_load_default_data: "Default configuration could not be loaded: %s" -error_scm_not_found: "Entry and/or revision doesn't exist in the repository." +error_scm_not_found: "The entry or revision was not found in the repository." error_scm_command_failed: "An error occurred when trying to access the repository: %s" +error_scm_annotate: "The entry does not exist or can not be annotated." error_issue_not_found_in_project: 'The issue was not found or does not belong to this project' mail_subject_lost_password: Your %s password |