<%= paginable_renderise(
- partial: '/paginable/plans/org_admin_other_user',
+ partial: '/paginable/plans/index',
controller: 'paginable/plans',
- action: 'org_admin_other_user',
+ action: 'index',
remote: true,
scope: @plans,
query_params: { sort_field: 'plans.updated_at', sort_direction: 'desc' }) %>
diff --git a/app/views/orgs/_profile_form.html.erb b/app/views/orgs/_profile_form.html.erb
index 15971d2c3c..5226143c6d 100644
--- a/app/views/orgs/_profile_form.html.erb
+++ b/app/views/orgs/_profile_form.html.erb
@@ -25,7 +25,7 @@
<%= f.label :abbreviation, _('Organisation abbreviated name'), class: "control-label" %>
- <%= f.text_field :abbreviation, id: "org_abbreviation", class: "form-control", "aria-required": true %>
+ <%= f.text_field :abbreviation, id: "org_abbreviation", class: "form-control" %>
<% end %>
diff --git a/app/views/paginable/plans/_org_admin_other_user.html.erb b/app/views/paginable/plans/_index.html.erb
similarity index 90%
rename from app/views/paginable/plans/_org_admin_other_user.html.erb
rename to app/views/paginable/plans/_index.html.erb
index e4ddfcbde6..aff6854691 100644
--- a/app/views/paginable/plans/_org_admin_other_user.html.erb
+++ b/app/views/paginable/plans/_index.html.erb
@@ -21,8 +21,8 @@
<% end %>
<%= plan.template.title %>
-
<%= plan.owner&.org&.name %>
-
<%= plan.owner&.name(false) %>
+
<%= plan.owner.org.name if plan.owner.present? %>
+
<%= plan.owner.name(false) if plan.owner.present? %>
<%= l(plan.updated_at.to_date, formats: :short) %>
<%= plan.visibility === 'is_test' ? _('Test') : sanitize(display_visibility(plan.visibility)) %>
diff --git a/app/views/shared/export/_plan.erb b/app/views/shared/export/_plan.erb
index 423de9ae25..89b80b9aee 100644
--- a/app/views/shared/export/_plan.erb
+++ b/app/views/shared/export/_plan.erb
@@ -57,7 +57,7 @@
<% else %>
<%# case where Question has options %>
- <% if options.any? %>
+ <% if options.present? && options.any? %>
<% options.each do |opt| %>
<%= opt.text %>
diff --git a/app/views/shared/export/_plan_coversheet.erb b/app/views/shared/export/_plan_coversheet.erb
index df16331646..370fdf2338 100644
--- a/app/views/shared/export/_plan_coversheet.erb
+++ b/app/views/shared/export/_plan_coversheet.erb
@@ -3,9 +3,7 @@
<%= _("A Data Management Plan created using %{application_name}") % { application_name: ApplicationService.application_name } %>
- <%# Using
tags as the htmltoword gem does not recognise css styles defined %>
- <%# Allow raw html (==) for plan_attribution as it has tags %>
- <%== plan_attribution(@hash[:attribution]) %>
+
<%= _("Creator:") %> <%= @hash[:attribution] %>
<%= _("Affiliation: ") %> <%= @hash[:affiliation] %>
diff --git a/app/views/shared/org_selectors/_external_only.html.erb b/app/views/shared/org_selectors/_external_only.html.erb
index daf0ef3456..9353e1c05a 100644
--- a/app/views/shared/org_selectors/_external_only.html.erb
+++ b/app/views/shared/org_selectors/_external_only.html.erb
@@ -13,8 +13,8 @@ presenter = OrgSelectionPresenter.new(orgs: [default_org],
placeholder = _("Begin typing to see a list of suggestions.")
%>
-<%= form.label :org_name, label %>
-<%= form.text_field :org_name, class: "form-control autocomplete",
+<%= form.label :name, label %>
+<%= form.text_field :name, class: "form-control autocomplete",
placeholder: placeholder,
value: presenter.name,
spellcheck: true,
diff --git a/app/views/super_admin/users/edit.html.erb b/app/views/super_admin/users/edit.html.erb
index abc4870e33..098af7517a 100644
--- a/app/views/super_admin/users/edit.html.erb
+++ b/app/views/super_admin/users/edit.html.erb
@@ -109,9 +109,9 @@
<%= paginable_renderise(
- partial: '/paginable/plans/org_admin_other_user',
+ partial: '/paginable/plans/index',
controller: 'paginable/plans',
- action: 'org_admin_other_user',
+ action: 'index',
scope: @plans,
query_params: { sort_field: 'plans.updated_at', sort_direction: 'desc' }) %>
diff --git a/config/initializers/_dmproadmap.rb b/config/initializers/_dmproadmap.rb
index 2886e46178..06c664419a 100644
--- a/config/initializers/_dmproadmap.rb
+++ b/config/initializers/_dmproadmap.rb
@@ -115,6 +115,12 @@ class Application < Rails::Application
}
# Setting to only take orgs from local and not allow on-the-fly creation
config.x.application.restrict_orgs = false
+ # Setting to display phone number in contributor form
+ config.x.application.display_contributor_phone_number = false
+
+ # Setting require contributor requirement of contributor name and email
+ config.x.application.require_contributor_name = false
+ config.x.application.require_contributor_email = false
# ------------------- #
# SHIBBOLETH SETTINGS #
diff --git a/config/locale/app.pot b/config/locale/app.pot
index bc5ca09dfb..8fbf5ca3ff 100644
--- a/config/locale/app.pot
+++ b/config/locale/app.pot
@@ -1,15 +1,15 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2021 app
+# Copyright (C) 2022 app
# This file is distributed under the same license as the app package.
-# FIRST AUTHOR
, 2021.
+# FIRST AUTHOR , 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
-"POT-Creation-Date: 2021-10-01 11:19+0000\n"
-"PO-Revision-Date: 2021-10-01 11:19+0000\n"
+"POT-Creation-Date: 2022-02-10 08:50+0000\n"
+"PO-Revision-Date: 2022-02-10 08:50+0000\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"Language: \n"
@@ -18,25 +18,25 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-#: ../../app/controllers/answers_controller.rb:24
+#: ../../app/controllers/answers_controller.rb:25
msgid ""
-"There is no question with id %s associated to plan id %s f"
-"or which to create or update an answer"
+"There is no question with id %s associated to plan id %s"
+" for which to create or update an answer"
msgstr ""
-#: ../../app/controllers/answers_controller.rb:34
+#: ../../app/controllers/answers_controller.rb:33
msgid "There is no plan with id %s for which to create or update an answer"
msgstr ""
-#: ../../app/controllers/api/v0/base_controller.rb:124
+#: ../../app/controllers/api/v0/base_controller.rb:126
msgid "Bad Credentials"
msgstr ""
-#: ../../app/controllers/api/v0/departments_controller.rb:20
+#: ../../app/controllers/api/v0/departments_controller.rb:22
msgid "Departments code and name must be unique"
msgstr ""
-#: ../../app/controllers/api/v0/plans_controller.rb:26
+#: ../../app/controllers/api/v0/plans_controller.rb:27
msgid "user must be in your organisation"
msgstr ""
@@ -44,28 +44,28 @@ msgstr ""
msgid "Bad Parameters"
msgstr ""
-#: ../../app/controllers/api/v0/statistics_controller.rb:40
+#: ../../app/controllers/api/v0/statistics_controller.rb:41
#: ../../app/controllers/api/v0/statistics_controller.rb:89
-#: ../../app/controllers/api/v0/statistics_controller.rb:135
-#: ../../app/controllers/usage_controller.rb:68
+#: ../../app/controllers/api/v0/statistics_controller.rb:136
+#: ../../app/controllers/usage_controller.rb:66
#: ../../app/controllers/usage_controller.rb:87
msgid "Month"
msgstr ""
-#: ../../app/controllers/api/v0/statistics_controller.rb:40
-#: ../../app/controllers/usage_controller.rb:68
+#: ../../app/controllers/api/v0/statistics_controller.rb:41
+#: ../../app/controllers/usage_controller.rb:66
msgid "No. Users joined"
msgstr ""
-#: ../../app/controllers/api/v0/statistics_controller.rb:46
+#: ../../app/controllers/api/v0/statistics_controller.rb:47
#: ../../app/controllers/api/v0/statistics_controller.rb:95
-#: ../../app/controllers/api/v0/statistics_controller.rb:141
-#: ../../app/controllers/usage_controller.rb:74
+#: ../../app/controllers/api/v0/statistics_controller.rb:142
+#: ../../app/controllers/usage_controller.rb:72
#: ../../app/controllers/usage_controller.rb:93
msgid "Total"
msgstr ""
-#: ../../app/controllers/api/v0/statistics_controller.rb:47
+#: ../../app/controllers/api/v0/statistics_controller.rb:48
msgid "users_joined"
msgstr ""
@@ -78,137 +78,141 @@ msgstr ""
msgid "completed_plans"
msgstr ""
-#: ../../app/controllers/api/v0/statistics_controller.rb:135
+#: ../../app/controllers/api/v0/statistics_controller.rb:136
msgid "No. Plans"
msgstr ""
-#: ../../app/controllers/api/v0/statistics_controller.rb:142
+#: ../../app/controllers/api/v0/statistics_controller.rb:143
msgid "plans"
msgstr ""
-#: ../../app/controllers/api/v1/authentication_controller.rb:49
+#: ../../app/controllers/api/v1/authentication_controller.rb:47
msgid "Missing or invalid JSON"
msgstr ""
-#: ../../app/controllers/api/v1/base_api_controller.rb:81
+#: ../../app/controllers/api/v1/base_api_controller.rb:79
msgid "Invalid JSON format"
msgstr ""
-#: ../../app/controllers/api/v1/plans_controller.rb:20
+#: ../../app/controllers/api/v1/plans_controller.rb:18
msgid "Plan not found"
msgstr ""
-#: ../../app/controllers/api/v1/plans_controller.rb:37
+#: ../../app/controllers/api/v1/plans_controller.rb:36
msgid "Unable to create your DMP"
msgstr ""
-#: ../../app/controllers/api/v1/plans_controller.rb:38
+#: ../../app/controllers/api/v1/plans_controller.rb:37
msgid "Plan already exists. Send an update instead."
msgstr ""
-#: ../../app/controllers/api/v1/plans_controller.rb:39
+#: ../../app/controllers/api/v1/plans_controller.rb:38
msgid ""
"Could not determine ownership of the DMP. Please add an\n"
" :affiliation to the :contact"
msgstr ""
-#: ../../app/controllers/api/v1/plans_controller.rb:74
+#: ../../app/controllers/api/v1/plans_controller.rb:70
msgid "Invalid JSON!"
msgstr ""
-#: ../../app/controllers/api/v1/plans_controller.rb:77
+#: ../../app/controllers/api/v1/plans_controller.rb:73
msgid "Invalid JSON"
msgstr ""
-#: ../../app/controllers/api/v1/plans_controller.rb:93
+#: ../../app/controllers/api/v1/plans_controller.rb:90
msgid "No Plans found"
msgstr ""
-#: ../../app/controllers/application_controller.rb:33
+#: ../../app/controllers/application_controller.rb:36
msgid "You are not authorized to perform this action."
msgstr ""
-#: ../../app/controllers/application_controller.rb:35
+#: ../../app/controllers/application_controller.rb:40
msgid "You need to sign in or sign up before continuing."
msgstr ""
-#: ../../app/controllers/application_controller.rb:100
+#: ../../app/controllers/application_controller.rb:108
msgid "Unable to %s the %s.%s"
msgstr ""
-#: ../../app/controllers/application_controller.rb:108
+#: ../../app/controllers/application_controller.rb:114
msgid "Successfully %s the %s."
msgstr ""
-#: ../../app/controllers/application_controller.rb:123
+#: ../../app/controllers/application_controller.rb:127
msgid "API client"
msgstr ""
-#: ../../app/controllers/application_controller.rb:124
+#: ../../app/controllers/application_controller.rb:128
msgid "plan"
msgstr ""
-#: ../../app/controllers/application_controller.rb:125
+#: ../../app/controllers/application_controller.rb:129
msgid "guidance group"
msgstr ""
-#: ../../app/controllers/application_controller.rb:126
+#: ../../app/controllers/application_controller.rb:130
msgid "comment"
msgstr ""
-#: ../../app/controllers/application_controller.rb:127
+#: ../../app/controllers/application_controller.rb:131
msgid "organisation"
msgstr ""
-#: ../../app/controllers/application_controller.rb:128
+#: ../../app/controllers/application_controller.rb:132
msgid "permission"
msgstr ""
-#: ../../app/controllers/application_controller.rb:129
+#: ../../app/controllers/application_controller.rb:133
msgid "preferences"
msgstr ""
-#: ../../app/controllers/application_controller.rb:130
+#: ../../app/controllers/application_controller.rb:134
msgid "profile"
msgstr ""
-#: ../../app/controllers/application_controller.rb:130
+#: ../../app/controllers/application_controller.rb:134
msgid "user"
msgstr ""
-#: ../../app/controllers/application_controller.rb:131
+#: ../../app/controllers/application_controller.rb:135
msgid "question option"
msgstr ""
-#: ../../app/controllers/concerns/paginable.rb:44
+#: ../../app/controllers/application_controller.rb:181
+msgid "Record Not Found"
+msgstr ""
+
+#: ../../app/controllers/concerns/paginable.rb:45
msgid "scope should be an ActiveRecord::Relation object"
msgstr ""
-#: ../../app/controllers/concerns/paginable.rb:46
+#: ../../app/controllers/concerns/paginable.rb:47
msgid "path_params should be a Hash object"
msgstr ""
-#: ../../app/controllers/concerns/paginable.rb:47
+#: ../../app/controllers/concerns/paginable.rb:48
msgid "query_params should be a Hash object"
msgstr ""
-#: ../../app/controllers/concerns/paginable.rb:48
+#: ../../app/controllers/concerns/paginable.rb:49
msgid "locals should be a Hash object"
msgstr ""
-#: ../../app/controllers/concerns/paginable.rb:69
+#: ../../app/controllers/concerns/paginable.rb:70
msgid "Restricted access to View All the records"
msgstr ""
-#: ../../app/controllers/concerns/paginable.rb:180
+#: ../../app/controllers/concerns/paginable.rb:182
msgid "Sort by %s"
msgstr ""
-#: ../../app/controllers/concerns/template_methods.rb:10
+#: ../../app/controllers/concerns/template_methods.rb:8
msgid "customisation"
msgstr ""
-#: ../../app/controllers/concerns/template_methods.rb:10
+#: ../../app/controllers/concerns/template_methods.rb:8
msgid "template"
msgstr ""
@@ -216,28 +220,28 @@ msgstr ""
msgid "obj should be a Template, Phase, Section, Question, or Annotation"
msgstr ""
-#: ../../app/controllers/concerns/versionable.rb:46
-#: ../../app/controllers/concerns/versionable.rb:65
+#: ../../app/controllers/concerns/versionable.rb:47
+#: ../../app/controllers/concerns/versionable.rb:66
msgid "obj should be a Phase, Section, Question, or Annotation"
msgstr ""
-#: ../../app/controllers/concerns/versionable.rb:88
+#: ../../app/controllers/concerns/versionable.rb:90
msgid "The search_space does not respond to each"
msgstr ""
-#: ../../app/controllers/concerns/versionable.rb:93
+#: ../../app/controllers/concerns/versionable.rb:94
msgid "The search space does not have elements associated"
msgstr ""
-#: ../../app/controllers/contacts_controller.rb:10
+#: ../../app/controllers/contacts_controller.rb:13
msgid "Captcha verification failed, please retry."
msgstr ""
-#: ../../app/controllers/contacts_controller.rb:16
+#: ../../app/controllers/contacts_controller.rb:18
msgid "Contact email was successfully sent."
msgstr ""
-#: ../../app/controllers/contacts_controller.rb:18
+#: ../../app/controllers/contacts_controller.rb:20
msgid "Unable to submit your request"
msgstr ""
@@ -251,60 +255,60 @@ msgid "added"
msgstr ""
#: ../../app/controllers/contributors_controller.rb:72
-#: ../../app/controllers/guidance_groups_controller.rb:48
-#: ../../app/controllers/guidances_controller.rb:71
-#: ../../app/controllers/notes_controller.rb:92
-#: ../../app/controllers/org_admin/departments_controller.rb:48
-#: ../../app/controllers/org_admin/sections_controller.rb:102
-#: ../../app/controllers/org_admin/templates_controller.rb:203
-#: ../../app/controllers/orgs_controller.rb:87
-#: ../../app/controllers/plans_controller.rb:271
-#: ../../app/controllers/plans_controller.rb:274
-#: ../../app/controllers/registrations_controller.rb:247
-#: ../../app/controllers/registrations_controller.rb:251
-#: ../../app/controllers/registrations_controller.rb:276
+#: ../../app/controllers/guidance_groups_controller.rb:51
+#: ../../app/controllers/guidances_controller.rb:74
+#: ../../app/controllers/notes_controller.rb:89
+#: ../../app/controllers/org_admin/departments_controller.rb:50
+#: ../../app/controllers/org_admin/sections_controller.rb:103
+#: ../../app/controllers/org_admin/templates_controller.rb:204
+#: ../../app/controllers/orgs_controller.rb:88
+#: ../../app/controllers/plans_controller.rb:282
+#: ../../app/controllers/plans_controller.rb:285
+#: ../../app/controllers/registrations_controller.rb:249
+#: ../../app/controllers/registrations_controller.rb:253
#: ../../app/controllers/registrations_controller.rb:280
-#: ../../app/controllers/users_controller.rb:98
-#: ../../app/controllers/users_controller.rb:125
+#: ../../app/controllers/registrations_controller.rb:284
+#: ../../app/controllers/users_controller.rb:101
+#: ../../app/controllers/users_controller.rb:129
msgid "saved"
msgstr ""
#: ../../app/controllers/contributors_controller.rb:74
-#: ../../app/controllers/guidance_groups_controller.rb:50
-#: ../../app/controllers/guidances_controller.rb:73
-#: ../../app/controllers/notes_controller.rb:110
-#: ../../app/controllers/org_admin/departments_controller.rb:50
-#: ../../app/controllers/org_admin/sections_controller.rb:104
-#: ../../app/controllers/org_admin/templates_controller.rb:208
-#: ../../app/controllers/orgs_controller.rb:89
-#: ../../app/controllers/plans_controller.rb:280
-#: ../../app/controllers/plans_controller.rb:283
-#: ../../app/controllers/plans_controller.rb:287
-#: ../../app/controllers/plans_controller.rb:290
-#: ../../app/controllers/registrations_controller.rb:254
-#: ../../app/controllers/registrations_controller.rb:283
+#: ../../app/controllers/guidance_groups_controller.rb:53
+#: ../../app/controllers/guidances_controller.rb:76
+#: ../../app/controllers/notes_controller.rb:107
+#: ../../app/controllers/org_admin/departments_controller.rb:52
+#: ../../app/controllers/org_admin/sections_controller.rb:105
+#: ../../app/controllers/org_admin/templates_controller.rb:209
+#: ../../app/controllers/orgs_controller.rb:90
+#: ../../app/controllers/plans_controller.rb:291
+#: ../../app/controllers/plans_controller.rb:294
+#: ../../app/controllers/plans_controller.rb:298
+#: ../../app/controllers/plans_controller.rb:301
+#: ../../app/controllers/registrations_controller.rb:256
+#: ../../app/controllers/registrations_controller.rb:287
msgid "save"
msgstr ""
#: ../../app/controllers/contributors_controller.rb:84
-#: ../../app/controllers/notes_controller.rb:134
-#: ../../app/controllers/org_admin/templates_controller.rb:236
+#: ../../app/controllers/notes_controller.rb:131
+#: ../../app/controllers/org_admin/templates_controller.rb:237
#: ../../app/controllers/super_admin/orgs_controller.rb:94
msgid "removed"
msgstr ""
#: ../../app/controllers/contributors_controller.rb:87
-#: ../../app/controllers/notes_controller.rb:152
-#: ../../app/controllers/org_admin/templates_controller.rb:238
+#: ../../app/controllers/notes_controller.rb:149
+#: ../../app/controllers/org_admin/templates_controller.rb:239
#: ../../app/controllers/super_admin/orgs_controller.rb:97
msgid "remove"
msgstr ""
-#: ../../app/controllers/contributors_controller.rb:160
+#: ../../app/controllers/contributors_controller.rb:161
msgid "plan not found"
msgstr ""
-#: ../../app/controllers/contributors_controller.rb:168
+#: ../../app/controllers/contributors_controller.rb:169
msgid "contributor not found"
msgstr ""
@@ -316,93 +320,93 @@ msgstr ""
msgid "An error occurred when requesting feedback for this plan."
msgstr ""
-#: ../../app/controllers/guidance_groups_controller.rb:28
-#: ../../app/controllers/guidances_controller.rb:51
-#: ../../app/controllers/notes_controller.rb:51
-#: ../../app/controllers/org_admin/departments_controller.rb:25
-#: ../../app/controllers/org_admin/phases_controller.rb:120
-#: ../../app/controllers/org_admin/questions_controller.rb:95
-#: ../../app/controllers/org_admin/sections_controller.rb:78
-#: ../../app/controllers/org_admin/templates_controller.rb:177
-#: ../../app/controllers/plans_controller.rb:118
+#: ../../app/controllers/guidance_groups_controller.rb:29
+#: ../../app/controllers/guidances_controller.rb:52
+#: ../../app/controllers/notes_controller.rb:48
+#: ../../app/controllers/org_admin/departments_controller.rb:26
+#: ../../app/controllers/org_admin/phases_controller.rb:121
+#: ../../app/controllers/org_admin/questions_controller.rb:94
+#: ../../app/controllers/org_admin/sections_controller.rb:79
+#: ../../app/controllers/org_admin/templates_controller.rb:180
+#: ../../app/controllers/plans_controller.rb:120
#: ../../app/controllers/super_admin/api_clients_controller.rb:44
#: ../../app/controllers/super_admin/notifications_controller.rb:38
-#: ../../app/controllers/super_admin/orgs_controller.rb:62
-#: ../../app/controllers/super_admin/themes_controller.rb:22
+#: ../../app/controllers/super_admin/orgs_controller.rb:61
+#: ../../app/controllers/super_admin/themes_controller.rb:21
msgid "created"
msgstr ""
-#: ../../app/controllers/guidance_groups_controller.rb:31
-#: ../../app/controllers/guidances_controller.rb:53
-#: ../../app/controllers/notes_controller.rb:70
-#: ../../app/controllers/org_admin/departments_controller.rb:29
-#: ../../app/controllers/org_admin/phases_controller.rb:122
-#: ../../app/controllers/org_admin/questions_controller.rb:97
-#: ../../app/controllers/org_admin/sections_controller.rb:85
-#: ../../app/controllers/org_admin/templates_controller.rb:179
+#: ../../app/controllers/guidance_groups_controller.rb:32
+#: ../../app/controllers/guidances_controller.rb:54
+#: ../../app/controllers/notes_controller.rb:67
+#: ../../app/controllers/org_admin/departments_controller.rb:30
+#: ../../app/controllers/org_admin/phases_controller.rb:123
+#: ../../app/controllers/org_admin/questions_controller.rb:96
+#: ../../app/controllers/org_admin/sections_controller.rb:86
+#: ../../app/controllers/org_admin/templates_controller.rb:182
#: ../../app/controllers/plans_controller.rb:151
-#: ../../app/controllers/super_admin/api_clients_controller.rb:51
+#: ../../app/controllers/super_admin/api_clients_controller.rb:50
#: ../../app/controllers/super_admin/notifications_controller.rb:41
-#: ../../app/controllers/super_admin/orgs_controller.rb:65
-#: ../../app/controllers/super_admin/themes_controller.rb:25
+#: ../../app/controllers/super_admin/orgs_controller.rb:64
+#: ../../app/controllers/super_admin/themes_controller.rb:24
msgid "create"
msgstr ""
-#: ../../app/controllers/guidance_groups_controller.rb:61
+#: ../../app/controllers/guidance_groups_controller.rb:65
msgid "Your guidance group has been published and is now available to users."
msgstr ""
-#: ../../app/controllers/guidance_groups_controller.rb:64
-#: ../../app/controllers/guidances_controller.rb:107
+#: ../../app/controllers/guidance_groups_controller.rb:68
+#: ../../app/controllers/guidances_controller.rb:112
msgid "publish"
msgstr ""
-#: ../../app/controllers/guidance_groups_controller.rb:76
+#: ../../app/controllers/guidance_groups_controller.rb:79
msgid "Your guidance group is no longer published and will not be available to users."
msgstr ""
-#: ../../app/controllers/guidance_groups_controller.rb:79
-#: ../../app/controllers/guidances_controller.rb:124
+#: ../../app/controllers/guidance_groups_controller.rb:81
+#: ../../app/controllers/guidances_controller.rb:129
msgid "unpublish"
msgstr ""
-#: ../../app/controllers/guidance_groups_controller.rb:89
-#: ../../app/controllers/guidances_controller.rb:88
-#: ../../app/controllers/org_admin/departments_controller.rb:63
-#: ../../app/controllers/org_admin/phases_controller.rb:174
-#: ../../app/controllers/org_admin/question_options_controller.rb:25
+#: ../../app/controllers/guidance_groups_controller.rb:91
+#: ../../app/controllers/guidances_controller.rb:93
+#: ../../app/controllers/org_admin/departments_controller.rb:66
+#: ../../app/controllers/org_admin/phases_controller.rb:179
+#: ../../app/controllers/org_admin/question_options_controller.rb:24
#: ../../app/controllers/org_admin/questions_controller.rb:197
-#: ../../app/controllers/org_admin/sections_controller.rb:126
-#: ../../app/controllers/plans_controller.rb:332
-#: ../../app/controllers/super_admin/api_clients_controller.rb:79
-#: ../../app/controllers/super_admin/notifications_controller.rb:84
-#: ../../app/controllers/super_admin/themes_controller.rb:50
+#: ../../app/controllers/org_admin/sections_controller.rb:128
+#: ../../app/controllers/plans_controller.rb:344
+#: ../../app/controllers/super_admin/api_clients_controller.rb:81
+#: ../../app/controllers/super_admin/notifications_controller.rb:85
+#: ../../app/controllers/super_admin/themes_controller.rb:51
msgid "deleted"
msgstr ""
-#: ../../app/controllers/guidance_groups_controller.rb:91
-#: ../../app/controllers/guidances_controller.rb:90
-#: ../../app/controllers/org_admin/departments_controller.rb:65
-#: ../../app/controllers/org_admin/phases_controller.rb:176
-#: ../../app/controllers/org_admin/question_options_controller.rb:27
+#: ../../app/controllers/guidance_groups_controller.rb:93
+#: ../../app/controllers/guidances_controller.rb:95
+#: ../../app/controllers/org_admin/departments_controller.rb:68
+#: ../../app/controllers/org_admin/phases_controller.rb:181
+#: ../../app/controllers/org_admin/question_options_controller.rb:26
#: ../../app/controllers/org_admin/questions_controller.rb:199
-#: ../../app/controllers/org_admin/sections_controller.rb:128
-#: ../../app/controllers/plans_controller.rb:337
-#: ../../app/controllers/super_admin/api_clients_controller.rb:82
-#: ../../app/controllers/super_admin/notifications_controller.rb:87
-#: ../../app/controllers/super_admin/themes_controller.rb:53
+#: ../../app/controllers/org_admin/sections_controller.rb:130
+#: ../../app/controllers/plans_controller.rb:349
+#: ../../app/controllers/super_admin/api_clients_controller.rb:84
+#: ../../app/controllers/super_admin/notifications_controller.rb:88
+#: ../../app/controllers/super_admin/themes_controller.rb:54
msgid "delete"
msgstr ""
-#: ../../app/controllers/guidances_controller.rb:104
+#: ../../app/controllers/guidances_controller.rb:109
msgid "Your guidance has been published and is now available to users."
msgstr ""
-#: ../../app/controllers/guidances_controller.rb:121
+#: ../../app/controllers/guidances_controller.rb:126
msgid "Your guidance is no longer published and will not be available to users."
msgstr ""
-#: ../../app/controllers/identifiers_controller.rb:18
+#: ../../app/controllers/identifiers_controller.rb:19
msgid "Successfully unlinked your account from %s."
msgstr ""
@@ -410,8 +414,8 @@ msgstr ""
msgid "Unable to unlink your account from %s."
msgstr ""
-#: ../../app/controllers/org_admin/phases_controller.rb:18
-#: ../../app/controllers/org_admin/templates_controller.rb:114
+#: ../../app/controllers/org_admin/phases_controller.rb:17
+#: ../../app/controllers/org_admin/templates_controller.rb:115
msgid ""
"You are viewing a historical version of this template. You will not be able to"
" make changes."
@@ -421,70 +425,72 @@ msgstr ""
msgid "You cannot add a phase to a historical version of a template."
msgstr ""
-#: ../../app/controllers/org_admin/phases_controller.rb:125
-#: ../../app/controllers/org_admin/phases_controller.rb:149
-#: ../../app/controllers/org_admin/phases_controller.rb:179
-#: ../../app/controllers/org_admin/question_options_controller.rb:30
-#: ../../app/controllers/org_admin/questions_controller.rb:100
-#: ../../app/controllers/org_admin/questions_controller.rb:202
-#: ../../app/controllers/org_admin/sections_controller.rb:107
-#: ../../app/controllers/org_admin/sections_controller.rb:131
-msgid "Unable to create a new version of this template."
+#: ../../app/controllers/org_admin/phases_controller.rb:126
+msgid "Unable to create a new version of this template. "
msgstr ""
-#: ../../app/controllers/org_admin/phases_controller.rb:144
+#: ../../app/controllers/org_admin/phases_controller.rb:147
#: ../../app/controllers/org_admin/questions_controller.rb:166
#: ../../app/controllers/org_admin/users_controller.rb:30
-#: ../../app/controllers/plans_controller.rb:400
-#: ../../app/controllers/super_admin/api_clients_controller.rb:67
-#: ../../app/controllers/super_admin/notifications_controller.rb:51
+#: ../../app/controllers/plans_controller.rb:417
+#: ../../app/controllers/super_admin/api_clients_controller.rb:68
+#: ../../app/controllers/super_admin/notifications_controller.rb:52
#: ../../app/controllers/super_admin/themes_controller.rb:39
-#: ../../app/controllers/super_admin/users_controller.rb:55
-#: ../../app/controllers/users_controller.rb:103
+#: ../../app/controllers/super_admin/users_controller.rb:54
+#: ../../app/controllers/users_controller.rb:106
msgid "updated"
msgstr ""
-#: ../../app/controllers/org_admin/phases_controller.rb:146
+#: ../../app/controllers/org_admin/phases_controller.rb:149
#: ../../app/controllers/org_admin/questions_controller.rb:169
#: ../../app/controllers/org_admin/users_controller.rb:32
-#: ../../app/controllers/plans_controller.rb:403
-#: ../../app/controllers/super_admin/api_clients_controller.rb:69
-#: ../../app/controllers/super_admin/notifications_controller.rb:54
+#: ../../app/controllers/plans_controller.rb:420
+#: ../../app/controllers/super_admin/api_clients_controller.rb:70
+#: ../../app/controllers/super_admin/notifications_controller.rb:55
#: ../../app/controllers/super_admin/themes_controller.rb:41
-#: ../../app/controllers/super_admin/users_controller.rb:57
+#: ../../app/controllers/super_admin/users_controller.rb:56
msgid "update"
msgstr ""
-#: ../../app/controllers/org_admin/plans_controller.rb:32
+#: ../../app/controllers/org_admin/phases_controller.rb:152
+#: ../../app/controllers/org_admin/phases_controller.rb:184
+#: ../../app/controllers/org_admin/question_options_controller.rb:29
+#: ../../app/controllers/org_admin/questions_controller.rb:99
+#: ../../app/controllers/org_admin/questions_controller.rb:202
+#: ../../app/controllers/org_admin/sections_controller.rb:108
+msgid "Unable to create a new version of this template."
+msgstr ""
+
+#: ../../app/controllers/org_admin/plans_controller.rb:36
msgid "%s has been notified that you have finished providing feedback"
msgstr ""
-#: ../../app/controllers/org_admin/plans_controller.rb:38
+#: ../../app/controllers/org_admin/plans_controller.rb:40
msgid "Unable to notify user that you have finished providing feedback."
msgstr ""
-#: ../../app/controllers/org_admin/plans_controller.rb:53
-#: ../../app/views/plans/_project_details.html.erb:9
+#: ../../app/controllers/org_admin/plans_controller.rb:56
+#: ../../app/views/plans/_project_details.html.erb:14
msgid "Project title"
msgstr ""
-#: ../../app/controllers/org_admin/plans_controller.rb:54
+#: ../../app/controllers/org_admin/plans_controller.rb:57
+#: ../../app/views/paginable/plans/_index.html.erb:6
#: ../../app/views/paginable/plans/_org_admin.html.erb:19
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:6
#: ../../app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb:13
#: ../../app/views/paginable/plans/_privately_visible.html.erb:6
#: ../../app/views/paginable/plans/_publicly_visible.html.erb:6
msgid "Template"
msgstr ""
-#: ../../app/controllers/org_admin/plans_controller.rb:55
+#: ../../app/controllers/org_admin/plans_controller.rb:58
#: ../../app/helpers/plans_helper.rb:22
-#: ../../app/helpers/settings_template_helper.rb:15
+#: ../../app/helpers/settings_template_helper.rb:16
#: ../../app/views/devise/registrations/_password_confirmation.html.erb:22
#: ../../app/views/orgs/_profile_form.html.erb:141
#: ../../app/views/paginable/orgs/_index.html.erb:5
+#: ../../app/views/paginable/plans/_index.html.erb:7
#: ../../app/views/paginable/plans/_org_admin.html.erb:20
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:7
#: ../../app/views/paginable/plans/_publicly_visible.html.erb:7
#: ../../app/views/paginable/templates/_index.html.erb:6
#: ../../app/views/paginable/templates/_organisational.html.erb:12
@@ -495,63 +501,66 @@ msgstr ""
msgid "Organisation"
msgstr ""
-#: ../../app/controllers/org_admin/plans_controller.rb:56
+#: ../../app/controllers/org_admin/plans_controller.rb:59
msgid "Owner name"
msgstr ""
-#: ../../app/controllers/org_admin/plans_controller.rb:57
+#: ../../app/controllers/org_admin/plans_controller.rb:60
msgid "Owner email"
msgstr ""
-#: ../../app/controllers/org_admin/plans_controller.rb:58
+#: ../../app/controllers/org_admin/plans_controller.rb:61
+#: ../../app/views/paginable/plans/_index.html.erb:9
#: ../../app/views/paginable/plans/_org_admin.html.erb:23
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:9
#: ../../app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb:18
msgid "Updated"
msgstr ""
-#: ../../app/controllers/org_admin/plans_controller.rb:59
+#: ../../app/controllers/org_admin/plans_controller.rb:62
#: ../../app/views/org_admin/templates/_form.html.erb:17
#: ../../app/views/org_admin/templates/_show.html.erb:32
+#: ../../app/views/paginable/plans/_index.html.erb:10
#: ../../app/views/paginable/plans/_org_admin.html.erb:24
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:10
#: ../../app/views/paginable/plans/_privately_visible.html.erb:10
msgid "Visibility"
msgstr ""
-#: ../../app/controllers/org_admin/sections_controller.rb:70
+#: ../../app/controllers/org_admin/sections_controller.rb:71
msgid "Unable to create a new section. The phase you specified does not exist."
msgstr ""
-#: ../../app/controllers/org_admin/template_copies_controller.rb:18
-#: ../../app/controllers/plans_controller.rb:380
+#: ../../app/controllers/org_admin/sections_controller.rb:133
+msgid "Unable to delete this version of the template."
+msgstr ""
+
+#: ../../app/controllers/org_admin/template_copies_controller.rb:20
+#: ../../app/controllers/plans_controller.rb:396
msgid "copy"
msgstr ""
#:
-#: ../../app/controllers/org_admin/template_customization_transfers_controller.rb:27
+#: ../../app/controllers/org_admin/template_customization_transfers_controller.rb:28
msgid "That template is no longer customizable."
msgstr ""
-#: ../../app/controllers/org_admin/template_customizations_controller.rb:19
+#: ../../app/controllers/org_admin/template_customizations_controller.rb:21
msgid "Unable to customize that template."
msgstr ""
-#: ../../app/controllers/org_admin/template_customizations_controller.rb:22
+#: ../../app/controllers/org_admin/template_customizations_controller.rb:24
msgid "That template is not customizable."
msgstr ""
-#: ../../app/controllers/org_admin/templates_controller.rb:23
+#: ../../app/controllers/org_admin/templates_controller.rb:21
#: ../../app/views/org_admin/templates/index.html.erb:43
msgid "All Templates"
msgstr ""
-#: ../../app/controllers/org_admin/templates_controller.rb:48
-#: ../../app/views/org_admin/templates/index.html.erb:52
+#: ../../app/controllers/org_admin/templates_controller.rb:47
msgid "%s Templates"
msgstr ""
-#: ../../app/controllers/org_admin/templates_controller.rb:50
+#: ../../app/controllers/org_admin/templates_controller.rb:49
#: ../../app/views/org_admin/templates/index.html.erb:54
msgid "Own Templates"
msgstr ""
@@ -560,100 +569,102 @@ msgstr ""
msgid "Customizable Templates"
msgstr ""
-#: ../../app/controllers/org_admin/templates_controller.rb:214
+#: ../../app/controllers/org_admin/templates_controller.rb:215
msgid "Error parsing links for a %s"
msgstr ""
-#: ../../app/controllers/org_admin/templates_controller.rb:345
-#: ../../app/controllers/public_pages_controller.rb:68
-msgid "Template created using the %s service. Last modified %s"
+#: ../../app/controllers/org_admin/templates_controller.rb:343
+#: ../../app/controllers/public_pages_controller.rb:67
+msgid ""
+"Template created using the %s service. Last modified %"
+"s"
msgstr ""
-#: ../../app/controllers/org_admin/templates_controller.rb:360
-#: ../../app/controllers/public_pages_controller.rb:83
+#: ../../app/controllers/org_admin/templates_controller.rb:355
+#: ../../app/controllers/public_pages_controller.rb:80
msgid "Unable to download the DMP Template at this time."
msgstr ""
-#: ../../app/controllers/orgs_controller.rb:114
+#: ../../app/controllers/orgs_controller.rb:116
msgid "No organisations are currently registered."
msgstr ""
-#: ../../app/controllers/orgs_controller.rb:137
-msgid "Your organisation does not seem to be properly configured."
+#: ../../app/controllers/orgs_controller.rb:127
+msgid "Please choose an organisation"
msgstr ""
-#: ../../app/controllers/orgs_controller.rb:142
-msgid "Please choose an organisation"
+#: ../../app/controllers/orgs_controller.rb:136
+msgid "Your organisation does not seem to be properly configured."
msgstr ""
#: ../../app/controllers/plan_exports_controller.rb:85
msgid "Created using %s. Last modified %s"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:51
+#: ../../app/controllers/plans_controller.rb:52
msgid "This is a"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:51
+#: ../../app/controllers/plans_controller.rb:52
msgid "test plan"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:68
+#: ../../app/controllers/plans_controller.rb:70
msgid "Unable to identify a suitable template for your plan."
msgstr ""
-#: ../../app/controllers/plans_controller.rb:82
-msgid "My Plan"
+#: ../../app/controllers/plans_controller.rb:84
+msgid "My Plan (%s)"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:84
-msgid " Plan"
+#: ../../app/controllers/plans_controller.rb:86
+msgid "%s Plan"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:122
+#: ../../app/controllers/plans_controller.rb:124
msgid "This plan is based on the default template."
msgstr ""
-#: ../../app/controllers/plans_controller.rb:127
-#: ../../app/controllers/plans_controller.rb:132
+#: ../../app/controllers/plans_controller.rb:129
+#: ../../app/controllers/plans_controller.rb:133
msgid "This plan is based on the"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:127
+#: ../../app/controllers/plans_controller.rb:129
msgid "template with customisations by the"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:378
+#: ../../app/controllers/plans_controller.rb:394
msgid "copied"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:408
+#: ../../app/controllers/plans_controller.rb:425
msgid ""
-"Unable to change the plan's status since it is needed at least %s p"
-"ercentage responded"
+"Unable to change the plan's status since it is needed at least %s"
+" percentage responded"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:416
-msgid "Unable to find plan id %s"
+#: ../../app/controllers/plans_controller.rb:431
+msgid "Unable to find plan id %{s"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:433
+#: ../../app/controllers/plans_controller.rb:446
msgid "Your project is now a test."
msgstr ""
-#: ../../app/controllers/plans_controller.rb:433
+#: ../../app/controllers/plans_controller.rb:446
msgid "Your project is no longer a test."
msgstr ""
-#: ../../app/controllers/plans_controller.rb:437
+#: ../../app/controllers/plans_controller.rb:450
msgid "Unable to change the plan's test status"
msgstr ""
-#: ../../app/controllers/plans_controller.rb:451
-msgid "There is no plan associated with id %s"
+#: ../../app/controllers/plans_controller.rb:463
+msgid "There is no plan associated with id %{s"
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:35
+#: ../../app/controllers/registrations_controller.rb:34
msgid ""
"Please make a choice below. After linking your\n"
" details to a %s account,\n"
@@ -661,115 +672,119 @@ msgid ""
" institutional credentials."
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:61
+#: ../../app/controllers/registrations_controller.rb:58
msgid "You must accept the terms and conditions to register."
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:64
+#: ../../app/controllers/registrations_controller.rb:61
msgid "Please select an organisation from the list, or choose Other."
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:77
+#: ../../app/controllers/registrations_controller.rb:74
msgid "That email address is already registered."
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:119
+#: ../../app/controllers/registrations_controller.rb:115
msgid ""
-"Welcome! You have signed up successfully with your institutional credentials. "
-"You will now be able to access your account with them."
+"Welcome! You have signed up successfully with your\n"
+" institutional credentials. You will now be a"
+"ble to access\n"
+" your account with them."
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:171
+#: ../../app/controllers/registrations_controller.rb:173
msgid "Save Unsuccessful. "
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:175
+#: ../../app/controllers/registrations_controller.rb:177
msgid "Please enter an email address. "
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:179
+#: ../../app/controllers/registrations_controller.rb:181
msgid "Please enter a First name. "
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:183
+#: ../../app/controllers/registrations_controller.rb:185
msgid "Please enter a Last name. "
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:187
+#: ../../app/controllers/registrations_controller.rb:189
msgid ""
"Please select an organisation from the list, or enter your organisation's name"
"."
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:203
+#: ../../app/controllers/registrations_controller.rb:212
msgid "Please enter your password to change email address."
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:208
+#: ../../app/controllers/registrations_controller.rb:218
msgid ""
"Save unsuccessful. \\\n"
" That email address is already registered. \\\n"
" You must enter a unique email address."
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:213
+#: ../../app/controllers/registrations_controller.rb:224
msgid "Invalid password"
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:264
+#: ../../app/controllers/registrations_controller.rb:268
msgid "Please enter your current password"
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:266
+#: ../../app/controllers/registrations_controller.rb:270
msgid "Please enter a password confirmation"
msgstr ""
-#: ../../app/controllers/registrations_controller.rb:268
+#: ../../app/controllers/registrations_controller.rb:272
msgid "Password and comfirmation must match"
msgstr ""
#: ../../app/controllers/roles_controller.rb:26
msgid ""
-"Cannot share plan with %s since that email matches with the owner of the"
-" plan."
+"Cannot share plan with %s since that email matches\n"
+" with the owner of the plan."
msgstr ""
-#: ../../app/controllers/roles_controller.rb:37
+#: ../../app/controllers/roles_controller.rb:36
msgid "Plan is already shared with %s."
msgstr ""
-#: ../../app/controllers/roles_controller.rb:44
+#: ../../app/controllers/roles_controller.rb:43
#: ../../app/views/shared/_create_account_form.html.erb:4
msgid "First Name"
msgstr ""
-#: ../../app/controllers/roles_controller.rb:45
+#: ../../app/controllers/roles_controller.rb:44
msgid "Surname"
msgstr ""
-#: ../../app/controllers/roles_controller.rb:48
+#: ../../app/controllers/roles_controller.rb:47
msgid "Invitation to %s issued successfully."
msgstr ""
-#: ../../app/controllers/roles_controller.rb:53
+#: ../../app/controllers/roles_controller.rb:52
msgid "Plan shared with %s."
msgstr ""
-#: ../../app/controllers/roles_controller.rb:68
-msgid "You must provide a valid email address and select a permission level."
+#: ../../app/controllers/roles_controller.rb:64
+msgid ""
+"You must provide a valid email address and select a permission\n"
+" level."
msgstr ""
-#: ../../app/controllers/roles_controller.rb:74
+#: ../../app/controllers/roles_controller.rb:71
msgid "Please enter an email address"
msgstr ""
-#: ../../app/controllers/roles_controller.rb:93
+#: ../../app/controllers/roles_controller.rb:90
msgid ""
-"Successfully changed the permissions for %s. They have been notified via"
-" email."
+"Successfully changed the permissions for %. They have been\n"
+" notified via email."
msgstr ""
-#: ../../app/controllers/roles_controller.rb:108
+#: ../../app/controllers/roles_controller.rb:107
msgid "Access removed"
msgstr ""
@@ -787,11 +802,11 @@ msgid ""
"ou will now be able to sign in with them."
msgstr ""
-#: ../../app/controllers/settings/plans_controller.rb:39
+#: ../../app/controllers/settings/plans_controller.rb:38
msgid "Export settings updated successfully."
msgstr ""
-#: ../../app/controllers/settings/plans_controller.rb:41
+#: ../../app/controllers/settings/plans_controller.rb:40
msgid "An error has occurred while saving/resetting your export settings."
msgstr ""
@@ -799,71 +814,71 @@ msgstr ""
msgid ". The API credentials have been emailed to %s"
msgstr ""
-#: ../../app/controllers/super_admin/notifications_controller.rb:69
+#: ../../app/controllers/super_admin/notifications_controller.rb:70
msgid "Your notification is now active."
msgstr ""
-#: ../../app/controllers/super_admin/notifications_controller.rb:69
+#: ../../app/controllers/super_admin/notifications_controller.rb:70
msgid "Your notification is no longer active."
msgstr ""
-#: ../../app/controllers/super_admin/notifications_controller.rb:73
+#: ../../app/controllers/super_admin/notifications_controller.rb:74
msgid "Unable to change the notification's active status"
msgstr ""
-#: ../../app/controllers/super_admin/notifications_controller.rb:104
+#: ../../app/controllers/super_admin/notifications_controller.rb:105
msgid "There is no notification associated with id %s"
msgstr ""
-#: ../../app/controllers/super_admin/org_swaps_controller.rb:22
+#: ../../app/controllers/super_admin/org_swaps_controller.rb:24
msgid ""
"Your organisation affiliation has been changed. You may now edit templates for"
" %s."
msgstr ""
-#: ../../app/controllers/super_admin/org_swaps_controller.rb:25
+#: ../../app/controllers/super_admin/org_swaps_controller.rb:28
msgid "Unable to change your organisation affiliation at this time."
msgstr ""
-#: ../../app/controllers/super_admin/org_swaps_controller.rb:28
+#: ../../app/controllers/super_admin/org_swaps_controller.rb:31
msgid "Unknown organisation."
msgstr ""
-#: ../../app/controllers/super_admin/orgs_controller.rb:71
+#: ../../app/controllers/super_admin/orgs_controller.rb:70
msgid "There seems to be a problem with your logo. Please upload it again."
msgstr ""
-#: ../../app/controllers/super_admin/orgs_controller.rb:135
+#: ../../app/controllers/super_admin/orgs_controller.rb:137
msgid "An error occurred while trying to merge the Organisations."
msgstr ""
-#: ../../app/controllers/super_admin/orgs_controller.rb:139
+#: ../../app/controllers/super_admin/orgs_controller.rb:141
msgid "Unable to merge the two Organisations at this time."
msgstr ""
-#: ../../app/controllers/super_admin/orgs_controller.rb:143
+#: ../../app/controllers/super_admin/orgs_controller.rb:145
msgid "Unable to determine what records need to be merged."
msgstr ""
-#: ../../app/controllers/super_admin/users_controller.rb:71
+#: ../../app/controllers/super_admin/users_controller.rb:69
msgid ""
"You attempted to merge 2 accounts with the same email address.\n"
" Please merge with a different email address."
msgstr ""
-#: ../../app/controllers/super_admin/users_controller.rb:107
+#: ../../app/controllers/super_admin/users_controller.rb:111
msgid "archived"
msgstr ""
-#: ../../app/controllers/super_admin/users_controller.rb:109
+#: ../../app/controllers/super_admin/users_controller.rb:113
msgid "archive"
msgstr ""
-#: ../../app/controllers/super_admin/users_controller.rb:129
+#: ../../app/controllers/super_admin/users_controller.rb:134
msgid "merged"
msgstr ""
-#: ../../app/controllers/super_admin/users_controller.rb:131
+#: ../../app/controllers/super_admin/users_controller.rb:136
msgid "merge"
msgstr ""
@@ -873,39 +888,39 @@ msgid ""
"itation."
msgstr ""
-#: ../../app/controllers/users/omniauth_callbacks_controller.rb:44
+#: ../../app/controllers/users/omniauth_callbacks_controller.rb:46
msgid "Successfully signed in"
msgstr ""
-#: ../../app/controllers/users/omniauth_callbacks_controller.rb:56
+#: ../../app/controllers/users/omniauth_callbacks_controller.rb:59
msgid "Your account has been successfully linked to %s."
msgstr ""
-#: ../../app/controllers/users/omniauth_callbacks_controller.rb:61
+#: ../../app/controllers/users/omniauth_callbacks_controller.rb:63
msgid "Unable to link your account to %s."
msgstr ""
-#: ../../app/controllers/users_controller.rb:141
+#: ../../app/controllers/users_controller.rb:147
msgid "Successfully %s %s's account."
msgstr ""
-#: ../../app/controllers/users_controller.rb:142
+#: ../../app/controllers/users_controller.rb:148
msgid "activated"
msgstr ""
-#: ../../app/controllers/users_controller.rb:142
+#: ../../app/controllers/users_controller.rb:148
msgid "deactivated"
msgstr ""
-#: ../../app/controllers/users_controller.rb:149
+#: ../../app/controllers/users_controller.rb:154
msgid "Unable to %s %s"
msgstr ""
-#: ../../app/controllers/users_controller.rb:150
+#: ../../app/controllers/users_controller.rb:155
msgid "activate"
msgstr ""
-#: ../../app/controllers/users_controller.rb:150
+#: ../../app/controllers/users_controller.rb:155
msgid "deactivate"
msgstr ""
@@ -922,12 +937,12 @@ msgid ""
"ot to duplicate too much text."
msgstr ""
-#: ../../app/helpers/conditions_helper.rb:194
+#: ../../app/helpers/conditions_helper.rb:193
msgid "Answering"
msgstr ""
-#: ../../app/helpers/conditions_helper.rb:198
-msgid " will send an email with subject "
+#: ../../app/helpers/conditions_helper.rb:197
+msgid " will send an email with subject %s"
msgstr ""
#: ../../app/helpers/conditions_helper.rb:203
@@ -938,19 +953,15 @@ msgstr ""
msgid " will remove questions "
msgstr ""
-#: ../../app/helpers/conditions_helper.rb:223
-msgid "\""
-msgstr ""
-
-#: ../../app/helpers/customizable_template_link_helper.rb:12
+#: ../../app/helpers/customizable_template_link_helper.rb:13
msgid "Transfer customisation"
msgstr ""
-#: ../../app/helpers/customizable_template_link_helper.rb:17
+#: ../../app/helpers/customizable_template_link_helper.rb:18
msgid "Edit customisation"
msgstr ""
-#: ../../app/helpers/customizable_template_link_helper.rb:21
+#: ../../app/helpers/customizable_template_link_helper.rb:22
msgid "Customise"
msgstr ""
@@ -959,7 +970,8 @@ msgid "Creators:"
msgstr ""
#: ../../app/helpers/exports_helper.rb:38
-#: ../../app/models/concerns/exportable_plan.rb:133
+#: ../../app/models/concerns/exportable_plan.rb:141
+#: ../../app/views/shared/export/_plan_coversheet.erb:6
#: ../../app/views/shared/export/_plan_txt.erb:4
msgid "Creator:"
msgstr ""
@@ -970,8 +982,8 @@ msgstr ""
#: ../../app/helpers/feedbacks_helper.rb:10
msgid ""
-"Hello %s.
Your plan \"%s\" has been submitted for f"
-"eedback from an\n"
+"Hello %s.
Your plan \"%s\" has been submitted for"
+" feedback from an\n"
" administrator at your organisation. If you have questions pertaining to "
"this action, please contact us\n"
" at %s.
"
@@ -1052,8 +1064,8 @@ msgid "Grant API to organisations"
msgstr ""
#: ../../app/helpers/plans_helper.rb:8
+#: ../../app/views/paginable/plans/_index.html.erb:8
#: ../../app/views/paginable/plans/_org_admin.html.erb:21
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:8
#: ../../app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb:16
#: ../../app/views/paginable/plans/_publicly_visible.html.erb:8
msgid "Owner"
@@ -1096,231 +1108,227 @@ msgstr ""
msgid "Private: restricted to me and people I invite."
msgstr ""
-#: ../../app/helpers/settings_template_helper.rb:7
-#: ../../app/helpers/settings_template_helper.rb:18
+#: ../../app/helpers/settings_template_helper.rb:8
+#: ../../app/helpers/settings_template_helper.rb:19
msgid "Unknown column name."
msgstr ""
-#: ../../app/helpers/settings_template_helper.rb:8
+#: ../../app/helpers/settings_template_helper.rb:9
msgid "Plan Name"
msgstr ""
-#: ../../app/helpers/settings_template_helper.rb:9
+#: ../../app/helpers/settings_template_helper.rb:10
msgid "Plan ID"
msgstr ""
-#: ../../app/helpers/settings_template_helper.rb:10
+#: ../../app/helpers/settings_template_helper.rb:11
msgid "Grant number"
msgstr ""
-#: ../../app/helpers/settings_template_helper.rb:11
+#: ../../app/helpers/settings_template_helper.rb:12
msgid "Principal Investigator / Researcher"
msgstr ""
-#: ../../app/helpers/settings_template_helper.rb:12
+#: ../../app/helpers/settings_template_helper.rb:13
msgid "Plan Data Contact"
msgstr ""
-#: ../../app/helpers/settings_template_helper.rb:13
+#: ../../app/helpers/settings_template_helper.rb:14
msgid "Plan Description"
msgstr ""
-#: ../../app/helpers/settings_template_helper.rb:14
+#: ../../app/helpers/settings_template_helper.rb:15
#: ../../app/views/orgs/_profile_form.html.erb:129
#: ../../app/views/paginable/templates/_customisable.html.erb:7
#: ../../app/views/paginable/templates/_organisational.html.erb:12
-#: ../../app/views/plans/_project_details.html.erb:88
-#: ../../app/views/plans/_project_details.html.erb:102
+#: ../../app/views/plans/_project_details.html.erb:156
#: ../../app/views/plans/_show_details.html.erb:12
#: ../../app/views/plans/new.html.erb:86
msgid "Funder"
msgstr ""
-#: ../../app/helpers/settings_template_helper.rb:16
+#: ../../app/helpers/settings_template_helper.rb:17
msgid "Your ORCID"
msgstr ""
-#: ../../app/helpers/super_admin/orgs/merge_helper.rb:21
+#: ../../app/helpers/super_admin/orgs/merge_helper.rb:20
msgid "None"
msgstr ""
-#: ../../app/helpers/super_admin/orgs/merge_helper.rb:31
+#: ../../app/helpers/super_admin/orgs/merge_helper.rb:30
msgid "Guidance for: %s"
msgstr ""
-#: ../../app/helpers/super_admin/orgs/merge_helper.rb:53
+#: ../../app/helpers/super_admin/orgs/merge_helper.rb:51
msgid "Nothing to merge"
msgstr ""
-#: ../../app/helpers/super_admin/orgs/merge_helper.rb:55
+#: ../../app/helpers/super_admin/orgs/merge_helper.rb:53
msgid "The following %s will be moved over to '%s':
"
msgstr ""
-#: ../../app/helpers/template_helper.rb:46
+#: ../../app/helpers/template_helper.rb:48
#: ../../app/views/plans/index.html.erb:29
#: ../../app/views/plans/new.html.erb:123
#: ../../app/views/shared/_create_plan_modal.html.erb:5
-#: ../../spec/features/locales_spec.rb:54
-#: ../../spec/features/locales_spec.rb:71
+#: ../../spec/features/locales_spec.rb:53
+#: ../../spec/features/locales_spec.rb:69
msgid "Create plan"
msgstr ""
-#: ../../app/helpers/usage_helper.rb:62
+#: ../../app/helpers/usage_helper.rb:65
msgid "Last month"
msgstr ""
-#: ../../app/helpers/usage_helper.rb:63
+#: ../../app/helpers/usage_helper.rb:66
msgid "Last 3 months"
msgstr ""
-#: ../../app/helpers/usage_helper.rb:64
+#: ../../app/helpers/usage_helper.rb:67
msgid "Last 6 months"
msgstr ""
-#: ../../app/helpers/usage_helper.rb:65
+#: ../../app/helpers/usage_helper.rb:68
msgid "Last 9 months"
msgstr ""
-#: ../../app/helpers/usage_helper.rb:66
+#: ../../app/helpers/usage_helper.rb:69
msgid "Last 12 months"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:16
-#: ../../app/views/devise/mailer/invitation_instructions.html.erb:6
-#: ../../app/views/devise/mailer/reset_password_instructions.html.erb:5
-#: ../../app/views/user_mailer/_email_signature.html.erb:2
+#: ../../app/mailers/user_mailer.rb:17
msgid "Query or feedback related to %s"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:23
+#: ../../app/mailers/user_mailer.rb:24
msgid "Welcome to %s"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:58
+#: ../../app/mailers/user_mailer.rb:59
msgid "A Data Management Plan in %s has been shared with you"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:76
+#: ../../app/mailers/user_mailer.rb:75
msgid "Changed permissions on a Data Management Plan in %s"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:92
+#: ../../app/mailers/user_mailer.rb:89
msgid "Permissions removed on a DMP in %s"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:111
+#: ../../app/mailers/user_mailer.rb:106
msgid "%s has requested feedback on a %s plan"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:134
+#: ../../app/mailers/user_mailer.rb:128
msgid "%s: Expert feedback has been provided for %s"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:169
+#: ../../app/mailers/user_mailer.rb:145
msgid "DMP Visibility Changed: %s"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:200
+#: ../../app/mailers/user_mailer.rb:173
msgid "%s: A new comment was added to %s"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:218
+#: ../../app/mailers/user_mailer.rb:188
msgid "Administrator privileges granted in %s"
msgstr ""
-#: ../../app/mailers/user_mailer.rb:235
+#: ../../app/mailers/user_mailer.rb:204
msgid "%s API changes"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:26
+#: ../../app/models/concerns/exportable_plan.rb:30
msgid "Phase"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:28
-#: ../../app/models/exported_plan.rb:114 ../../app/models/exported_plan.rb:117
+#: ../../app/models/concerns/exportable_plan.rb:32
+#: ../../app/models/exported_plan.rb:116 ../../app/models/exported_plan.rb:119
msgid "Section"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:28
-#: ../../app/models/exported_plan.rb:114
+#: ../../app/models/concerns/exportable_plan.rb:32
+#: ../../app/models/exported_plan.rb:116
msgid "Question"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:28
-#: ../../app/models/concerns/exportable_plan.rb:30
-#: ../../app/models/exported_plan.rb:114 ../../app/models/exported_plan.rb:117
+#: ../../app/models/concerns/exportable_plan.rb:32
+#: ../../app/models/concerns/exportable_plan.rb:34
+#: ../../app/models/exported_plan.rb:116 ../../app/models/exported_plan.rb:119
msgid "Answer"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:120
+#: ../../app/models/concerns/exportable_plan.rb:128
msgid " Customised By: "
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:131
+#: ../../app/models/concerns/exportable_plan.rb:139
#: ../../app/views/shared/export/_plan_txt.erb:4
msgid "Creators: "
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:134
+#: ../../app/models/concerns/exportable_plan.rb:142
msgid "%s"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:135
+#: ../../app/models/concerns/exportable_plan.rb:143
msgid "%s"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:137
-#: ../../app/models/concerns/exportable_plan.rb:139
-#: ../../app/views/shared/export/_plan_coversheet.erb:16
+#: ../../app/models/concerns/exportable_plan.rb:145
+#: ../../app/models/concerns/exportable_plan.rb:147
+#: ../../app/views/shared/export/_plan_coversheet.erb:14
#: ../../app/views/shared/export/_plan_txt.erb:7
#: ../../app/views/shared/export/_plan_txt.erb:9
msgid "Template: "
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:137
+#: ../../app/models/concerns/exportable_plan.rb:145
msgid "%s"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:139
+#: ../../app/models/concerns/exportable_plan.rb:147
msgid "%s"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:142
+#: ../../app/models/concerns/exportable_plan.rb:149
#: ../../app/views/shared/export/_plan_txt.erb:12
msgid "Grant number: "
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:142
+#: ../../app/models/concerns/exportable_plan.rb:149
msgid "%s"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:145
-#: ../../app/views/shared/export/_plan_coversheet.erb:26
+#: ../../app/models/concerns/exportable_plan.rb:151
+#: ../../app/views/shared/export/_plan_coversheet.erb:24
#: ../../app/views/shared/export/_plan_txt.erb:15
msgid "Project abstract: "
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:145
+#: ../../app/models/concerns/exportable_plan.rb:151
msgid "%s"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:148
-#: ../../app/views/shared/export/_plan_coversheet.erb:42
+#: ../../app/models/concerns/exportable_plan.rb:153
+#: ../../app/views/shared/export/_plan_coversheet.erb:40
#: ../../app/views/shared/export/_plan_txt.erb:18
msgid "Last modified: "
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:148
+#: ../../app/models/concerns/exportable_plan.rb:153
msgid "%s"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:149
-#: ../../app/views/shared/export/_plan_coversheet.erb:49
+#: ../../app/models/concerns/exportable_plan.rb:154
+#: ../../app/views/shared/export/_plan_coversheet.erb:47
#: ../../app/views/shared/export/_plan_txt.erb:19
msgid "Copyright information:"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:150
+#: ../../app/models/concerns/exportable_plan.rb:155
msgid ""
"The above plan creator(s) have agreed that others may use as\n"
" much of the text of this plan as they would like in their own pla"
@@ -1334,7 +1342,7 @@ msgid ""
" your project or proposal"
msgstr ""
-#: ../../app/models/concerns/exportable_plan.rb:175
+#: ../../app/models/concerns/exportable_plan.rb:179
msgid "Not Answered"
msgstr ""
@@ -1344,7 +1352,7 @@ msgid "can't be blank"
msgstr ""
#: ../../app/models/concerns/validation_messages.rb:13
-#: ../../app/models/identifier.rb:131
+#: ../../app/models/identifier.rb:134
msgid "must be unique"
msgstr ""
@@ -1364,41 +1372,39 @@ msgstr ""
msgid "You must specify at least one role."
msgstr ""
-#: ../../app/models/contributor.rb:136
-msgid "can't be blank if no email is provided"
+#: ../../app/models/contributor.rb:135 ../../app/models/contributor.rb:138
+msgid "can't be blank."
msgstr ""
-#: ../../app/models/contributor.rb:137
-msgid "can't be blank if no name is provided"
+#: ../../app/models/contributor.rb:142
+msgid "can't be blank if no email is provided."
msgstr ""
-#: ../../app/models/exported_plan.rb:114 ../../app/models/exported_plan.rb:117
+#: ../../app/models/contributor.rb:143
+msgid "can't be blank if no name is provided."
+msgstr ""
+
+#: ../../app/models/exported_plan.rb:116 ../../app/models/exported_plan.rb:119
msgid "Selected option(s)"
msgstr ""
-#: ../../app/models/exported_plan.rb:115 ../../app/models/exported_plan.rb:117
+#: ../../app/models/exported_plan.rb:117 ../../app/models/exported_plan.rb:119
msgid "Answered by"
msgstr ""
-#: ../../app/models/exported_plan.rb:115 ../../app/models/exported_plan.rb:118
+#: ../../app/models/exported_plan.rb:117 ../../app/models/exported_plan.rb:120
msgid "Answered at"
msgstr ""
-#: ../../app/models/exported_plan.rb:162
+#: ../../app/models/exported_plan.rb:165
msgid "Details"
msgstr ""
-#: ../../app/models/exported_plan.rb:169
-msgid "-"
-msgstr ""
-
-#: ../../app/models/exported_plan.rb:186
-#: ../../app/views/shared/export/_plan.erb:53
-#: ../../app/views/shared/export/_plan_txt.erb:50
-msgid "Question not answered."
+#: ../../app/models/exported_plan.rb:189
+msgid "Question not answered.\\n"
msgstr ""
-#: ../../app/models/identifier.rb:138
+#: ../../app/models/identifier.rb:141
msgid "already assigned a value"
msgstr ""
@@ -1406,35 +1412,35 @@ msgstr ""
msgid "Feedback email message"
msgstr ""
-#: ../../app/models/org.rb:130
+#: ../../app/models/org.rb:121
msgid "must be one of the following formats: jpeg, jpg, png, gif, bmp"
msgstr ""
-#: ../../app/models/org.rb:135
+#: ../../app/models/org.rb:126
msgid "can't be larger than 500KB"
msgstr ""
-#: ../../app/models/plan.rb:63
+#: ../../app/models/plan.rb:57
msgid "organisational"
msgstr ""
-#: ../../app/models/plan.rb:64
+#: ../../app/models/plan.rb:58
msgid "public"
msgstr ""
-#: ../../app/models/plan.rb:65
+#: ../../app/models/plan.rb:59
msgid "test"
msgstr ""
-#: ../../app/models/plan.rb:66
+#: ../../app/models/plan.rb:60
msgid "private"
msgstr ""
-#: ../../app/models/plan.rb:578 ../../app/models/research_output.rb:119
+#: ../../app/models/plan.rb:608
msgid "must be after the start date"
msgstr ""
-#: ../../app/models/question.rb:153
+#: ../../app/models/question.rb:151
msgid "guidance on"
msgstr ""
@@ -1442,35 +1448,35 @@ msgstr ""
msgid "can't be less than zero"
msgstr ""
-#: ../../app/models/settings/template.rb:84
+#: ../../app/models/settings/template.rb:80
msgid "A required setting has not been provided"
msgstr ""
-#: ../../app/models/settings/template.rb:86
+#: ../../app/models/settings/template.rb:82
msgid "Margin value is invalid"
msgstr ""
-#: ../../app/models/settings/template.rb:88
+#: ../../app/models/settings/template.rb:84
msgid "Margin cannot be negative"
msgstr ""
-#: ../../app/models/settings/template.rb:91
+#: ../../app/models/settings/template.rb:86
msgid "Unknown margin. Can only be 'top', 'bottom', 'left' or 'right'"
msgstr ""
-#: ../../app/models/settings/template.rb:94
+#: ../../app/models/settings/template.rb:88
msgid "Invalid font size"
msgstr ""
-#: ../../app/models/settings/template.rb:96
+#: ../../app/models/settings/template.rb:90
msgid "Invalid font face"
msgstr ""
-#: ../../app/models/settings/template.rb:98
+#: ../../app/models/settings/template.rb:92
msgid "Unknown formatting setting"
msgstr ""
-#: ../../app/models/settings/template.rb:105
+#: ../../app/models/settings/template.rb:99
msgid "Invalid maximum pages"
msgstr ""
@@ -1478,155 +1484,157 @@ msgstr ""
msgid "A historical template cannot be retrieved for being modified"
msgstr ""
-#: ../../app/models/template.rb:371
+#: ../../app/models/template.rb:373
msgid "generate_copy! requires an organisation target"
msgstr ""
-#: ../../app/models/template.rb:380
+#: ../../app/models/template.rb:382
msgid "Copy of %s"
msgstr ""
-#: ../../app/models/template.rb:388
+#: ../../app/models/template.rb:389
msgid "generate_version! requires a published template"
msgstr ""
-#: ../../app/models/template.rb:404
+#: ../../app/models/template.rb:403
msgid "customize! requires an organisation target"
msgstr ""
-#: ../../app/models/template.rb:409
+#: ../../app/models/template.rb:406
msgid "customize! requires a template from a funder"
msgstr ""
-#: ../../app/models/template.rb:446
+#: ../../app/models/template.rb:442
msgid "You can not publish a published template. "
msgstr ""
-#: ../../app/models/template.rb:450
+#: ../../app/models/template.rb:446
msgid "You can not publish a historical version of this template. "
msgstr ""
-#: ../../app/models/template.rb:455
+#: ../../app/models/template.rb:451
msgid "You can not publish a template without phases. "
msgstr ""
-#: ../../app/models/template.rb:460
+#: ../../app/models/template.rb:456
msgid "You can not publish a template without sections in a phase. "
msgstr ""
-#: ../../app/models/template.rb:465
+#: ../../app/models/template.rb:461
msgid "You can not publish a template without questions in a section. "
msgstr ""
-#: ../../app/models/template.rb:469
+#: ../../app/models/template.rb:465
msgid "Conditions in the template refer backwards"
msgstr ""
-#: ../../app/models/user.rb:379
+#: ../../app/models/user.rb:384
msgid "A Data Management Plan in %s has been shared with you"
msgstr ""
-#: ../../app/policies/api/v0/departments_policy.rb:12
-#: ../../app/policies/api/v0/guidance_group_policy.rb:12
-#: ../../app/policies/api/v0/guidance_policy.rb:13
-#: ../../app/policies/api/v0/plans_policy.rb:13
-#: ../../app/policies/api/v0/statistics_policy.rb:12
-#: ../../app/policies/api/v0/template_policy.rb:12
-#: ../../app/policies/api_client_policy.rb:6
-#: ../../app/policies/notification_policy.rb:6
-#: ../../app/policies/plan_policy.rb:9 ../../app/policies/template_policy.rb:8
-#: ../../app/policies/theme_policy.rb:6
-msgid "must be logged in"
-msgstr ""
-
-#: ../../app/policies/api/v0/guidance_group_policy.rb:14
-#: ../../app/policies/api/v0/guidance_policy.rb:15
-#: ../../app/policies/api/v0/statistics_policy.rb:14
-#: ../../app/policies/api/v0/template_policy.rb:14
+#: ../../app/policies/api/v0/guidance_group_policy.rb:11
+#: ../../app/policies/api/v0/guidance_policy.rb:11
+#: ../../app/policies/api/v0/statistics_policy.rb:11
msgid "must have access to guidances api"
msgstr ""
-#: ../../app/policies/api/v0/plans_policy.rb:15
+#: ../../app/policies/api/v0/plans_policy.rb:11
msgid "must have access to plans api"
msgstr ""
-#: ../../app/policies/plan_policy.rb:13
-msgid "are not authorized to view that plan"
+#: ../../app/policies/api/v0/template_policy.rb:9
+msgid "must have access to templates api"
+msgstr ""
+
+#: ../../app/presenters/contributor_presenter.rb:42
+msgid "Data Manager"
+msgstr ""
+
+#: ../../app/presenters/contributor_presenter.rb:44
+msgid "Project Administrator"
+msgstr ""
+
+#: ../../app/presenters/contributor_presenter.rb:46
+msgid "Principal Investigator"
msgstr ""
-#: ../../app/presenters/contributor_presenter.rb:57
+#: ../../app/presenters/contributor_presenter.rb:48
+msgid "Other"
+msgstr ""
+
+#: ../../app/presenters/contributor_presenter.rb:56
msgid ""
"Management activities to annotate (produce metadata), scrub data and maintain "
"research data (including software code, where it is necessary for interpreting"
" the data itself) for initial use and later re-use."
msgstr ""
-#: ../../app/presenters/contributor_presenter.rb:59
+#: ../../app/presenters/contributor_presenter.rb:58
msgid ""
"Conducting a research and investigation process, specifically performing the e"
"xperiments, or data/evidence collection."
msgstr ""
-#: ../../app/presenters/contributor_presenter.rb:61
+#: ../../app/presenters/contributor_presenter.rb:60
msgid ""
"Management and coordination responsibility for the research activity planning "
"and execution."
msgstr ""
-#: ../../app/services/api/v1/auth/jwt/authentication_service.rb:40
+#: ../../app/services/api/v1/auth/jwt/authentication_service.rb:34
msgid "Invalid grant type"
msgstr ""
-#: ../../app/services/api/v1/auth/jwt/authentication_service.rb:79
+#: ../../app/services/api/v1/auth/jwt/authentication_service.rb:70
msgid "Invalid credentials"
msgstr ""
-#: ../../app/services/api/v1/auth/jwt/authorization_service.rb:32
+#: ../../app/services/api/v1/auth/jwt/authorization_service.rb:29
msgid "Invalid token"
msgstr ""
-#: ../../app/services/api/v1/auth/jwt/authorization_service.rb:49
+#: ../../app/services/api/v1/auth/jwt/authorization_service.rb:46
msgid "Token expired"
msgstr ""
-#: ../../app/services/api/v1/auth/jwt/authorization_service.rb:56
+#: ../../app/services/api/v1/auth/jwt/authorization_service.rb:53
msgid "Missing token"
msgstr ""
-#: ../../app/services/api/v1/json_validation_service.rb:11
+#: ../../app/services/api/v1/json_validation_service.rb:7
msgid ":title and the contact's :mbox are both required fields"
msgstr ""
-#: ../../app/services/api/v1/json_validation_service.rb:12
+#: ../../app/services/api/v1/json_validation_service.rb:8
msgid ":type and :identifier are required for all ids"
msgstr ""
-#: ../../app/services/api/v1/json_validation_service.rb:13
+#: ../../app/services/api/v1/json_validation_service.rb:9
msgid ":name is required for every :affiliation and :funding"
msgstr ""
-#: ../../app/services/api/v1/json_validation_service.rb:14
+#: ../../app/services/api/v1/json_validation_service.rb:10
msgid ":role and either the :name or :email are required for each :contributor"
msgstr ""
-#: ../../app/services/api/v1/json_validation_service.rb:15
+#: ../../app/services/api/v1/json_validation_service.rb:11
msgid ":name, :funder_id or :grant_id are required for each funding"
msgstr ""
-#: ../../app/services/api/v1/json_validation_service.rb:16
+#: ../../app/services/api/v1/json_validation_service.rb:12
msgid ":title is required for each :dataset"
msgstr ""
-#: ../../app/services/api/v1/json_validation_service.rb:59
-#: ../../spec/services/api/v1/json_validation_service_spec.rb:129
+#: ../../app/services/api/v1/json_validation_service.rb:53
+#: ../../spec/services/api/v1/json_validation_service_spec.rb:128
msgid "invalid JSON"
msgstr ""
-#: ../../app/services/template/upgrade_customization_service.rb:68
+#: ../../app/services/template/upgrade_customization_service.rb:67
msgid "upgrade_customization! requires a customised template"
msgstr ""
-#: ../../app/services/template/upgrade_customization_service.rb:73
+#: ../../app/services/template/upgrade_customization_service.rb:71
msgid ""
"upgrade cannot be carried out since there is no published template of its curr"
"ent funder"
@@ -1641,25 +1649,25 @@ msgid "A key \"org\" is expected for links hash"
msgstr ""
#: ../../app/validators/org_links_validator.rb:13
-#: ../../app/validators/template_links_validator.rb:21
+#: ../../app/validators/template_links_validator.rb:23
msgid "A hash is expected for links"
msgstr ""
-#: ../../app/validators/template_links_validator.rb:12
-msgid "A key %s is expected for links hash"
-msgstr ""
-
#: ../../app/validators/template_links_validator.rb:15
msgid "The key %s does not have a valid set of object links"
msgstr ""
+#: ../../app/validators/template_links_validator.rb:19
+msgid "A key %s is expected for links hash"
+msgstr ""
+
#: ../../app/views/answers/_locking.html.erb:5
msgid "The following answer cannot be saved"
msgstr ""
#: ../../app/views/answers/_locking.html.erb:8
msgid ""
-"since %s saved the answer below while you were editing. Please, combine y"
+"since %{name} saved the answer below while you were editing. Please, combine y"
"our changes and then save the answer again."
msgstr ""
@@ -1688,14 +1696,14 @@ msgid "Please wait, Standards are loading"
msgstr ""
#: ../../app/views/answers/_new_edit.html.erb:68
-#: ../../app/views/contributors/_form.html.erb:92
-#: ../../app/views/devise/passwords/edit.html.erb:28
+#: ../../app/views/contributors/_form.html.erb:94
+#: ../../app/views/devise/passwords/edit.html.erb:35
#: ../../app/views/devise/registrations/_password_details.html.erb:31
#: ../../app/views/devise/registrations/_personal_details.html.erb:90
#: ../../app/views/guidance_groups/_guidance_group_form.html.erb:23
-#: ../../app/views/guidances/new_edit.html.erb:48
-#: ../../app/views/notes/_edit.html.erb:9
-#: ../../app/views/notes/_new.html.erb:12
+#: ../../app/views/guidances/new_edit.html.erb:49
+#: ../../app/views/notes/_edit.html.erb:10
+#: ../../app/views/notes/_new.html.erb:13
#: ../../app/views/org_admin/departments/edit.html.erb:23
#: ../../app/views/org_admin/departments/new.html.erb:23
#: ../../app/views/org_admin/phases/_form.html.erb:25
@@ -1706,11 +1714,11 @@ msgstr ""
#: ../../app/views/org_admin/users/edit.html.erb:54
#: ../../app/views/orgs/_feedback_form.html.erb:38
#: ../../app/views/orgs/_profile_form.html.erb:168
-#: ../../app/views/plans/_edit_details.html.erb:10
+#: ../../app/views/plans/_edit_details.html.erb:11
#: ../../app/views/plans/_guidance_selection.html.erb:23
#: ../../app/views/questions/_preview_question.html.erb:111
-#: ../../app/views/super_admin/api_clients/_form.html.erb:65
-#: ../../app/views/super_admin/notifications/_form.html.erb:65
+#: ../../app/views/super_admin/api_clients/_form.html.erb:67
+#: ../../app/views/super_admin/notifications/_form.html.erb:66
#: ../../app/views/super_admin/themes/_form.html.erb:13
#: ../../app/views/super_admin/users/edit.html.erb:61
#: ../../app/views/users/_admin_grant_permissions.html.erb:68
@@ -1734,7 +1742,7 @@ msgid "Answered"
msgstr ""
#: ../../app/views/answers/_status.html.erb:10
-msgid " by %s"
+msgid " by %{user_name}"
msgstr ""
#: ../../app/views/answers/_status.html.erb:15
@@ -1791,12 +1799,13 @@ msgstr ""
msgid "Message"
msgstr ""
-#: ../../app/views/contact_us/contacts/_new_left.html.erb:38
+#: ../../app/views/contact_us/contacts/_new_left.html.erb:39
+#: ../../app/views/devise/passwords/edit.html.erb:30
#: ../../app/views/shared/_create_account_form.html.erb:46
msgid "Security check"
msgstr ""
-#: ../../app/views/contact_us/contacts/_new_left.html.erb:42
+#: ../../app/views/contact_us/contacts/_new_left.html.erb:43
#: ../../app/views/plans/_share_form.html.erb:146
msgid "Submit"
msgstr ""
@@ -1812,11 +1821,11 @@ msgstr ""
#: ../../app/views/contact_us/contacts/new.html.erb:6
msgid ""
-"%s is provided by the %s. You can fin"
-"d out more about us on our s\" class=\"has-new-window"
+"%{application_name} is provided by the %{organisation_name}. You can fin"
+"d out more about us on our website (new window) . If you "
-"would like to contact us about %s, please fill out the form b"
+"n class=\"new-window-popup-info\">%{open_in_new_window_text}. If you "
+"would like to contact us about %{application_name}, please fill out the form b"
"elow."
msgstr ""
@@ -1852,21 +1861,21 @@ msgstr ""
msgid "ORCID"
msgstr ""
-#: ../../app/views/contributors/_form.html.erb:43
+#: ../../app/views/contributors/_form.html.erb:44
msgid "Phone number"
msgstr ""
-#: ../../app/views/contributors/_form.html.erb:62
+#: ../../app/views/contributors/_form.html.erb:64
#: ../../app/views/paginable/contributors/_index.html.erb:14
msgid "Affiliation"
msgstr ""
-#: ../../app/views/contributors/_form.html.erb:70
+#: ../../app/views/contributors/_form.html.erb:72
#: ../../app/views/paginable/contributors/_index.html.erb:16
msgid "Roles"
msgstr ""
-#: ../../app/views/contributors/_form.html.erb:94
+#: ../../app/views/contributors/_form.html.erb:96
#: ../../app/views/notes/_archive.html.erb:10
#: ../../app/views/notes/_list.html.erb:16
#: ../../app/views/notes/_list.html.erb:19
@@ -1886,19 +1895,19 @@ msgstr ""
msgid "Remove"
msgstr ""
-#: ../../app/views/contributors/_form.html.erb:97
+#: ../../app/views/contributors/_form.html.erb:99
#: ../../app/views/guidance_groups/_guidance_group_form.html.erb:24
-#: ../../app/views/guidances/new_edit.html.erb:49
+#: ../../app/views/guidances/new_edit.html.erb:50
#: ../../app/views/notes/_archive.html.erb:11
-#: ../../app/views/notes/_edit.html.erb:10
+#: ../../app/views/notes/_edit.html.erb:11
#: ../../app/views/org_admin/departments/edit.html.erb:24
#: ../../app/views/org_admin/departments/new.html.erb:24
#: ../../app/views/org_admin/questions/_form.html.erb:103
#: ../../app/views/org_admin/questions/_form.html.erb:105
#: ../../app/views/plans/_guidance_selection.html.erb:35
#: ../../app/views/plans/new.html.erb:124
-#: ../../app/views/super_admin/api_clients/_form.html.erb:84
-#: ../../app/views/super_admin/notifications/_form.html.erb:72
+#: ../../app/views/super_admin/api_clients/_form.html.erb:86
+#: ../../app/views/super_admin/notifications/_form.html.erb:73
#: ../../app/views/super_admin/themes/_form.html.erb:19
#: ../../app/views/super_admin/users/_confirm_merge.html.erb:15
#: ../../app/views/users/_admin_grant_permissions.html.erb:69
@@ -1962,14 +1971,14 @@ msgstr ""
msgid "First name"
msgstr ""
-#: ../../app/views/devise/invitations/edit.html.erb:27
+#: ../../app/views/devise/invitations/edit.html.erb:28
#: ../../app/views/devise/registrations/_personal_details.html.erb:21
#: ../../app/views/org_admin/users/edit.html.erb:24
#: ../../app/views/super_admin/users/edit.html.erb:25
msgid "Last name"
msgstr ""
-#: ../../app/views/devise/invitations/edit.html.erb:39
+#: ../../app/views/devise/invitations/edit.html.erb:40
#: ../../app/views/devise/registrations/new.html.erb:43
#: ../../app/views/devise/registrations/new.html.erb:58
#: ../../app/views/shared/_access_controls.html.erb:11
@@ -1978,7 +1987,7 @@ msgid "Create account"
msgstr ""
#: ../../app/views/devise/mailer/confirmation_instructions.html.erb:2
-msgid "Welcome to %s"
+msgid "Welcome to %{application_name}"
msgstr ""
#: ../../app/views/devise/mailer/confirmation_instructions.html.erb:4
@@ -1997,21 +2006,27 @@ msgstr ""
msgid "into your browser"
msgstr ""
+#: ../../app/views/devise/mailer/invitation_instructions.html.erb:6
+#: ../../app/views/devise/mailer/reset_password_instructions.html.erb:5
+#: ../../app/views/user_mailer/_email_signature.html.erb:2
+msgid "Query or feedback related to %{tool_name}"
+msgstr ""
+
#: ../../app/views/devise/mailer/invitation_instructions.html.erb:12
#: ../../app/views/user_mailer/new_comment.html.erb:2
-msgid "Hello %s"
+msgid "Hello %{user_name}"
msgstr ""
#: ../../app/views/devise/mailer/invitation_instructions.html.erb:15
msgid ""
-"Your colleague %s has invited you to contribute to their Data Ma"
-"nagement Plan in %s"
+"Your colleague %{inviter_name} has invited you to contribute to their Data Ma"
+"nagement Plan in %{tool_name}"
msgstr ""
#: ../../app/views/devise/mailer/invitation_instructions.html.erb:22
#: ../../app/views/user_mailer/sharing_notification.html.erb:11
msgid ""
-"%s to accept the invitation, (or copy % s into your browser). I"
+"%{click_here} to accept the invitation, (or copy %{link} into your browser). I"
"f you don't want to accept the invitation, please ignore this email."
msgstr ""
@@ -2031,7 +2046,7 @@ msgstr ""
#: ../../app/views/devise/mailer/reset_password_instructions.html.erb:19
#: ../../app/views/user_mailer/_email_signature.html.erb:12
#: ../../app/views/user_mailer/welcome_notification.html.erb:10
-msgid "The %s team"
+msgid "The %{tool_name} team"
msgstr ""
#: ../../app/views/devise/mailer/invitation_instructions.html.erb:32
@@ -2043,17 +2058,17 @@ msgstr ""
#: ../../app/views/devise/mailer/invitation_instructions.html.erb:33
msgid ""
-"If you have any questions or need help, please contact us at %s"
-" or visit %s"
+"If you have any questions or need help, please contact us at %{helpdesk_email}"
+" or visit %{contact_us_url}"
msgstr ""
#: ../../app/views/devise/mailer/reset_password_instructions.html.erb:9
-msgid "Hello %s"
+msgid "Hello %{user_email}"
msgstr ""
#: ../../app/views/devise/mailer/reset_password_instructions.html.erb:12
msgid ""
-"Someone has requested a link to change your %s password. You can do "
+"Someone has requested a link to change your %{tool_name} password. You can do "
"this through the link below."
msgstr ""
@@ -2068,8 +2083,8 @@ msgstr ""
#: ../../app/views/devise/mailer/reset_password_instructions.html.erb:22
#: ../../app/views/user_mailer/_email_signature.html.erb:19
msgid ""
-"If you have any questions or need help, please contact us at %s"
-" or visit %s"
+"If you have any questions or need help, please contact us at %{helpdesk_email}"
+" or visit %{contact_us}"
msgstr ""
#: ../../app/views/devise/mailer/unlock_instructions.html.erb:2
@@ -2138,15 +2153,15 @@ msgstr ""
#: ../../app/views/devise/registrations/_api_token.html.erb:16
msgid ""
-"See the s\">documentation for v0 for more details on "
+"See the documentation for v0 for more details on "
"the original API which includes access to statistics, the full text of plans a"
"nd the ability to connect users with departments."
msgstr ""
#: ../../app/views/devise/registrations/_api_token.html.erb:18
msgid ""
-"See the s\">documentation for v1 for more details on "
-"the API that supports the s\">RDA Common metadata st"
+"See the documentation for v1 for more details on "
+"the API that supports the RDA Common metadata st"
"andard for DMPs. "
msgstr ""
@@ -2305,7 +2320,7 @@ msgid "Sign in or Create account"
msgstr ""
#: ../../app/views/devise/registrations/new.html.erb:15
-msgid "Do you have a %s account?"
+msgid "Do you have a %{application_name} account?"
msgstr ""
#: ../../app/views/devise/registrations/new.html.erb:22
@@ -2321,7 +2336,7 @@ msgid "This will link your existing account to your credentials."
msgstr ""
#: ../../app/views/devise/registrations/new.html.erb:34
-msgid "No %s account?"
+msgid "No %{application_name} account?"
msgstr ""
#: ../../app/views/devise/registrations/new.html.erb:46
@@ -2380,7 +2395,7 @@ msgstr ""
#: ../../app/views/guidance_groups/admin_edit.html.erb:4
#: ../../app/views/guidance_groups/admin_new.html.erb:1
#: ../../app/views/guidance_groups/admin_new.html.erb:4
-#: ../../app/views/guidances/new_edit.html.erb:33
+#: ../../app/views/guidances/new_edit.html.erb:34
#: ../../app/views/paginable/guidances/_index.html.erb:8
msgid "Guidance group"
msgstr ""
@@ -2451,7 +2466,7 @@ msgstr ""
msgid "Enter your guidance here. You can include links where needed."
msgstr ""
-#: ../../app/views/guidances/new_edit.html.erb:31
+#: ../../app/views/guidances/new_edit.html.erb:32
msgid ""
"Select one or more themes that are relevant to this guidance. This will displa"
"y your generic organisation-level guidance, or any Schools/Departments for whi"
@@ -2459,21 +2474,21 @@ msgid ""
"he corresponding theme tags."
msgstr ""
-#: ../../app/views/guidances/new_edit.html.erb:36
+#: ../../app/views/guidances/new_edit.html.erb:37
msgid "Select which group this guidance relates to."
msgstr ""
-#: ../../app/views/guidances/new_edit.html.erb:43
+#: ../../app/views/guidances/new_edit.html.erb:44
msgid "Check this box when you are ready for this guidance to appear on user's plans."
msgstr ""
-#: ../../app/views/guidances/new_edit.html.erb:44
+#: ../../app/views/guidances/new_edit.html.erb:45
msgid "Published?"
msgstr ""
#: ../../app/views/home/_welcome.html.erb:5
msgid ""
-"%s has been developed by the %s<"
+"%{application_name} has been developed by the %{organisation_name}<"
"/strong> to help you write data management plans.
"
msgstr ""
@@ -2660,7 +2675,8 @@ msgid "Logout"
msgstr ""
#: ../../app/views/layouts/application.html.erb:32
-msgid "%s"
+#: ../../app/views/static_pages/termsuse.html.erb:14
+msgid "%{application_name}"
msgstr ""
#: ../../app/views/layouts/application.html.erb:91
@@ -2734,7 +2750,7 @@ msgstr ""
#: ../../app/views/layouts/application.html.erb:142
msgid ""
-"%s results are available, use up and down arrows to navigate suggestions. Us"
+"%{n} results are available, use up and down arrows to navigate suggestions. Us"
"e the Enter key to select a suggestion or the Escape key to close the suggesti"
"ons."
msgstr ""
@@ -2787,7 +2803,7 @@ msgid "Example answer"
msgstr ""
#: ../../app/views/org_admin/annotations/_show.html.erb:4
-msgid "%s Example Answer"
+msgid "%{org} Example Answer"
msgstr ""
#: ../../app/views/org_admin/conditions/_add.html.erb:3
@@ -2934,7 +2950,7 @@ msgstr ""
#: ../../app/views/org_admin/phases/_phase.html.erb:17
msgid ""
-"You are about to delete the '%s' phase. This will remove all of th"
+"You are about to delete the '%{phase_title}' phase. This will remove all of th"
"e sections and questions listed below. Are you sure?"
msgstr ""
@@ -2994,7 +3010,7 @@ msgid "Write plan"
msgstr ""
#: ../../app/views/org_admin/plans/index.html.erb:4
-msgid "%s Plans"
+msgid "%{org_name} Plans"
msgstr ""
#: ../../app/views/org_admin/plans/index.html.erb:16
@@ -3046,7 +3062,7 @@ msgstr ""
#: ../../app/views/org_admin/plans/index.html.erb:39
msgid ""
"Download plans (new window) %s "
+"pup-info\">%{open_in_new_window_text}"
msgstr ""
#: ../../app/views/org_admin/question_options/_option_fields.html.erb:3
@@ -3074,7 +3090,7 @@ msgid ""
msgstr ""
#: ../../app/views/org_admin/questions/_form.html.erb:4
-msgid "Question %s:"
+msgid "Question %{number}:"
msgstr ""
#: ../../app/views/org_admin/questions/_form.html.erb:4
@@ -3132,14 +3148,14 @@ msgstr ""
#: ../../app/views/org_admin/questions/_form.html.erb:102
#: ../../app/views/org_admin/sections/_form.html.erb:19
-#: ../../app/views/super_admin/api_clients/_form.html.erb:77
-#: ../../app/views/super_admin/notifications/_form.html.erb:67
+#: ../../app/views/super_admin/api_clients/_form.html.erb:79
+#: ../../app/views/super_admin/notifications/_form.html.erb:68
#: ../../app/views/super_admin/themes/_form.html.erb:15
msgid "Delete"
msgstr ""
#: ../../app/views/org_admin/questions/_form.html.erb:102
-msgid "You are about to delete question #%s. Are you sure?"
+msgid "You are about to delete question #%{question_number}. Are you sure?"
msgstr ""
#: ../../app/views/org_admin/questions/_index.html.erb:14
@@ -3229,7 +3245,7 @@ msgstr ""
#: ../../app/views/org_admin/sections/_form.html.erb:20
msgid ""
-"You are about to delete '%s'. This will affect questions linked "
+"You are about to delete '%{section_title}'. This will affect questions linked "
"to this section. Are you sure?"
msgstr ""
@@ -3255,7 +3271,7 @@ msgstr ""
#: ../../app/views/org_admin/templates/_form.html.erb:25
#: ../../app/views/org_admin/templates/_show.html.erb:35
-msgid "for internal %s use only"
+msgid "for internal %{org_name} use only"
msgstr ""
#: ../../app/views/org_admin/templates/_form.html.erb:32
@@ -3407,27 +3423,31 @@ msgid ""
"s below."
msgstr ""
+#: ../../app/views/org_admin/templates/index.html.erb:52
+msgid "%{org_name} Templates"
+msgstr ""
+
#: ../../app/views/org_admin/templates/index.html.erb:63
msgid "Customisable Templates"
msgstr ""
#: ../../app/views/org_admin/templates/index.html.erb:80
#: ../../app/views/org_admin/templates/index.html.erb:93
-msgid "All (%s)"
+msgid "All (%{count})"
msgstr ""
#: ../../app/views/org_admin/templates/index.html.erb:83
#: ../../app/views/org_admin/templates/index.html.erb:96
-msgid "Published (%s)"
+msgid "Published (%{count})"
msgstr ""
#: ../../app/views/org_admin/templates/index.html.erb:86
#: ../../app/views/org_admin/templates/index.html.erb:99
-msgid "Unpublished (%s)"
+msgid "Unpublished (%{count})"
msgstr ""
#: ../../app/views/org_admin/templates/index.html.erb:89
-msgid "Not customised (%s)"
+msgid "Not customised (%{count})"
msgstr ""
#: ../../app/views/org_admin/templates/index.html.erb:118
@@ -3437,7 +3457,7 @@ msgstr ""
#: ../../app/views/org_admin/users/edit.html.erb:4
#: ../../app/views/super_admin/users/edit.html.erb:1
#: ../../app/views/super_admin/users/edit.html.erb:5
-msgid "Editing profile for %s"
+msgid "Editing profile for %{username}"
msgstr ""
#: ../../app/views/org_admin/users/edit.html.erb:5
@@ -3446,7 +3466,7 @@ msgid "View all users"
msgstr ""
#: ../../app/views/org_admin/users/plans.html.erb:3
-msgid "Plans of %s"
+msgid "Plans of %{username}"
msgstr ""
#: ../../app/views/orgs/_departments.html.erb:1
@@ -3505,7 +3525,7 @@ msgstr ""
#: ../../app/views/orgs/_merge_form.html.erb:7
msgid ""
"Please select the Organisation that will replace the current organisation: '%s '."
+"trong>%{org_name}'."
msgstr ""
#: ../../app/views/orgs/_merge_form.html.erb:8
@@ -3674,18 +3694,18 @@ msgid "Last Accessed"
msgstr ""
#: ../../app/views/paginable/api_clients/_index.html.erb:30
-#: ../../app/views/super_admin/api_clients/_form.html.erb:57
+#: ../../app/views/super_admin/api_clients/_form.html.erb:59
msgid "Never"
msgstr ""
#: ../../app/views/paginable/api_clients/_index.html.erb:44
msgid ""
-"You are about to delete '%s'. They will no longer be able to acces"
+"You are about to delete '%{client_name}'. They will no longer be able to acces"
"s the API. Are you sure?"
msgstr ""
#: ../../app/views/paginable/contributors/_index.html.erb:57
-msgid "You are about to delete '%s'. Are you sure?"
+msgid "You are about to delete '%{contributor_name}'. Are you sure?"
msgstr ""
#: ../../app/views/paginable/departments/_index.html.erb:5
@@ -3699,7 +3719,7 @@ msgstr ""
#: ../../app/views/paginable/departments/_index.html.erb:28
msgid ""
-"You are about to delete '%s'. This will affect guidance. Are y"
+"You are about to delete '%{department_name}'. This will affect guidance. Are y"
"ou sure?"
msgstr ""
@@ -3741,12 +3761,12 @@ msgstr ""
#: ../../app/views/paginable/guidance_groups/_index.html.erb:50
msgid ""
-"You are about to delete '%s'. This will affect guidance. A"
+"You are about to delete '%{guidance_group_name}'. This will affect guidance. A"
"re you sure?"
msgstr ""
#: ../../app/views/paginable/guidances/_index.html.erb:62
-msgid "You are about to delete '%s'. Are you sure?"
+msgid "You are about to delete '%{guidance_summary}'. Are you sure?"
msgstr ""
#: ../../app/views/paginable/notifications/_index.html.erb:5
@@ -3783,7 +3803,22 @@ msgid "Managed"
msgstr ""
#: ../../app/views/paginable/orgs/_index.html.erb:35
-msgid "You are about to delete '%s'. Are you sure?"
+msgid "You are about to delete '%{org_name}'. Are you sure?"
+msgstr ""
+
+#: ../../app/views/paginable/plans/_index.html.erb:5
+#: ../../app/views/paginable/plans/_org_admin.html.erb:18
+#: ../../app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb:9
+#: ../../app/views/paginable/plans/_privately_visible.html.erb:5
+#: ../../app/views/paginable/plans/_publicly_visible.html.erb:5
+#: ../../app/views/plans/_show_details.html.erb:4
+msgid "Project Title"
+msgstr ""
+
+#: ../../app/views/paginable/plans/_index.html.erb:28
+#: ../../app/views/paginable/plans/_org_admin.html.erb:43
+#: ../../app/views/paginable/plans/_privately_visible.html.erb:9
+msgid "Test"
msgstr ""
#: ../../app/views/paginable/plans/_org_admin.html.erb:3
@@ -3804,25 +3839,10 @@ msgid ""
" 'Jun 2013'."
msgstr ""
-#: ../../app/views/paginable/plans/_org_admin.html.erb:18
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:5
-#: ../../app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb:9
-#: ../../app/views/paginable/plans/_privately_visible.html.erb:5
-#: ../../app/views/paginable/plans/_publicly_visible.html.erb:5
-#: ../../app/views/plans/_show_details.html.erb:4
-msgid "Project Title"
-msgstr ""
-
#: ../../app/views/paginable/plans/_org_admin.html.erb:22
msgid "Created"
msgstr ""
-#: ../../app/views/paginable/plans/_org_admin.html.erb:43
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:28
-#: ../../app/views/paginable/plans/_privately_visible.html.erb:9
-msgid "Test"
-msgstr ""
-
#:
#: ../../app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb:21
#: ../../app/views/paginable/plans/_privately_visible.html.erb:63
@@ -3933,7 +3953,7 @@ msgstr ""
#: ../../app/views/paginable/templates/_customisable.html.erb:69
msgid ""
-"Are you sure you want to remove your customization of \"%s\"? Any"
+"Are you sure you want to remove your customization of \"%{template_title}\"? Any"
" published versions will become unavailable to users."
msgstr ""
@@ -3951,7 +3971,7 @@ msgstr ""
#: ../../app/views/paginable/templates/_organisational.html.erb:76
msgid ""
-"Are you sure you want to remove \"%s\"? Any published versions wi"
+"Are you sure you want to remove \"%{template_title}\"? Any published versions wi"
"ll become unavailable to users."
msgstr ""
@@ -4103,17 +4123,17 @@ msgstr ""
#: ../../app/views/plans/_download_form.html.erb:119
msgid ""
"Download Plan (new window) %s "
+"up-info\">%{open_in_new_window_text}"
msgstr ""
-#: ../../app/views/plans/_edit_details.html.erb:13
+#: ../../app/views/plans/_edit_details.html.erb:14
#: ../../app/views/plans/_guidance_selection.html.erb:38
msgid "Select Guidance"
msgstr ""
#: ../../app/views/plans/_guidance_selection.html.erb:6
msgid ""
-"To help you write your plan, %s can show you guidance from a "
+"To help you write your plan, %{application_name} can show you guidance from a "
"variety of organisations."
msgstr ""
@@ -4135,7 +4155,7 @@ msgstr ""
#: ../../app/views/plans/_guidance_selection.html.erb:40
msgid ""
-"To help you write your plan, %s can show you guidance from a "
+"To help you write your plan, %{application_name} can show you guidance from a "
"variety of organisations. Please choose up to 6 organisations of the following"
" organisations who offer guidance relevant to your plan."
msgstr ""
@@ -4162,16 +4182,16 @@ msgstr ""
#: ../../app/views/plans/_overview_details.html.erb:9
msgid ""
-"This plan is based on the \"%s\" template provided by %s"
+"This plan is based on the \"%{template_title}\" template provided by %{org_name}"
"."
msgstr ""
#: ../../app/views/plans/_overview_details.html.erb:17
-msgid "Template version %s, published on %s"
+msgid "Template version %{template_version}, published on %{published_date}"
msgstr ""
#: ../../app/views/plans/_overview_details.html.erb:42
-msgid "%s (%s %s, %s %s)"
+msgid "%{phase_title} (%{sections_size} %{sections}, %{questions_size} %{questions})"
msgstr ""
#: ../../app/views/plans/_overview_details.html.erb:43
@@ -4190,59 +4210,102 @@ msgstr[1] ""
msgid "answered"
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:3
+#: ../../app/views/plans/_project_details.html.erb:4
msgid "If applying for funding, state the name exactly as in the grant proposal."
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:4
+#: ../../app/views/plans/_project_details.html.erb:5
msgid ""
"Briefly summarise your research project to help others understand the purposes"
" for which the data are being collected or created."
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:5
+#: ../../app/views/plans/_project_details.html.erb:6
msgid "A pertinent ID as determined by the funder and/or organisation."
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:22
+#: ../../app/views/plans/_project_details.html.erb:7
+msgid ""
+"Whether there are any potential ethical issues related to data that this DMP d"
+"escribes"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:8
+msgid "Description of the ethical issues"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:9
+msgid "Link to a protocol from a meeting with an ethics commitee"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:27
#: ../../app/views/plans/new.html.erb:38
msgid "mock project for testing, practice, or educational purposes"
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:30
+#: ../../app/views/plans/_project_details.html.erb:35
msgid "Project abstract"
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:41
+#: ../../app/views/plans/_project_details.html.erb:47
+msgid "Research domain"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:52
+#: ../../app/views/plans/_project_details.html.erb:173
+msgid "- Please select one -"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:62
msgid "Project Start"
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:44
+#: ../../app/views/plans/_project_details.html.erb:65
msgid "The estimated date on which you will begin this project."
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:47
+#: ../../app/views/plans/_project_details.html.erb:68
msgid "Project End"
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:50
+#: ../../app/views/plans/_project_details.html.erb:71
msgid "The estimated date on which you will complete this project."
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:59
+#: ../../app/views/plans/_project_details.html.erb:80
msgid "Landing page"
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:72
+#: ../../app/views/plans/_project_details.html.erb:93
#: ../../app/views/plans/_show_details.html.erb:22
msgid "ID"
msgstr ""
#: ../../app/views/plans/_project_details.html.erb:114
+msgid "Research outputs may have ethical concerns"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:121
+msgid "Describe any ethical concerns"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:134
+msgid "Ethical protocols"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:167
+msgid "Funding status"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:181
msgid "Grant number/url"
msgstr ""
-#: ../../app/views/plans/_project_details.html.erb:128
+#: ../../app/views/plans/_project_details.html.erb:195
+msgid "Grant number:"
+msgstr ""
+
+#: ../../app/views/plans/_project_details.html.erb:199
msgid ""
"Provide a URL to the award's landing page if possible, if not please provide t"
"he award/grant number."
@@ -4275,7 +4338,7 @@ msgstr ""
#: ../../app/views/plans/_share_form.html.erb:9
msgid ""
"Public or organisational visibility is intended for finished plans. You must a"
-"nswer at least %s%% of the questions to enable these options. Note:"
+"nswer at least %{percentage}%% of the questions to enable these options. Note:"
" test plans are set to private visibility by default."
msgstr ""
@@ -4357,7 +4420,7 @@ msgid "Click the 'Create plan' button below to begin."
msgstr ""
#: ../../app/views/plans/index.html.erb:35
-msgid "%s Plans"
+msgid "%{org_title} Plans"
msgstr ""
#: ../../app/views/plans/index.html.erb:36
@@ -4429,7 +4492,7 @@ msgstr ""
#: ../../app/views/public_pages/plan_index.html.erb:8
msgid ""
-"Public DMPs are plans created using the %s service and shared"
+"Public DMPs are plans created using the %{application_name} service and shared"
" publicly by their owners. They are not vetted for quality, completeness, or a"
"dherence to funder guidelines."
msgstr ""
@@ -4479,7 +4542,7 @@ msgid "terms and conditions"
msgstr ""
#: ../../app/views/shared/_create_plan_modal.html.erb:8
-msgid "Would you like to create a plan based on the \"%s\" template?"
+msgid "Would you like to create a plan based on the \"%{name}\" template?"
msgstr ""
#: ../../app/views/shared/_links.html.erb:7
@@ -4531,41 +4594,46 @@ msgstr ""
msgid "Filter plans"
msgstr ""
+#: ../../app/views/shared/export/_plan.erb:55
+#: ../../app/views/shared/export/_plan_txt.erb:52
+msgid "Question not answered."
+msgstr ""
+
#: ../../app/views/shared/export/_plan_coversheet.erb:3
-#: ../../app/views/shared/export/_plan_txt.erb:65
-msgid "A Data Management Plan created using %s"
+#: ../../app/views/shared/export/_plan_txt.erb:67
+msgid "A Data Management Plan created using %{application_name}"
msgstr ""
-#: ../../app/views/shared/export/_plan_coversheet.erb:10
+#: ../../app/views/shared/export/_plan_coversheet.erb:8
#: ../../app/views/shared/export/_plan_txt.erb:5
msgid "Affiliation: "
msgstr ""
-#: ../../app/views/shared/export/_plan_coversheet.erb:13
+#: ../../app/views/shared/export/_plan_coversheet.erb:11
msgid "Funder: "
msgstr ""
-#: ../../app/views/shared/export/_plan_coversheet.erb:22
+#: ../../app/views/shared/export/_plan_coversheet.erb:20
msgid "ORCID iD: "
msgstr ""
-#: ../../app/views/shared/export/_plan_coversheet.erb:31
+#: ../../app/views/shared/export/_plan_coversheet.erb:29
msgid "ID: "
msgstr ""
-#: ../../app/views/shared/export/_plan_coversheet.erb:35
+#: ../../app/views/shared/export/_plan_coversheet.erb:33
msgid "Start date: "
msgstr ""
-#: ../../app/views/shared/export/_plan_coversheet.erb:39
+#: ../../app/views/shared/export/_plan_coversheet.erb:37
msgid "End date: "
msgstr ""
-#: ../../app/views/shared/export/_plan_coversheet.erb:45
+#: ../../app/views/shared/export/_plan_coversheet.erb:43
msgid "Grant number / URL: "
msgstr ""
-#: ../../app/views/shared/export/_plan_coversheet.erb:52
+#: ../../app/views/shared/export/_plan_coversheet.erb:50
#: ../../app/views/shared/export/_plan_txt.erb:20
msgid ""
" The above plan creator(s) have agreed that others may use as much of the text"
@@ -4581,21 +4649,21 @@ msgstr ""
msgid "Begin typing to see a list of suggestions."
msgstr ""
-#: ../../app/views/shared/org_selectors/_combined.html.erb:47
-#: ../../app/views/shared/org_selectors/_external_only.html.erb:42
+#: ../../app/views/shared/org_selectors/_combined.html.erb:48
+#: ../../app/views/shared/org_selectors/_external_only.html.erb:43
msgid ""
"A new entry will be created for the organisation you have named above. Please "
"double check that your organisation does not appear in the list in a slightly "
"different form."
msgstr ""
-#: ../../app/views/shared/org_selectors/_local_only.html.erb:45
+#: ../../app/views/shared/org_selectors/_local_only.html.erb:46
msgid "The name you entered was not one of the listed suggestions!"
msgstr ""
#: ../../app/views/static_pages/about_us.html.erb:1
#: ../../app/views/static_pages/about_us.html.erb:4
-msgid "About %s"
+msgid "About %{application_name}"
msgstr ""
#: ../../app/views/static_pages/about_us.html.erb:11
@@ -4651,7 +4719,7 @@ msgstr ""
#: ../../app/views/static_pages/about_us.html.erb:22
msgid ""
"get involved (new window) %s "
+"p-info\">%{open_in_new_window_text}"
msgstr ""
#: ../../app/views/static_pages/about_us.html.erb:28
@@ -4671,7 +4739,7 @@ msgid "If you have an account please sign in and start creating or editing your
msgstr ""
#: ../../app/views/static_pages/about_us.html.erb:34
-msgid "If you do not have a %s account, click on"
+msgid "If you do not have a %{application_name} account, click on"
msgstr ""
#: ../../app/views/static_pages/about_us.html.erb:34
@@ -4705,9 +4773,9 @@ msgstr ""
#: ../../app/views/static_pages/help.html.erb:11
msgid ""
-"When you log in to DMPRoadmap you will be directed to the 'My Dashboard' page."
-" From here you can edit, share, download, copy or remove any of your plans. Yo"
-"u will also see plans that have been shared with you by others."
+"When you log in to %{application_name} you will be directed to the 'My Dashboa"
+"rd' page. From here you can edit, share, download, copy or remove any of your "
+"plans. You will also see plans that have been shared with you by others."
msgstr ""
#: ../../app/views/static_pages/help.html.erb:13
@@ -4827,7 +4895,7 @@ msgid ""
" you need to submit your plan as part of a grant application. Choose what form"
"at you would like to view/download your plan in and click to download. You can"
" also adjust the formatting (font type, size and margins) for PDF files, which"
-" may be helpful if working to page limits.
"
+" may be helpful if working to page limits."
msgstr ""
#: ../../app/views/static_pages/privacy.html.erb:10
@@ -4836,33 +4904,33 @@ msgstr ""
#: ../../app/views/static_pages/privacy.html.erb:11
msgid ""
-"The information you provide will be used by the %s to offer you acces"
-"s to and personalisation of the %s service."
+"The information you provide will be used by the %{org_name} to offer you acces"
+"s to and personalisation of the %{application_name} service."
msgstr ""
#: ../../app/views/static_pages/privacy.html.erb:13
msgid ""
-"The %s processes the personal data of %s users in or"
-"der to deliver and improve the %s service in a customised man"
+"The %{org_name} processes the personal data of %{application_name} users in or"
+"der to deliver and improve the %{application_name} service in a customised man"
"ner and to ensure each user receives relevant information."
msgstr ""
#: ../../app/views/static_pages/privacy.html.erb:15
msgid ""
-"The processing of your personal data by the %s is necessary for pursu"
+"The processing of your personal data by the %{org_name} is necessary for pursu"
"ing the following legitimate interests:"
msgstr ""
#: ../../app/views/static_pages/privacy.html.erb:18
msgid ""
-"To provide access to the %s service and personalisation of yo"
+"To provide access to the %{application_name} service and personalisation of yo"
"ur user experience e.g. provision of relevant templates and guidance for your "
"organisation."
msgstr ""
#: ../../app/views/static_pages/privacy.html.erb:20
msgid ""
-"To keep you up to date with news about %s such as new feature"
+"To keep you up to date with news about %{application_name} such as new feature"
"s or improvements, or changes to our Privacy Policy."
msgstr ""
@@ -4873,20 +4941,20 @@ msgstr ""
#: ../../app/views/static_pages/privacy.html.erb:24
msgid ""
"We will hold the personal data you provided us for as long as you continue usi"
-"ng the %s service. Your personal data can be removed from thi"
-"s service upon request to the %s team within a period of 30 d"
+"ng the %{application_name} service. Your personal data can be removed from thi"
+"s service upon request to the %{application_name} team within a period of 30 d"
"ays."
msgstr ""
#: ../../app/views/static_pages/privacy.html.erb:26
msgid ""
-"If you have any questions, please contact the %s team at: s'>%s "
+"If you have any questions, please contact the %{application_name} team at: %{helpdesk_email} "
msgstr ""
#: ../../app/views/static_pages/privacy.html.erb:30
msgid ""
-"This statement was last revised on %s and may be revised at any time w"
+"This statement was last revised on %{revdate} and may be revised at any time w"
"ith prior notice."
msgstr ""
@@ -4898,28 +4966,25 @@ msgid ""
"or. "
msgstr ""
-#: ../../app/views/static_pages/termsuse.html.erb:14
-msgid "DMPRoadmap"
-msgstr ""
-
#: ../../app/views/static_pages/termsuse.html.erb:16
msgid ""
-"DMPRoadmap ('the tool', 'the system') is a tool developed by the DCC and CDL a"
-"s a shared resource for the research community. It is hosted at CDL by the Uni"
-"versity of California Curation Center."
+"%{application_name} ('the tool', 'the system') is a tool developed by the DCC "
+"and CDL as a shared resource for the research community. It is hosted at CDL b"
+"y the University of California Curation Center."
msgstr ""
#: ../../app/views/static_pages/termsuse.html.erb:18
msgid ""
"Your personal details and consent notice \n"
"\n"
-" In order to help identify and administer your account with DMPRoadmap"
-", we need to store your name and email address. We may also use it to contact "
-"you to obtain feedback on your use of the tool, or to inform you of the latest"
-" developments or releases. The information may be transferred between the DCC "
-"and CDL but only for the following legitimate DCC and CDL purposes: marketing,"
-" improving our services and informing you of relevant content and events. We w"
-"ill not sell, rent, or trade any personal information you provide to us.\n"
+"
In order to help identify and administer your account with %{applicat"
+"ion_name}, we need to store your name and email address. We may also use it to"
+" contact you to obtain feedback on your use of the tool, or to inform you of t"
+"he latest developments or releases. The information may be transferred between"
+" the DCC and CDL but only for the following legitimate DCC and CDL purposes: m"
+"arketing, improving our services and informing you of relevant content and eve"
+"nts. We will not sell, rent, or trade any personal information you provide to "
+"us.\n"
"\n"
"\n"
" By using this system, you consent to the collection, retention, and us"
@@ -4950,11 +5015,12 @@ msgid ""
"\n"
"
Cookies \n"
"\n"
-" Please note that DMPRoadmap uses Cookies. Further information about C"
-"ookies and how we use them is available on the main DCC website (new window) %s .
\n"
+" Please note that %{application_name} uses Cookies. Further informatio"
+"n about Cookies and how we use them is available on the main DCC website (new window)"
+"em> .<"
+"/p>\n"
"\n"
"
Third party APIs \n"
"\n"
@@ -4970,36 +5036,36 @@ msgid ""
" terms and conditions.
"
msgstr ""
-#: ../../app/views/super_admin/api_clients/_form.html.erb:27
+#: ../../app/views/super_admin/api_clients/_form.html.erb:29
msgid "Contact Name"
msgstr ""
-#: ../../app/views/super_admin/api_clients/_form.html.erb:31
+#: ../../app/views/super_admin/api_clients/_form.html.erb:33
msgid "Contact Email"
msgstr ""
-#: ../../app/views/super_admin/api_clients/_form.html.erb:45
+#: ../../app/views/super_admin/api_clients/_form.html.erb:47
msgid "Client ID"
msgstr ""
-#: ../../app/views/super_admin/api_clients/_form.html.erb:49
+#: ../../app/views/super_admin/api_clients/_form.html.erb:51
msgid "Client Secret"
msgstr ""
-#: ../../app/views/super_admin/api_clients/_form.html.erb:56
+#: ../../app/views/super_admin/api_clients/_form.html.erb:58
msgid "Last accessed on"
msgstr ""
-#: ../../app/views/super_admin/api_clients/_form.html.erb:68
+#: ../../app/views/super_admin/api_clients/_form.html.erb:70
msgid "Refresh client ID and secret"
msgstr ""
-#: ../../app/views/super_admin/api_clients/_form.html.erb:72
+#: ../../app/views/super_admin/api_clients/_form.html.erb:74
msgid "Email credentials to contact"
msgstr ""
-#: ../../app/views/super_admin/api_clients/_form.html.erb:81
-msgid "Are you sure you want to delete the API client: \"%s\""
+#: ../../app/views/super_admin/api_clients/_form.html.erb:83
+msgid "Are you sure you want to delete the API client: \"%{name}\""
msgstr ""
#: ../../app/views/super_admin/api_clients/edit.html.erb:1
@@ -5016,7 +5082,7 @@ msgid "View all API clients"
msgstr ""
#: ../../app/views/super_admin/api_clients/email_credentials.js.erb:1
-msgid "The credentials have been sent to %s."
+msgid "The credentials have been sent to %{email}."
msgstr ""
#: ../../app/views/super_admin/api_clients/index.html.erb:1
@@ -5060,8 +5126,8 @@ msgstr ""
msgid "Body"
msgstr ""
-#: ../../app/views/super_admin/notifications/_form.html.erb:71
-msgid "Are you sure you want to delete the notification \"%s\""
+#: ../../app/views/super_admin/notifications/_form.html.erb:72
+msgid "Are you sure you want to delete the notification \"%{title}\""
msgstr ""
#: ../../app/views/super_admin/notifications/edit.html.erb:1
@@ -5087,7 +5153,7 @@ msgid "New Notification"
msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:9
-msgid "Merging '%s' into '%s'"
+msgid "Merging '%{from_org_name}' into '%{to_org_name}'"
msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:11
@@ -5096,7 +5162,7 @@ msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:12
msgid ""
-"Counts of '%s' records before and after a merge with %{from_org_na"
+"Counts of '%{to_org_name}' records before and after a merge with %{from_org_na"
"me}."
msgstr ""
@@ -5106,11 +5172,11 @@ msgid "Record Type"
msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:18
-msgid "'%s' Count - before merge"
+msgid "'%{to_org_name}' Count - before merge"
msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:19
-msgid "'%s' Count - after merge"
+msgid "'%{to_org_name}' Count - after merge"
msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:38
@@ -5120,17 +5186,17 @@ msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:39
msgid ""
"The table below shows the specific changes that will occur during the merge pr"
-"ocess. Once the merge is complete, '%s' will be deleted. You can"
+"ocess. Once the merge is complete, '%{from_org_name}' will be deleted. You can"
" then consolidate/correct any merge issues (e.g. remove any departments that w"
"ere duplicated)"
msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:45
-msgid "%s - Before"
+msgid "%{from_org_name} - Before"
msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:46
-msgid "%s - Before"
+msgid "%{to_org_name} - Before"
msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:61
@@ -5155,7 +5221,7 @@ msgstr ""
#: ../../app/views/super_admin/orgs/_analysis.html.erb:95
msgid ""
-"Warning: '%s' has Plans that are currently in the review process"
+"Warning: '%{from_org_name}' has Plans that are currently in the review process"
". The Org admins may not be able to see these plans after the merge!"
msgstr ""
@@ -5178,7 +5244,7 @@ msgid "New organisation"
msgstr ""
#: ../../app/views/super_admin/themes/_form.html.erb:17
-msgid "Are you sure you want to delete the theme \"%s\"?"
+msgid "Are you sure you want to delete the theme \"%{title}\"?"
msgstr ""
#: ../../app/views/super_admin/themes/edit.html.erb:3
@@ -5206,7 +5272,7 @@ msgstr ""
#: ../../app/views/super_admin/users/edit.html.erb:64
msgid ""
-"You are about to archive %s. This will remove their personal inform"
+"You are about to archive %{user_name}. This will remove their personal inform"
"ation, but retain their plans, answers, and comments. They will be unable to "
"sign-in. Are you sure?"
msgstr ""
@@ -5303,78 +5369,77 @@ msgid "You may change your notification preferences on your profile page. "
msgstr ""
#: ../../app/views/user_mailer/admin_privileges.html.erb:2
-#: ../../app/views/user_mailer/permissions_change_notification.html.erb:2
#: ../../app/views/user_mailer/plan_visibility.html.erb:2
#: ../../app/views/user_mailer/sharing_notification.html.erb:2
-msgid "Hello %s"
+msgid "Hello %{username}"
msgstr ""
#: ../../app/views/user_mailer/admin_privileges.html.erb:6
-msgid "You have been granted administrator privileges in %s:"
+msgid "You have been granted administrator privileges in %{tool_name}:"
msgstr ""
#: ../../app/views/user_mailer/admin_privileges.html.erb:13
-msgid "You have been revoked administrator privileges in %s."
+msgid "You have been revoked administrator privileges in %{tool_name}."
msgstr ""
#: ../../app/views/user_mailer/admin_privileges.html.erb:17
msgid ""
-"More information about administering the %s for users at your organi"
-"sation is available at the %s."
+"More information about administering the %{tool_name} for users at your organi"
+"sation is available at the %{help_url}."
msgstr ""
#: ../../app/views/user_mailer/api_credentials.html.erb:2
-msgid "Hello %s,"
+msgid "Hello %{name},"
msgstr ""
#: ../../app/views/user_mailer/api_credentials.html.erb:8
-msgid "Please use the following credentials when accessing the %s API."
+msgid "Please use the following credentials when accessing the %{tool_name} API."
msgstr ""
#: ../../app/views/user_mailer/api_credentials.html.erb:23
-msgid "Please refer to the API documentation at: %s"
+msgid "Please refer to the API documentation at: %{api_documentation_url}"
msgstr ""
#: ../../app/views/user_mailer/api_credentials.html.erb:29
msgid ""
-"Do not share these credentials. They for use with the %s "
+"Do not share these credentials. They for use with the %{external_application} "
"application. If you do share your credentials with another application we rese"
"rve the right to revoke your access to the API."
msgstr ""
#: ../../app/views/user_mailer/api_credentials.html.erb:34
msgid ""
-"If you did not request access to the %s API or did not request for y"
-"our credentials to be renewed, please contact us at %s"
+"If you did not request access to the %{tool_name} API or did not request for y"
+"our credentials to be renewed, please contact us at %{helpdesk_email}"
msgstr ""
#: ../../app/views/user_mailer/feedback_complete.html.erb:2
-msgid "Hello %s"
+msgid "Hello %{recipient_name}"
msgstr ""
#: ../../app/views/user_mailer/feedback_complete.html.erb:5
msgid ""
-"%s has finished providing feedback on the plan \"%s\". Comm"
+"%{commenter} has finished providing feedback on the plan \"%{link_html}\". Comm"
"ents can be found in the 'Write plan' tab on the right side of the page (Guida"
"nce/Comments)."
msgstr ""
#: ../../app/views/user_mailer/feedback_notification.html.erb:2
-msgid "Hello %s,"
+msgid "Hello %{user_name},"
msgstr ""
#: ../../app/views/user_mailer/feedback_notification.html.erb:5
msgid ""
-"%s has requested feedback on a plan %s. To add comments, p"
-"lease visit the 'Plans' page under the Admin menu in %s and open the"
+"%{requestor} has requested feedback on a plan %{link_html}. To add comments, p"
+"lease visit the 'Plans' page under the Admin menu in %{tool_name} and open the"
" plan."
msgstr ""
#: ../../app/views/user_mailer/new_comment.html.erb:5
msgid ""
-"%s has commented on your plan %s. To view the commen"
+"%{commenter_name} has commented on your plan %{plan_title}. To view the commen"
"ts, follow the link to the DMP below, or navigate to the plan via My Dashboard"
-" page in %s."
+" page in %{tool_name}."
msgstr ""
#: ../../app/views/user_mailer/new_comment.html.erb:10
@@ -5388,21 +5453,25 @@ msgid ""
msgstr ""
#: ../../app/views/user_mailer/new_comment.html.erb:15
-msgid "DMP: %s"
+msgid "DMP: %{phase_link}"
msgstr ""
#: ../../app/views/user_mailer/new_comment.html.erb:18
-msgid "Section name: %s"
+msgid "Section name: %{section_title}"
msgstr ""
#: ../../app/views/user_mailer/new_comment.html.erb:21
-msgid "Question: %s"
+msgid "Question: %{question_number}"
+msgstr ""
+
+#: ../../app/views/user_mailer/permissions_change_notification.html.erb:2
+msgid "Hello %{recepientname}"
msgstr ""
#: ../../app/views/user_mailer/permissions_change_notification.html.erb:5
msgid ""
-"Your permissions relating to %s have changed. You now have %s "
-"access. This means you can %s %s"
+"Your permissions relating to %{plan_title} have changed. You now have %{type} "
+"access. This means you can %{placeholder1} %{placeholder2}"
msgstr ""
#: ../../app/views/user_mailer/plan_access_removed.html.erb:2
@@ -5418,7 +5487,7 @@ msgid " has been removed by "
msgstr ""
#: ../../app/views/user_mailer/plan_visibility.html.erb:5
-msgid "The plan %s had its visibility changed to %s."
+msgid "The plan %{plan_title} had its visibility changed to %{plan_visibility}."
msgstr ""
#: ../../app/views/user_mailer/plan_visibility.html.erb:9
@@ -5436,11 +5505,11 @@ msgstr ""
#: ../../app/views/user_mailer/plan_visibility.html.erb:17
msgid ""
"If you have questions pertaining to this action, please visit the My Dashboard"
-" page in %s"
+" page in %{tool_name}"
msgstr ""
#: ../../app/views/user_mailer/question_answered.html.erb:2
-msgid "Hello %s,"
+msgid "Hello %{recipient_name},"
msgstr ""
#: ../../app/views/user_mailer/question_answered.html.erb:5
@@ -5461,19 +5530,18 @@ msgstr ""
#: ../../app/views/user_mailer/sharing_notification.html.erb:5
msgid ""
-"Your colleague %s has invited you to contribute to
-\n"%s
+"Your colleague %{inviter_name} has invited you to contribute to
\n"
" their Data Management Plan in %{tool_name}"
msgstr ""
-#: ../../app/views%s/w%sfication.html.erb:2
+#: ../../app/views/user_mailer/welcome_notification.html.erb:2
msgid "Welcome to %{tool_name}, %{username}"
msgstr ""
#: ../../app/views/user_mailer/welcome_notification.html.erb:5
-m%s
+msgid ""
"%{tool_name} will help you to develop your Data Management Plan. If you have a"
-"ny queries or %sou use the tool, please contact us at %{helpdesk_em"
+"ny queries or feedback as you use the tool, please contact us at %{helpdesk_em"
"ail} or visit %{contact_us}"
msgstr ""
@@ -5481,7 +5549,7 @@ msgstr ""
msgid "You may change your notification preferences on your profile page."
msgstr ""
-#: ../../app/views/users/_admi%smissions.html.erb:9
+#: ../../app/views/users/_admin_grant_permissions.html.erb:9
msgid "Editing privileges for %{username}"
msgstr ""
diff --git a/config/locale/de/LC_MESSAGES/app.mo b/config/locale/de/LC_MESSAGES/app.mo
index c63521277b..026e9cd0bf 100644
Binary files a/config/locale/de/LC_MESSAGES/app.mo and b/config/locale/de/LC_MESSAGES/app.mo differ
diff --git a/config/locale/de/app.po b/config/locale/de/app.po
index f8ad67ba3c..342ff566ac 100644
--- a/config/locale/de/app.po
+++ b/config/locale/de/app.po
@@ -1,14 +1,14 @@
# German translations for app package.
-# Copyright (C) 2021 app
+# Copyright (C) 2022 app
# This file is distributed under the same license as the app package.
-# FIRST AUTHOR , 2021.
+# FIRST AUTHOR , 2022.
#
msgid ""
msgstr ""
"Project-Id-Version: app 1.0\n"
"Report-Msgid-Bugs-To: contact@translation.io\n"
-"POT-Creation-Date: 2021-10-01 11:19+0000\n"
-"PO-Revision-Date: 2021-10-01 13:19+0200\n"
+"POT-Creation-Date: 2022-02-10 08:50+0000\n"
+"PO-Revision-Date: 2022-02-10 09:50+0100\n"
"Last-Translator: FULL NAME \n"
"Language-Team: German\n"
"Language: de\n"
@@ -18,29 +18,29 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n!=1;\n"
"\n"
-#: ../../app/controllers/answers_controller.rb:24
+#: ../../app/controllers/answers_controller.rb:25
msgid ""
-"There is no question with id %s associated to plan id %s f"
-"or which to create or update an answer"
+"There is no question with id %s associated to plan id %s"
+" for which to create or update an answer"
msgstr ""
-"Es gibt keine Frage mit der ID %s, die der Plan-ID %s zuge"
-"ordnet ist, für die eine Antwort erstellt oder aktualisiert werden soll"
+"Es gibt keine Frage mit ID % s mit Plan-ID % verknüpft s"
+", für die eine Antwort erstellt oder aktualisiert werden soll"
-#: ../../app/controllers/answers_controller.rb:34
+#: ../../app/controllers/answers_controller.rb:33
msgid "There is no plan with id %s for which to create or update an answer"
msgstr ""
-"Es gibt keinen Plan mit der ID %s, für den eine Antwort erstellt oder aktua"
-"lisiert werden soll"
+"Es gibt keinen Plan mit der ID % s, für die eine Antwort erstellt oder akt"
+"ualisiert werden soll"
-#: ../../app/controllers/api/v0/base_controller.rb:124
+#: ../../app/controllers/api/v0/base_controller.rb:126
msgid "Bad Credentials"
msgstr "Schlechte Referenzen"
-#: ../../app/controllers/api/v0/departments_controller.rb:20
+#: ../../app/controllers/api/v0/departments_controller.rb:22
msgid "Departments code and name must be unique"
msgstr "Code und Name der Abteilungen müssen eindeutig sein"
-#: ../../app/controllers/api/v0/plans_controller.rb:26
+#: ../../app/controllers/api/v0/plans_controller.rb:27
msgid "user must be in your organisation"
msgstr "der/die Nutzer/in muss in Ihrer Organisation sein"
@@ -48,28 +48,28 @@ msgstr "der/die Nutzer/in muss in Ihrer Organisation sein"
msgid "Bad Parameters"
msgstr "Schlechte Parameter"
-#: ../../app/controllers/api/v0/statistics_controller.rb:40
+#: ../../app/controllers/api/v0/statistics_controller.rb:41
#: ../../app/controllers/api/v0/statistics_controller.rb:89
-#: ../../app/controllers/api/v0/statistics_controller.rb:135
-#: ../../app/controllers/usage_controller.rb:68
+#: ../../app/controllers/api/v0/statistics_controller.rb:136
+#: ../../app/controllers/usage_controller.rb:66
#: ../../app/controllers/usage_controller.rb:87
msgid "Month"
msgstr "Monat"
-#: ../../app/controllers/api/v0/statistics_controller.rb:40
-#: ../../app/controllers/usage_controller.rb:68
+#: ../../app/controllers/api/v0/statistics_controller.rb:41
+#: ../../app/controllers/usage_controller.rb:66
msgid "No. Users joined"
msgstr "Nein. Benutzer sind beigetreten"
-#: ../../app/controllers/api/v0/statistics_controller.rb:46
+#: ../../app/controllers/api/v0/statistics_controller.rb:47
#: ../../app/controllers/api/v0/statistics_controller.rb:95
-#: ../../app/controllers/api/v0/statistics_controller.rb:141
-#: ../../app/controllers/usage_controller.rb:74
+#: ../../app/controllers/api/v0/statistics_controller.rb:142
+#: ../../app/controllers/usage_controller.rb:72
#: ../../app/controllers/usage_controller.rb:93
msgid "Total"
msgstr "Gesamt"
-#: ../../app/controllers/api/v0/statistics_controller.rb:47
+#: ../../app/controllers/api/v0/statistics_controller.rb:48
msgid "users_joined"
msgstr "users_joined"
@@ -82,35 +82,35 @@ msgstr "Nein. Abgeschlossene Pläne"
msgid "completed_plans"
msgstr "fertige_Pläne"
-#: ../../app/controllers/api/v0/statistics_controller.rb:135
+#: ../../app/controllers/api/v0/statistics_controller.rb:136
msgid "No. Plans"
msgstr "Keine Pläne"
-#: ../../app/controllers/api/v0/statistics_controller.rb:142
+#: ../../app/controllers/api/v0/statistics_controller.rb:143
msgid "plans"
msgstr "Pläne"
-#: ../../app/controllers/api/v1/authentication_controller.rb:49
+#: ../../app/controllers/api/v1/authentication_controller.rb:47
msgid "Missing or invalid JSON"
msgstr "Fehlender oder ungültiger JSON"
-#: ../../app/controllers/api/v1/base_api_controller.rb:81
+#: ../../app/controllers/api/v1/base_api_controller.rb:79
msgid "Invalid JSON format"
msgstr "Ungültiges JSON-Format"
-#: ../../app/controllers/api/v1/plans_controller.rb:20
+#: ../../app/controllers/api/v1/plans_controller.rb:18
msgid "Plan not found"
msgstr "Plan nicht gefunden"
-#: ../../app/controllers/api/v1/plans_controller.rb:37
+#: ../../app/controllers/api/v1/plans_controller.rb:36
msgid "Unable to create your DMP"
msgstr "DMP kann nicht erstellt werden"
-#: ../../app/controllers/api/v1/plans_controller.rb:38
+#: ../../app/controllers/api/v1/plans_controller.rb:37
msgid "Plan already exists. Send an update instead."
msgstr "Plan existiert bereits. Senden Sie stattdessen ein Update."
-#: ../../app/controllers/api/v1/plans_controller.rb:39
+#: ../../app/controllers/api/v1/plans_controller.rb:38
msgid ""
"Could not determine ownership of the DMP. Please add an\n"
" :affiliation to the :contact"
@@ -118,103 +118,107 @@ msgstr ""
"Der Besitz des DMP konnte nicht festgestellt werden. Bitte fügen Sie eine\n"
" : Zugehörigkeit zum: Kontakt"
-#: ../../app/controllers/api/v1/plans_controller.rb:74
+#: ../../app/controllers/api/v1/plans_controller.rb:70
msgid "Invalid JSON!"
msgstr "Ungültiger JSON!"
-#: ../../app/controllers/api/v1/plans_controller.rb:77
+#: ../../app/controllers/api/v1/plans_controller.rb:73
msgid "Invalid JSON"
msgstr "Ungültiger JSON"
-#: ../../app/controllers/api/v1/plans_controller.rb:93
+#: ../../app/controllers/api/v1/plans_controller.rb:90
msgid "No Plans found"
msgstr "Keine Pläne gefunden"
-#: ../../app/controllers/application_controller.rb:33
+#: ../../app/controllers/application_controller.rb:36
msgid "You are not authorized to perform this action."
msgstr "Sie sind nicht berechtigt, diese Aktion durchzuführen."
-#: ../../app/controllers/application_controller.rb:35
+#: ../../app/controllers/application_controller.rb:40
msgid "You need to sign in or sign up before continuing."
msgstr "Bitte melden Sie sich an oder registrieren Sie sich bevor Sie fortfahren."
-#: ../../app/controllers/application_controller.rb:100
+#: ../../app/controllers/application_controller.rb:108
msgid "Unable to %s the %s.%s"
-msgstr "Kann nicht %s die %s. %s"
+msgstr "Unfähig zu % ist der % S.% S"
-#: ../../app/controllers/application_controller.rb:108
+#: ../../app/controllers/application_controller.rb:114
msgid "Successfully %s the %s."
-msgstr "Erfolgreich %s das %s."
+msgstr "Erfolgreich % ist der % S."
-#: ../../app/controllers/application_controller.rb:123
+#: ../../app/controllers/application_controller.rb:127
msgid "API client"
msgstr "API-Client"
-#: ../../app/controllers/application_controller.rb:124
+#: ../../app/controllers/application_controller.rb:128
msgid "plan"
msgstr "Plan"
-#: ../../app/controllers/application_controller.rb:125
+#: ../../app/controllers/application_controller.rb:129
msgid "guidance group"
msgstr "Hinweisgruppe"
-#: ../../app/controllers/application_controller.rb:126
+#: ../../app/controllers/application_controller.rb:130
msgid "comment"
msgstr "Kommentar"
-#: ../../app/controllers/application_controller.rb:127
+#: ../../app/controllers/application_controller.rb:131
msgid "organisation"
msgstr "Organisation"
-#: ../../app/controllers/application_controller.rb:128
+#: ../../app/controllers/application_controller.rb:132
msgid "permission"
msgstr "Berechtigung"
-#: ../../app/controllers/application_controller.rb:129
+#: ../../app/controllers/application_controller.rb:133
msgid "preferences"
msgstr "Einstellungen"
-#: ../../app/controllers/application_controller.rb:130
+#: ../../app/controllers/application_controller.rb:134
msgid "profile"
msgstr "Profil"
-#: ../../app/controllers/application_controller.rb:130
+#: ../../app/controllers/application_controller.rb:134
msgid "user"
msgstr "Nutzer/in"
-#: ../../app/controllers/application_controller.rb:131
+#: ../../app/controllers/application_controller.rb:135
msgid "question option"
msgstr "Frage Option"
-#: ../../app/controllers/concerns/paginable.rb:44
+#: ../../app/controllers/application_controller.rb:181
+msgid "Record Not Found"
+msgstr "Aufnahme nicht gefunden"
+
+#: ../../app/controllers/concerns/paginable.rb:45
msgid "scope should be an ActiveRecord::Relation object"
msgstr "Der Bereich sollte ein ActiveRecord :: Relation-Objekt sein"
-#: ../../app/controllers/concerns/paginable.rb:46
+#: ../../app/controllers/concerns/paginable.rb:47
msgid "path_params should be a Hash object"
msgstr "path_params sollte ein Hash-Objekt sein"
-#: ../../app/controllers/concerns/paginable.rb:47
+#: ../../app/controllers/concerns/paginable.rb:48
msgid "query_params should be a Hash object"
msgstr "query_params sollte ein Hash-Objekt sein"
-#: ../../app/controllers/concerns/paginable.rb:48
+#: ../../app/controllers/concerns/paginable.rb:49
msgid "locals should be a Hash object"
msgstr "Einheimische sollten ein Hash-Objekt sein"
-#: ../../app/controllers/concerns/paginable.rb:69
+#: ../../app/controllers/concerns/paginable.rb:70
msgid "Restricted access to View All the records"
msgstr "Eingeschränkter Zugriff auf Alle Datensätze anzeigen"
-#: ../../app/controllers/concerns/paginable.rb:180
+#: ../../app/controllers/concerns/paginable.rb:182
msgid "Sort by %s"
-msgstr "Sortieren nach %s"
+msgstr "Sortiere nach % S"
-#: ../../app/controllers/concerns/template_methods.rb:10
+#: ../../app/controllers/concerns/template_methods.rb:8
msgid "customisation"
msgstr "Anpassung"
-#: ../../app/controllers/concerns/template_methods.rb:10
+#: ../../app/controllers/concerns/template_methods.rb:8
msgid "template"
msgstr "Vorlage"
@@ -224,28 +228,28 @@ msgstr ""
"obj sollte eine Vorlage, eine Phase, ein Abschnitt, eine Frage oder eine Anmer"
"kung sein"
-#: ../../app/controllers/concerns/versionable.rb:46
-#: ../../app/controllers/concerns/versionable.rb:65
+#: ../../app/controllers/concerns/versionable.rb:47
+#: ../../app/controllers/concerns/versionable.rb:66
msgid "obj should be a Phase, Section, Question, or Annotation"
msgstr "obj sollte eine Phase, ein Abschnitt, eine Frage oder eine Anmerkung sein"
-#: ../../app/controllers/concerns/versionable.rb:88
+#: ../../app/controllers/concerns/versionable.rb:90
msgid "The search_space does not respond to each"
msgstr "Der Suchbereich reagiert nicht auf jeden"
-#: ../../app/controllers/concerns/versionable.rb:93
+#: ../../app/controllers/concerns/versionable.rb:94
msgid "The search space does not have elements associated"
msgstr "Dem Suchbereich sind keine Elemente zugeordnet"
-#: ../../app/controllers/contacts_controller.rb:10
+#: ../../app/controllers/contacts_controller.rb:13
msgid "Captcha verification failed, please retry."
msgstr "Die Captcha-Überprüfung ist fehlgeschlagen. Versuchen Sie es erneut."
-#: ../../app/controllers/contacts_controller.rb:16
+#: ../../app/controllers/contacts_controller.rb:18
msgid "Contact email was successfully sent."
msgstr "Die Nachricht wurde erfolgreich versendet."
-#: ../../app/controllers/contacts_controller.rb:18
+#: ../../app/controllers/contacts_controller.rb:20
msgid "Unable to submit your request"
msgstr "Ihre Anfrage konnte nicht gesendet werden"
@@ -259,60 +263,60 @@ msgid "added"
msgstr "Hinzugefügt"
#: ../../app/controllers/contributors_controller.rb:72
-#: ../../app/controllers/guidance_groups_controller.rb:48
-#: ../../app/controllers/guidances_controller.rb:71
-#: ../../app/controllers/notes_controller.rb:92
-#: ../../app/controllers/org_admin/departments_controller.rb:48
-#: ../../app/controllers/org_admin/sections_controller.rb:102
-#: ../../app/controllers/org_admin/templates_controller.rb:203
-#: ../../app/controllers/orgs_controller.rb:87
-#: ../../app/controllers/plans_controller.rb:271
-#: ../../app/controllers/plans_controller.rb:274
-#: ../../app/controllers/registrations_controller.rb:247
-#: ../../app/controllers/registrations_controller.rb:251
-#: ../../app/controllers/registrations_controller.rb:276
+#: ../../app/controllers/guidance_groups_controller.rb:51
+#: ../../app/controllers/guidances_controller.rb:74
+#: ../../app/controllers/notes_controller.rb:89
+#: ../../app/controllers/org_admin/departments_controller.rb:50
+#: ../../app/controllers/org_admin/sections_controller.rb:103
+#: ../../app/controllers/org_admin/templates_controller.rb:204
+#: ../../app/controllers/orgs_controller.rb:88
+#: ../../app/controllers/plans_controller.rb:282
+#: ../../app/controllers/plans_controller.rb:285
+#: ../../app/controllers/registrations_controller.rb:249
+#: ../../app/controllers/registrations_controller.rb:253
#: ../../app/controllers/registrations_controller.rb:280
-#: ../../app/controllers/users_controller.rb:98
-#: ../../app/controllers/users_controller.rb:125
+#: ../../app/controllers/registrations_controller.rb:284
+#: ../../app/controllers/users_controller.rb:101
+#: ../../app/controllers/users_controller.rb:129
msgid "saved"
msgstr "gespeichert"
#: ../../app/controllers/contributors_controller.rb:74
-#: ../../app/controllers/guidance_groups_controller.rb:50
-#: ../../app/controllers/guidances_controller.rb:73
-#: ../../app/controllers/notes_controller.rb:110
-#: ../../app/controllers/org_admin/departments_controller.rb:50
-#: ../../app/controllers/org_admin/sections_controller.rb:104
-#: ../../app/controllers/org_admin/templates_controller.rb:208
-#: ../../app/controllers/orgs_controller.rb:89
-#: ../../app/controllers/plans_controller.rb:280
-#: ../../app/controllers/plans_controller.rb:283
-#: ../../app/controllers/plans_controller.rb:287
-#: ../../app/controllers/plans_controller.rb:290
-#: ../../app/controllers/registrations_controller.rb:254
-#: ../../app/controllers/registrations_controller.rb:283
+#: ../../app/controllers/guidance_groups_controller.rb:53
+#: ../../app/controllers/guidances_controller.rb:76
+#: ../../app/controllers/notes_controller.rb:107
+#: ../../app/controllers/org_admin/departments_controller.rb:52
+#: ../../app/controllers/org_admin/sections_controller.rb:105
+#: ../../app/controllers/org_admin/templates_controller.rb:209
+#: ../../app/controllers/orgs_controller.rb:90
+#: ../../app/controllers/plans_controller.rb:291
+#: ../../app/controllers/plans_controller.rb:294
+#: ../../app/controllers/plans_controller.rb:298
+#: ../../app/controllers/plans_controller.rb:301
+#: ../../app/controllers/registrations_controller.rb:256
+#: ../../app/controllers/registrations_controller.rb:287
msgid "save"
msgstr "Speichern"
#: ../../app/controllers/contributors_controller.rb:84
-#: ../../app/controllers/notes_controller.rb:134
-#: ../../app/controllers/org_admin/templates_controller.rb:236
+#: ../../app/controllers/notes_controller.rb:131
+#: ../../app/controllers/org_admin/templates_controller.rb:237
#: ../../app/controllers/super_admin/orgs_controller.rb:94
msgid "removed"
msgstr "entfernt"
#: ../../app/controllers/contributors_controller.rb:87
-#: ../../app/controllers/notes_controller.rb:152
-#: ../../app/controllers/org_admin/templates_controller.rb:238
+#: ../../app/controllers/notes_controller.rb:149
+#: ../../app/controllers/org_admin/templates_controller.rb:239
#: ../../app/controllers/super_admin/orgs_controller.rb:97
msgid "remove"
msgstr "entfernen"
-#: ../../app/controllers/contributors_controller.rb:160
+#: ../../app/controllers/contributors_controller.rb:161
msgid "plan not found"
msgstr "Plan nicht gefunden"
-#: ../../app/controllers/contributors_controller.rb:168
+#: ../../app/controllers/contributors_controller.rb:169
msgid "contributor not found"
msgstr "Mitwirkender nicht gefunden"
@@ -324,108 +328,108 @@ msgstr "Ihre Anfrage zum Feedback kann derzeit nicht gesendet werden."
msgid "An error occurred when requesting feedback for this plan."
msgstr "Bei der Anforderung von Feedback für diesen Plan ist ein Fehler aufgetreten."
-#: ../../app/controllers/guidance_groups_controller.rb:28
-#: ../../app/controllers/guidances_controller.rb:51
-#: ../../app/controllers/notes_controller.rb:51
-#: ../../app/controllers/org_admin/departments_controller.rb:25
-#: ../../app/controllers/org_admin/phases_controller.rb:120
-#: ../../app/controllers/org_admin/questions_controller.rb:95
-#: ../../app/controllers/org_admin/sections_controller.rb:78
-#: ../../app/controllers/org_admin/templates_controller.rb:177
-#: ../../app/controllers/plans_controller.rb:118
+#: ../../app/controllers/guidance_groups_controller.rb:29
+#: ../../app/controllers/guidances_controller.rb:52
+#: ../../app/controllers/notes_controller.rb:48
+#: ../../app/controllers/org_admin/departments_controller.rb:26
+#: ../../app/controllers/org_admin/phases_controller.rb:121
+#: ../../app/controllers/org_admin/questions_controller.rb:94
+#: ../../app/controllers/org_admin/sections_controller.rb:79
+#: ../../app/controllers/org_admin/templates_controller.rb:180
+#: ../../app/controllers/plans_controller.rb:120
#: ../../app/controllers/super_admin/api_clients_controller.rb:44
#: ../../app/controllers/super_admin/notifications_controller.rb:38
-#: ../../app/controllers/super_admin/orgs_controller.rb:62
-#: ../../app/controllers/super_admin/themes_controller.rb:22
+#: ../../app/controllers/super_admin/orgs_controller.rb:61
+#: ../../app/controllers/super_admin/themes_controller.rb:21
msgid "created"
msgstr "Erstellt"
-#: ../../app/controllers/guidance_groups_controller.rb:31
-#: ../../app/controllers/guidances_controller.rb:53
-#: ../../app/controllers/notes_controller.rb:70
-#: ../../app/controllers/org_admin/departments_controller.rb:29
-#: ../../app/controllers/org_admin/phases_controller.rb:122
-#: ../../app/controllers/org_admin/questions_controller.rb:97
-#: ../../app/controllers/org_admin/sections_controller.rb:85
-#: ../../app/controllers/org_admin/templates_controller.rb:179
+#: ../../app/controllers/guidance_groups_controller.rb:32
+#: ../../app/controllers/guidances_controller.rb:54
+#: ../../app/controllers/notes_controller.rb:67
+#: ../../app/controllers/org_admin/departments_controller.rb:30
+#: ../../app/controllers/org_admin/phases_controller.rb:123
+#: ../../app/controllers/org_admin/questions_controller.rb:96
+#: ../../app/controllers/org_admin/sections_controller.rb:86
+#: ../../app/controllers/org_admin/templates_controller.rb:182
#: ../../app/controllers/plans_controller.rb:151
-#: ../../app/controllers/super_admin/api_clients_controller.rb:51
+#: ../../app/controllers/super_admin/api_clients_controller.rb:50
#: ../../app/controllers/super_admin/notifications_controller.rb:41
-#: ../../app/controllers/super_admin/orgs_controller.rb:65
-#: ../../app/controllers/super_admin/themes_controller.rb:25
+#: ../../app/controllers/super_admin/orgs_controller.rb:64
+#: ../../app/controllers/super_admin/themes_controller.rb:24
msgid "create"
msgstr "Erstellen"
-#: ../../app/controllers/guidance_groups_controller.rb:61
+#: ../../app/controllers/guidance_groups_controller.rb:65
msgid "Your guidance group has been published and is now available to users."
msgstr ""
"Ihre Hinweisgruppe wurde veröffentlicht und steht nun Nutzer/innen zur Verfügu"
"ng."
-#: ../../app/controllers/guidance_groups_controller.rb:64
-#: ../../app/controllers/guidances_controller.rb:107
+#: ../../app/controllers/guidance_groups_controller.rb:68
+#: ../../app/controllers/guidances_controller.rb:112
msgid "publish"
msgstr "veröffentlichen"
-#: ../../app/controllers/guidance_groups_controller.rb:76
+#: ../../app/controllers/guidance_groups_controller.rb:79
msgid "Your guidance group is no longer published and will not be available to users."
msgstr ""
"Ihre Beratungsgruppe wird nicht mehr veröffentlicht und steht Nutzer/innen nic"
"ht mehr zur Verfügung."
-#: ../../app/controllers/guidance_groups_controller.rb:79
-#: ../../app/controllers/guidances_controller.rb:124
+#: ../../app/controllers/guidance_groups_controller.rb:81
+#: ../../app/controllers/guidances_controller.rb:129
msgid "unpublish"
msgstr "Veröffentlichung zurückziehen"
-#: ../../app/controllers/guidance_groups_controller.rb:89
-#: ../../app/controllers/guidances_controller.rb:88
-#: ../../app/controllers/org_admin/departments_controller.rb:63
-#: ../../app/controllers/org_admin/phases_controller.rb:174
-#: ../../app/controllers/org_admin/question_options_controller.rb:25
+#: ../../app/controllers/guidance_groups_controller.rb:91
+#: ../../app/controllers/guidances_controller.rb:93
+#: ../../app/controllers/org_admin/departments_controller.rb:66
+#: ../../app/controllers/org_admin/phases_controller.rb:179
+#: ../../app/controllers/org_admin/question_options_controller.rb:24
#: ../../app/controllers/org_admin/questions_controller.rb:197
-#: ../../app/controllers/org_admin/sections_controller.rb:126
-#: ../../app/controllers/plans_controller.rb:332
-#: ../../app/controllers/super_admin/api_clients_controller.rb:79
-#: ../../app/controllers/super_admin/notifications_controller.rb:84
-#: ../../app/controllers/super_admin/themes_controller.rb:50
+#: ../../app/controllers/org_admin/sections_controller.rb:128
+#: ../../app/controllers/plans_controller.rb:344
+#: ../../app/controllers/super_admin/api_clients_controller.rb:81
+#: ../../app/controllers/super_admin/notifications_controller.rb:85
+#: ../../app/controllers/super_admin/themes_controller.rb:51
msgid "deleted"
msgstr "Gelöscht"
-#: ../../app/controllers/guidance_groups_controller.rb:91
-#: ../../app/controllers/guidances_controller.rb:90
-#: ../../app/controllers/org_admin/departments_controller.rb:65
-#: ../../app/controllers/org_admin/phases_controller.rb:176
-#: ../../app/controllers/org_admin/question_options_controller.rb:27
+#: ../../app/controllers/guidance_groups_controller.rb:93
+#: ../../app/controllers/guidances_controller.rb:95
+#: ../../app/controllers/org_admin/departments_controller.rb:68
+#: ../../app/controllers/org_admin/phases_controller.rb:181
+#: ../../app/controllers/org_admin/question_options_controller.rb:26
#: ../../app/controllers/org_admin/questions_controller.rb:199
-#: ../../app/controllers/org_admin/sections_controller.rb:128
-#: ../../app/controllers/plans_controller.rb:337
-#: ../../app/controllers/super_admin/api_clients_controller.rb:82
-#: ../../app/controllers/super_admin/notifications_controller.rb:87
-#: ../../app/controllers/super_admin/themes_controller.rb:53
+#: ../../app/controllers/org_admin/sections_controller.rb:130
+#: ../../app/controllers/plans_controller.rb:349
+#: ../../app/controllers/super_admin/api_clients_controller.rb:84
+#: ../../app/controllers/super_admin/notifications_controller.rb:88
+#: ../../app/controllers/super_admin/themes_controller.rb:54
msgid "delete"
msgstr "Löschen"
-#: ../../app/controllers/guidances_controller.rb:104
+#: ../../app/controllers/guidances_controller.rb:109
msgid "Your guidance has been published and is now available to users."
msgstr "Ihre Anleitung wurde veröffentlicht und steht nun Nutzer/innen zur Verfügung."
-#: ../../app/controllers/guidances_controller.rb:121
+#: ../../app/controllers/guidances_controller.rb:126
msgid "Your guidance is no longer published and will not be available to users."
msgstr ""
"Ihre Anleitung wird nicht mehr veröffentlicht und steht Benutzern nicht mehr z"
"ur Verfügung."
-#: ../../app/controllers/identifiers_controller.rb:18
+#: ../../app/controllers/identifiers_controller.rb:19
msgid "Successfully unlinked your account from %s."
-msgstr "Ihr Konto wurde erfolgreich von %s getrennt."
+msgstr "Ihr Konto wurde erfolgreich von % getrennt S."
#: ../../app/controllers/identifiers_controller.rb:22
msgid "Unable to unlink your account from %s."
-msgstr "Das Aufheben der Verknüpfung Ihres Kontos von %s ist nicht möglich."
+msgstr "Die Verknüpfung Ihres Kontos mit % kann nicht aufgehoben werden S."
-#: ../../app/controllers/org_admin/phases_controller.rb:18
-#: ../../app/controllers/org_admin/templates_controller.rb:114
+#: ../../app/controllers/org_admin/phases_controller.rb:17
+#: ../../app/controllers/org_admin/templates_controller.rb:115
msgid ""
"You are viewing a historical version of this template. You will not be able to"
" make changes."
@@ -437,74 +441,76 @@ msgstr ""
msgid "You cannot add a phase to a historical version of a template."
msgstr "Sie können einer historischen Version einer Vorlage keine Phase hinzufügen."
-#: ../../app/controllers/org_admin/phases_controller.rb:125
-#: ../../app/controllers/org_admin/phases_controller.rb:149
-#: ../../app/controllers/org_admin/phases_controller.rb:179
-#: ../../app/controllers/org_admin/question_options_controller.rb:30
-#: ../../app/controllers/org_admin/questions_controller.rb:100
-#: ../../app/controllers/org_admin/questions_controller.rb:202
-#: ../../app/controllers/org_admin/sections_controller.rb:107
-#: ../../app/controllers/org_admin/sections_controller.rb:131
-msgid "Unable to create a new version of this template."
-msgstr "Es konnte keine neue Version dieser Vorlage erstellt werden."
+#: ../../app/controllers/org_admin/phases_controller.rb:126
+msgid "Unable to create a new version of this template. "
+msgstr "Es kann keine neue Version dieser Vorlage erstellt werden. "
-#: ../../app/controllers/org_admin/phases_controller.rb:144
+#: ../../app/controllers/org_admin/phases_controller.rb:147
#: ../../app/controllers/org_admin/questions_controller.rb:166
#: ../../app/controllers/org_admin/users_controller.rb:30
-#: ../../app/controllers/plans_controller.rb:400
-#: ../../app/controllers/super_admin/api_clients_controller.rb:67
-#: ../../app/controllers/super_admin/notifications_controller.rb:51
+#: ../../app/controllers/plans_controller.rb:417
+#: ../../app/controllers/super_admin/api_clients_controller.rb:68
+#: ../../app/controllers/super_admin/notifications_controller.rb:52
#: ../../app/controllers/super_admin/themes_controller.rb:39
-#: ../../app/controllers/super_admin/users_controller.rb:55
-#: ../../app/controllers/users_controller.rb:103
+#: ../../app/controllers/super_admin/users_controller.rb:54
+#: ../../app/controllers/users_controller.rb:106
msgid "updated"
msgstr "aktualisiert"
-#: ../../app/controllers/org_admin/phases_controller.rb:146
+#: ../../app/controllers/org_admin/phases_controller.rb:149
#: ../../app/controllers/org_admin/questions_controller.rb:169
#: ../../app/controllers/org_admin/users_controller.rb:32
-#: ../../app/controllers/plans_controller.rb:403
-#: ../../app/controllers/super_admin/api_clients_controller.rb:69
-#: ../../app/controllers/super_admin/notifications_controller.rb:54
+#: ../../app/controllers/plans_controller.rb:420
+#: ../../app/controllers/super_admin/api_clients_controller.rb:70
+#: ../../app/controllers/super_admin/notifications_controller.rb:55
#: ../../app/controllers/super_admin/themes_controller.rb:41
-#: ../../app/controllers/super_admin/users_controller.rb:57
+#: ../../app/controllers/super_admin/users_controller.rb:56
msgid "update"
msgstr "Aktualisierung"
-#: ../../app/controllers/org_admin/plans_controller.rb:32
+#: ../../app/controllers/org_admin/phases_controller.rb:152
+#: ../../app/controllers/org_admin/phases_controller.rb:184
+#: ../../app/controllers/org_admin/question_options_controller.rb:29
+#: ../../app/controllers/org_admin/questions_controller.rb:99
+#: ../../app/controllers/org_admin/questions_controller.rb:202
+#: ../../app/controllers/org_admin/sections_controller.rb:108
+msgid "Unable to create a new version of this template."
+msgstr "Es konnte keine neue Version dieser Vorlage erstellt werden."
+
+#: ../../app/controllers/org_admin/plans_controller.rb:36
msgid "%s has been notified that you have finished providing feedback"
msgstr ""
-"%s wurde informiert, dass Sie Ihre Rückmeldungen abgeschlossen habe"
-"n."
+"% s wurde benachrichtigt, dass Sie Ihr Feedback abgeschlossen habe"
+"n"
-#: ../../app/controllers/org_admin/plans_controller.rb:38
+#: ../../app/controllers/org_admin/plans_controller.rb:40
msgid "Unable to notify user that you have finished providing feedback."
msgstr ""
"Der Benutzer kann nicht benachrichtigt werden, dass Sie die Rückmeldung abgesc"
"hlossen haben."
-#: ../../app/controllers/org_admin/plans_controller.rb:53
-#: ../../app/views/plans/_project_details.html.erb:9
+#: ../../app/controllers/org_admin/plans_controller.rb:56
+#: ../../app/views/plans/_project_details.html.erb:14
msgid "Project title"
msgstr "Projekttitel"
-#: ../../app/controllers/org_admin/plans_controller.rb:54
+#: ../../app/controllers/org_admin/plans_controller.rb:57
+#: ../../app/views/paginable/plans/_index.html.erb:6
#: ../../app/views/paginable/plans/_org_admin.html.erb:19
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:6
#: ../../app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb:13
#: ../../app/views/paginable/plans/_privately_visible.html.erb:6
#: ../../app/views/paginable/plans/_publicly_visible.html.erb:6
msgid "Template"
msgstr "Template"
-#: ../../app/controllers/org_admin/plans_controller.rb:55
+#: ../../app/controllers/org_admin/plans_controller.rb:58
#: ../../app/helpers/plans_helper.rb:22
-#: ../../app/helpers/settings_template_helper.rb:15
+#: ../../app/helpers/settings_template_helper.rb:16
#: ../../app/views/devise/registrations/_password_confirmation.html.erb:22
#: ../../app/views/orgs/_profile_form.html.erb:141
#: ../../app/views/paginable/orgs/_index.html.erb:5
+#: ../../app/views/paginable/plans/_index.html.erb:7
#: ../../app/views/paginable/plans/_org_admin.html.erb:20
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:7
#: ../../app/views/paginable/plans/_publicly_visible.html.erb:7
#: ../../app/views/paginable/templates/_index.html.erb:6
#: ../../app/views/paginable/templates/_organisational.html.erb:12
@@ -515,65 +521,68 @@ msgstr "Template"
msgid "Organisation"
msgstr "Organisation"
-#: ../../app/controllers/org_admin/plans_controller.rb:56
+#: ../../app/controllers/org_admin/plans_controller.rb:59
msgid "Owner name"
msgstr "Besitzername"
-#: ../../app/controllers/org_admin/plans_controller.rb:57
+#: ../../app/controllers/org_admin/plans_controller.rb:60
msgid "Owner email"
msgstr "E-Mail des Besitzers"
-#: ../../app/controllers/org_admin/plans_controller.rb:58
+#: ../../app/controllers/org_admin/plans_controller.rb:61
+#: ../../app/views/paginable/plans/_index.html.erb:9
#: ../../app/views/paginable/plans/_org_admin.html.erb:23
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:9
#: ../../app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb:18
msgid "Updated"
msgstr "aktualisiert"
-#: ../../app/controllers/org_admin/plans_controller.rb:59
+#: ../../app/controllers/org_admin/plans_controller.rb:62
#: ../../app/views/org_admin/templates/_form.html.erb:17
#: ../../app/views/org_admin/templates/_show.html.erb:32
+#: ../../app/views/paginable/plans/_index.html.erb:10
#: ../../app/views/paginable/plans/_org_admin.html.erb:24
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:10
#: ../../app/views/paginable/plans/_privately_visible.html.erb:10
msgid "Visibility"
msgstr "Sichtweite"
-#: ../../app/controllers/org_admin/sections_controller.rb:70
+#: ../../app/controllers/org_admin/sections_controller.rb:71
msgid "Unable to create a new section. The phase you specified does not exist."
msgstr ""
"Es konnte kein neuer Abschnitt erstellt werden. Die von Ihnen angegebene Phase"
" existiert nicht."
-#: ../../app/controllers/org_admin/template_copies_controller.rb:18
-#: ../../app/controllers/plans_controller.rb:380
+#: ../../app/controllers/org_admin/sections_controller.rb:133
+msgid "Unable to delete this version of the template."
+msgstr "Diese Version der Vorlage kann nicht gelöscht werden."
+
+#: ../../app/controllers/org_admin/template_copies_controller.rb:20
+#: ../../app/controllers/plans_controller.rb:396
msgid "copy"
msgstr "Kopieren"
#:
-#: ../../app/controllers/org_admin/template_customization_transfers_controller.rb:27
+#: ../../app/controllers/org_admin/template_customization_transfers_controller.rb:28
msgid "That template is no longer customizable."
msgstr "Diese Vorlage ist nicht mehr anpassbar."
-#: ../../app/controllers/org_admin/template_customizations_controller.rb:19
+#: ../../app/controllers/org_admin/template_customizations_controller.rb:21
msgid "Unable to customize that template."
msgstr "Diese Vorlage kann nicht angepasst werden."
-#: ../../app/controllers/org_admin/template_customizations_controller.rb:22
+#: ../../app/controllers/org_admin/template_customizations_controller.rb:24
msgid "That template is not customizable."
msgstr "Diese Vorlage ist nicht anpassbar."
-#: ../../app/controllers/org_admin/templates_controller.rb:23
+#: ../../app/controllers/org_admin/templates_controller.rb:21
#: ../../app/views/org_admin/templates/index.html.erb:43
msgid "All Templates"
msgstr "Alle Vorlagen"
-#: ../../app/controllers/org_admin/templates_controller.rb:48
-#: ../../app/views/org_admin/templates/index.html.erb:52
+#: ../../app/controllers/org_admin/templates_controller.rb:47
msgid "%s Templates"
-msgstr "Vorlagen der/des %s "
+msgstr "% s Vorlagen"
-#: ../../app/controllers/org_admin/templates_controller.rb:50
+#: ../../app/controllers/org_admin/templates_controller.rb:49
#: ../../app/views/org_admin/templates/index.html.erb:54
msgid "Own Templates"
msgstr "Eigene Vorlagen"
@@ -582,154 +591,155 @@ msgstr "Eigene Vorlagen"
msgid "Customizable Templates"
msgstr "Anpassbare Vorlagen"
-#: ../../app/controllers/org_admin/templates_controller.rb:214
+#: ../../app/controllers/org_admin/templates_controller.rb:215
msgid "Error parsing links for a %s"
-msgstr "Fehler beim Analysieren von Links für eine %s"
+msgstr "Fehler beim Analysieren von Links für ein % S"
-#: ../../app/controllers/org_admin/templates_controller.rb:345
-#: ../../app/controllers/public_pages_controller.rb:68
-msgid "Template created using the %s service. Last modified %s"
-msgstr ""
-"Vorlage, die mit dem Service %s erstellt wurde. Zuletzt geänd"
-"ert %s"
+#: ../../app/controllers/org_admin/templates_controller.rb:343
+#: ../../app/controllers/public_pages_controller.rb:67
+msgid ""
+"Template created using the %s service. Last modified %"
+"s"
+msgstr "Vorlage erstellt mit % s Dienst. Zuletzt geändert % S"
-#: ../../app/controllers/org_admin/templates_controller.rb:360
-#: ../../app/controllers/public_pages_controller.rb:83
+#: ../../app/controllers/org_admin/templates_controller.rb:355
+#: ../../app/controllers/public_pages_controller.rb:80
msgid "Unable to download the DMP Template at this time."
msgstr "Die DMP-Vorlage kann zu diesem Zeitpunkt nicht heruntergeladen werden."
-#: ../../app/controllers/orgs_controller.rb:114
+#: ../../app/controllers/orgs_controller.rb:116
msgid "No organisations are currently registered."
msgstr "Derzeit sind keine Organisationen registriert."
-#: ../../app/controllers/orgs_controller.rb:137
-msgid "Your organisation does not seem to be properly configured."
-msgstr "Ihre Organisation scheint nicht ordnungsgemäß konfiguriert zu sein."
-
-#: ../../app/controllers/orgs_controller.rb:142
+#: ../../app/controllers/orgs_controller.rb:127
msgid "Please choose an organisation"
msgstr "Bitte wählen Sie eine Organisation"
+#: ../../app/controllers/orgs_controller.rb:136
+msgid "Your organisation does not seem to be properly configured."
+msgstr "Ihre Organisation scheint nicht ordnungsgemäß konfiguriert zu sein."
+
#: ../../app/controllers/plan_exports_controller.rb:85
msgid "Created using %s. Last modified %s"
-msgstr "Erstellt mit %s. Zuletzt geändert am %s"
+msgstr "Erstellt mit % S. Zuletzt geändert % S"
-#: ../../app/controllers/plans_controller.rb:51
+#: ../../app/controllers/plans_controller.rb:52
msgid "This is a"
msgstr "Das ist ein"
-#: ../../app/controllers/plans_controller.rb:51
+#: ../../app/controllers/plans_controller.rb:52
msgid "test plan"
msgstr "Versuchsplan"
-#: ../../app/controllers/plans_controller.rb:68
+#: ../../app/controllers/plans_controller.rb:70
msgid "Unable to identify a suitable template for your plan."
msgstr "Es konnte keine geeignete Vorlage für Ihren Plan ermittelt werden."
-#: ../../app/controllers/plans_controller.rb:82
-msgid "My Plan"
-msgstr "Mein Plan"
-
#: ../../app/controllers/plans_controller.rb:84
-msgid " Plan"
-msgstr "Â Planen"
+msgid "My Plan (%s)"
+msgstr "Mein Plan (% s)"
+
+#: ../../app/controllers/plans_controller.rb:86
+msgid "%s Plan"
+msgstr "% s Plan"
-#: ../../app/controllers/plans_controller.rb:122
+#: ../../app/controllers/plans_controller.rb:124
msgid "This plan is based on the default template."
msgstr "Dieser Plan basiert auf der Standardvorlage."
-#: ../../app/controllers/plans_controller.rb:127
-#: ../../app/controllers/plans_controller.rb:132
+#: ../../app/controllers/plans_controller.rb:129
+#: ../../app/controllers/plans_controller.rb:133
msgid "This plan is based on the"
msgstr "Dieser Plan basiert auf dem"
-#: ../../app/controllers/plans_controller.rb:127
+#: ../../app/controllers/plans_controller.rb:129
msgid "template with customisations by the"
msgstr "Vorlage mit Anpassungen durch die"
-#: ../../app/controllers/plans_controller.rb:378
+#: ../../app/controllers/plans_controller.rb:394
msgid "copied"
msgstr "Kopiert"
-#: ../../app/controllers/plans_controller.rb:408
+#: ../../app/controllers/plans_controller.rb:425
msgid ""
-"Unable to change the plan's status since it is needed at least %s p"
-"ercentage responded"
+"Unable to change the plan's status since it is needed at least %s"
+" percentage responded"
msgstr ""
-"Der Status des Plans konnte nicht geändert werden, da mindestens %s"
-" Prozentsatz angefordert wurde"
+"Status des Plans kann nicht geändert werden, da er zu mindestens % benötigt wi"
+"rd s Prozentsatz antwortete"
-#: ../../app/controllers/plans_controller.rb:416
-msgid "Unable to find plan id %s"
-msgstr "Plan-ID konnte nicht gefunden werden %s"
+#: ../../app/controllers/plans_controller.rb:431
+msgid "Unable to find plan id %{s"
+msgstr "Plan-ID %{ kann nicht gefunden werden S"
-#: ../../app/controllers/plans_controller.rb:433
+#: ../../app/controllers/plans_controller.rb:446
msgid "Your project is now a test."
msgstr "Ihr Projekt ist jetzt ein Test."
-#: ../../app/controllers/plans_controller.rb:433
+#: ../../app/controllers/plans_controller.rb:446
msgid "Your project is no longer a test."
msgstr "Ihr Projekt ist kein Test mehr."
-#: ../../app/controllers/plans_controller.rb:437
+#: ../../app/controllers/plans_controller.rb:450
msgid "Unable to change the plan's test status"
msgstr "Der Teststatus des Plans konnte nicht geändert werden"
-#: ../../app/controllers/plans_controller.rb:451
-msgid "There is no plan associated with id %s"
-msgstr "Es ist kein Plan mit id %s verbunden"
+#: ../../app/controllers/plans_controller.rb:463
+msgid "There is no plan associated with id %{s"
+msgstr "ID %{ ist kein Plan zugeordnet S"
-#: ../../app/controllers/registrations_controller.rb:35
+#: ../../app/controllers/registrations_controller.rb:34
msgid ""
"Please make a choice below. After linking your\n"
" details to a %s account,\n"
" you will be able to sign in directly with your\n"
" institutional credentials."
msgstr ""
-"Bitte treffen Sie unten eine Auswahl. Nach dem Verlinken Ihres\n"
-" Details zu einem %s-Konto,\n"
-" Sie können sich direkt mit Ihrem anmelden\n"
-" institutionelle Referenzen."
+"Bitte treffen Sie unten eine Auswahl. Nachdem Sie Ihre Daten mit einem % verkn"
+"üpft haben s-Konto können Sie sich direkt mit Ihren institut"
+"ionellen Anmeldeinformationen anmelden."
-#: ../../app/controllers/registrations_controller.rb:61
+#: ../../app/controllers/registrations_controller.rb:58
msgid "You must accept the terms and conditions to register."
msgstr ""
"Sie müssen die allgemeinen Geschäftsbedingungen akzeptieren, um sich zu regist"
"rieren."
-#: ../../app/controllers/registrations_controller.rb:64
+#: ../../app/controllers/registrations_controller.rb:61
msgid "Please select an organisation from the list, or choose Other."
msgstr "Bitte wählen Sie eine Organisation aus der Liste oder wählen Sie Andere."
-#: ../../app/controllers/registrations_controller.rb:77
+#: ../../app/controllers/registrations_controller.rb:74
msgid "That email address is already registered."
msgstr "Diese E-Mailadresse ist bereits registriert."
-#: ../../app/controllers/registrations_controller.rb:119
+#: ../../app/controllers/registrations_controller.rb:115
msgid ""
-"Welcome! You have signed up successfully with your institutional credentials. "
-"You will now be able to access your account with them."
+"Welcome! You have signed up successfully with your\n"
+" institutional credentials. You will now be a"
+"ble to access\n"
+" your account with them."
msgstr ""
-"Herzlich willkommen! Sie haben sich erfolgreich mit Ihren institutionellen Ref"
-"erenzen registriert. Sie können nun mit ihnen auf Ihr Konto zugreifen."
+"Herzlich willkommen! Sie haben sich erfolgreich mit Ihren institutionellen Zug"
+"angsdaten angemeldet. Sie können jetzt mit ihnen auf Ihr Konto zugreifen."
-#: ../../app/controllers/registrations_controller.rb:171
+#: ../../app/controllers/registrations_controller.rb:173
msgid "Save Unsuccessful. "
msgstr "Nicht erfolgreich speichern."
-#: ../../app/controllers/registrations_controller.rb:175
+#: ../../app/controllers/registrations_controller.rb:177
msgid "Please enter an email address. "
msgstr "Bitte geben Sie eine E-mail-Adresse ein."
-#: ../../app/controllers/registrations_controller.rb:179
+#: ../../app/controllers/registrations_controller.rb:181
msgid "Please enter a First name. "
msgstr "Bitte geben Sie einen Vornamen ein."
-#: ../../app/controllers/registrations_controller.rb:183
+#: ../../app/controllers/registrations_controller.rb:185
msgid "Please enter a Last name. "
msgstr "Bitte geben Sie einen Nachnamen ein."
-#: ../../app/controllers/registrations_controller.rb:187
+#: ../../app/controllers/registrations_controller.rb:189
msgid ""
"Please select an organisation from the list, or enter your organisation's name"
"."
@@ -737,11 +747,11 @@ msgstr ""
"Bitte wählen Sie eine Organisation aus der Liste oder geben Sie den Namen Ihre"
"r Organisation ein."
-#: ../../app/controllers/registrations_controller.rb:203
+#: ../../app/controllers/registrations_controller.rb:212
msgid "Please enter your password to change email address."
msgstr "Bitte geben Sie Ihr Passwort ein, um die E-Mail-Adresse zu ändern."
-#: ../../app/controllers/registrations_controller.rb:208
+#: ../../app/controllers/registrations_controller.rb:218
msgid ""
"Save unsuccessful. \\\n"
" That email address is already registered. \\\n"
@@ -750,70 +760,72 @@ msgstr ""
"Speichern nicht erfolgreich. \\ Diese E-Mailadresse ist bereits registriert. \\ "
"Sie müssen eine eindeutige E-Mail-Adresse angeben."
-#: ../../app/controllers/registrations_controller.rb:213
+#: ../../app/controllers/registrations_controller.rb:224
msgid "Invalid password"
msgstr "Ungültiges Passwort"
-#: ../../app/controllers/registrations_controller.rb:264
+#: ../../app/controllers/registrations_controller.rb:268
msgid "Please enter your current password"
msgstr "Bitte geben Sie Ihr aktuelles Passwort ein"
-#: ../../app/controllers/registrations_controller.rb:266
+#: ../../app/controllers/registrations_controller.rb:270
msgid "Please enter a password confirmation"
msgstr "Bitte geben Sie eine Passwortbestätigung ein"
-#: ../../app/controllers/registrations_controller.rb:268
+#: ../../app/controllers/registrations_controller.rb:272
msgid "Password and comfirmation must match"
msgstr "Passwort und Bestätigung müssen übereinstimmen"
#: ../../app/controllers/roles_controller.rb:26
msgid ""
-"Cannot share plan with %s since that email matches with the owner of the"
-" plan."
+"Cannot share plan with %s since that email matches\n"
+" with the owner of the plan."
msgstr ""
-"Plan kann nicht mit %s geteilt werden, da diese E-Mail mit dem Eigentüme"
-"r des Plans übereinstimmt."
+"Plan kann nicht mit % geteilt werden s da diese E-Mail mit dem Eigentüm"
+"er des Plans übereinstimmt."
-#: ../../app/controllers/roles_controller.rb:37
+#: ../../app/controllers/roles_controller.rb:36
msgid "Plan is already shared with %s."
-msgstr "Der Plan wurde bereits mit %s geteilt."
+msgstr "Plan wird bereits mit % geteilt S."
-#: ../../app/controllers/roles_controller.rb:44
+#: ../../app/controllers/roles_controller.rb:43
#: ../../app/views/shared/_create_account_form.html.erb:4
msgid "First Name"
msgstr "Vorname"
-#: ../../app/controllers/roles_controller.rb:45
+#: ../../app/controllers/roles_controller.rb:44
msgid "Surname"
msgstr "Nachname"
-#: ../../app/controllers/roles_controller.rb:48
+#: ../../app/controllers/roles_controller.rb:47
msgid "Invitation to %s issued successfully."
-msgstr "Einladung zu %s erfolgreich ausgestellt."
+msgstr "Einladung an % s erfolgreich ausgestellt."
-#: ../../app/controllers/roles_controller.rb:53
+#: ../../app/controllers/roles_controller.rb:52
msgid "Plan shared with %s."
-msgstr "Plan geteilt mit %s."
+msgstr "Plan geteilt mit % S."
-#: ../../app/controllers/roles_controller.rb:68
-msgid "You must provide a valid email address and select a permission level."
+#: ../../app/controllers/roles_controller.rb:64
+msgid ""
+"You must provide a valid email address and select a permission\n"
+" level."
msgstr ""
"Sie müssen eine gültige E-Mail-Adresse angeben und eine Berechtigungsstufe aus"
"wählen."
-#: ../../app/controllers/roles_controller.rb:74
+#: ../../app/controllers/roles_controller.rb:71
msgid "Please enter an email address"
msgstr "Bitte geben Sie eine E-mail-Adresse ein"
-#: ../../app/controllers/roles_controller.rb:93
+#: ../../app/controllers/roles_controller.rb:90
msgid ""
-"Successfully changed the permissions for %s. They have been notified via"
-" email."
+"Successfully changed the permissions for %. They have been\n"
+" notified via email."
msgstr ""
-"Die Berechtigungen für %s wurden erfolgreich geändert. Sie wurden per E-"
-"Mail benachrichtigt."
+"Berechtigungen für % erfolgreich geändert . Sie wurden per E-Mail benac"
+"hrichtigt."
-#: ../../app/controllers/roles_controller.rb:108
+#: ../../app/controllers/roles_controller.rb:107
msgid "Access removed"
msgstr "Zugriffsrecht entzogen"
@@ -833,11 +845,11 @@ msgstr ""
"Ihr Konto wurde erfolgreich mit Ihren institutionellen Anmeldeinformationen ve"
"rknüpft. Sie können sich jetzt mit ihnen anmelden."
-#: ../../app/controllers/settings/plans_controller.rb:39
+#: ../../app/controllers/settings/plans_controller.rb:38
msgid "Export settings updated successfully."
msgstr "Exporteinstellungen erfolgreich aktualisiert"
-#: ../../app/controllers/settings/plans_controller.rb:41
+#: ../../app/controllers/settings/plans_controller.rb:40
msgid "An error has occurred while saving/resetting your export settings."
msgstr ""
"Beim Speichern / Zurücksetzen der Exporteinstellungen ist ein Fehler aufgetret"
@@ -845,59 +857,59 @@ msgstr ""
#: ../../app/controllers/super_admin/api_clients_controller.rb:45
msgid ". The API credentials have been emailed to %s"
-msgstr ". Die API-Anmeldeinformationen wurden per E-Mail an %s gesendet."
+msgstr ". Die API-Anmeldeinformationen wurden per E-Mail an % gesendet S"
-#: ../../app/controllers/super_admin/notifications_controller.rb:69
+#: ../../app/controllers/super_admin/notifications_controller.rb:70
msgid "Your notification is now active."
msgstr "Ihre Benachrichtigung ist jetzt aktiv."
-#: ../../app/controllers/super_admin/notifications_controller.rb:69
+#: ../../app/controllers/super_admin/notifications_controller.rb:70
msgid "Your notification is no longer active."
msgstr "Ihre Benachrichtigung ist nicht mehr aktiv."
-#: ../../app/controllers/super_admin/notifications_controller.rb:73
+#: ../../app/controllers/super_admin/notifications_controller.rb:74
msgid "Unable to change the notification's active status"
msgstr "Der aktive Status der Benachrichtigung kann nicht geändert werden"
-#: ../../app/controllers/super_admin/notifications_controller.rb:104
+#: ../../app/controllers/super_admin/notifications_controller.rb:105
msgid "There is no notification associated with id %s"
-msgstr "Mit der ID %s ist keine Benachrichtigung verknüpft"
+msgstr "ID % ist keine Benachrichtigung zugeordnet S"
-#: ../../app/controllers/super_admin/org_swaps_controller.rb:22
+#: ../../app/controllers/super_admin/org_swaps_controller.rb:24
msgid ""
"Your organisation affiliation has been changed. You may now edit templates for"
" %s."
msgstr ""
"Ihre Organisationszugehörigkeit wurde geändert. Sie können jetzt Vorlagen für "
-"%s bearbeiten."
+"% bearbeiten S."
-#: ../../app/controllers/super_admin/org_swaps_controller.rb:25
+#: ../../app/controllers/super_admin/org_swaps_controller.rb:28
msgid "Unable to change your organisation affiliation at this time."
msgstr "Die Organisationszugehörigkeit kann zu diesem Zeitpunkt nicht geändert werden."
-#: ../../app/controllers/super_admin/org_swaps_controller.rb:28
+#: ../../app/controllers/super_admin/org_swaps_controller.rb:31
msgid "Unknown organisation."
msgstr "Unbekannte Organisation"
-#: ../../app/controllers/super_admin/orgs_controller.rb:71
+#: ../../app/controllers/super_admin/orgs_controller.rb:70
msgid "There seems to be a problem with your logo. Please upload it again."
msgstr "Es scheint ein Problem mit unserem Logo zu sein. Bitte laden Sie es erneut."
-#: ../../app/controllers/super_admin/orgs_controller.rb:135
+#: ../../app/controllers/super_admin/orgs_controller.rb:137
msgid "An error occurred while trying to merge the Organisations."
msgstr "Beim Versuch, die Organisationen zusammenzuführen, ist ein Fehler aufgetreten."
-#: ../../app/controllers/super_admin/orgs_controller.rb:139
+#: ../../app/controllers/super_admin/orgs_controller.rb:141
msgid "Unable to merge the two Organisations at this time."
msgstr "Die beiden Organisationen können derzeit nicht zusammengeführt werden."
-#: ../../app/controllers/super_admin/orgs_controller.rb:143
+#: ../../app/controllers/super_admin/orgs_controller.rb:145
msgid "Unable to determine what records need to be merged."
msgstr ""
"Es kann nicht bestimmt werden, welche Datensätze zusammengeführt werden müssen"
"."
-#: ../../app/controllers/super_admin/users_controller.rb:71
+#: ../../app/controllers/super_admin/users_controller.rb:69
msgid ""
"You attempted to merge 2 accounts with the same email address.\n"
" Please merge with a different email address."
@@ -905,19 +917,19 @@ msgstr ""
"Sie haben versucht, 2 Konten mit derselben E-Mail-Adresse zusammenzuführen.\n"
" Bitte mit einer anderen E-Mail-Adresse zusammenführen."
-#: ../../app/controllers/super_admin/users_controller.rb:107
+#: ../../app/controllers/super_admin/users_controller.rb:111
msgid "archived"
msgstr "Archiviert"
-#: ../../app/controllers/super_admin/users_controller.rb:109
+#: ../../app/controllers/super_admin/users_controller.rb:113
msgid "archive"
msgstr "Archivieren"
-#: ../../app/controllers/super_admin/users_controller.rb:129
+#: ../../app/controllers/super_admin/users_controller.rb:134
msgid "merged"
msgstr "zusammengeführt"
-#: ../../app/controllers/super_admin/users_controller.rb:131
+#: ../../app/controllers/super_admin/users_controller.rb:136
msgid "merge"
msgstr "Verschmelzen"
@@ -929,39 +941,39 @@ msgstr ""
"Sie sind bereits als ein anderer Benutzer angemeldet. Bitte loggen Sie sich au"
"s, um Ihre Einladung zu aktivieren."
-#: ../../app/controllers/users/omniauth_callbacks_controller.rb:44
+#: ../../app/controllers/users/omniauth_callbacks_controller.rb:46
msgid "Successfully signed in"
msgstr "Erfolgreich angemeldet"
-#: ../../app/controllers/users/omniauth_callbacks_controller.rb:56
+#: ../../app/controllers/users/omniauth_callbacks_controller.rb:59
msgid "Your account has been successfully linked to %s."
-msgstr "Ihr Konto wurde erfolgreich mit %s verknüpft."
+msgstr "Ihr Konto wurde erfolgreich mit % verknüpft S."
-#: ../../app/controllers/users/omniauth_callbacks_controller.rb:61
+#: ../../app/controllers/users/omniauth_callbacks_controller.rb:63
msgid "Unable to link your account to %s."
-msgstr "Ihr Konto konnte nicht mit %s verknüpft werden."
+msgstr "Ihr Konto kann nicht mit % verknüpft werden S."
-#: ../../app/controllers/users_controller.rb:141
+#: ../../app/controllers/users_controller.rb:147
msgid "Successfully %s %s's account."
-msgstr "Erfolgreich %s %s Konto."
+msgstr "Erfolgreich % S % das Konto von s."
-#: ../../app/controllers/users_controller.rb:142
+#: ../../app/controllers/users_controller.rb:148
msgid "activated"
msgstr "Aktiviert"
-#: ../../app/controllers/users_controller.rb:142
+#: ../../app/controllers/users_controller.rb:148
msgid "deactivated"
msgstr "Deaktiviert"
-#: ../../app/controllers/users_controller.rb:149
+#: ../../app/controllers/users_controller.rb:154
msgid "Unable to %s %s"
-msgstr "Kann nicht zu %s %s"
+msgstr "Unfähig zu % S % S"
-#: ../../app/controllers/users_controller.rb:150
+#: ../../app/controllers/users_controller.rb:155
msgid "activate"
msgstr "Aktivieren"
-#: ../../app/controllers/users_controller.rb:150
+#: ../../app/controllers/users_controller.rb:155
msgid "deactivate"
msgstr "Deaktivieren"
@@ -984,13 +996,13 @@ msgstr ""
"Sie auch Hilfestellungen nach Themen angeben, werden diese mit angezeigt; Sie "
"sollten deshalb möglichst wenig Text kopieren."
-#: ../../app/helpers/conditions_helper.rb:194
+#: ../../app/helpers/conditions_helper.rb:193
msgid "Answering"
msgstr "Antworten"
-#: ../../app/helpers/conditions_helper.rb:198
-msgid " will send an email with subject "
-msgstr "wird eine E-Mail mit Betreff senden "
+#: ../../app/helpers/conditions_helper.rb:197
+msgid " will send an email with subject %s"
+msgstr "sendet eine E-Mail mit Betreff % S"
#: ../../app/helpers/conditions_helper.rb:203
msgid " will remove question "
@@ -1000,19 +1012,15 @@ msgstr "wird die Frage entfernen "
msgid " will remove questions "
msgstr "wird Fragen entfernen "
-#: ../../app/helpers/conditions_helper.rb:223
-msgid "\""
-msgstr "\"\""
-
-#: ../../app/helpers/customizable_template_link_helper.rb:12
+#: ../../app/helpers/customizable_template_link_helper.rb:13
msgid "Transfer customisation"
msgstr "Ãœbertragen Sie die Anpassung"
-#: ../../app/helpers/customizable_template_link_helper.rb:17
+#: ../../app/helpers/customizable_template_link_helper.rb:18
msgid "Edit customisation"
msgstr "Anpassbarkeit bearbeiten"
-#: ../../app/helpers/customizable_template_link_helper.rb:21
+#: ../../app/helpers/customizable_template_link_helper.rb:22
msgid "Customise"
msgstr "Anpassen"
@@ -1021,27 +1029,28 @@ msgid "Creators:"
msgstr "Erzeuger:"
#: ../../app/helpers/exports_helper.rb:38
-#: ../../app/models/concerns/exportable_plan.rb:133
+#: ../../app/models/concerns/exportable_plan.rb:141
+#: ../../app/views/shared/export/_plan_coversheet.erb:6
#: ../../app/views/shared/export/_plan_txt.erb:4
msgid "Creator:"
msgstr "Erzeuger:"
#: ../../app/helpers/feedbacks_helper.rb:6
msgid "%s: Your plan has been submitted for feedback"
-msgstr "%s: Ihr Plan wurde für eine Rückmeldung abgeschickt"
+msgstr "% s: Ihr Plan wurde zur Rückmeldung eingereicht"
#: ../../app/helpers/feedbacks_helper.rb:10
msgid ""
-"Hello %s.
Your plan \"%s\" has been submitted for f"
-"eedback from an\n"
+"Hello %s.
Your plan \"%s\" has been submitted for"
+" feedback from an\n"
" administrator at your organisation. If you have questions pertaining to "
"this action, please contact us\n"
" at %s.
"
msgstr ""
-"Hallo %s,
Ihr Plan \"%s\" wurde zur Kommentierung"
-" an einen Administrator in Ihrer Organisation übermittelt. Wenn Sie diesbezügl"
-"ich Fragen haben sollten, kontaktieren Sie uns bitte über %{organisation_email"
-"}.
"
+"Hallo % S.
Dein Plan \"% s\" wurde für Feedback "
+"von einem Administrator in Ihrer Organisation eingereicht. Wenn Sie Fragen zu "
+"dieser Aktion haben, kontaktieren Sie uns bitte unter % S."
+"
"
#: ../../app/helpers/identifier_helper.rb:6
#: ../../spec/helpers/identifier_helper_spec.rb:14
@@ -1079,9 +1088,9 @@ msgid ""
"s\n"
" at %s.
"
msgstr ""
-"Ein Daten-Experte vom %s wird innerhalb von 48 Stunden auf Ihre An"
-"frage antworten. Wenn Sie diesbezüglich Fragen haben sollten, kontaktieren Sie"
-" uns bitte über %s.
"
+"Ein Datenbibliothekar aus % s wird Ihre Anfrage innerhalb von 48 "
+"Stunden beantworten. Wenn Sie Fragen zu dieser Aktion haben, kontaktieren Sie "
+"uns bitte unter % S.
"
#: ../../app/helpers/perms_helper.rb:9
msgid "Add organisations"
@@ -1121,8 +1130,8 @@ msgid "Grant API to organisations"
msgstr "Gewähren Sie API für Organisationen"
#: ../../app/helpers/plans_helper.rb:8
+#: ../../app/views/paginable/plans/_index.html.erb:8
#: ../../app/views/paginable/plans/_org_admin.html.erb:21
-#: ../../app/views/paginable/plans/_org_admin_other_user.html.erb:8
#: ../../app/views/paginable/plans/_organisationally_or_publicly_visible.html.erb:16
#: ../../app/views/paginable/plans/_publicly_visible.html.erb:8
msgid "Owner"
@@ -1165,231 +1174,227 @@ msgstr "Öffentlich: Jeder kann sehen."
msgid "Private: restricted to me and people I invite."
msgstr "Privat: beschränkt auf mich und Leute, die ich einlade."
-#: ../../app/helpers/settings_template_helper.rb:7
-#: ../../app/helpers/settings_template_helper.rb:18
+#: ../../app/helpers/settings_template_helper.rb:8
+#: ../../app/helpers/settings_template_helper.rb:19
msgid "Unknown column name."
msgstr "Unbekannter Spaltenname."
-#: ../../app/helpers/settings_template_helper.rb:8
+#: ../../app/helpers/settings_template_helper.rb:9
msgid "Plan Name"
msgstr "Planenname"
-#: ../../app/helpers/settings_template_helper.rb:9
+#: ../../app/helpers/settings_template_helper.rb:10
msgid "Plan ID"
msgstr "Planenbezeichner"
-#: ../../app/helpers/settings_template_helper.rb:10
+#: ../../app/helpers/settings_template_helper.rb:11
msgid "Grant number"
msgstr "Grantnummer"
-#: ../../app/helpers/settings_template_helper.rb:11
+#: ../../app/helpers/settings_template_helper.rb:12
msgid "Principal Investigator / Researcher"
msgstr "Principal Investigator / Forscher"
-#: ../../app/helpers/settings_template_helper.rb:12
+#: ../../app/helpers/settings_template_helper.rb:13
msgid "Plan Data Contact"
msgstr "Kontakt für Planen"
-#: ../../app/helpers/settings_template_helper.rb:13
+#: ../../app/helpers/settings_template_helper.rb:14
msgid "Plan Description"
msgstr "Beschreibung"
-#: ../../app/helpers/settings_template_helper.rb:14
+#: ../../app/helpers/settings_template_helper.rb:15
#: ../../app/views/orgs/_profile_form.html.erb:129
#: ../../app/views/paginable/templates/_customisable.html.erb:7
#: ../../app/views/paginable/templates/_organisational.html.erb:12
-#: ../../app/views/plans/_project_details.html.erb:88
-#: ../../app/views/plans/_project_details.html.erb:102
+#: ../../app/views/plans/_project_details.html.erb:156
#: ../../app/views/plans/_show_details.html.erb:12
#: ../../app/views/plans/new.html.erb:86
msgid "Funder"
msgstr "Funder"
-#: ../../app/helpers/settings_template_helper.rb:16
+#: ../../app/helpers/settings_template_helper.rb:17
msgid "Your ORCID"
msgstr "Ihre ORCID"
-#: ../../app/helpers/super_admin/orgs/merge_helper.rb:21
+#: ../../app/helpers/super_admin/orgs/merge_helper.rb:20
msgid "None"
msgstr "Keiner"
-#: ../../app/helpers/super_admin/orgs/merge_helper.rb:31
+#: ../../app/helpers/super_admin/orgs/merge_helper.rb:30
msgid "Guidance for: %s"
-msgstr "Anleitung für: %s"
+msgstr "Anleitung für: % S"
-#: ../../app/helpers/super_admin/orgs/merge_helper.rb:53
+#: ../../app/helpers/super_admin/orgs/merge_helper.rb:51
msgid "Nothing to merge"
msgstr "Nichts zu verschmelzen"
-#: ../../app/helpers/super_admin/orgs/merge_helper.rb:55
+#: ../../app/helpers/super_admin/orgs/merge_helper.rb:53
msgid "The following %s will be moved over to '%s':
"
-msgstr "Die folgenden %s werden in '%s' verschoben:
"
+msgstr "Die folgende % s werden nach '% verschoben S':
"
-#: ../../app/helpers/template_helper.rb:46
+#: ../../app/helpers/template_helper.rb:48
#: ../../app/views/plans/index.html.erb:29
#: ../../app/views/plans/new.html.erb:123
#: ../../app/views/shared/_create_plan_modal.html.erb:5
-#: ../../spec/features/locales_spec.rb:54
-#: ../../spec/features/locales_spec.rb:71
+#: ../../spec/features/locales_spec.rb:53
+#: ../../spec/features/locales_spec.rb:69
msgid "Create plan"
msgstr "Plan erstellen"
-#: ../../app/helpers/usage_helper.rb:62
+#: ../../app/helpers/usage_helper.rb:65
msgid "Last month"
msgstr "Letzter Monat"
-#: ../../app/helpers/usage_helper.rb:63
+#: ../../app/helpers/usage_helper.rb:66
msgid "Last 3 months"
msgstr "Letzte 3 Monate"
-#: ../../app/helpers/usage_helper.rb:64
+#: ../../app/helpers/usage_helper.rb:67
msgid "Last 6 months"
msgstr "Letzte 6 Monate"
-#: ../../app/helpers/usage_helper.rb:65
+#: ../../app/helpers/usage_helper.rb:68
msgid "Last 9 months"
msgstr "Letzte 9 Monate"
-#: ../../app/helpers/usage_helper.rb:66
+#: ../../app/helpers/usage_helper.rb:69
msgid "Last 12 months"
msgstr "Letzte 12 Monate"
-#: ../../app/mailers/user_mailer.rb:16
-#: ../../app/views/devise/mailer/invitation_instructions.html.erb:6
-#: ../../app/views/devise/mailer/reset_password_instructions.html.erb:5
-#: ../../app/views/user_mailer/_email_signature.html.erb:2
+#: ../../app/mailers/user_mailer.rb:17
msgid "Query or feedback related to %s"
-msgstr "Abfrage oder Feedback zu %s"
+msgstr "Anfrage oder Feedback zu % S"
-#: ../../app/mailers/user_mailer.rb:23
+#: ../../app/mailers/user_mailer.rb:24
msgid "Welcome to %s"
-msgstr "Willkommen bei %s"
+msgstr "Willkommen zu % S"
-#: ../../app/mailers/user_mailer.rb:58
+#: ../../app/mailers/user_mailer.rb:59
msgid "A Data Management Plan in %s has been shared with you"
-msgstr "Ein Datenverwaltungsplan in %s wurde mit Ihnen geteilt"
+msgstr "Ein Datenmanagementplan in %