diff options
author | Go MAEDA <maeda@farend.jp> | 2022-05-25 13:32:05 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-05-25 13:32:05 +0000 |
commit | 03234cf5814878b4061f94e54571c3562a90f60f (patch) | |
tree | a05d50e28c4ff67fde2691b098bd8e23171acce1 /config/locales/no.yml | |
parent | a6353edafa528ee6defcd20549b397f8f1021a56 (diff) | |
download | redmine-03234cf5814878b4061f94e54571c3562a90f60f.tar.gz redmine-03234cf5814878b4061f94e54571c3562a90f60f.zip |
Update locales (#36691).
git-svn-id: https://svn.redmine.org/redmine/trunk@21602 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/no.yml')
-rw-r--r-- | config/locales/no.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/locales/no.yml b/config/locales/no.yml index 1c033f1fa..4a9517d24 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -1441,3 +1441,16 @@ 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? + mail_destroy_project_failed: Project %{value} could not be deleted. + mail_destroy_project_successful: Project %{value} was deleted successfully. + mail_destroy_project_with_subprojects_successful: Project %{value} and its subprojects + were deleted successfully. + project_status_scheduled_for_deletion: scheduled for deletion + text_projects_bulk_destroy_confirmation: Are you sure you want to delete the selected + projects and related data? + text_projects_bulk_destroy_head: | + You are about to permanently delete the following projects, including possible subprojects and any related data. + Please review the information below and confirm that this is indeed what you want to do. + This action cannot be undone. + text_projects_bulk_destroy_confirm: To confirm, please enter "%{yes}" in the box below. + text_subprojects_bulk_destroy: 'including its subproject(s): %{value}' |