View | Details | Raw Unified | Return to bug 33190 | Differences between
and this patch

Collapse All | Expand All

(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/release.py (-7 / +8 lines)
Lines 55-62 Link Here
55
policy_position_dn_prefix="cn=update"
55
policy_position_dn_prefix="cn=update"
56
56
57
childs=0
57
childs=0
58
short_description=_('Policy: Release')
58
short_description=_('Policy: Update')
59
policy_short_description=_('Release')
59
policy_short_description=_('Automatic updates')
60
long_description=''
60
long_description=''
61
options={
61
options={
62
}
62
}
Lines 73-79 Link Here
73
			identifies=1,
73
			identifies=1,
74
		),
74
		),
75
	'activate': univention.admin.property(
75
	'activate': univention.admin.property(
76
			short_description=_('Activate policy'),
76
			short_description=_('Activate release updates. (Errata updates are activated by default)'),
77
			long_description='',
77
			long_description='',
78
			syntax=univention.admin.syntax.TrueFalseUp,
78
			syntax=univention.admin.syntax.TrueFalseUp,
79
			multivalue=0,
79
			multivalue=0,
Lines 83-90 Link Here
83
			identifies=0
83
			identifies=0
84
		),
84
		),
85
	'releaseVersion': univention.admin.property(
85
	'releaseVersion': univention.admin.property(
86
			short_description=_('Release version'),
86
			short_description=_('Highest release version to be installed'),
87
			long_description='',
87
			long_description='Without specifying the most recent version will be used',
88
			syntax=univention.admin.syntax.string,
88
			syntax=univention.admin.syntax.string,
89
			multivalue=0,
89
			multivalue=0,
90
			options=[],
90
			options=[],
Lines 135-144 Link Here
135
}
135
}
136
136
137
layout = [
137
layout = [
138
	Tab(_('General'),_('Release updates'), layout = [
138
	Tab(_('General'),_('Automatic updates'), layout = [
139
		Group( _( 'General' ), layout = [
139
		Group( _( 'General' ), layout = [
140
			'name',
140
			'name',
141
			[ 'activate', 'releaseVersion' ]
141
			'activate',
142
			'releaseVersion'
142
		] ),
143
		] ),
143
	] ),
144
	] ),
144
	Tab(_('Object'),_('Object'), advanced = True, layout = [
145
	Tab(_('Object'),_('Object'), advanced = True, layout = [
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/de.po (-9 / +9 lines)
Lines 865-887 Link Here
865
msgstr "Release Version"
865
msgstr "Release Version"
866
866
867
#: release.py:58
867
#: release.py:58
868
msgid "Policy: Release"
868
msgid "Policy: Update"
869
msgstr "Richtlinie: Release"
869
msgstr "Richtlinie: Update"
870
870
871
#: release.py:59
871
#: release.py:59
872
msgid "Release"
872
msgid "Automatic updates"
873
msgstr "Release"
873
msgstr "Automatische Updates"
874
874
875
#: release.py:76
875
#: release.py:76
876
msgid "Activate policy"
876
msgid "Activate release updates. (Errata updates are activated by default)"
877
msgstr "Aktiviere die Richtlinie"
877
msgstr "Aktiviere Release-Updates. (Errata-Updates sind standardmäßig aktiviert)"
878
878
879
#: release.py:86
879
#: release.py:86
880
msgid "Release version"
880
msgid "Highest release version to be installed"
881
msgstr "Release Version"
881
msgstr "Release-Version, die max. installiert werden soll."
882
882
883
#: release.py:138
883
#: release.py:138
884
msgid "Release updates"
884
msgid "Automatic updates"
885
msgstr "Client Aktualisierungen"
885
msgstr "Client Aktualisierungen"
886
886
887
#: repositoryserver.py:47 repositoryserver.py:59 repositoryserver.py:76
887
#: repositoryserver.py:47 repositoryserver.py:59 repositoryserver.py:76

Return to bug 33190