diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-05 11:33:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-05 11:33:49 +0000 |
commit | c9fd7513edd0f594227fc681dcd654e41bd118e6 (patch) | |
tree | 90f582a920c1bc017d2342b53f23ea91230bd586 /lang/ro.yml | |
parent | 8d9b04865bac785d12b0aac43fe0c62488c39fec (diff) | |
download | redmine-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/ro.yml')
-rw-r--r-- | lang/ro.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ro.yml b/lang/ro.yml index e615472ad..1381adba9 100644 --- a/lang/ro.yml +++ b/lang/ro.yml @@ -553,3 +553,7 @@ field_searchable: Searchable label_display_per_page: 'Per page: %s' setting_per_page_options: Objects per page options label_age: Age +notice_default_data_loaded: Default configuration successfully loaded. +text_load_default_configuration: Load the default configuration +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." +error_can_t_load_default_data: "Default configuration could not be loaded: %s" |