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 | |
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')
-rw-r--r-- | lang/bg.yml | 4 | ||||
-rw-r--r-- | lang/cs.yml | 4 | ||||
-rw-r--r-- | lang/de.yml | 4 | ||||
-rw-r--r-- | lang/en.yml | 5 | ||||
-rw-r--r-- | lang/es.yml | 4 | ||||
-rw-r--r-- | lang/fr.yml | 7 | ||||
-rw-r--r-- | lang/he.yml | 4 | ||||
-rw-r--r-- | lang/it.yml | 4 | ||||
-rw-r--r-- | lang/ja.yml | 4 | ||||
-rw-r--r-- | lang/ko.yml | 4 | ||||
-rw-r--r-- | lang/nl.yml | 4 | ||||
-rw-r--r-- | lang/pl.yml | 4 | ||||
-rw-r--r-- | lang/pt-br.yml | 4 | ||||
-rw-r--r-- | lang/pt.yml | 4 | ||||
-rw-r--r-- | lang/ro.yml | 4 | ||||
-rw-r--r-- | lang/ru.yml | 4 | ||||
-rw-r--r-- | lang/sr.yml | 4 | ||||
-rw-r--r-- | lang/sv.yml | 4 | ||||
-rw-r--r-- | lang/zh-tw.yml | 4 | ||||
-rw-r--r-- | lang/zh.yml | 4 |
20 files changed, 83 insertions, 1 deletions
diff --git a/lang/bg.yml b/lang/bg.yml index 916e89268..eeb6ef80b 100644 --- a/lang/bg.yml +++ b/lang/bg.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" diff --git a/lang/cs.yml b/lang/cs.yml index db2055f6c..e99fe061b 100644 --- a/lang/cs.yml +++ b/lang/cs.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" diff --git a/lang/de.yml b/lang/de.yml index 2d4a95c2d..cd4e222ae 100644 --- a/lang/de.yml +++ b/lang/de.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" 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 diff --git a/lang/es.yml b/lang/es.yml index b7aaf1b39..bae295586 100644 --- a/lang/es.yml +++ b/lang/es.yml @@ -556,3 +556,7 @@ field_searchable: Incluir en las búsquedas label_display_per_page: 'Por página: %s' setting_per_page_options: Objetos por página label_age: Edad +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" diff --git a/lang/fr.yml b/lang/fr.yml index 394865a21..d47feceb2 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -72,10 +72,13 @@ notice_scm_error: "L'entrée et/ou la révision demandée n'existe pas dans le d notice_not_authorized: "Vous n'êtes pas autorisés à accéder à cette page." notice_email_sent: "Un email a été envoyé à %s" notice_email_error: "Erreur lors de l'envoi de l'email (%s)" -notice_feeds_access_key_reseted: Votre clé d'accès aux flux RSS a été réinitialisée. +notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée." notice_failed_to_save_issues: "%d demande(s) sur les %d sélectionnées n'ont pas pu être mise(s) à jour: %s." notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour." notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur." +notice_default_data_loaded: Paramétrage par défaut chargé avec succès. + +error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage: %s" mail_subject_lost_password: Votre mot de passe redMine mail_body_lost_password: 'Pour changer votre mot de passe Redmine, cliquez sur le lien suivant:' @@ -527,6 +530,8 @@ text_issue_category_destroy_question: Des demandes (%d) sont affectées à cette text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seulement des notifications pour ce que vous surveillez ou à quoi vous participez (exemple: demandes dont vous êtes l'auteur ou la personne assignée)." +text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé." +text_load_default_configuration: Charger le paramétrage par défaut default_role_manager: Manager default_role_developper: Développeur diff --git a/lang/he.yml b/lang/he.yml index 322b10b7c..e2277dc3d 100644 --- a/lang/he.yml +++ b/lang/he.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" diff --git a/lang/it.yml b/lang/it.yml index 561215f78..709f41774 100644 --- a/lang/it.yml +++ b/lang/it.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" diff --git a/lang/ja.yml b/lang/ja.yml index eb30edb26..286fb5971 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -554,3 +554,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" diff --git a/lang/ko.yml b/lang/ko.yml index d0e03b364..52c9b5431 100644 --- a/lang/ko.yml +++ b/lang/ko.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" diff --git a/lang/nl.yml b/lang/nl.yml index 74eff69ea..43e1704a4 100644 --- a/lang/nl.yml +++ b/lang/nl.yml @@ -554,3 +554,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" diff --git a/lang/pl.yml b/lang/pl.yml index f1513ac92..77ae6bb66 100644 --- a/lang/pl.yml +++ b/lang/pl.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" diff --git a/lang/pt-br.yml b/lang/pt-br.yml index 33719d11b..55e8b3fae 100644 --- a/lang/pt-br.yml +++ b/lang/pt-br.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"
diff --git a/lang/pt.yml b/lang/pt.yml index c042589e3..0a5661997 100644 --- a/lang/pt.yml +++ b/lang/pt.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" 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" diff --git a/lang/ru.yml b/lang/ru.yml index d40379788..b293dc309 100644 --- a/lang/ru.yml +++ b/lang/ru.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" diff --git a/lang/sr.yml b/lang/sr.yml index 18e97d444..c842ec438 100644 --- a/lang/sr.yml +++ b/lang/sr.yml @@ -554,3 +554,7 @@ field_searchable: Searchable label_display_per_page: 'Po stranici: %s' setting_per_page_options: Objekata po stranici opcija label_age: Starost +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" diff --git a/lang/sv.yml b/lang/sv.yml index dd4117115..85fb19bcb 100644 --- a/lang/sv.yml +++ b/lang/sv.yml @@ -554,3 +554,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" diff --git a/lang/zh-tw.yml b/lang/zh-tw.yml index 889f86a1c..719a2e868 100644 --- a/lang/zh-tw.yml +++ b/lang/zh-tw.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" diff --git a/lang/zh.yml b/lang/zh.yml index c758f5490..05134751f 100644 --- a/lang/zh.yml +++ b/lang/zh.yml @@ -556,3 +556,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" |