View | Details | Raw Unified | Return to bug 55667
Collapse All | Expand All

(-)a/base/univention-updater/umc/js/de.po (-2 / +2 lines)
Lines 3-9 msgstr "" Link Here
3
"Project-Id-Version: univention-management-console-module-updater\n"
3
"Project-Id-Version: univention-management-console-module-updater\n"
4
"Report-Msgid-Bugs-To: packages@univention.de\n"
4
"Report-Msgid-Bugs-To: packages@univention.de\n"
5
"POT-Creation-Date: 2018-08-21 12:17+0200\n"
5
"POT-Creation-Date: 2018-08-21 12:17+0200\n"
6
"PO-Revision-Date: 2020-07-04 15:52+0200\n"
6
"PO-Revision-Date: 2023-02-13 11:30+0100\n"
7
"Last-Translator: Dirk Wiesenthal <wiesenthal@univention.de>\n"
7
"Last-Translator: Dirk Wiesenthal <wiesenthal@univention.de>\n"
8
"Language-Team: German <packages@univention.de>\n"
8
"Language-Team: German <packages@univention.de>\n"
9
"Language: de\n"
9
"Language: de\n"
Lines 167-173 msgid "" Link Here
167
"\" target=\"_blank\">Univention Help</a>."
167
"\" target=\"_blank\">Univention Help</a>."
168
msgstr ""
168
msgstr ""
169
"Bitte beachten Sie auch <a href=\"https://docs.software-univention.de/"
169
"Bitte beachten Sie auch <a href=\"https://docs.software-univention.de/"
170
"release-notes-%s-de.html\" target=\"_blank\">Release Notes und Changelog</a> "
170
"release-notes/%s/de/index.html\" target=\"_blank\">Release Notes und Changelog</a> "
171
"sowie Hinweise zu dem jeweiligen Update im <a href=\"https://help.univention."
171
"sowie Hinweise zu dem jeweiligen Update im <a href=\"https://help.univention."
172
"com/\" target=\"_blank\">Univention Help</a>."
172
"com/\" target=\"_blank\">Univention Help</a>."
173
173
(-)a/base/univention-updater/umc/js/updater.js (-1 / +1 lines)
Lines 337-343 define([ Link Here
337
				msg += '<li>' + _('The update should occur in a <b>maintenance window</b> as some services in the domain may not be available during the update.') + '</li>';
337
				msg += '<li>' + _('The update should occur in a <b>maintenance window</b> as some services in the domain may not be available during the update.') + '</li>';
338
				msg += '<li>' + _('It is recommended to <b>test the update</b> in a separate test environment prior to the actual update.') + '</li>';
338
				msg += '<li>' + _('It is recommended to <b>test the update</b> in a separate test environment prior to the actual update.') + '</li>';
339
				if (args.detail) {
339
				if (args.detail) {
340
					msg += '<li>' + _('Consider <a href="https://docs.software-univention.de/release-notes-%s-en.html" target="_blank">release notes and changelogs</a> as well as references posted in the <a href="https://help.univention.com/" target="_blank">Univention Help</a>.', args.detail) + '</li>';
340
					msg += '<li>' + _('Consider <a href="https://docs.software-univention.de/release-notes/%s/en/index.html" target="_blank">release notes and changelogs</a> as well as references posted in the <a href="https://help.univention.com/" target="_blank">Univention Help</a>.', args.detail) + '</li>';
341
				}
341
				}
342
				else {
342
				else {
343
					msg += '<li>' + _('Consider <a href="https://docs.software-univention.de/" target="_blank">release notes and changelogs</a> as well as references posted in the <a href="https://help.univention.com/" target="_blank">Univention Help</a>.') + '</li>';
343
					msg += '<li>' + _('Consider <a href="https://docs.software-univention.de/" target="_blank">release notes and changelogs</a> as well as references posted in the <a href="https://help.univention.com/" target="_blank">Univention Help</a>.') + '</li>';

Return to bug 55667