diff options
Diffstat (limited to 'config/locales/ro.yml')
-rw-r--r-- | config/locales/ro.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/locales/ro.yml b/config/locales/ro.yml index b4ba30ded..688f1d14a 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -1446,3 +1446,16 @@ ro: 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}' |