summaryrefslogtreecommitdiffstats
path: root/lang/en.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-05 11:33:49 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-05 11:33:49 +0000
commitc9fd7513edd0f594227fc681dcd654e41bd118e6 (patch)
tree90f582a920c1bc017d2342b53f23ea91230bd586 /lang/en.yml
parent8d9b04865bac785d12b0aac43fe0c62488c39fec (diff)
downloadredmine-c9fd7513edd0f594227fc681dcd654e41bd118e6.tar.gz
redmine-c9fd7513edd0f594227fc681dcd654e41bd118e6.zip
Default configuration data can now be loaded from the administration screen.
A message is automatically displayed on this screen if roles, trackers,... have not been configured yet. The rake task is still available and the data loading code is wrapped in a transaction. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1040 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r--lang/en.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml
index 2419b05db..7a1a2622f 100644
--- a/lang/en.yml
+++ b/lang/en.yml
@@ -76,6 +76,9 @@ notice_feeds_access_key_reseted: Your RSS access key was reseted.
notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s."
notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
notice_account_pending: "Your account was created and is now pending administrator approval."
+notice_default_data_loaded: Default configuration successfully loaded.
+
+error_can_t_load_default_data: "Default configuration could not be loaded: %s"
mail_subject_lost_password: Your Redmine password
mail_body_lost_password: 'To change your Redmine password, click on the following link:'
@@ -527,6 +530,8 @@ text_issue_category_destroy_question: Some issues (%d) are assigned to this cate
text_issue_category_destroy_assignments: Remove category assignments
text_issue_category_reassign_to: Reassign issues to this category
text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)."
+text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
+text_load_default_configuration: Load the default configuration
default_role_manager: Manager
default_role_developper: Developer