diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-16 22:38:20 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-16 22:38:20 +0000 |
commit | 9e8a7abddbf3b5c6cff511ca0d81e1222cc15ded (patch) | |
tree | 66c0700adf9dff64304244bc3ce09a3ac6d5dff7 /config | |
parent | 0893331de0df737e3f0bf295aeded9f08ff1167a (diff) | |
download | redmine-9e8a7abddbf3b5c6cff511ca0d81e1222cc15ded.tar.gz redmine-9e8a7abddbf3b5c6cff511ca0d81e1222cc15ded.zip |
Ask more specific confirmation questions when closing/reopening/archiving projects (#36891).
Patch by Holger Just.
git-svn-id: https://svn.redmine.org/redmine/trunk@21589 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 3 | ||||
-rw-r--r-- | config/locales/en.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 3a8ab0b7e..fb6f9dccf 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1108,6 +1108,9 @@ de: text_plugin_assets_writable: Verzeichnis für Plugin-Assets beschreibbar text_project_closed: Dieses Projekt ist geschlossen und kann nicht bearbeitet werden. text_project_destroy_confirmation: Sind Sie sicher, dass Sie das Projekt löschen wollen? + text_project_close_confirmation: Sind Sie sicher, dass Sie das Projekt '%{value}' schließen wollen? + text_project_reopen_confirmation: Sind Sie sicher, dass Sie das Projekt '%{value}' wieder öffnen wollen? + text_project_archive_confirmation: Sind Sie sicher, dass Sie das Projekt '%{value}' archivieren wollen? text_project_identifier_info: 'Kleinbuchstaben (a-z), Ziffern, Binde- und Unterstriche erlaubt.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.' text_reassign_time_entries: 'Gebuchte Aufwände diesem Ticket zuweisen:' text_regexp_info: z. B. ^[A-Z0-9]+$ diff --git a/config/locales/en.yml b/config/locales/en.yml index 62577376f..5cda61e3d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1208,6 +1208,9 @@ en: text_regexp_info: eg. ^[A-Z0-9]+$ text_project_destroy_confirmation: Are you sure you want to delete this project and related data? text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted." + text_project_close_confirmation: Are you sure you want to close the '%{value}' project to make it read-only? + text_project_reopen_confirmation: Are you sure you want to reopen the '%{value}' project? + text_project_archive_confirmation: Are you sure you want to archive the '%{value}' project? text_workflow_edit: Select a role and a tracker to edit the workflow text_are_you_sure: Are you sure? text_journal_changed: "%{label} changed from %{old} to %{new}" |