From cd46f435b5f95e32a470988ea56737b644b93166 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 13 May 2018 08:50:53 +0000 Subject: [PATCH] Clarify that copying versions with a project also copies attached files (#26622). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17334 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/copy.html.erb | 2 +- config/locales/de.yml | 1 + config/locales/en-GB.yml | 1 + config/locales/en.yml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/projects/copy.html.erb b/app/views/projects/copy.html.erb index dbec31eda..ee725ebd9 100644 --- a/app/views/projects/copy.html.erb +++ b/app/views/projects/copy.html.erb @@ -5,7 +5,7 @@
<%= l(:button_copy) %> - + diff --git a/config/locales/de.yml b/config/locales/de.yml index b4cef8a53..13be99421 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -788,6 +788,7 @@ de: label_version: Version label_version_new: Neue Version label_version_plural: Versionen + label_version_and_files: Versionen (%{count}) und Dateien label_version_sharing_descendants: Mit Unterprojekten label_version_sharing_hierarchy: Mit Projekthierarchie label_version_sharing_none: Nicht gemeinsam verwenden diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 65686d016..eea64dfb7 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -552,6 +552,7 @@ en-GB: label_version: Version label_version_new: New version label_version_plural: Versions + label_version_and_files: Versions (%{count}) and Files label_close_versions: Close completed versions label_confirmation: Confirmation label_export_to: 'Also available in:' diff --git a/config/locales/en.yml b/config/locales/en.yml index 225fc2bed..d8f09431f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -667,6 +667,7 @@ en: label_version: Version label_version_new: New version label_version_plural: Versions + label_version_and_files: Versions (%{count}) and Files label_close_versions: Close completed versions label_confirmation: Confirmation label_export_to: 'Also available in:'