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

(-)usr/lib/univention-system-setup/scripts/setup-join.sh (-1 / +1 lines)
 Lines 202-208    Link Here 
202
202
203
is_profile_var_true "start/join"
203
is_profile_var_true "start/join"
204
if [ $? -ne 1 ]; then
204
if [ $? -ne 1 ]; then
205
	info_header "domain-join" "$(gettext "Domain join")"
205
	info_header "domain-join" "$(gettext "Domain setup (this might take a while)")"
206
206
207
	# see how many join scripts we need to execute
207
	# see how many join scripts we need to execute
208
	joinScripts=(/usr/lib/univention-install/*.inst)
208
	joinScripts=(/usr/lib/univention-install/*.inst)
(-)usr/share/locale/de/LC_MESSAGES/univention-system-setup-scripts.po (-2 / +2 lines)
 Lines 21-28    Link Here 
21
msgstr "Dies kann einen Moment dauern..."
21
msgstr "Dies kann einen Moment dauern..."
22
22
23
#: usr/lib/univention-system-setup/scripts/setup-join.sh:201
23
#: usr/lib/univention-system-setup/scripts/setup-join.sh:201
24
msgid "Domain join"
24
msgid "Domain setup (this might take a while)"
25
msgstr "Domänenbeitritt"
25
msgstr "Domäneneinrichtung (Dies kann einige Zeit dauern)"
26
26
27
#: usr/lib/univention-system-setup/scripts/setup-join.sh:207
27
#: usr/lib/univention-system-setup/scripts/setup-join.sh:207
28
msgid "Preparing domain join"
28
msgid "Preparing domain join"

Return to bug 38833