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

Collapse All | Expand All

(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/legacy/policies/clientdevices.py (-4 / +4 lines)
 Lines 83-89    Link Here 
83
			identifies=0
83
			identifies=0
84
		),
84
		),
85
	'requiredObjectClasses': univention.admin.property(
85
	'requiredObjectClasses': univention.admin.property(
86
			short_description=_('Required object classes'),
86
			short_description=_('Required object class'),
87
			long_description='',
87
			long_description='',
88
			syntax=univention.admin.syntax.string,
88
			syntax=univention.admin.syntax.string,
89
			multivalue=1,
89
			multivalue=1,
 Lines 93-99    Link Here 
93
			identifies=0
93
			identifies=0
94
		),
94
		),
95
	'prohibitedObjectClasses': univention.admin.property(
95
	'prohibitedObjectClasses': univention.admin.property(
96
			short_description=_('Excluded object classes'),
96
			short_description=_('Excluded object class'),
97
			long_description='',
97
			long_description='',
98
			syntax=univention.admin.syntax.string,
98
			syntax=univention.admin.syntax.string,
99
			multivalue=1,
99
			multivalue=1,
 Lines 103-109    Link Here 
103
			identifies=0
103
			identifies=0
104
		),
104
		),
105
	'fixedAttributes': univention.admin.property(
105
	'fixedAttributes': univention.admin.property(
106
			short_description=_('Fixed attributes'),
106
			short_description=_('Fixed attribute'),
107
			long_description='',
107
			long_description='',
108
			syntax=clientDevicesFixedAttributes,
108
			syntax=clientDevicesFixedAttributes,
109
			multivalue=1,
109
			multivalue=1,
 Lines 113-119    Link Here 
113
			identifies=0
113
			identifies=0
114
		),
114
		),
115
	'emptyAttributes': univention.admin.property(
115
	'emptyAttributes': univention.admin.property(
116
			short_description=_('Empty attributes'),
116
			short_description=_('Empty attribute'),
117
			long_description='',
117
			long_description='',
118
			syntax=clientDevicesFixedAttributes,
118
			syntax=clientDevicesFixedAttributes,
119
			multivalue=1,
119
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/legacy/policies/thinclient.py (-4 / +4 lines)
 Lines 128-134    Link Here 
128
			identifies=0
128
			identifies=0
129
		),
129
		),
130
	'requiredObjectClasses': univention.admin.property(
130
	'requiredObjectClasses': univention.admin.property(
131
			short_description=_('Required object classes'),
131
			short_description=_('Required object class'),
132
			long_description='',
132
			long_description='',
133
			syntax=univention.admin.syntax.string,
133
			syntax=univention.admin.syntax.string,
134
			multivalue=1,
134
			multivalue=1,
 Lines 138-144    Link Here 
138
			identifies=0
138
			identifies=0
139
		),
139
		),
140
	'prohibitedObjectClasses': univention.admin.property(
140
	'prohibitedObjectClasses': univention.admin.property(
141
			short_description=_('Excluded object classes'),
141
			short_description=_('Excluded object class'),
142
			long_description='',
142
			long_description='',
143
			syntax=univention.admin.syntax.string,
143
			syntax=univention.admin.syntax.string,
144
			multivalue=1,
144
			multivalue=1,
 Lines 148-154    Link Here 
148
			identifies=0
148
			identifies=0
149
		),
149
		),
150
	'fixedAttributes': univention.admin.property(
150
	'fixedAttributes': univention.admin.property(
151
			short_description=_('Fixed attributes'),
151
			short_description=_('Fixed attribute'),
152
			long_description='',
152
			long_description='',
153
			syntax=thinclientFixedAttributes,
153
			syntax=thinclientFixedAttributes,
154
			multivalue=1,
154
			multivalue=1,
 Lines 158-164    Link Here 
158
			identifies=0
158
			identifies=0
159
		),
159
		),
160
	'emptyAttributes': univention.admin.property(
160
	'emptyAttributes': univention.admin.property(
161
			short_description=_('Empty attributes'),
161
			short_description=_('Empty attribute'),
162
			long_description='',
162
			long_description='',
163
			syntax=thinclientFixedAttributes,
163
			syntax=thinclientFixedAttributes,
164
			multivalue=1,
164
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/legacy/policies/mobileclientpackages.py (-4 / +4 lines)
 Lines 94-100    Link Here 
94
			identifies=0
94
			identifies=0
95
		),
95
		),
96
	'requiredObjectClasses': univention.admin.property(
96
	'requiredObjectClasses': univention.admin.property(
97
			short_description=_('Required object classes'),
97
			short_description=_('Required object class'),
98
			long_description='',
98
			long_description='',
99
			syntax=univention.admin.syntax.string,
99
			syntax=univention.admin.syntax.string,
100
			multivalue=1,
100
			multivalue=1,
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
		),
105
		),
106
	'prohibitedObjectClasses': univention.admin.property(
106
	'prohibitedObjectClasses': univention.admin.property(
107
			short_description=_('Excluded object classes'),
107
			short_description=_('Excluded object class'),
108
			long_description='',
108
			long_description='',
109
			syntax=univention.admin.syntax.string,
109
			syntax=univention.admin.syntax.string,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
		),
115
		),
116
	'fixedAttributes': univention.admin.property(
116
	'fixedAttributes': univention.admin.property(
117
			short_description=_('Fixed attributes'),
117
			short_description=_('Fixed attribute'),
118
			long_description='',
118
			long_description='',
119
			syntax=mobileClientPackagesFixedAttributes,
119
			syntax=mobileClientPackagesFixedAttributes,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
		),
125
		),
126
	'emptyAttributes': univention.admin.property(
126
	'emptyAttributes': univention.admin.property(
127
			short_description=_('Empty attributes'),
127
			short_description=_('Empty attribute'),
128
			long_description='',
128
			long_description='',
129
			syntax=mobileClientPackagesFixedAttributes,
129
			syntax=mobileClientPackagesFixedAttributes,
130
			multivalue=1,
130
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/legacy/policies/sound.py (-4 / +4 lines)
 Lines 95-101    Link Here 
95
			identifies=0
95
			identifies=0
96
		),
96
		),
97
	'requiredObjectClasses': univention.admin.property(
97
	'requiredObjectClasses': univention.admin.property(
98
			short_description=_('Required object classes'),
98
			short_description=_('Required object class'),
99
			long_description='',
99
			long_description='',
100
			syntax=univention.admin.syntax.string,
100
			syntax=univention.admin.syntax.string,
101
			multivalue=1,
101
			multivalue=1,
 Lines 105-111    Link Here 
105
			identifies=0
105
			identifies=0
106
		),
106
		),
107
	'prohibitedObjectClasses': univention.admin.property(
107
	'prohibitedObjectClasses': univention.admin.property(
108
			short_description=_('Excluded object classes'),
108
			short_description=_('Excluded object class'),
109
			long_description='',
109
			long_description='',
110
			syntax=univention.admin.syntax.string,
110
			syntax=univention.admin.syntax.string,
111
			multivalue=1,
111
			multivalue=1,
 Lines 115-121    Link Here 
115
			identifies=0
115
			identifies=0
116
		),
116
		),
117
	'fixedAttributes': univention.admin.property(
117
	'fixedAttributes': univention.admin.property(
118
			short_description=_('Fixed attributes'),
118
			short_description=_('Fixed attribute'),
119
			long_description='',
119
			long_description='',
120
			syntax=soundFixedAttributes,
120
			syntax=soundFixedAttributes,
121
			multivalue=1,
121
			multivalue=1,
 Lines 125-131    Link Here 
125
			identifies=0
125
			identifies=0
126
		),
126
		),
127
	'emptyAttributes': univention.admin.property(
127
	'emptyAttributes': univention.admin.property(
128
			short_description=_('Empty attributes'),
128
			short_description=_('Empty attribute'),
129
			long_description='',
129
			long_description='',
130
			syntax=soundFixedAttributes,
130
			syntax=soundFixedAttributes,
131
			multivalue=1,
131
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/legacy/policies/xfree.py (-3 / +3 lines)
 Lines 237-243    Link Here 
237
			configAttributeName='univentionXModuleChoices'
237
			configAttributeName='univentionXModuleChoices'
238
		),
238
		),
239
	'requiredObjectClasses': univention.admin.property(
239
	'requiredObjectClasses': univention.admin.property(
240
			short_description=_('Required object classes'),
240
			short_description=_('Required object class'),
241
			long_description='',
241
			long_description='',
242
			syntax=univention.admin.syntax.string,
242
			syntax=univention.admin.syntax.string,
243
			multivalue=1,
243
			multivalue=1,
 Lines 247-253    Link Here 
247
			identifies=0
247
			identifies=0
248
		),
248
		),
249
	'prohibitedObjectClasses': univention.admin.property(
249
	'prohibitedObjectClasses': univention.admin.property(
250
			short_description=_('Excluded object classes'),
250
			short_description=_('Excluded object class'),
251
			long_description='',
251
			long_description='',
252
			syntax=univention.admin.syntax.string,
252
			syntax=univention.admin.syntax.string,
253
			multivalue=1,
253
			multivalue=1,
 Lines 257-263    Link Here 
257
			identifies=0
257
			identifies=0
258
		),
258
		),
259
	'fixedAttributes': univention.admin.property(
259
	'fixedAttributes': univention.admin.property(
260
			short_description=_('Fixed attributes'),
260
			short_description=_('Fixed attribute'),
261
			long_description='',
261
			long_description='',
262
			syntax=xfreeFixedAttributes,
262
			syntax=xfreeFixedAttributes,
263
			multivalue=1,
263
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/legacy/policies/managedclientpackages.py (-4 / +4 lines)
 Lines 94-100    Link Here 
94
			identifies=0
94
			identifies=0
95
		),
95
		),
96
	'requiredObjectClasses': univention.admin.property(
96
	'requiredObjectClasses': univention.admin.property(
97
			short_description=_('Required object classes'),
97
			short_description=_('Required object class'),
98
			long_description='',
98
			long_description='',
99
			syntax=univention.admin.syntax.string,
99
			syntax=univention.admin.syntax.string,
100
			multivalue=1,
100
			multivalue=1,
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
		),
105
		),
106
	'prohibitedObjectClasses': univention.admin.property(
106
	'prohibitedObjectClasses': univention.admin.property(
107
			short_description=_('Excluded object classes'),
107
			short_description=_('Excluded object class'),
108
			long_description='',
108
			long_description='',
109
			syntax=univention.admin.syntax.string,
109
			syntax=univention.admin.syntax.string,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
		),
115
		),
116
	'fixedAttributes': univention.admin.property(
116
	'fixedAttributes': univention.admin.property(
117
			short_description=_('Fixed attributes'),
117
			short_description=_('Fixed attribute'),
118
			long_description='',
118
			long_description='',
119
			syntax=clientPackagesFixedAttributes,
119
			syntax=clientPackagesFixedAttributes,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
		),
125
		),
126
	'emptyAttributes': univention.admin.property(
126
	'emptyAttributes': univention.admin.property(
127
			short_description=_('Empty attributes'),
127
			short_description=_('Empty attribute'),
128
			long_description='',
128
			long_description='',
129
			syntax=clientPackagesFixedAttributes,
129
			syntax=clientPackagesFixedAttributes,
130
			multivalue=1,
130
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/legacy/policies/de.po (-31 / +36 lines)
 Lines 29-38    Link Here 
29
msgstr ""
29
msgstr ""
30
"Project-Id-Version: PACKAGE VERSION\n"
30
"Project-Id-Version: PACKAGE VERSION\n"
31
"Report-Msgid-Bugs-To: \n"
31
"Report-Msgid-Bugs-To: \n"
32
"POT-Creation-Date: 2012-10-19 14:46+0200\n"
32
"POT-Creation-Date: 2015-04-01 14:22+0200\n"
33
"PO-Revision-Date: 2011-10-29 22:19+0200\n"
33
"PO-Revision-Date: 2011-10-29 22:19+0200\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
35
"Language-Team: LANGUAGE <LL@li.org>\n"
35
"Language-Team: LANGUAGE <LL@li.org>\n"
36
"Language: \n"
36
"MIME-Version: 1.0\n"
37
"MIME-Version: 1.0\n"
37
"Content-Type: text/plain; charset=UTF-8\n"
38
"Content-Type: text/plain; charset=UTF-8\n"
38
"Content-Transfer-Encoding: unicode\n"
39
"Content-Transfer-Encoding: unicode\n"
 Lines 57-87    Link Here 
57
58
58
#: clientdevices.py:86 managedclientpackages.py:97 mobileclientpackages.py:97
59
#: clientdevices.py:86 managedclientpackages.py:97 mobileclientpackages.py:97
59
#: sound.py:98 thinclient.py:131 xfree.py:240
60
#: sound.py:98 thinclient.py:131 xfree.py:240
60
msgid "Required object classes"
61
msgid "Required object class"
61
msgstr "Benötigte Objektklassen"
62
msgstr "Benötigte Objektklasse"
62
63
63
#: clientdevices.py:96 managedclientpackages.py:107
64
#: clientdevices.py:96 managedclientpackages.py:107
64
#: mobileclientpackages.py:107 sound.py:108 thinclient.py:141 xfree.py:250
65
#: mobileclientpackages.py:107 sound.py:108 thinclient.py:141 xfree.py:250
65
msgid "Excluded object classes"
66
msgid "Excluded object class"
66
msgstr "Ausgeschlossene Objektklassen"
67
msgstr "Ausgeschlossene Objektklasse"
67
68
68
#: clientdevices.py:106 managedclientpackages.py:117
69
#: clientdevices.py:106 managedclientpackages.py:117
69
#: mobileclientpackages.py:117 sound.py:118 thinclient.py:151 xfree.py:260
70
#: mobileclientpackages.py:117 sound.py:118 thinclient.py:151 xfree.py:260
70
msgid "Fixed attributes"
71
msgid "Fixed attribute"
71
msgstr "Festgelegte Attribute"
72
msgstr "Festgelegtes Attribut"
72
73
73
#: clientdevices.py:116 managedclientpackages.py:127
74
#: clientdevices.py:116 managedclientpackages.py:127
74
#: mobileclientpackages.py:127 sound.py:128 thinclient.py:161
75
#: mobileclientpackages.py:127 sound.py:128 thinclient.py:161
75
msgid "Empty attributes"
76
msgid "Empty attribute"
76
msgstr "Leere Attribute"
77
msgstr "Leeres Attribut"
77
78
78
#: clientdevices.py:128 clientdevices.py:129 managedclientpackages.py:139
79
#: clientdevices.py:128 managedclientpackages.py:139
79
#: managedclientpackages.py:140 mobileclientpackages.py:139
80
#: mobileclientpackages.py:139 sound.py:140 thinclient.py:173 xfree.py:393
80
#: mobileclientpackages.py:140 sound.py:140 sound.py:141 thinclient.py:173
81
#: thinclient.py:174 xfree.py:393 xfree.py:394
82
msgid "General"
81
msgid "General"
83
msgstr "Allgemein"
82
msgstr "Allgemein"
84
83
84
#: clientdevices.py:129
85
msgid "General client devices settings"
86
msgstr "Allgemeine Einstellungen für die Client-Peripherie"
87
85
#: clientdevices.py:134 managedclientpackages.py:146
88
#: clientdevices.py:134 managedclientpackages.py:146
86
#: mobileclientpackages.py:146 sound.py:147 thinclient.py:181 xfree.py:414
89
#: mobileclientpackages.py:146 sound.py:147 thinclient.py:181 xfree.py:414
87
msgid "Object"
90
msgid "Object"
 Lines 105-110    Link Here 
105
msgid "Managed Client packages"
108
msgid "Managed Client packages"
106
msgstr "Managed Client Pakete"
109
msgstr "Managed Client Pakete"
107
110
111
#: managedclientpackages.py:140
112
msgid "General managed client packages settings"
113
msgstr "Allgemeine Einstellungen für die Managed Client Pakete"
114
108
#: mobileclientpackages.py:59
115
#: mobileclientpackages.py:59
109
msgid "Policy: Mobile Client packages"
116
msgid "Policy: Mobile Client packages"
110
msgstr "Richtlinie: Mobile Client Pakete"
117
msgstr "Richtlinie: Mobile Client Pakete"
 Lines 113-118    Link Here 
113
msgid "Mobile Client packages"
120
msgid "Mobile Client packages"
114
msgstr "Mobile Client Pakete"
121
msgstr "Mobile Client Pakete"
115
122
123
#: mobileclientpackages.py:140
124
msgid "General mobile client packages settings"
125
msgstr "Allgemeine Einstellungen für die Mobile Client Pakete"
126
116
#: sound.py:47 sound.py:77
127
#: sound.py:47 sound.py:77
117
msgid "Sound enabled"
128
msgid "Sound enabled"
118
msgstr "Sound aktivieren"
129
msgstr "Sound aktivieren"
 Lines 129-134    Link Here 
129
msgid "Sound settings"
140
msgid "Sound settings"
130
msgstr "Sound-Einstellungen"
141
msgstr "Sound-Einstellungen"
131
142
143
#: sound.py:141
144
msgid "General sound settings"
145
msgstr "Allgemeine Einstellungen für den Sound"
146
132
#: thinclient.py:47 thinclient.py:91
147
#: thinclient.py:47 thinclient.py:91
133
msgid "File servers"
148
msgid "File servers"
134
msgstr "File-Server"
149
msgstr "File-Server"
 Lines 181-186    Link Here 
181
msgid "Servers to use"
196
msgid "Servers to use"
182
msgstr "Zu nutzende Server"
197
msgstr "Zu nutzende Server"
183
198
199
#: thinclient.py:174
200
msgid "General thin client settings"
201
msgstr "Allgemeine Einstellungen für den Thin Client"
202
184
#: xfree.py:45 xfree.py:382
203
#: xfree.py:45 xfree.py:382
185
msgid "Automatic detection"
204
msgid "Automatic detection"
186
msgstr "Automatische Erkennung"
205
msgstr "Automatische Erkennung"
 Lines 305-310    Link Here 
305
msgid "RAM on the graphics adapter in kB"
324
msgid "RAM on the graphics adapter in kB"
306
msgstr "RAM auf der Grafikkarte in kB"
325
msgstr "RAM auf der Grafikkarte in kB"
307
326
327
#: xfree.py:394
328
msgid "General display settings"
329
msgstr "Allgemeine Einstellungen für den Display"
330
308
#: xfree.py:400
331
#: xfree.py:400
309
msgid "Input devices"
332
msgid "Input devices"
310
msgstr "Eingabegeräte"
333
msgstr "Eingabegeräte"
 Lines 320-340    Link Here 
320
#: xfree.py:409
343
#: xfree.py:409
321
msgid "Advanced settings of secondary display"
344
msgid "Advanced settings of secondary display"
322
msgstr "Erweiterte Einstellungen des sekundären Monitors"
345
msgstr "Erweiterte Einstellungen des sekundären Monitors"
323
324
msgid "General client devices settings"
325
msgstr "Allgemeine Einstellungen für die Client-Peripherie"
326
327
msgid "General managed client packages settings"
328
msgstr "Allgemeine Einstellungen für die Managed Client Pakete"
329
330
msgid "General mobile client packages settings"
331
msgstr "Allgemeine Einstellungen für die Mobile Client Pakete"
332
333
msgid "General sound settings"
334
msgstr "Allgemeine Einstellungen für den Sound"
335
336
msgid "General thin client settings"
337
msgstr "Allgemeine Einstellungen für den Thin Client"
338
339
msgid "General display settings"
340
msgstr "Allgemeine Einstellungen für den Display"
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/nfsmounts.py (-4 / +4 lines)
 Lines 83-89    Link Here 
83
			identifies=0
83
			identifies=0
84
		),
84
		),
85
	'requiredObjectClasses': univention.admin.property(
85
	'requiredObjectClasses': univention.admin.property(
86
			short_description=_('Required object classes'),
86
			short_description=_('Required object class'),
87
			long_description='',
87
			long_description='',
88
			syntax=univention.admin.syntax.string,
88
			syntax=univention.admin.syntax.string,
89
			multivalue=1,
89
			multivalue=1,
 Lines 93-99    Link Here 
93
			identifies=0
93
			identifies=0
94
		),
94
		),
95
	'prohibitedObjectClasses': univention.admin.property(
95
	'prohibitedObjectClasses': univention.admin.property(
96
			short_description=_('Excluded object classes'),
96
			short_description=_('Excluded object class'),
97
			long_description='',
97
			long_description='',
98
			syntax=univention.admin.syntax.string,
98
			syntax=univention.admin.syntax.string,
99
			multivalue=1,
99
			multivalue=1,
 Lines 103-109    Link Here 
103
			identifies=0
103
			identifies=0
104
		),
104
		),
105
	'fixedAttributes': univention.admin.property(
105
	'fixedAttributes': univention.admin.property(
106
			short_description=_('Fixed attributes'),
106
			short_description=_('Fixed attribute'),
107
			long_description='',
107
			long_description='',
108
			syntax=ldapServerFixedAttributes,
108
			syntax=ldapServerFixedAttributes,
109
			multivalue=1,
109
			multivalue=1,
 Lines 113-119    Link Here 
113
			identifies=0
113
			identifies=0
114
		),
114
		),
115
	'emptyAttributes': univention.admin.property(
115
	'emptyAttributes': univention.admin.property(
116
			short_description=_('Empty attributes'),
116
			short_description=_('Empty attribute'),
117
			long_description='',
117
			long_description='',
118
			syntax=ldapServerFixedAttributes,
118
			syntax=ldapServerFixedAttributes,
119
			multivalue=1,
119
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/dhcp_boot.py (-4 / +4 lines)
 Lines 94-100    Link Here 
94
			identifies=0
94
			identifies=0
95
		),
95
		),
96
	'requiredObjectClasses': univention.admin.property(
96
	'requiredObjectClasses': univention.admin.property(
97
			short_description=_('Required object classes'),
97
			short_description=_('Required object class'),
98
			long_description='',
98
			long_description='',
99
			syntax=univention.admin.syntax.string,
99
			syntax=univention.admin.syntax.string,
100
			multivalue=1,
100
			multivalue=1,
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
			),
105
			),
106
	'prohibitedObjectClasses': univention.admin.property(
106
	'prohibitedObjectClasses': univention.admin.property(
107
			short_description=_('Excluded object classes'),
107
			short_description=_('Excluded object class'),
108
			long_description='',
108
			long_description='',
109
			syntax=univention.admin.syntax.string,
109
			syntax=univention.admin.syntax.string,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
			),
115
			),
116
	'fixedAttributes': univention.admin.property(
116
	'fixedAttributes': univention.admin.property(
117
			short_description=_('Fixed attributes'),
117
			short_description=_('Fixed attribute'),
118
			long_description='',
118
			long_description='',
119
			syntax=dhcp_bootFixedAttributes,
119
			syntax=dhcp_bootFixedAttributes,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
			),
125
			),
126
	'emptyAttributes': univention.admin.property(
126
	'emptyAttributes': univention.admin.property(
127
			short_description=_('Empty attributes'),
127
			short_description=_('Empty attribute'),
128
			long_description='',
128
			long_description='',
129
			syntax=dhcp_bootFixedAttributes,
129
			syntax=dhcp_bootFixedAttributes,
130
			multivalue=1,
130
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/memberpackages.py (-4 / +4 lines)
 Lines 94-100    Link Here 
94
			identifies=0
94
			identifies=0
95
		),
95
		),
96
	'requiredObjectClasses': univention.admin.property(
96
	'requiredObjectClasses': univention.admin.property(
97
			short_description=_('Required object classes'),
97
			short_description=_('Required object class'),
98
			long_description='',
98
			long_description='',
99
			syntax=univention.admin.syntax.string,
99
			syntax=univention.admin.syntax.string,
100
			multivalue=1,
100
			multivalue=1,
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
		),
105
		),
106
	'prohibitedObjectClasses': univention.admin.property(
106
	'prohibitedObjectClasses': univention.admin.property(
107
			short_description=_('Excluded object classes'),
107
			short_description=_('Excluded object class'),
108
			long_description='',
108
			long_description='',
109
			syntax=univention.admin.syntax.string,
109
			syntax=univention.admin.syntax.string,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
		),
115
		),
116
	'fixedAttributes': univention.admin.property(
116
	'fixedAttributes': univention.admin.property(
117
			short_description=_('Fixed attributes'),
117
			short_description=_('Fixed attribute'),
118
			long_description='',
118
			long_description='',
119
			syntax=memberPackagesFixedAttributes,
119
			syntax=memberPackagesFixedAttributes,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
		),
125
		),
126
	'emptyAttributes': univention.admin.property(
126
	'emptyAttributes': univention.admin.property(
127
			short_description=_('Empty attributes'),
127
			short_description=_('Empty attribute'),
128
			long_description='',
128
			long_description='',
129
			syntax=memberPackagesFixedAttributes,
129
			syntax=memberPackagesFixedAttributes,
130
			multivalue=1,
130
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/ldapserver.py (-4 / +4 lines)
 Lines 83-89    Link Here 
83
			identifies=0
83
			identifies=0
84
		),
84
		),
85
	'requiredObjectClasses': univention.admin.property(
85
	'requiredObjectClasses': univention.admin.property(
86
			short_description=_('Required object classes'),
86
			short_description=_('Required object class'),
87
			long_description='',
87
			long_description='',
88
			syntax=univention.admin.syntax.string,
88
			syntax=univention.admin.syntax.string,
89
			multivalue=1,
89
			multivalue=1,
 Lines 93-99    Link Here 
93
			identifies=0
93
			identifies=0
94
		),
94
		),
95
	'prohibitedObjectClasses': univention.admin.property(
95
	'prohibitedObjectClasses': univention.admin.property(
96
			short_description=_('Excluded object classes'),
96
			short_description=_('Excluded object class'),
97
			long_description='',
97
			long_description='',
98
			syntax=univention.admin.syntax.string,
98
			syntax=univention.admin.syntax.string,
99
			multivalue=1,
99
			multivalue=1,
 Lines 103-109    Link Here 
103
			identifies=0
103
			identifies=0
104
		),
104
		),
105
	'fixedAttributes': univention.admin.property(
105
	'fixedAttributes': univention.admin.property(
106
			short_description=_('Fixed attributes'),
106
			short_description=_('Fixed attribute'),
107
			long_description='',
107
			long_description='',
108
			syntax=ldapServerFixedAttributes,
108
			syntax=ldapServerFixedAttributes,
109
			multivalue=1,
109
			multivalue=1,
 Lines 113-119    Link Here 
113
			identifies=0
113
			identifies=0
114
		),
114
		),
115
	'emptyAttributes': univention.admin.property(
115
	'emptyAttributes': univention.admin.property(
116
			short_description=_('Empty attributes'),
116
			short_description=_('Empty attribute'),
117
			long_description='',
117
			long_description='',
118
			syntax=ldapServerFixedAttributes,
118
			syntax=ldapServerFixedAttributes,
119
			multivalue=1,
119
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/registry.py (-4 / +4 lines)
 Lines 84-90    Link Here 
84
			identifies=0,
84
			identifies=0,
85
		),
85
		),
86
	'requiredObjectClasses': univention.admin.property(
86
	'requiredObjectClasses': univention.admin.property(
87
			short_description=_('Required object classes'),
87
			short_description=_('Required object class'),
88
			long_description='',
88
			long_description='',
89
			syntax=univention.admin.syntax.string,
89
			syntax=univention.admin.syntax.string,
90
			multivalue=1,
90
			multivalue=1,
 Lines 94-100    Link Here 
94
			identifies=0
94
			identifies=0
95
		),
95
		),
96
	'prohibitedObjectClasses': univention.admin.property(
96
	'prohibitedObjectClasses': univention.admin.property(
97
			short_description=_('Excluded object classes'),
97
			short_description=_('Excluded object class'),
98
			long_description='',
98
			long_description='',
99
			syntax=univention.admin.syntax.string,
99
			syntax=univention.admin.syntax.string,
100
			multivalue=1,
100
			multivalue=1,
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
		),
105
		),
106
	'fixedAttributes': univention.admin.property(
106
	'fixedAttributes': univention.admin.property(
107
			short_description=_('Fixed attributes'),
107
			short_description=_('Fixed attribute'),
108
			long_description='',
108
			long_description='',
109
			syntax=registryFixedAttributes,
109
			syntax=registryFixedAttributes,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
		),
115
		),
116
	'emptyAttributes': univention.admin.property(
116
	'emptyAttributes': univention.admin.property(
117
			short_description=_('Empty attributes'),
117
			short_description=_('Empty attribute'),
118
			long_description='',
118
			long_description='',
119
			syntax=registryFixedAttributes,
119
			syntax=registryFixedAttributes,
120
			multivalue=1,
120
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/pwhistory.py (-4 / +4 lines)
 Lines 115-121    Link Here 
115
			identifies=0
115
			identifies=0
116
		),
116
		),
117
	'requiredObjectClasses': univention.admin.property(
117
	'requiredObjectClasses': univention.admin.property(
118
			short_description=_('Required object classes'),
118
			short_description=_('Required object class'),
119
			long_description='',
119
			long_description='',
120
			syntax=univention.admin.syntax.string,
120
			syntax=univention.admin.syntax.string,
121
			multivalue=1,
121
			multivalue=1,
 Lines 125-131    Link Here 
125
			identifies=0
125
			identifies=0
126
		),
126
		),
127
	'prohibitedObjectClasses': univention.admin.property(
127
	'prohibitedObjectClasses': univention.admin.property(
128
			short_description=_('Excluded object classes'),
128
			short_description=_('Excluded object class'),
129
			long_description='',
129
			long_description='',
130
			syntax=univention.admin.syntax.string,
130
			syntax=univention.admin.syntax.string,
131
			multivalue=1,
131
			multivalue=1,
 Lines 135-141    Link Here 
135
			identifies=0
135
			identifies=0
136
		),
136
		),
137
	'fixedAttributes': univention.admin.property(
137
	'fixedAttributes': univention.admin.property(
138
			short_description=_('Fixed attributes'),
138
			short_description=_('Fixed attribute'),
139
			long_description='',
139
			long_description='',
140
			syntax=pwhistoryFixedAttributes,
140
			syntax=pwhistoryFixedAttributes,
141
			multivalue=1,
141
			multivalue=1,
 Lines 145-151    Link Here 
145
			identifies=0
145
			identifies=0
146
		),
146
		),
147
	'emptyAttributes': univention.admin.property(
147
	'emptyAttributes': univention.admin.property(
148
			short_description=_('Empty attributes'),
148
			short_description=_('Empty attribute'),
149
			long_description='',
149
			long_description='',
150
			syntax=pwhistoryFixedAttributes,
150
			syntax=pwhistoryFixedAttributes,
151
			multivalue=1,
151
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/desktop.py (-4 / +4 lines)
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
		),
115
		),
116
	'requiredObjectClasses': univention.admin.property(
116
	'requiredObjectClasses': univention.admin.property(
117
			short_description=_('Required object classes'),
117
			short_description=_('Required object class'),
118
			long_description='',
118
			long_description='',
119
			syntax=univention.admin.syntax.string,
119
			syntax=univention.admin.syntax.string,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
		),
125
		),
126
	'prohibitedObjectClasses': univention.admin.property(
126
	'prohibitedObjectClasses': univention.admin.property(
127
			short_description=_('Excluded object classes'),
127
			short_description=_('Excluded object class'),
128
			long_description='',
128
			long_description='',
129
			syntax=univention.admin.syntax.string,
129
			syntax=univention.admin.syntax.string,
130
			multivalue=1,
130
			multivalue=1,
 Lines 134-140    Link Here 
134
			identifies=0
134
			identifies=0
135
		),
135
		),
136
	'fixedAttributes': univention.admin.property(
136
	'fixedAttributes': univention.admin.property(
137
			short_description=_('Fixed attributes'),
137
			short_description=_('Fixed attribute'),
138
			long_description='',
138
			long_description='',
139
			syntax=desktopFixedAttributes,
139
			syntax=desktopFixedAttributes,
140
			multivalue=1,
140
			multivalue=1,
 Lines 144-150    Link Here 
144
			identifies=0
144
			identifies=0
145
		),
145
		),
146
	'emptyAttributes': univention.admin.property(
146
	'emptyAttributes': univention.admin.property(
147
			short_description=_('Empty attributes'),
147
			short_description=_('Empty attribute'),
148
			long_description='',
148
			long_description='',
149
			syntax=desktopFixedAttributes,
149
			syntax=desktopFixedAttributes,
150
			multivalue=1,
150
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/share_userquota.py (-4 / +4 lines)
 Lines 128-134    Link Here 
128
			default="FALSE"
128
			default="FALSE"
129
		),
129
		),
130
	'requiredObjectClasses': univention.admin.property(
130
	'requiredObjectClasses': univention.admin.property(
131
			short_description=_('Required object classes'),
131
			short_description=_('Required object class'),
132
			long_description='',
132
			long_description='',
133
			syntax=univention.admin.syntax.string,
133
			syntax=univention.admin.syntax.string,
134
			multivalue=1,
134
			multivalue=1,
 Lines 138-144    Link Here 
138
			identifies=0
138
			identifies=0
139
		),
139
		),
140
	'prohibitedObjectClasses': univention.admin.property(
140
	'prohibitedObjectClasses': univention.admin.property(
141
			short_description=_('Excluded object classes'),
141
			short_description=_('Excluded object class'),
142
			long_description='',
142
			long_description='',
143
			syntax=univention.admin.syntax.string,
143
			syntax=univention.admin.syntax.string,
144
			multivalue=1,
144
			multivalue=1,
 Lines 148-154    Link Here 
148
			identifies=0
148
			identifies=0
149
		),
149
		),
150
	'fixedAttributes': univention.admin.property(
150
	'fixedAttributes': univention.admin.property(
151
			short_description=_('Fixed attributes'),
151
			short_description=_('Fixed attribute'),
152
			long_description='',
152
			long_description='',
153
			syntax=shareUserQuotaFixedAttributes,
153
			syntax=shareUserQuotaFixedAttributes,
154
			multivalue=1,
154
			multivalue=1,
 Lines 158-164    Link Here 
158
			identifies=0
158
			identifies=0
159
		),
159
		),
160
	'emptyAttributes': univention.admin.property(
160
	'emptyAttributes': univention.admin.property(
161
			short_description=_('Empty attributes'),
161
			short_description=_('Empty attribute'),
162
			long_description='',
162
			long_description='',
163
			syntax=shareUserQuotaFixedAttributes,
163
			syntax=shareUserQuotaFixedAttributes,
164
			multivalue=1,
164
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/de.po (-2 / +2 lines)
 Lines 96-102    Link Here 
96
#: registry.py:107 release.py:116 repositoryserver.py:107
96
#: registry.py:107 release.py:116 repositoryserver.py:107
97
#: repositorysync.py:147 share_userquota.py:151 slavepackages.py:117
97
#: repositorysync.py:147 share_userquota.py:151 slavepackages.py:117
98
#: umc.py:107
98
#: umc.py:107
99
msgid "Fixed attributes"
99
msgid "Fixed attribute"
100
msgstr "Festgelegte Attribute"
100
msgstr "Festgelegte Attribute"
101
101
102
#: admin_container.py:120 autostart.py:116 desktop.py:147 dhcp_boot.py:127
102
#: admin_container.py:120 autostart.py:116 desktop.py:147 dhcp_boot.py:127
 Lines 108-114    Link Here 
108
#: registry.py:117 release.py:126 repositoryserver.py:117
108
#: registry.py:117 release.py:126 repositoryserver.py:117
109
#: repositorysync.py:157 share_userquota.py:161 slavepackages.py:127
109
#: repositorysync.py:157 share_userquota.py:161 slavepackages.py:127
110
#: umc.py:117
110
#: umc.py:117
111
msgid "Empty attributes"
111
msgid "Empty attribute"
112
msgstr "Leere Attribute"
112
msgstr "Leere Attribute"
113
113
114
#: admin_container.py:132 admin_container.py:133 autostart.py:128
114
#: admin_container.py:132 admin_container.py:133 autostart.py:128
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/release.py (-4 / +4 lines)
 Lines 93-99    Link Here 
93
			identifies=0
93
			identifies=0
94
		),
94
		),
95
	'requiredObjectClasses': univention.admin.property(
95
	'requiredObjectClasses': univention.admin.property(
96
			short_description=_('Required object classes'),
96
			short_description=_('Required object class'),
97
			long_description='',
97
			long_description='',
98
			syntax=univention.admin.syntax.string,
98
			syntax=univention.admin.syntax.string,
99
			multivalue=1,
99
			multivalue=1,
 Lines 103-109    Link Here 
103
			identifies=0
103
			identifies=0
104
		),
104
		),
105
	'prohibitedObjectClasses': univention.admin.property(
105
	'prohibitedObjectClasses': univention.admin.property(
106
			short_description=_('Excluded object classes'),
106
			short_description=_('Excluded object class'),
107
			long_description='',
107
			long_description='',
108
			syntax=univention.admin.syntax.string,
108
			syntax=univention.admin.syntax.string,
109
			multivalue=1,
109
			multivalue=1,
 Lines 113-119    Link Here 
113
			identifies=0
113
			identifies=0
114
		),
114
		),
115
	'fixedAttributes': univention.admin.property(
115
	'fixedAttributes': univention.admin.property(
116
			short_description=_('Fixed attributes'),
116
			short_description=_('Fixed attribute'),
117
			long_description='',
117
			long_description='',
118
			syntax=releaseFixedAttributes,
118
			syntax=releaseFixedAttributes,
119
			multivalue=1,
119
			multivalue=1,
 Lines 123-129    Link Here 
123
			identifies=0
123
			identifies=0
124
		),
124
		),
125
	'emptyAttributes': univention.admin.property(
125
	'emptyAttributes': univention.admin.property(
126
			short_description=_('Empty attributes'),
126
			short_description=_('Empty attribute'),
127
			long_description='',
127
			long_description='',
128
			syntax=releaseFixedAttributes,
128
			syntax=releaseFixedAttributes,
129
			multivalue=1,
129
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/dhcp_dns.py (-4 / +4 lines)
 Lines 94-100    Link Here 
94
			identifies=0
94
			identifies=0
95
		),
95
		),
96
	'requiredObjectClasses': univention.admin.property(
96
	'requiredObjectClasses': univention.admin.property(
97
			short_description=_('Required object classes'),
97
			short_description=_('Required object class'),
98
			long_description='',
98
			long_description='',
99
			syntax=univention.admin.syntax.string,
99
			syntax=univention.admin.syntax.string,
100
			multivalue=1,
100
			multivalue=1,
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
			),
105
			),
106
	'prohibitedObjectClasses': univention.admin.property(
106
	'prohibitedObjectClasses': univention.admin.property(
107
			short_description=_('Excluded object classes'),
107
			short_description=_('Excluded object class'),
108
			long_description='',
108
			long_description='',
109
			syntax=univention.admin.syntax.string,
109
			syntax=univention.admin.syntax.string,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
			),
115
			),
116
	'fixedAttributes': univention.admin.property(
116
	'fixedAttributes': univention.admin.property(
117
			short_description=_('Fixed attributes'),
117
			short_description=_('Fixed attribute'),
118
			long_description='',
118
			long_description='',
119
			syntax=dhcp_dnsFixedAttributes,
119
			syntax=dhcp_dnsFixedAttributes,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
			),
125
			),
126
	'emptyAttributes': univention.admin.property(
126
	'emptyAttributes': univention.admin.property(
127
			short_description=_('Empty attributes'),
127
			short_description=_('Empty attribute'),
128
			long_description='',
128
			long_description='',
129
			syntax=dhcp_dnsFixedAttributes,
129
			syntax=dhcp_dnsFixedAttributes,
130
			multivalue=1,
130
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/maintenance.py (-4 / +4 lines)
 Lines 164-170    Link Here 
164
			identifies=0
164
			identifies=0
165
		),
165
		),
166
	'requiredObjectClasses': univention.admin.property(
166
	'requiredObjectClasses': univention.admin.property(
167
			short_description=_('Required object classes'),
167
			short_description=_('Required object class'),
168
			long_description='',
168
			long_description='',
169
			syntax=univention.admin.syntax.string,
169
			syntax=univention.admin.syntax.string,
170
			multivalue=1,
170
			multivalue=1,
 Lines 174-180    Link Here 
174
			identifies=0
174
			identifies=0
175
		),
175
		),
176
	'prohibitedObjectClasses': univention.admin.property(
176
	'prohibitedObjectClasses': univention.admin.property(
177
			short_description=_('Excluded object classes'),
177
			short_description=_('Excluded object class'),
178
			long_description='',
178
			long_description='',
179
			syntax=univention.admin.syntax.string,
179
			syntax=univention.admin.syntax.string,
180
			multivalue=1,
180
			multivalue=1,
 Lines 184-190    Link Here 
184
			identifies=0
184
			identifies=0
185
		),
185
		),
186
	'fixedAttributes': univention.admin.property(
186
	'fixedAttributes': univention.admin.property(
187
			short_description=_('Fixed attributes'),
187
			short_description=_('Fixed attribute'),
188
			long_description='',
188
			long_description='',
189
			syntax=maintenanceFixedAttributes,
189
			syntax=maintenanceFixedAttributes,
190
			multivalue=1,
190
			multivalue=1,
 Lines 194-200    Link Here 
194
			identifies=0
194
			identifies=0
195
		),
195
		),
196
	'emptyAttributes': univention.admin.property(
196
	'emptyAttributes': univention.admin.property(
197
			short_description=_('Empty attributes'),
197
			short_description=_('Empty attribute'),
198
			long_description='',
198
			long_description='',
199
			syntax=maintenanceFixedAttributes,
199
			syntax=maintenanceFixedAttributes,
200
			multivalue=1,
200
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/dhcp_routing.py (-4 / +4 lines)
 Lines 82-88    Link Here 
82
			identifies=0
82
			identifies=0
83
		),
83
		),
84
	'requiredObjectClasses': univention.admin.property(
84
	'requiredObjectClasses': univention.admin.property(
85
			short_description=_('Required object classes'),
85
			short_description=_('Required object class'),
86
			long_description='',
86
			long_description='',
87
			syntax=univention.admin.syntax.string,
87
			syntax=univention.admin.syntax.string,
88
			multivalue=1,
88
			multivalue=1,
 Lines 92-98    Link Here 
92
			identifies=0
92
			identifies=0
93
			),
93
			),
94
	'prohibitedObjectClasses': univention.admin.property(
94
	'prohibitedObjectClasses': univention.admin.property(
95
			short_description=_('Excluded object classes'),
95
			short_description=_('Excluded object class'),
96
			long_description='',
96
			long_description='',
97
			syntax=univention.admin.syntax.string,
97
			syntax=univention.admin.syntax.string,
98
			multivalue=1,
98
			multivalue=1,
 Lines 102-108    Link Here 
102
			identifies=0
102
			identifies=0
103
			),
103
			),
104
	'fixedAttributes': univention.admin.property(
104
	'fixedAttributes': univention.admin.property(
105
			short_description=_('Fixed attributes'),
105
			short_description=_('Fixed attribute'),
106
			long_description='',
106
			long_description='',
107
			syntax=dhcp_routingFixedAttributes,
107
			syntax=dhcp_routingFixedAttributes,
108
			multivalue=1,
108
			multivalue=1,
 Lines 112-118    Link Here 
112
			identifies=0
112
			identifies=0
113
			),
113
			),
114
	'emptyAttributes': univention.admin.property(
114
	'emptyAttributes': univention.admin.property(
115
			short_description=_('Empty attributes'),
115
			short_description=_('Empty attribute'),
116
			long_description='',
116
			long_description='',
117
			syntax=dhcp_routingFixedAttributes,
117
			syntax=dhcp_routingFixedAttributes,
118
			multivalue=1,
118
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/dhcp_dnsupdate.py (-4 / +4 lines)
 Lines 160-166    Link Here 
160
			identifies=0
160
			identifies=0
161
		),
161
		),
162
	'requiredObjectClasses': univention.admin.property(
162
	'requiredObjectClasses': univention.admin.property(
163
			short_description=_('Required object classes'),
163
			short_description=_('Required object class'),
164
			long_description='',
164
			long_description='',
165
			syntax=univention.admin.syntax.string,
165
			syntax=univention.admin.syntax.string,
166
			multivalue=1,
166
			multivalue=1,
 Lines 170-176    Link Here 
170
			identifies=0
170
			identifies=0
171
			),
171
			),
172
	'prohibitedObjectClasses': univention.admin.property(
172
	'prohibitedObjectClasses': univention.admin.property(
173
			short_description=_('Excluded object classes'),
173
			short_description=_('Excluded object class'),
174
			long_description='',
174
			long_description='',
175
			syntax=univention.admin.syntax.string,
175
			syntax=univention.admin.syntax.string,
176
			multivalue=1,
176
			multivalue=1,
 Lines 180-186    Link Here 
180
			identifies=0
180
			identifies=0
181
			),
181
			),
182
	'fixedAttributes': univention.admin.property(
182
	'fixedAttributes': univention.admin.property(
183
			short_description=_('Fixed attributes'),
183
			short_description=_('Fixed attribute'),
184
			long_description='',
184
			long_description='',
185
			syntax=dhcp_dnsupdateFixedAttributes,
185
			syntax=dhcp_dnsupdateFixedAttributes,
186
			multivalue=1,
186
			multivalue=1,
 Lines 190-196    Link Here 
190
			identifies=0
190
			identifies=0
191
			),
191
			),
192
	'emptyAttributes': univention.admin.property(
192
	'emptyAttributes': univention.admin.property(
193
			short_description=_('Empty attributes'),
193
			short_description=_('Empty attribute'),
194
			long_description='',
194
			long_description='',
195
			syntax=dhcp_dnsupdateFixedAttributes,
195
			syntax=dhcp_dnsupdateFixedAttributes,
196
			multivalue=1,
196
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/admin_container.py (-4 / +4 lines)
 Lines 87-93    Link Here 
87
			identifies=0
87
			identifies=0
88
		),
88
		),
89
	'requiredObjectClasses': univention.admin.property(
89
	'requiredObjectClasses': univention.admin.property(
90
			short_description=_('Required object classes'),
90
			short_description=_('Required object class'),
91
			long_description='',
91
			long_description='',
92
			syntax=univention.admin.syntax.string,
92
			syntax=univention.admin.syntax.string,
93
			multivalue=1,
93
			multivalue=1,
 Lines 97-103    Link Here 
97
			identifies=0
97
			identifies=0
98
		),
98
		),
99
	'prohibitedObjectClasses': univention.admin.property(
99
	'prohibitedObjectClasses': univention.admin.property(
100
			short_description=_('Excluded object classes'),
100
			short_description=_('Excluded object class'),
101
			long_description='',
101
			long_description='',
102
			syntax=univention.admin.syntax.string,
102
			syntax=univention.admin.syntax.string,
103
			multivalue=1,
103
			multivalue=1,
 Lines 107-113    Link Here 
107
			identifies=0
107
			identifies=0
108
		),
108
		),
109
	'fixedAttributes': univention.admin.property(
109
	'fixedAttributes': univention.admin.property(
110
			short_description=_('Fixed attributes'),
110
			short_description=_('Fixed attribute'),
111
			long_description='',
111
			long_description='',
112
			syntax=adminFixedAttributes,
112
			syntax=adminFixedAttributes,
113
			multivalue=1,
113
			multivalue=1,
 Lines 117-123    Link Here 
117
			identifies=0
117
			identifies=0
118
		),
118
		),
119
	'emptyAttributes': univention.admin.property(
119
	'emptyAttributes': univention.admin.property(
120
			short_description=_('Empty attributes'),
120
			short_description=_('Empty attribute'),
121
			long_description='',
121
			long_description='',
122
			syntax=adminFixedAttributes,
122
			syntax=adminFixedAttributes,
123
			multivalue=1,
123
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/masterpackages.py (-4 / +4 lines)
 Lines 94-100    Link Here 
94
			identifies=0
94
			identifies=0
95
		),
95
		),
96
	'requiredObjectClasses': univention.admin.property(
96
	'requiredObjectClasses': univention.admin.property(
97
			short_description=_('Required object classes'),
97
			short_description=_('Required object class'),
98
			long_description='',
98
			long_description='',
99
			syntax=univention.admin.syntax.string,
99
			syntax=univention.admin.syntax.string,
100
			multivalue=1,
100
			multivalue=1,
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
		),
105
		),
106
	'prohibitedObjectClasses': univention.admin.property(
106
	'prohibitedObjectClasses': univention.admin.property(
107
			short_description=_('Excluded object classes'),
107
			short_description=_('Excluded object class'),
108
			long_description='',
108
			long_description='',
109
			syntax=univention.admin.syntax.string,
109
			syntax=univention.admin.syntax.string,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
		),
115
		),
116
	'fixedAttributes': univention.admin.property(
116
	'fixedAttributes': univention.admin.property(
117
			short_description=_('Fixed attributes'),
117
			short_description=_('Fixed attribute'),
118
			long_description='',
118
			long_description='',
119
			syntax=masterPackagesFixedAttributes,
119
			syntax=masterPackagesFixedAttributes,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
		),
125
		),
126
	'emptyAttributes': univention.admin.property(
126
	'emptyAttributes': univention.admin.property(
127
			short_description=_('Empty attributes'),
127
			short_description=_('Empty attribute'),
128
			long_description='',
128
			long_description='',
129
			syntax=masterPackagesFixedAttributes,
129
			syntax=masterPackagesFixedAttributes,
130
			multivalue=1,
130
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/mailquota.py (-4 / +4 lines)
 Lines 83-89    Link Here 
83
			identifies=0
83
			identifies=0
84
		),
84
		),
85
	'requiredObjectClasses': univention.admin.property(
85
	'requiredObjectClasses': univention.admin.property(
86
			short_description=_('Required object classes'),
86
			short_description=_('Required object class'),
87
			long_description='',
87
			long_description='',
88
			syntax=univention.admin.syntax.string,
88
			syntax=univention.admin.syntax.string,
89
			multivalue=1,
89
			multivalue=1,
 Lines 93-99    Link Here 
93
			identifies=0
93
			identifies=0
94
		),
94
		),
95
	'prohibitedObjectClasses': univention.admin.property(
95
	'prohibitedObjectClasses': univention.admin.property(
96
			short_description=_('Excluded object classes'),
96
			short_description=_('Excluded object class'),
97
			long_description='',
97
			long_description='',
98
			syntax=univention.admin.syntax.string,
98
			syntax=univention.admin.syntax.string,
99
			multivalue=1,
99
			multivalue=1,
 Lines 103-109    Link Here 
103
			identifies=0
103
			identifies=0
104
		),
104
		),
105
	'fixedAttributes': univention.admin.property(
105
	'fixedAttributes': univention.admin.property(
106
			short_description=_('Fixed attributes'),
106
			short_description=_('Fixed attribute'),
107
			long_description='',
107
			long_description='',
108
			syntax=mailquotaFixedAttributes,
108
			syntax=mailquotaFixedAttributes,
109
			multivalue=1,
109
			multivalue=1,
 Lines 113-119    Link Here 
113
			identifies=0
113
			identifies=0
114
		),
114
		),
115
	'emptyAttributes': univention.admin.property(
115
	'emptyAttributes': univention.admin.property(
116
			short_description=_('Empty attributes'),
116
			short_description=_('Empty attribute'),
117
			long_description='',
117
			long_description='',
118
			syntax=mailquotaFixedAttributes,
118
			syntax=mailquotaFixedAttributes,
119
			multivalue=1,
119
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/dhcp_netbios.py (-4 / +4 lines)
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
		),
105
		),
106
	'requiredObjectClasses': univention.admin.property(
106
	'requiredObjectClasses': univention.admin.property(
107
			short_description=_('Required object classes'),
107
			short_description=_('Required object class'),
108
			long_description='',
108
			long_description='',
109
			syntax=univention.admin.syntax.string,
109
			syntax=univention.admin.syntax.string,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
			),
115
			),
116
	'prohibitedObjectClasses': univention.admin.property(
116
	'prohibitedObjectClasses': univention.admin.property(
117
			short_description=_('Excluded object classes'),
117
			short_description=_('Excluded object class'),
118
			long_description='',
118
			long_description='',
119
			syntax=univention.admin.syntax.string,
119
			syntax=univention.admin.syntax.string,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
			),
125
			),
126
	'fixedAttributes': univention.admin.property(
126
	'fixedAttributes': univention.admin.property(
127
			short_description=_('Fixed attributes'),
127
			short_description=_('Fixed attribute'),
128
			long_description='',
128
			long_description='',
129
			syntax=dhcp_netbiosFixedAttributes,
129
			syntax=dhcp_netbiosFixedAttributes,
130
			multivalue=1,
130
			multivalue=1,
 Lines 134-140    Link Here 
134
			identifies=0
134
			identifies=0
135
			),
135
			),
136
	'emptyAttributes': univention.admin.property(
136
	'emptyAttributes': univention.admin.property(
137
			short_description=_('Empty attributes'),
137
			short_description=_('Empty attribute'),
138
			long_description='',
138
			long_description='',
139
			syntax=dhcp_netbiosFixedAttributes,
139
			syntax=dhcp_netbiosFixedAttributes,
140
			multivalue=1,
140
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/print_quota.py (-4 / +4 lines)
 Lines 107-113    Link Here 
107
			identifies=0
107
			identifies=0
108
		),
108
		),
109
	'requiredObjectClasses': univention.admin.property(
109
	'requiredObjectClasses': univention.admin.property(
110
			short_description=_('Required object classes'),
110
			short_description=_('Required object class'),
111
			long_description='',
111
			long_description='',
112
			syntax=univention.admin.syntax.string,
112
			syntax=univention.admin.syntax.string,
113
			multivalue=1,
113
			multivalue=1,
 Lines 117-123    Link Here 
117
			identifies=0
117
			identifies=0
118
		),
118
		),
119
	'prohibitedObjectClasses': univention.admin.property(
119
	'prohibitedObjectClasses': univention.admin.property(
120
			short_description=_('Excluded object classes'),
120
			short_description=_('Excluded object class'),
121
			long_description='',
121
			long_description='',
122
			syntax=univention.admin.syntax.string,
122
			syntax=univention.admin.syntax.string,
123
			multivalue=1,
123
			multivalue=1,
 Lines 127-133    Link Here 
127
			identifies=0
127
			identifies=0
128
		),
128
		),
129
	'fixedAttributes': univention.admin.property(
129
	'fixedAttributes': univention.admin.property(
130
			short_description=_('Fixed attributes'),
130
			short_description=_('Fixed attribute'),
131
			long_description='',
131
			long_description='',
132
			syntax=sharePrintQuotaFixedAttributes,
132
			syntax=sharePrintQuotaFixedAttributes,
133
			multivalue=1,
133
			multivalue=1,
 Lines 137-143    Link Here 
137
			identifies=0
137
			identifies=0
138
		),
138
		),
139
	'emptyAttributes': univention.admin.property(
139
	'emptyAttributes': univention.admin.property(
140
			short_description=_('Empty attributes'),
140
			short_description=_('Empty attribute'),
141
			long_description='',
141
			long_description='',
142
			syntax=sharePrintQuotaFixedAttributes,
142
			syntax=sharePrintQuotaFixedAttributes,
143
			multivalue=1,
143
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/repositoryserver.py (-4 / +4 lines)
 Lines 84-90    Link Here 
84
			identifies=0
84
			identifies=0
85
		),
85
		),
86
	'requiredObjectClasses': univention.admin.property(
86
	'requiredObjectClasses': univention.admin.property(
87
			short_description=_('Required object classes'),
87
			short_description=_('Required object class'),
88
			long_description='',
88
			long_description='',
89
			syntax=univention.admin.syntax.string,
89
			syntax=univention.admin.syntax.string,
90
			multivalue=1,
90
			multivalue=1,
 Lines 94-100    Link Here 
94
			identifies=0
94
			identifies=0
95
		),
95
		),
96
	'prohibitedObjectClasses': univention.admin.property(
96
	'prohibitedObjectClasses': univention.admin.property(
97
			short_description=_('Excluded object classes'),
97
			short_description=_('Excluded object class'),
98
			long_description='',
98
			long_description='',
99
			syntax=univention.admin.syntax.string,
99
			syntax=univention.admin.syntax.string,
100
			multivalue=1,
100
			multivalue=1,
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
		),
105
		),
106
	'fixedAttributes': univention.admin.property(
106
	'fixedAttributes': univention.admin.property(
107
			short_description=_('Fixed attributes'),
107
			short_description=_('Fixed attribute'),
108
			long_description='',
108
			long_description='',
109
			syntax=ldapServerFixedAttributes,
109
			syntax=ldapServerFixedAttributes,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
		),
115
		),
116
	'emptyAttributes': univention.admin.property(
116
	'emptyAttributes': univention.admin.property(
117
			short_description=_('Empty attributes'),
117
			short_description=_('Empty attribute'),
118
			long_description='',
118
			long_description='',
119
			syntax=ldapServerFixedAttributes,
119
			syntax=ldapServerFixedAttributes,
120
			multivalue=1,
120
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/dhcp_leasetime.py (-4 / +4 lines)
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
		),
105
		),
106
	'requiredObjectClasses': univention.admin.property(
106
	'requiredObjectClasses': univention.admin.property(
107
			short_description=_('Required object classes'),
107
			short_description=_('Required object class'),
108
			long_description='',
108
			long_description='',
109
			syntax=univention.admin.syntax.string,
109
			syntax=univention.admin.syntax.string,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
			),
115
			),
116
	'prohibitedObjectClasses': univention.admin.property(
116
	'prohibitedObjectClasses': univention.admin.property(
117
			short_description=_('Excluded object classes'),
117
			short_description=_('Excluded object class'),
118
			long_description='',
118
			long_description='',
119
			syntax=univention.admin.syntax.string,
119
			syntax=univention.admin.syntax.string,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
			),
125
			),
126
	'fixedAttributes': univention.admin.property(
126
	'fixedAttributes': univention.admin.property(
127
			short_description=_('Fixed attributes'),
127
			short_description=_('Fixed attribute'),
128
			long_description='',
128
			long_description='',
129
			syntax=dhcp_leasetimeFixedAttributes,
129
			syntax=dhcp_leasetimeFixedAttributes,
130
			multivalue=1,
130
			multivalue=1,
 Lines 134-140    Link Here 
134
			identifies=0
134
			identifies=0
135
			),
135
			),
136
	'emptyAttributes': univention.admin.property(
136
	'emptyAttributes': univention.admin.property(
137
			short_description=_('Empty attributes'),
137
			short_description=_('Empty attribute'),
138
			long_description='',
138
			long_description='',
139
			syntax=dhcp_leasetimeFixedAttributes,
139
			syntax=dhcp_leasetimeFixedAttributes,
140
			multivalue=1,
140
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/dhcp_scope.py (-4 / +4 lines)
 Lines 126-132    Link Here 
126
			identifies=0
126
			identifies=0
127
		),
127
		),
128
	'requiredObjectClasses': univention.admin.property(
128
	'requiredObjectClasses': univention.admin.property(
129
			short_description=_('Required object classes'),
129
			short_description=_('Required object class'),
130
			long_description='',
130
			long_description='',
131
			syntax=univention.admin.syntax.string,
131
			syntax=univention.admin.syntax.string,
132
			multivalue=1,
132
			multivalue=1,
 Lines 136-142    Link Here 
136
			identifies=0
136
			identifies=0
137
			),
137
			),
138
	'prohibitedObjectClasses': univention.admin.property(
138
	'prohibitedObjectClasses': univention.admin.property(
139
			short_description=_('Excluded object classes'),
139
			short_description=_('Excluded object class'),
140
			long_description='',
140
			long_description='',
141
			syntax=univention.admin.syntax.string,
141
			syntax=univention.admin.syntax.string,
142
			multivalue=1,
142
			multivalue=1,
 Lines 146-152    Link Here 
146
			identifies=0
146
			identifies=0
147
			),
147
			),
148
	'fixedAttributes': univention.admin.property(
148
	'fixedAttributes': univention.admin.property(
149
			short_description=_('Fixed attributes'),
149
			short_description=_('Fixed attribute'),
150
			long_description='',
150
			long_description='',
151
			syntax=dhcp_scopeFixedAttributes,
151
			syntax=dhcp_scopeFixedAttributes,
152
			multivalue=1,
152
			multivalue=1,
 Lines 156-162    Link Here 
156
			identifies=0
156
			identifies=0
157
			),
157
			),
158
	'emptyAttributes': univention.admin.property(
158
	'emptyAttributes': univention.admin.property(
159
			short_description=_('Empty attributes'),
159
			short_description=_('Empty attribute'),
160
			long_description='',
160
			long_description='',
161
			syntax=dhcp_scopeFixedAttributes,
161
			syntax=dhcp_scopeFixedAttributes,
162
			multivalue=1,
162
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/slavepackages.py (-4 / +4 lines)
 Lines 94-100    Link Here 
94
			identifies=0
94
			identifies=0
95
		),
95
		),
96
	'requiredObjectClasses': univention.admin.property(
96
	'requiredObjectClasses': univention.admin.property(
97
			short_description=_('Required object classes'),
97
			short_description=_('Required object class'),
98
			long_description='',
98
			long_description='',
99
			syntax=univention.admin.syntax.string,
99
			syntax=univention.admin.syntax.string,
100
			multivalue=1,
100
			multivalue=1,
 Lines 104-110    Link Here 
104
			identifies=0
104
			identifies=0
105
		),
105
		),
106
	'prohibitedObjectClasses': univention.admin.property(
106
	'prohibitedObjectClasses': univention.admin.property(
107
			short_description=_('Excluded object classes'),
107
			short_description=_('Excluded object class'),
108
			long_description='',
108
			long_description='',
109
			syntax=univention.admin.syntax.string,
109
			syntax=univention.admin.syntax.string,
110
			multivalue=1,
110
			multivalue=1,
 Lines 114-120    Link Here 
114
			identifies=0
114
			identifies=0
115
		),
115
		),
116
	'fixedAttributes': univention.admin.property(
116
	'fixedAttributes': univention.admin.property(
117
			short_description=_('Fixed attributes'),
117
			short_description=_('Fixed attribute'),
118
			long_description='',
118
			long_description='',
119
			syntax=slavePackagesFixedAttributes,
119
			syntax=slavePackagesFixedAttributes,
120
			multivalue=1,
120
			multivalue=1,
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
		),
125
		),
126
	'emptyAttributes': univention.admin.property(
126
	'emptyAttributes': univention.admin.property(
127
			short_description=_('Empty attributes'),
127
			short_description=_('Empty attribute'),
128
			long_description='',
128
			long_description='',
129
			syntax=slavePackagesFixedAttributes,
129
			syntax=slavePackagesFixedAttributes,
130
			multivalue=1,
130
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/repositorysync.py (-4 / +4 lines)
 Lines 124-130    Link Here 
124
			identifies=0
124
			identifies=0
125
		),
125
		),
126
	'requiredObjectClasses': univention.admin.property(
126
	'requiredObjectClasses': univention.admin.property(
127
			short_description=_('Required object classes'),
127
			short_description=_('Required object class'),
128
			long_description='',
128
			long_description='',
129
			syntax=univention.admin.syntax.string,
129
			syntax=univention.admin.syntax.string,
130
			multivalue=1,
130
			multivalue=1,
 Lines 134-140    Link Here 
134
			identifies=0
134
			identifies=0
135
		),
135
		),
136
	'prohibitedObjectClasses': univention.admin.property(
136
	'prohibitedObjectClasses': univention.admin.property(
137
			short_description=_('Excluded object classes'),
137
			short_description=_('Excluded object class'),
138
			long_description='',
138
			long_description='',
139
			syntax=univention.admin.syntax.string,
139
			syntax=univention.admin.syntax.string,
140
			multivalue=1,
140
			multivalue=1,
 Lines 144-150    Link Here 
144
			identifies=0
144
			identifies=0
145
		),
145
		),
146
	'fixedAttributes': univention.admin.property(
146
	'fixedAttributes': univention.admin.property(
147
			short_description=_('Fixed attributes'),
147
			short_description=_('Fixed attribute'),
148
			long_description='',
148
			long_description='',
149
			syntax=repositorySyncFixedAttributes,
149
			syntax=repositorySyncFixedAttributes,
150
			multivalue=1,
150
			multivalue=1,
 Lines 154-160    Link Here 
154
			identifies=0
154
			identifies=0
155
		),
155
		),
156
	'emptyAttributes': univention.admin.property(
156
	'emptyAttributes': univention.admin.property(
157
			short_description=_('Empty attributes'),
157
			short_description=_('Empty attribute'),
158
			long_description='',
158
			long_description='',
159
			syntax=repositorySyncFixedAttributes,
159
			syntax=repositorySyncFixedAttributes,
160
			multivalue=1,
160
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/printserver.py (-4 / +4 lines)
 Lines 83-89    Link Here 
83
			identifies=0
83
			identifies=0
84
		),
84
		),
85
	'requiredObjectClasses': univention.admin.property(
85
	'requiredObjectClasses': univention.admin.property(
86
			short_description=_('Required object classes'),
86
			short_description=_('Required object class'),
87
			long_description='',
87
			long_description='',
88
			syntax=univention.admin.syntax.string,
88
			syntax=univention.admin.syntax.string,
89
			multivalue=1,
89
			multivalue=1,
 Lines 93-99    Link Here 
93
			identifies=0
93
			identifies=0
94
		),
94
		),
95
	'prohibitedObjectClasses': univention.admin.property(
95
	'prohibitedObjectClasses': univention.admin.property(
96
			short_description=_('Excluded object classes'),
96
			short_description=_('Excluded object class'),
97
			long_description='',
97
			long_description='',
98
			syntax=univention.admin.syntax.string,
98
			syntax=univention.admin.syntax.string,
99
			multivalue=1,
99
			multivalue=1,
 Lines 103-109    Link Here 
103
			identifies=0
103
			identifies=0
104
		),
104
		),
105
	'fixedAttributes': univention.admin.property(
105
	'fixedAttributes': univention.admin.property(
106
			short_description=_('Fixed attributes'),
106
			short_description=_('Fixed attribute'),
107
			long_description='',
107
			long_description='',
108
			syntax=printServerFixedAttributes,
108
			syntax=printServerFixedAttributes,
109
			multivalue=1,
109
			multivalue=1,
 Lines 113-119    Link Here 
113
			identifies=0
113
			identifies=0
114
		),
114
		),
115
	'emptyAttributes': univention.admin.property(
115
	'emptyAttributes': univention.admin.property(
116
			short_description=_('Empty attributes'),
116
			short_description=_('Empty attribute'),
117
			long_description='',
117
			long_description='',
118
			syntax=printServerFixedAttributes,
118
			syntax=printServerFixedAttributes,
119
			multivalue=1,
119
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/umc.py (-4 / +4 lines)
 Lines 84-90    Link Here 
84
			identifies = False
84
			identifies = False
85
		),
85
		),
86
	'requiredObjectClasses': univention.admin.property(
86
	'requiredObjectClasses': univention.admin.property(
87
			short_description = _( 'Required object classes' ),
87
			short_description = _( 'Required object class' ),
88
			long_description = '',
88
			long_description = '',
89
			syntax = udm_syntax.string,
89
			syntax = udm_syntax.string,
90
			multivalue = True,
90
			multivalue = True,
 Lines 94-100    Link Here 
94
			identifies = False
94
			identifies = False
95
		),
95
		),
96
	'prohibitedObjectClasses': univention.admin.property(
96
	'prohibitedObjectClasses': univention.admin.property(
97
			short_description = _( 'Excluded object classes' ),
97
			short_description = _( 'Excluded object class' ),
98
			long_description = '',
98
			long_description = '',
99
			syntax = udm_syntax.string,
99
			syntax = udm_syntax.string,
100
			multivalue = True,
100
			multivalue = True,
 Lines 104-110    Link Here 
104
			identifies = False
104
			identifies = False
105
		),
105
		),
106
	'fixedAttributes': univention.admin.property(
106
	'fixedAttributes': univention.admin.property(
107
			short_description = _( 'Fixed attributes' ),
107
			short_description = _( 'Fixed attribute' ),
108
			long_description = '',
108
			long_description = '',
109
			syntax = umcFixedAttributes,
109
			syntax = umcFixedAttributes,
110
			multivalue = True,
110
			multivalue = True,
 Lines 114-120    Link Here 
114
			identifies = False
114
			identifies = False
115
		),
115
		),
116
	'emptyAttributes': univention.admin.property(
116
	'emptyAttributes': univention.admin.property(
117
			short_description = _( 'Empty attributes' ),
117
			short_description = _( 'Empty attribute' ),
118
			long_description = '',
118
			long_description = '',
119
			syntax = umcFixedAttributes,
119
			syntax = umcFixedAttributes,
120
			multivalue = True,
120
			multivalue = True,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/dhcp_statements.py (-4 / +4 lines)
 Lines 137-143    Link Here 
137
			identifies=0
137
			identifies=0
138
			),
138
			),
139
	'requiredObjectClasses': univention.admin.property(
139
	'requiredObjectClasses': univention.admin.property(
140
			short_description=_('Required object classes'),
140
			short_description=_('Required object class'),
141
			long_description='',
141
			long_description='',
142
			syntax=univention.admin.syntax.string,
142
			syntax=univention.admin.syntax.string,
143
			multivalue=1,
143
			multivalue=1,
 Lines 147-153    Link Here 
147
			identifies=0
147
			identifies=0
148
			),
148
			),
149
	'prohibitedObjectClasses': univention.admin.property(
149
	'prohibitedObjectClasses': univention.admin.property(
150
			short_description=_('Excluded object classes'),
150
			short_description=_('Excluded object class'),
151
			long_description='',
151
			long_description='',
152
			syntax=univention.admin.syntax.string,
152
			syntax=univention.admin.syntax.string,
153
			multivalue=1,
153
			multivalue=1,
 Lines 157-163    Link Here 
157
			identifies=0
157
			identifies=0
158
			),
158
			),
159
	'fixedAttributes': univention.admin.property(
159
	'fixedAttributes': univention.admin.property(
160
			short_description=_('Fixed attributes'),
160
			short_description=_('Fixed attribute'),
161
			long_description='',
161
			long_description='',
162
			syntax=dhcp_statementsFixedAttributes,
162
			syntax=dhcp_statementsFixedAttributes,
163
			multivalue=1,
163
			multivalue=1,
 Lines 167-173    Link Here 
167
			identifies=0
167
			identifies=0
168
			),
168
			),
169
	'emptyAttributes': univention.admin.property(
169
	'emptyAttributes': univention.admin.property(
170
			short_description=_('Empty attributes'),
170
			short_description=_('Empty attribute'),
171
			long_description='',
171
			long_description='',
172
			syntax=dhcp_statementsFixedAttributes,
172
			syntax=dhcp_statementsFixedAttributes,
173
			multivalue=1,
173
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/autostart.py (-4 / +4 lines)
 Lines 83-89    Link Here 
83
			identifies=0
83
			identifies=0
84
		),
84
		),
85
	'requiredObjectClasses': univention.admin.property(
85
	'requiredObjectClasses': univention.admin.property(
86
			short_description=_('Required object classes'),
86
			short_description=_('Required object class'),
87
			long_description='',
87
			long_description='',
88
			syntax=univention.admin.syntax.string,
88
			syntax=univention.admin.syntax.string,
89
			multivalue=1,
89
			multivalue=1,
 Lines 93-99    Link Here 
93
			identifies=0
93
			identifies=0
94
		),
94
		),
95
	'prohibitedObjectClasses': univention.admin.property(
95
	'prohibitedObjectClasses': univention.admin.property(
96
			short_description=_('Excluded object classes'),
96
			short_description=_('Excluded object class'),
97
			long_description='',
97
			long_description='',
98
			syntax=univention.admin.syntax.string,
98
			syntax=univention.admin.syntax.string,
99
			multivalue=1,
99
			multivalue=1,
 Lines 103-109    Link Here 
103
			identifies=0
103
			identifies=0
104
		),
104
		),
105
	'fixedAttributes': univention.admin.property(
105
	'fixedAttributes': univention.admin.property(
106
			short_description=_('Fixed attributes'),
106
			short_description=_('Fixed attribute'),
107
			long_description='',
107
			long_description='',
108
			syntax=autoStartFixedAttributes,
108
			syntax=autoStartFixedAttributes,
109
			multivalue=1,
109
			multivalue=1,
 Lines 113-119    Link Here 
113
			identifies=0
113
			identifies=0
114
		),
114
		),
115
	'emptyAttributes': univention.admin.property(
115
	'emptyAttributes': univention.admin.property(
116
			short_description=_('Empty attributes'),
116
			short_description=_('Empty attribute'),
117
			long_description='',
117
			long_description='',
118
			syntax=autoStartFixedAttributes,
118
			syntax=autoStartFixedAttributes,
119
			multivalue=1,
119
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/groups/group.py (-1 / +1 lines)
 Lines 127-133    Link Here 
127
			options=['samba']
127
			options=['samba']
128
		),
128
		),
129
	'sambaPrivileges': univention.admin.property(
129
	'sambaPrivileges': univention.admin.property(
130
			short_description = _( 'Samba privileges' ),
130
			short_description = _( 'Samba privilege' ),
131
			long_description = _( 'Manage samba privileges' ),
131
			long_description = _( 'Manage samba privileges' ),
132
			syntax = univention.admin.syntax.SambaPrivileges,
132
			syntax = univention.admin.syntax.SambaPrivileges,
133
			multivalue = True,
133
			multivalue = True,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/groups/de.po (-30 / +30 lines)
 Lines 29-35    Link Here 
29
msgstr ""
29
msgstr ""
30
"Project-Id-Version: PACKAGE VERSION\n"
30
"Project-Id-Version: PACKAGE VERSION\n"
31
"Report-Msgid-Bugs-To: \n"
31
"Report-Msgid-Bugs-To: \n"
32
"POT-Creation-Date: 2013-10-14 21:35+0200\n"
32
"POT-Creation-Date: 2015-04-01 14:16+0200\n"
33
"PO-Revision-Date: 2011-10-09 19:21+0200\n"
33
"PO-Revision-Date: 2011-10-09 19:21+0200\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
35
"Language-Team: LANGUAGE <LL@li.org>\n"
35
"Language-Team: LANGUAGE <LL@li.org>\n"
 Lines 39-45    Link Here 
39
"Content-Transfer-Encoding: unicode\n"
39
"Content-Transfer-Encoding: unicode\n"
40
"Generated-By: pygettext.py 1.3\n"
40
"Generated-By: pygettext.py 1.3\n"
41
41
42
#: group.py:53 group.py:208
42
#: group.py:53 group.py:216
43
msgid "Groups"
43
msgid "Groups"
44
msgstr "Gruppen"
44
msgstr "Gruppen"
45
45
 Lines 79-185    Link Here 
79
msgid "Name"
79
msgid "Name"
80
msgstr "Name"
80
msgstr "Name"
81
81
82
#: group.py:97 group.py:263
82
#: group.py:98 group.py:272
83
msgid "Group ID"
83
msgid "Group ID"
84
msgstr "Gruppen-ID"
84
msgstr "Gruppen-ID"
85
85
86
#: group.py:107
86
#: group.py:108
87
msgid "Relative ID"
87
msgid "Relative ID"
88
msgstr "Relative ID"
88
msgstr "Relative ID"
89
89
90
#: group.py:117
90
#: group.py:119
91
msgid "NT group type"
91
msgid "NT group type"
92
msgstr "NT Gruppentyp"
92
msgstr "NT Gruppentyp"
93
93
94
#: group.py:128
94
#: group.py:130
95
msgid "Samba privileges"
95
msgid "Samba privilege"
96
msgstr "Samba-Privilegien"
96
msgstr "Samba-Privileg"
97
97
98
#: group.py:129
98
#: group.py:131
99
msgid "Manage samba privileges"
99
msgid "Manage samba privileges"
100
msgstr "Samba-Privilegien verwalten"
100
msgstr "Samba-Privilegien verwalten"
101
101
102
#: group.py:139
102
#: group.py:141
103
msgid "AD group type"
103
msgid "AD group type"
104
msgstr "AD Gruppentyp"
104
msgstr "AD Gruppentyp"
105
105
106
#: group.py:140
106
#: group.py:142
107
msgid "Active Directory group type"
107
msgid "Active Directory group type"
108
msgstr "Active Directory Gruppentyp"
108
msgstr "Active Directory Gruppentyp"
109
109
110
#: group.py:151
110
#: group.py:154
111
msgid "Description"
111
msgid "Description"
112
msgstr "Beschreibung"
112
msgstr "Beschreibung"
113
113
114
#: group.py:162
114
#: group.py:166
115
msgid "Users"
115
msgid "Users"
116
msgstr "Benutzer"
116
msgstr "Benutzer"
117
117
118
#: group.py:173
118
#: group.py:178
119
msgid "Hosts"
119
msgid "Hosts"
120
msgstr "enthaltene Rechner"
120
msgstr "enthaltene Rechner"
121
121
122
#: group.py:185
122
#: group.py:191
123
msgid "Mail address"
123
msgid "Mail address"
124
msgstr "Mail-Adresse"
124
msgstr "Mail-Adresse"
125
125
126
#: group.py:197 group.py:260
126
#: group.py:204 group.py:269
127
msgid "Member of"
127
msgid "Member of"
128
msgstr "Mitglied von"
128
msgstr "Mitglied von"
129
129
130
#: group.py:219
130
#: group.py:228
131
msgid "Users that are allowed to send e-mails to the group"
131
msgid "Users that are allowed to send e-mails to the group"
132
msgstr "Benutzer, die berechtigt sind, E-Mails an diese Gruppe zu versenden"
132
msgstr "Benutzer, die berechtigt sind, E-Mails an diese Gruppe zu versenden"
133
133
134
#: group.py:230
134
#: group.py:239
135
msgid "Groups that are allowed to send e-mails to the group"
135
msgid "Groups that are allowed to send e-mails to the group"
136
msgstr "Gruppen, die berechtigt sind, E-Mails an diese Gruppe zu versenden"
136
msgstr "Gruppen, die berechtigt sind, E-Mails an diese Gruppe zu versenden"
137
137
138
#: group.py:243
138
#: group.py:252
139
msgid "General"
139
msgid "General"
140
msgstr "Allgemein"
140
msgstr "Allgemein"
141
141
142
#: group.py:243
142
#: group.py:252
143
msgid "Basic settings"
143
msgid "Basic settings"
144
msgstr "Grundeinstellungen"
144
msgstr "Grundeinstellungen"
145
145
146
#: group.py:244
146
#: group.py:253
147
msgid "Group account"
147
msgid "Group account"
148
msgstr "Gruppen-Konto"
148
msgstr "Gruppen-Konto"
149
149
150
#: group.py:247
150
#: group.py:256
151
msgid "Members of this group"
151
msgid "Members of this group"
152
msgstr "Mitglieder dieser Gruppe"
152
msgstr "Mitglieder dieser Gruppe"
153
153
154
#: group.py:252
154
#: group.py:261
155
msgid "Mail"
155
msgid "Mail"
156
msgstr "Mail"
156
msgstr "Mail"
157
157
158
#: group.py:252
158
#: group.py:261
159
msgid "Mail settings of this group"
159
msgid "Mail settings of this group"
160
msgstr "Mail-Einstellungen dieser Gruppe"
160
msgstr "Mail-Einstellungen dieser Gruppe"
161
161
162
#: group.py:257
162
#: group.py:266
163
msgid "Host members"
163
msgid "Host members"
164
msgstr "enthaltene Rechner"
164
msgstr "enthaltene Rechner"
165
165
166
#: group.py:257
166
#: group.py:266
167
msgid "Host members of this group"
167
msgid "Host members of this group"
168
msgstr "in dieser Gruppe enthaltene Rechner"
168
msgstr "in dieser Gruppe enthaltene Rechner"
169
169
170
#: group.py:260
170
#: group.py:269
171
msgid "Membership in other groups"
171
msgid "Membership in other groups"
172
msgstr "Mitgliedschaft in weiteren Gruppen"
172
msgstr "Mitgliedschaft in weiteren Gruppen"
173
173
174
#: group.py:263
174
#: group.py:272
175
msgid "ID of this group"
175
msgid "ID of this group"
176
msgstr "ID dieser Gruppe"
176
msgstr "ID dieser Gruppe"
177
177
178
#: group.py:266
178
#: group.py:275
179
msgid "Windows"
179
msgid "Windows"
180
msgstr "Windows"
180
msgstr "Windows"
181
181
182
#: group.py:266
182
#: group.py:275
183
msgid "Windows account settings"
183
msgid "Windows account settings"
184
msgstr "Windows-Kontoeinstellungen"
184
msgstr "Windows-Kontoeinstellungen"
185
185
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/forward_zone.py (-1 / +1 lines)
 Lines 141-147    Link Here 
141
			default = ( ( '3', 'hours' ), [] )
141
			default = ( ( '3', 'hours' ), [] )
142
		),
142
		),
143
	'nameserver': univention.admin.property(
143
	'nameserver': univention.admin.property(
144
			short_description=_('Name servers'),
144
			short_description=_('Name server'),
145
			long_description='',
145
			long_description='',
146
			syntax=univention.admin.syntax.dnsName,
146
			syntax=univention.admin.syntax.dnsName,
147
			multivalue=1,
147
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/reverse_zone.py (-1 / +1 lines)
 Lines 139-145    Link Here 
139
			default = ( ( '1', 'days' ), [] )
139
			default = ( ( '1', 'days' ), [] )
140
		),
140
		),
141
	'nameserver': univention.admin.property(
141
	'nameserver': univention.admin.property(
142
			short_description=_('Name servers'),
142
			short_description=_('Name server'),
143
			long_description='',
143
			long_description='',
144
			syntax=univention.admin.syntax.dnsName,
144
			syntax=univention.admin.syntax.dnsName,
145
			multivalue=1,
145
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/de.po (-72 / +79 lines)
 Lines 29-38    Link Here 
29
msgstr ""
29
msgstr ""
30
"Project-Id-Version: PACKAGE VERSION\n"
30
"Project-Id-Version: PACKAGE VERSION\n"
31
"Report-Msgid-Bugs-To: \n"
31
"Report-Msgid-Bugs-To: \n"
32
"POT-Creation-Date: 2011-11-18 15:47+0100\n"
32
"POT-Creation-Date: 2015-04-01 14:25+0200\n"
33
"PO-Revision-Date: 2009-08-04 14:47+0200\n"
33
"PO-Revision-Date: 2009-08-04 14:47+0200\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
35
"Language-Team: LANGUAGE <LL@li.org>\n"
35
"Language-Team: LANGUAGE <LL@li.org>\n"
36
"Language: \n"
36
"MIME-Version: 1.0\n"
37
"MIME-Version: 1.0\n"
37
"Content-Type: text/plain; charset=UTF-8\n"
38
"Content-Type: text/plain; charset=UTF-8\n"
38
"Content-Transfer-Encoding: unicode\n"
39
"Content-Transfer-Encoding: unicode\n"
 Lines 46-76    Link Here 
46
msgid "Alias"
47
msgid "Alias"
47
msgstr "Alias"
48
msgstr "Alias"
48
49
49
#: alias.py:66 forward_zone.py:69 host_record.py:64 reverse_zone.py:66
50
#: alias.py:67 forward_zone.py:67 host_record.py:66 reverse_zone.py:65
50
#: srv_record.py:74 txt_record.py:64
51
#: srv_record.py:75 txt_record.py:65
51
msgid "Zone time to live"
52
msgid "Zone time to live"
52
msgstr "Zone Time-to-Live"
53
msgstr "Zone Time-to-Live"
53
54
54
#: alias.py:77
55
#: alias.py:78
55
msgid "Canonical name"
56
msgid "Canonical name"
56
msgstr "Kanonischer Name"
57
msgstr "Kanonischer Name"
57
58
58
#: alias.py:78
59
#: alias.py:79
59
msgid "Alias for this host. FQDNs must end with '.'"
60
msgid "Alias for this host. FQDNs must end with '.'"
60
msgstr "Alias des Rechners. Der FQDN muss mit einem '.' enden"
61
msgstr "Alias des Rechners. Der FQDN muss mit einem '.' enden"
61
62
62
#: alias.py:88 alias.py:89 dns.py:84 forward_zone.py:185 forward_zone.py:186
63
#: alias.py:90 dns.py:85 forward_zone.py:183 host_record.py:106
63
#: host_record.py:104 host_record.py:105 ptr_record.py:73 ptr_record.py:74
64
#: ptr_record.py:75 reverse_zone.py:154 srv_record.py:87 txt_record.py:87
64
#: reverse_zone.py:155 reverse_zone.py:156 reverse_zone.py:163
65
#: srv_record.py:86 srv_record.py:87 txt_record.py:86 txt_record.py:87
66
msgid "General"
65
msgid "General"
67
msgstr "Allgemein"
66
msgstr "Allgemein"
68
67
69
#: alias.py:88 dns.py:84 forward_zone.py:185 ptr_record.py:73
68
#: alias.py:90 dns.py:85 forward_zone.py:183 ptr_record.py:75
70
#: reverse_zone.py:155 srv_record.py:86
69
#: reverse_zone.py:154 srv_record.py:87
71
msgid "Basic settings"
70
msgid "Basic settings"
72
msgstr "Grundeinstellungen"
71
msgstr "Grundeinstellungen"
73
72
73
#: alias.py:91
74
msgid "General alias record settings"
75
msgstr "Grundeinstellungen - Alias Record"
76
74
#: dns.py:53 dns.py:57
77
#: dns.py:53 dns.py:57
75
msgid "DNS"
78
msgid "DNS"
76
msgstr "DNS"
79
msgstr "DNS"
 Lines 99-218    Link Here 
99
msgid "Name"
102
msgid "Name"
100
msgstr "Name"
103
msgstr "Name"
101
104
102
#: forward_zone.py:53
105
#: forward_zone.py:50
103
msgid "DNS: Forward lookup zone"
106
msgid "DNS: Forward lookup zone"
104
msgstr "DNS: Forward Lookup Zone"
107
msgstr "DNS: Forward Lookup Zone"
105
108
106
#: forward_zone.py:59
109
#: forward_zone.py:56
107
msgid "Zone name"
110
msgid "Zone name"
108
msgstr "Name der Zone"
111
msgstr "Name der Zone"
109
112
110
#: forward_zone.py:80 reverse_zone.py:77
113
#: forward_zone.py:78 reverse_zone.py:76
111
msgid "Contact person"
114
msgid "Contact person"
112
msgstr "Verantwortliche Person"
115
msgstr "Verantwortliche Person"
113
116
114
#: forward_zone.py:91 reverse_zone.py:88
117
#: forward_zone.py:89 reverse_zone.py:87
115
msgid "Serial number"
118
msgid "Serial number"
116
msgstr "Seriennummer"
119
msgstr "Seriennummer"
117
120
118
#: forward_zone.py:102 reverse_zone.py:99
121
#: forward_zone.py:100 reverse_zone.py:98
119
msgid "Refresh interval"
122
msgid "Refresh interval"
120
msgstr "Aktualisierungsintervall"
123
msgstr "Aktualisierungsintervall"
121
124
122
#: forward_zone.py:113 reverse_zone.py:110
125
#: forward_zone.py:111 reverse_zone.py:109
123
msgid "Retry interval"
126
msgid "Retry interval"
124
msgstr "Intervall für erneute Versuche"
127
msgstr "Intervall für erneute Versuche"
125
128
126
#: forward_zone.py:124 reverse_zone.py:121
129
#: forward_zone.py:122 reverse_zone.py:120
127
msgid "Expiry interval"
130
msgid "Expiry interval"
128
msgstr "Ablaufintervall"
131
msgstr "Ablaufintervall"
129
132
130
#: forward_zone.py:135 reverse_zone.py:132
133
#: forward_zone.py:133 reverse_zone.py:131
131
msgid "Minimum time to live"
134
msgid "Minimum time to live"
132
msgstr "Minimum Time-to-Live"
135
msgstr "Minimum Time-to-Live"
133
136
134
#: forward_zone.py:146 reverse_zone.py:143
137
#: forward_zone.py:144 reverse_zone.py:142
135
msgid "Name servers"
138
msgid "Name server"
136
msgstr "Nameserver"
139
msgstr "Nameserver"
137
140
138
#: forward_zone.py:156
141
#: forward_zone.py:154
139
msgid "Mail exchanger host"
142
msgid "Mail exchanger host"
140
msgstr "Mail Exchanger Rechner"
143
msgstr "Mail Exchanger Rechner"
141
144
142
#: forward_zone.py:165
145
#: forward_zone.py:163
143
msgid "TXT record"
146
msgid "TXT record"
144
msgstr "TXT Record"
147
msgstr "TXT Record"
145
148
146
#: forward_zone.py:174 forward_zone.py:200 host_record.py:75
149
#: forward_zone.py:172 forward_zone.py:198 host_record.py:77
147
msgid "IP addresses"
150
msgid "IP addresses"
148
msgstr "IP-Adressen"
151
msgstr "IP-Adressen"
149
152
150
#: forward_zone.py:192 forward_zone.py:193 reverse_zone.py:162
153
#: forward_zone.py:184
154
msgid "General forward lookup zone settings"
155
msgstr "Grundeinstellungen - Forward Lookup Zone"
156
157
#: forward_zone.py:190 forward_zone.py:191 reverse_zone.py:161
158
#: reverse_zone.py:162
151
msgid "Start of authority"
159
msgid "Start of authority"
152
msgstr "Start of Authority Eintrag"
160
msgstr "Start of Authority Eintrag"
153
161
154
#: forward_zone.py:192 reverse_zone.py:162
162
#: forward_zone.py:190 reverse_zone.py:161
155
msgid "Primary name server information"
163
msgid "Primary name server information"
156
msgstr "Primäre Nameserver Informationen"
164
msgstr "Primäre Nameserver Informationen"
157
165
158
#: forward_zone.py:200 forward_zone.py:201
166
#: forward_zone.py:198 forward_zone.py:199
159
msgid "IP addresses of the zone"
167
msgid "IP addresses of the zone"
160
msgstr "IP-Adressen der Zone"
168
msgstr "IP-Adressen der Zone"
161
169
162
#: forward_zone.py:205 forward_zone.py:206
170
#: forward_zone.py:203 forward_zone.py:204
163
msgid "MX records"
171
msgid "MX records"
164
msgstr "MX Records"
172
msgstr "MX Records"
165
173
166
#: forward_zone.py:205
174
#: forward_zone.py:203
167
msgid "Mail exchanger records"
175
msgid "Mail exchanger records"
168
msgstr "Mailserver-Einträge"
176
msgstr "Mailserver-Einträge"
169
177
170
#: forward_zone.py:210 forward_zone.py:211
178
#: forward_zone.py:208 forward_zone.py:209
171
msgid "TXT records"
179
msgid "TXT records"
172
msgstr "TXT Records"
180
msgstr "TXT Records"
173
181
174
#: forward_zone.py:210
182
#: forward_zone.py:208
175
msgid "Text records"
183
msgid "Text records"
176
msgstr "Text Records"
184
msgstr "Text Records"
177
185
178
#: forward_zone.py:251 host_record.py:156 ptr_record.py:100
186
#: forward_zone.py:249 host_record.py:158 ptr_record.py:102
179
#: reverse_zone.py:208 srv_record.py:142 txt_record.py:116
187
#: reverse_zone.py:228 srv_record.py:143 txt_record.py:117
180
msgid "neither DN nor position present"
188
msgid "neither DN nor position present"
181
msgstr "Weder ein DN noch eine Position wurde angegeben"
189
msgstr "Weder ein DN noch eine Position wurde angegeben"
182
190
183
#: host_record.py:54
191
#: host_record.py:55
184
msgid "Hostname"
192
msgid "Hostname"
185
msgstr "Rechnername"
193
msgstr "Rechnername"
186
194
187
#: host_record.py:84
195
#: host_record.py:86
188
msgid "Mail Exchanger"
196
msgid "Mail Exchanger"
189
msgstr "Mail Exchanger"
197
msgstr "Mail Exchanger"
190
198
191
#: host_record.py:93 txt_record.py:75
199
#: host_record.py:95 txt_record.py:76
192
msgid "Text Record"
200
msgid "Text Record"
193
msgstr "Text Record"
201
msgstr "Text Record"
194
202
195
#: host_record.py:104 txt_record.py:86
203
#: host_record.py:106 txt_record.py:87
196
msgid "Basic values"
204
msgid "Basic values"
197
msgstr "Grundeinstellungen"
205
msgstr "Grundeinstellungen"
198
206
199
#: host_record.py:111
207
#: host_record.py:107
208
msgid "General host record settings"
209
msgstr "Grundeinstellungen - Host Record"
210
211
#: host_record.py:113
200
msgid "Mail"
212
msgid "Mail"
201
msgstr "Mail"
213
msgstr "Mail"
202
214
203
#: host_record.py:111
215
#: host_record.py:113
204
msgid "Mail exchangers for this host"
216
msgid "Mail exchangers for this host"
205
msgstr "Mail Exchanger für diesen Rechner"
217
msgstr "Mail Exchanger für diesen Rechner"
206
218
207
#: host_record.py:114
219
#: host_record.py:116
208
msgid "Text"
220
msgid "Text"
209
msgstr "Text"
221
msgstr "Text"
210
222
211
#: host_record.py:114
223
#: host_record.py:116
212
msgid "Optional text"
224
msgid "Optional text"
213
msgstr "Optionaler Text"
225
msgstr "Optionaler Text"
214
226
215
#: host_record.py:154 ptr_record.py:98 srv_record.py:140 txt_record.py:114
227
#: host_record.py:156 ptr_record.py:100 srv_record.py:141 txt_record.py:115
216
msgid "superordinate object not present"
228
msgid "superordinate object not present"
217
msgstr "Ein übergeordnetes Objekt ist nicht vorhanden"
229
msgstr "Ein übergeordnetes Objekt ist nicht vorhanden"
218
230
 Lines 224-259    Link Here 
224
msgid "Address"
236
msgid "Address"
225
msgstr "Adresse"
237
msgstr "Adresse"
226
238
227
#: ptr_record.py:62
239
#: ptr_record.py:63
228
msgid "Pointer record"
240
msgid "Pointer record"
229
msgstr "Pointer Record"
241
msgstr "Pointer Record"
230
242
231
#: ptr_record.py:63
243
#: ptr_record.py:64
232
msgid "FQDNs must end with '.'"
244
msgid "FQDNs must end with '.'"
233
msgstr "Der FQDN muss mit einem '.' enden"
245
msgstr "Der FQDN muss mit einem '.' enden"
234
246
235
#: reverse_zone.py:50
247
#: ptr_record.py:76
248
msgid "General pointer record settings"
249
msgstr "Grundeinstellungen - Pointer Record"
250
251
#: reverse_zone.py:48
236
msgid "DNS: Reverse lookup zone"
252
msgid "DNS: Reverse lookup zone"
237
msgstr "DNS: Reverse Lookup Zone"
253
msgstr "DNS: Reverse Lookup Zone"
238
254
239
#: reverse_zone.py:56
255
#: reverse_zone.py:54
240
msgid "Subnet"
256
msgid "Subnet"
241
msgstr "Subnetz"
257
msgstr "Subnetz"
242
258
259
#: reverse_zone.py:155
260
msgid "General reverse lookup zone settings"
261
msgstr "Grundeinstellungen - Reverse Lookup Zone"
262
243
#: srv_record.py:49
263
#: srv_record.py:49
244
msgid "DNS: Service record"
264
msgid "DNS: Service record"
245
msgstr "DNS: Service Record"
265
msgstr "DNS: Service Record"
246
266
247
#: srv_record.py:65
267
#: srv_record.py:66
248
msgid "Location"
268
msgid "Location"
249
msgstr "Ort"
269
msgstr "Ort"
250
270
251
msgid "DNS: Host Record"
271
#: srv_record.py:88
252
msgstr "DNS: Host Record"
272
msgid "General service record settings"
273
msgstr "Grundeinstellungen - Service Record"
253
274
254
msgid "DNS: TXT Record"
275
#: txt_record.py:88
255
msgstr "DNS: TXT Record"
276
msgid "General TXT record settings"
277
msgstr "Grundeinstellungen - TXT Record"
256
278
279
#~ msgid "DNS: Host Record"
280
#~ msgstr "DNS: Host Record"
281
282
#~ msgid "DNS: TXT Record"
283
#~ msgstr "DNS: TXT Record"
284
257
#~ msgid "Additional name servers"
285
#~ msgid "Additional name servers"
258
#~ msgstr "Zusätzliche Nameserver"
286
#~ msgstr "Zusätzliche Nameserver"
259
287
 Lines 277-300    Link Here 
277
305
278
#~ msgid "Update/Create Reverse Record"
306
#~ msgid "Update/Create Reverse Record"
279
#~ msgstr "Reverse Record erstellen/erneuern"
307
#~ msgstr "Reverse Record erstellen/erneuern"
280
281
msgid "General alias record settings"
282
msgstr "Grundeinstellungen - Alias Record"
283
284
msgid "General forward lookup zone settings"
285
msgstr "Grundeinstellungen - Forward Lookup Zone"
286
287
msgid "General host record settings"
288
msgstr "Grundeinstellungen - Host Record"
289
290
msgid "General pointer record settings"
291
msgstr "Grundeinstellungen - Pointer Record"
292
293
msgid "General reverse lookup zone settings"
294
msgstr "Grundeinstellungen - Reverse Lookup Zone"
295
296
msgid "General service record settings"
297
msgstr "Grundeinstellungen - Service Record"
298
299
msgid "General TXT record settings"
300
msgstr "Grundeinstellungen - TXT Record"
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/shares/share.py (-3 / +3 lines)
 Lines 199-205    Link Here 
199
			default='1'
199
			default='1'
200
		),
200
		),
201
	'nfs_hosts': univention.admin.property(
201
	'nfs_hosts': univention.admin.property(
202
			short_description=_('Only allow access for these hosts, IP addresses or networks'),
202
			short_description=_('Only allow access for this host, IP address or network'),
203
			long_description=_('May contain hostnames, ip addresses or networks (e.g. 10.1.1.1/24 or 10.1.1.1/255.255.255.0'),
203
			long_description=_('May contain hostnames, ip addresses or networks (e.g. 10.1.1.1/24 or 10.1.1.1/255.255.255.0'),
204
			syntax=univention.admin.syntax.hostname_or_ipadress_or_network,
204
			syntax=univention.admin.syntax.hostname_or_ipadress_or_network,
205
			multivalue=1,
205
			multivalue=1,
 Lines 459-465    Link Here 
459
			default='manual'
459
			default='manual'
460
		),
460
		),
461
	'sambaHostsAllow': univention.admin.property(
461
	'sambaHostsAllow': univention.admin.property(
462
			short_description=_('Allowed hosts/networks'),
462
			short_description=_('Allowed host/network'),
463
			long_description='',
463
			long_description='',
464
			syntax=univention.admin.syntax.string,
464
			syntax=univention.admin.syntax.string,
465
			multivalue=1,
465
			multivalue=1,
 Lines 469-475    Link Here 
469
			identifies=0
469
			identifies=0
470
		),
470
		),
471
	'sambaHostsDeny': univention.admin.property(
471
	'sambaHostsDeny': univention.admin.property(
472
			short_description=_('Denied hosts/networks'),
472
			short_description=_('Denied host/network'),
473
			long_description='',
473
			long_description='',
474
			syntax=univention.admin.syntax.string,
474
			syntax=univention.admin.syntax.string,
475
			multivalue=1,
475
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/shares/de.po (-19 / +21 lines)
 Lines 30-36    Link Here 
30
msgstr ""
30
msgstr ""
31
"Project-Id-Version: univention-admin-modules\n"
31
"Project-Id-Version: univention-admin-modules\n"
32
"Report-Msgid-Bugs-To: \n"
32
"Report-Msgid-Bugs-To: \n"
33
"POT-Creation-Date: 2014-10-29 20:36+0100\n"
33
"POT-Creation-Date: 2015-04-01 14:48+0200\n"
34
"PO-Revision-Date: 2011-09-21 20:05+0200\n"
34
"PO-Revision-Date: 2011-09-21 20:05+0200\n"
35
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
35
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
36
"Language-Team: LANGUAGE <LL@li.org>\n"
36
"Language-Team: LANGUAGE <LL@li.org>\n"
 Lines 72-79    Link Here 
72
msgid "Price per print job"
72
msgid "Price per print job"
73
msgstr "Preis pro Druckauftrag"
73
msgstr "Preis pro Druckauftrag"
74
74
75
#: printergroup.py:129 printergroup.py:130 printer.py:220 printer.py:221
75
#: printergroup.py:129 printer.py:220 share.py:649
76
#: share.py:649 share.py:650
77
msgid "General"
76
msgid "General"
78
msgstr "Allgemein"
77
msgstr "Allgemein"
79
78
 Lines 81-86    Link Here 
81
msgid "General settings"
80
msgid "General settings"
82
msgstr "Grundeinstellungen"
81
msgstr "Grundeinstellungen"
83
82
83
#: printergroup.py:130
84
msgid "General printer group share settings"
85
msgstr "Grundeinstellungen - Druckergruppen-Freigabe"
86
84
#: printergroup.py:194 printer.py:338
87
#: printergroup.py:194 printer.py:338
85
#, python-format
88
#, python-format
86
msgid "%s is member of following quota printer groups %s"
89
msgid "%s is member of following quota printer groups %s"
 Lines 166-171    Link Here 
166
msgid "For the given groups printing is explicitly allowed or denied."
169
msgid "For the given groups printing is explicitly allowed or denied."
167
msgstr "Für die angegebenen Gruppen wird der Zugriff erlaubt oder abgewiesen."
170
msgstr "Für die angegebenen Gruppen wird der Zugriff erlaubt oder abgewiesen."
168
171
172
#: printer.py:221
173
msgid "General printer share settings"
174
msgstr "Grundeinstellungen - Druckerfreigabe"
175
169
#: printer.py:231
176
#: printer.py:231
170
msgid "Access control for users and groups"
177
msgid "Access control for users and groups"
171
msgstr "Zugriffskontrolle für Benutzer und Gruppen"
178
msgstr "Zugriffskontrolle für Benutzer und Gruppen"
 Lines 337-344    Link Here 
337
msgstr "Zugriff auf eine nicht privilegierte uid Kennung umlenken."
344
msgstr "Zugriff auf eine nicht privilegierte uid Kennung umlenken."
338
345
339
#: share.py:202
346
#: share.py:202
340
msgid "Only allow access for these hosts, IP addresses or networks"
347
msgid "Only allow access for this host, IP address or network"
341
msgstr "Zugriff nur für diese Rechner, IP-Adressen oder Netze erlauben"
348
msgstr ""
349
"Zugriff begrenzen auf: Rechner, IP-Adresse oder Netz"
342
350
343
#: share.py:203
351
#: share.py:203
344
msgid ""
352
msgid ""
 Lines 730-741    Link Here 
730
"Bestimmt das Verfahren, mit dem Clients Dateiinhalte lokal zwischenspeichern."
738
"Bestimmt das Verfahren, mit dem Clients Dateiinhalte lokal zwischenspeichern."
731
739
732
#: share.py:462
740
#: share.py:462
733
msgid "Allowed hosts/networks"
741
msgid "Allowed host/network"
734
msgstr "Zugelassene Rechner/Netze"
742
msgstr "Zugelassene(r/s) Rechner/Netz"
735
743
736
#: share.py:472
744
#: share.py:472
737
msgid "Denied hosts/networks"
745
msgid "Denied host/network"
738
msgstr "Nicht zugelassene Rechner/Netze"
746
msgstr "Nicht zugelassene(r/s) Rechner/Netz"
739
747
740
#: share.py:482
748
#: share.py:482
741
msgid "Valid users or groups"
749
msgid "Valid users or groups"
 Lines 917-922    Link Here 
917
"Konfigurieren von zusätzlichen Einstellungen für diese Freigabe, die der "
925
"Konfigurieren von zusätzlichen Einstellungen für diese Freigabe, die der "
918
"Datei /etc/exports hinzugefügt werden."
926
"Datei /etc/exports hinzugefügt werden."
919
927
928
#: share.py:650
929
msgid "General directory share settings"
930
msgstr "Grundeinstellungen - Verzeichnisfreigabe"
931
920
#: share.py:657 share.py:658
932
#: share.py:657 share.py:658
921
msgid "NFS"
933
msgid "NFS"
922
msgstr "NFS"
934
msgstr "NFS"
 Lines 1004-1016    Link Here 
1004
#, python-format
1016
#, python-format
1005
msgid "%s (%s on %s)"
1017
msgid "%s (%s on %s)"
1006
msgstr "%s (%s auf %s)"
1018
msgstr "%s (%s auf %s)"
1007
1008
msgid "General printer share settings"
1009
msgstr "Grundeinstellungen - Druckerfreigabe"
1010
1011
msgid "General printer group share settings"
1012
msgstr "Grundeinstellungen - Druckergruppen-Freigabe"
1013
1014
msgid "General directory share settings"
1015
msgstr "Grundeinstellungen - Verzeichnisfreigabe"
1016
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py (-21 / +21 lines)
 Lines 49-55    Link Here 
49
}
49
}
50
property_descriptions={
50
property_descriptions={
51
	'name': univention.admin.property(
51
	'name': univention.admin.property(
52
			short_description=_('Name'),
52
			short_description=_('User name'),
53
			long_description='',
53
			long_description='',
54
			syntax=univention.admin.syntax.string,
54
			syntax=univention.admin.syntax.string,
55
			multivalue=0,
55
			multivalue=0,
 Lines 92-98    Link Here 
92
			identifies=0
92
			identifies=0
93
		),
93
		),
94
	'organisation': univention.admin.property(
94
	'organisation': univention.admin.property(
95
			short_description=_('Organization'),
95
			short_description=_('Organisation'),
96
			long_description='',
96
			long_description='',
97
			syntax=univention.admin.syntax.string,
97
			syntax=univention.admin.syntax.string,
98
			multivalue=0,
98
			multivalue=0,
 Lines 113-119    Link Here 
113
			identifies=0
113
			identifies=0
114
		),
114
		),
115
 	'disabled': univention.admin.property(
115
 	'disabled': univention.admin.property(
116
 			short_description=_('Disabled'),
116
 			short_description=_('Account deactivation'),
117
 			long_description='',
117
 			long_description='',
118
 			syntax=univention.admin.syntax.boolean,
118
 			syntax=univention.admin.syntax.boolean,
119
 			multivalue=0,
119
 			multivalue=0,
 Lines 124-130    Link Here 
124
 			show_in_lists=1
124
 			show_in_lists=1
125
 		),
125
 		),
126
	'e-mail': univention.admin.property(
126
	'e-mail': univention.admin.property(
127
			short_description=_('E-Mail Address'),
127
			short_description=_('E-mail address'),
128
			long_description='',
128
			long_description='',
129
			syntax=univention.admin.syntax.string,
129
			syntax=univention.admin.syntax.string,
130
			multivalue=1,
130
			multivalue=1,
 Lines 134-140    Link Here 
134
			identifies=0,
134
			identifies=0,
135
		),
135
		),
136
	'unixhome': univention.admin.property(
136
	'unixhome': univention.admin.property(
137
			short_description=_('Unix Home Directory'),
137
			short_description=_('Unix home directory'),
138
			long_description='',
138
			long_description='',
139
			syntax=univention.admin.syntax.absolutePath,
139
			syntax=univention.admin.syntax.absolutePath,
140
			multivalue=0,
140
			multivalue=0,
 Lines 145-151    Link Here 
145
			default = '/home/<username>',
145
			default = '/home/<username>',
146
		),
146
		),
147
 	'homeShare': univention.admin.property(
147
 	'homeShare': univention.admin.property(
148
 			short_description=_('Home Share'),
148
 			short_description=_('Home share'),
149
 			long_description=_('Share, the user\'s home directory resides on'),
149
 			long_description=_('Share, the user\'s home directory resides on'),
150
 			syntax = univention.admin.syntax.WritableShare,
150
 			syntax = univention.admin.syntax.WritableShare,
151
 			multivalue=0,
151
 			multivalue=0,
 Lines 155-162    Link Here 
155
 			identifies=0,
155
 			identifies=0,
156
 		),
156
 		),
157
 	'homeSharePath': univention.admin.property(
157
 	'homeSharePath': univention.admin.property(
158
 			short_description=_('Home Share Path'),
158
 			short_description=_('Home share path'),
159
 			long_description=_('Path on the home share'),
159
 			long_description=_('Path to the home directory on the home share'),
160
 			syntax=univention.admin.syntax.string,
160
 			syntax=univention.admin.syntax.string,
161
 			multivalue=0,
161
 			multivalue=0,
162
 			options=[],
162
 			options=[],
 Lines 166-172    Link Here 
166
 			identifies=0,
166
 			identifies=0,
167
 		),
167
 		),
168
	'shell': univention.admin.property(
168
	'shell': univention.admin.property(
169
			short_description=_('Login Shell'),
169
			short_description=_('Login shell'),
170
			long_description='',
170
			long_description='',
171
			syntax=univention.admin.syntax.string,
171
			syntax=univention.admin.syntax.string,
172
			multivalue=0,
172
			multivalue=0,
 Lines 177-183    Link Here 
177
			default = '/bin/bash'
177
			default = '/bin/bash'
178
		),
178
		),
179
	'sambahome': univention.admin.property(
179
	'sambahome': univention.admin.property(
180
			short_description=_('Windows Home Path'),
180
			short_description=_('Windows home path'),
181
			long_description='',
181
			long_description='',
182
			syntax=univention.admin.syntax.string,
182
			syntax=univention.admin.syntax.string,
183
			multivalue=0,
183
			multivalue=0,
 Lines 187-193    Link Here 
187
			identifies=0
187
			identifies=0
188
		),
188
		),
189
	'scriptpath': univention.admin.property(
189
	'scriptpath': univention.admin.property(
190
			short_description=_('Windows Script Path'),
190
			short_description=_('Windows logon path'),
191
			long_description='',
191
			long_description='',
192
			syntax=univention.admin.syntax.string,
192
			syntax=univention.admin.syntax.string,
193
			multivalue=0,
193
			multivalue=0,
 Lines 197-203    Link Here 
197
			identifies=0
197
			identifies=0
198
		),
198
		),
199
	'profilepath': univention.admin.property(
199
	'profilepath': univention.admin.property(
200
			short_description=_('Windows Profile Path'),
200
			short_description=_('Windows profile directory'),
201
			long_description='',
201
			long_description='',
202
			syntax=univention.admin.syntax.string,
202
			syntax=univention.admin.syntax.string,
203
			multivalue=0,
203
			multivalue=0,
 Lines 207-213    Link Here 
207
			identifies=0
207
			identifies=0
208
		),
208
		),
209
	'homedrive': univention.admin.property(
209
	'homedrive': univention.admin.property(
210
			short_description=_('Windows Home Drive'),
210
			short_description=_('Windows home drive'),
211
			long_description='',
211
			long_description='',
212
			syntax=univention.admin.syntax.string,
212
			syntax=univention.admin.syntax.string,
213
			multivalue=0,
213
			multivalue=0,
 Lines 227-233    Link Here 
227
			identifies=0
227
			identifies=0
228
		),
228
		),
229
	'postcode': univention.admin.property(
229
	'postcode': univention.admin.property(
230
			short_description=_('Postal Code'),
230
			short_description=_('Postal code'),
231
			long_description='',
231
			long_description='',
232
			syntax=univention.admin.syntax.string,
232
			syntax=univention.admin.syntax.string,
233
			multivalue=0,
233
			multivalue=0,
 Lines 247-253    Link Here 
247
			identifies=0
247
			identifies=0
248
		),
248
		),
249
	'phone': univention.admin.property(
249
	'phone': univention.admin.property(
250
			short_description=_('Telephone Number'),
250
			short_description=_('Telephone number'),
251
			long_description='',
251
			long_description='',
252
			syntax=univention.admin.syntax.phone,
252
			syntax=univention.admin.syntax.phone,
253
			multivalue=1,
253
			multivalue=1,
 Lines 257-263    Link Here 
257
			identifies=0
257
			identifies=0
258
		),
258
		),
259
	'secretary': univention.admin.property(
259
	'secretary': univention.admin.property(
260
			short_description=_('Secretary'),
260
			short_description=_('Superior'),
261
			long_description='',
261
			long_description='',
262
			syntax=univention.admin.syntax.UserDN,
262
			syntax=univention.admin.syntax.UserDN,
263
			multivalue=1,
263
			multivalue=1,
 Lines 267-273    Link Here 
267
			identifies=0
267
			identifies=0
268
		),
268
		),
269
	'departmentNumber': univention.admin.property(
269
	'departmentNumber': univention.admin.property(
270
			short_description=_('Department Number'),
270
			short_description=_('Department number'),
271
			long_description='',
271
			long_description='',
272
			syntax=univention.admin.syntax.string,
272
			syntax=univention.admin.syntax.string,
273
			multivalue=0,
273
			multivalue=0,
 Lines 277-283    Link Here 
277
			identifies=0
277
			identifies=0
278
		),
278
		),
279
	'employeeType': univention.admin.property(
279
	'employeeType': univention.admin.property(
280
			short_description=_('Employee Type'),
280
			short_description=_('Employee type'),
281
			long_description='',
281
			long_description='',
282
			syntax=univention.admin.syntax.string,
282
			syntax=univention.admin.syntax.string,
283
			multivalue=0,
283
			multivalue=0,
 Lines 297-303    Link Here 
297
 			identifies=0
297
 			identifies=0
298
 		),
298
 		),
299
 	'primaryGroup': univention.admin.property(
299
 	'primaryGroup': univention.admin.property(
300
 			short_description=_('Primary Group'),
300
 			short_description=_('Primary group'),
301
 			long_description='',
301
 			long_description='',
302
 			syntax=univention.admin.syntax.GroupDN,
302
 			syntax=univention.admin.syntax.GroupDN,
303
 			one_only=1,
303
 			one_only=1,
 Lines 310-316    Link Here 
310
 			identifies=0
310
 			identifies=0
311
 		),
311
 		),
312
	'mailPrimaryAddress': univention.admin.property(
312
	'mailPrimaryAddress': univention.admin.property(
313
			short_description=_('Primary E-Mail Address'),
313
			short_description=_('Primary e-mail address'),
314
			long_description='',
314
			long_description='',
315
			syntax=univention.admin.syntax.emailAddressTemplate,
315
			syntax=univention.admin.syntax.emailAddressTemplate,
316
			multivalue=0,
316
			multivalue=0,
 Lines 322-328    Link Here 
322
			identifies=0,
322
			identifies=0,
323
		),
323
		),
324
	'mailAlternativeAddress': univention.admin.property(
324
	'mailAlternativeAddress': univention.admin.property(
325
			short_description=_('Alternative E-Mail Addresses'),
325
			short_description=_('Alternative e-mail address'),
326
			long_description='',
326
			long_description='',
327
			syntax=univention.admin.syntax.emailAddressTemplate,
327
			syntax=univention.admin.syntax.emailAddressTemplate,
328
			multivalue=1,
328
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/de.po (-144 / +188 lines)
 Lines 29-35    Link Here 
29
msgstr ""
29
msgstr ""
30
"Project-Id-Version: univention-directory-manager-modules 6.0.100\n"
30
"Project-Id-Version: univention-directory-manager-modules 6.0.100\n"
31
"Report-Msgid-Bugs-To: \n"
31
"Report-Msgid-Bugs-To: \n"
32
"POT-Creation-Date: 2013-10-30 13:14+0100\n"
32
"POT-Creation-Date: 2015-04-01 14:27+0200\n"
33
"PO-Revision-Date: 2011-12-01 09:47+0100\n"
33
"PO-Revision-Date: 2011-12-01 09:47+0100\n"
34
"Last-Translator: Philipp Hahn <hahn@univention.de>\n"
34
"Last-Translator: Philipp Hahn <hahn@univention.de>\n"
35
"Language-Team: German <de@li.org>\n"
35
"Language-Team: German <de@li.org>\n"
 Lines 43-74    Link Here 
43
msgid "Univention Settings"
43
msgid "Univention Settings"
44
msgstr "Univention-Einstellungen"
44
msgstr "Univention-Einstellungen"
45
45
46
#: cn.py:52 default.py:54 directory.py:55 extended_attribute.py:374
46
#: cn.py:52 default.py:54 directory.py:55 extended_options.py:55
47
#: extended_options.py:55 extended_options.py:56 license.py:66 license.py:67
47
#: extended_options.py:56 license.py:66 license.py:67 lock.py:55 lock.py:56
48
#: lock.py:55 lock.py:56 packages.py:55 packages.py:56 printermodel.py:57
48
#: packages.py:55 packages.py:56 printermodel.py:57 printermodel.py:58
49
#: printermodel.py:58 printeruri.py:55 printeruri.py:56
49
#: printeruri.py:55 printeruri.py:56 prohibited_username.py:55
50
#: prohibited_username.py:55 prohibited_username.py:56 umc_operationset.py:56
50
#: prohibited_username.py:56 umc_operationset.py:56 umc_operationset.py:57
51
#: umc_operationset.py:57 usertemplate.py:52 xconfig_choices.py:56
51
#: xconfig_choices.py:56
52
msgid "Name"
52
msgid "Name"
53
msgstr "Name"
53
msgstr "Name"
54
54
55
#: cn.py:65 default.py:144 default.py:145 directory.py:179 directory.py:180
55
#: cn.py:65 default.py:144 directory.py:179 extended_attribute.py:373
56
#: extended_attribute.py:373 extended_attribute.py:396 extended_options.py:152
56
#: extended_options.py:152 ldapacl.py:152 ldapschema.py:132 lock.py:78
57
#: extended_options.py:153 ldapacl.py:152 ldapacl.py:153 ldapschema.py:132
57
#: packages.py:79 printermodel.py:82 printeruri.py:80
58
#: ldapschema.py:133 license.py:292 lock.py:78 lock.py:79 packages.py:79
58
#: prohibited_username.py:79 sambaconfig.py:183 sambadomain.py:260
59
#: packages.py:80 printermodel.py:82 printermodel.py:83 printeruri.py:80
59
#: service.py:65 syntax.py:160 udm_hook.py:152 udm_module.py:181
60
#: printeruri.py:81 prohibited_username.py:79 prohibited_username.py:80
60
#: udm_syntax.py:152 umc_operationset.py:104 usertemplate.py:352
61
#: sambaconfig.py:183 sambaconfig.py:184 sambadomain.py:230 sambadomain.py:231
61
#: xconfig_choices.py:169
62
#: service.py:65 service.py:66 syntax.py:160 syntax.py:161 udm_hook.py:152
63
#: udm_hook.py:153 udm_module.py:181 udm_module.py:182 udm_syntax.py:152
64
#: udm_syntax.py:153 umc_operationset.py:104 umc_operationset.py:105
65
#: usertemplate.py:352 usertemplate.py:353 xconfig_choices.py:169
66
#: xconfig_choices.py:170
67
msgid "General"
62
msgid "General"
68
msgstr "Allgemein"
63
msgstr "Allgemein"
69
64
70
#: cn.py:65 default.py:144 directory.py:179 extended_options.py:152
65
#: cn.py:65 default.py:144 directory.py:179 extended_options.py:152
71
#: ldapacl.py:152 ldapschema.py:132 sambaconfig.py:183 sambadomain.py:230
66
#: ldapacl.py:152 ldapschema.py:132 sambaconfig.py:183 sambadomain.py:260
72
#: service.py:65 syntax.py:160 udm_hook.py:152 udm_module.py:181
67
#: service.py:65 syntax.py:160 udm_hook.py:152 udm_module.py:181
73
#: udm_syntax.py:152 usertemplate.py:352
68
#: udm_syntax.py:152 usertemplate.py:352
74
msgid "Basic values"
69
msgid "Basic values"
 Lines 106-111    Link Here 
106
msgid "Default KDE Profiles"
101
msgid "Default KDE Profiles"
107
msgstr "Standard KDE-Profile"
102
msgstr "Standard KDE-Profile"
108
103
104
#: default.py:145
105
msgid "Default settings description"
106
msgstr "Bezeichnung - Vorgabe-Einstellungen"
107
109
#: default.py:149 default.py:150
108
#: default.py:149 default.py:150
110
msgid "Primary Groups"
109
msgid "Primary Groups"
111
msgstr "Primäre Gruppen"
110
msgstr "Primäre Gruppen"
 Lines 162-167    Link Here 
162
msgid "License Link"
161
msgid "License Link"
163
msgstr "Lizenzverweis"
162
msgstr "Lizenzverweis"
164
163
164
#: directory.py:180
165
msgid "Default container description"
166
msgstr "Bezeichnung - Standard-Container"
167
165
#: directory.py:183
168
#: directory.py:183
166
msgid "User Links"
169
msgid "User Links"
167
msgstr "Benutzerverweise"
170
msgstr "Benutzerverweise"
 Lines 575-580    Link Here 
575
msgid "General settings"
578
msgid "General settings"
576
msgstr "Allgemeine Einstellungen"
579
msgstr "Allgemeine Einstellungen"
577
580
581
#: extended_attribute.py:374
582
msgid "Extended attribute description"
583
msgstr "Bezeichnung - Erweitertes Attribut"
584
578
#: extended_attribute.py:381
585
#: extended_attribute.py:381
579
msgid "Long Description"
586
msgid "Long Description"
580
msgstr "Ausführliche Beschreibung"
587
msgstr "Ausführliche Beschreibung"
 Lines 603-608    Link Here 
603
msgid "Settings for UMC"
610
msgid "Settings for UMC"
604
msgstr "UMC-spezifische Einstellungen"
611
msgstr "UMC-spezifische Einstellungen"
605
612
613
#: extended_attribute.py:396
614
msgid "General extended attribute settings"
615
msgstr "Grundeinstellungen - Erweiterte Optionen"
616
606
#: extended_attribute.py:400
617
#: extended_attribute.py:400
607
msgid "Attribute layout"
618
msgid "Attribute layout"
608
msgstr "Attributdarstellung"
619
msgstr "Attributdarstellung"
 Lines 693-698    Link Here 
693
msgid "Mapping to LDAP objectClasses"
704
msgid "Mapping to LDAP objectClasses"
694
msgstr "Abbildung auf LDAP-Objektklassen"
705
msgstr "Abbildung auf LDAP-Objektklassen"
695
706
707
#: extended_options.py:153
708
msgid "General extended options settings"
709
msgstr "Grundeinstellungen - Erweiterte Optionen"
710
696
#: ldapacl.py:52
711
#: ldapacl.py:52
697
msgid "Settings: LDAP ACL Extension"
712
msgid "Settings: LDAP ACL Extension"
698
msgstr "Einstellungen: LDAP ACL Erweiterung"
713
msgstr "Einstellungen: LDAP ACL Erweiterung"
 Lines 737-742    Link Here 
737
msgid "Maximal UCS version"
752
msgid "Maximal UCS version"
738
msgstr "Maximale UCS-Version"
753
msgstr "Maximale UCS-Version"
739
754
755
#: ldapacl.py:153
756
msgid "General LDAP ACL extension settings"
757
msgstr "Grundeinstellungen - LDAP ACL-Erweiterung"
758
740
#: ldapacl.py:158 ldapschema.py:138 udm_hook.py:158 udm_module.py:190
759
#: ldapacl.py:158 ldapschema.py:138 udm_hook.py:158 udm_module.py:190
741
#: udm_syntax.py:158
760
#: udm_syntax.py:158
742
msgid "Metadata"
761
msgid "Metadata"
 Lines 772-777    Link Here 
772
msgid "Schema data"
791
msgid "Schema data"
773
msgstr "Schema-Daten"
792
msgstr "Schema-Daten"
774
793
794
#: ldapschema.py:133
795
msgid "General LDAP schema extension settings"
796
msgstr "Grundeinstellungen - LDAP-Schemaerweiterung"
797
775
#: license.py:50
798
#: license.py:50
776
msgid "Settings: License"
799
msgid "Settings: License"
777
msgstr "Einstellungen: Lizenz"
800
msgstr "Einstellungen: Lizenz"
 Lines 976-981    Link Here 
976
msgid "Licensing Information"
999
msgid "Licensing Information"
977
msgstr "Lizenz-Informationen"
1000
msgstr "Lizenz-Informationen"
978
1001
1002
#: license.py:292
1003
msgid "General license settings"
1004
msgstr "Grundeinstellungen - Lizenz"
1005
979
#: license.py:300
1006
#: license.py:300
980
msgid "Version 1 license informations"
1007
msgid "Version 1 license informations"
981
msgstr "Lizenz-Informationen Version 1"
1008
msgstr "Lizenz-Informationen Version 1"
 Lines 1004-1009    Link Here 
1004
msgid "Lock Information"
1031
msgid "Lock Information"
1005
msgstr "Informationen über die Sperrung"
1032
msgstr "Informationen über die Sperrung"
1006
1033
1034
#: lock.py:79
1035
msgid "General lock settings"
1036
msgstr "Grundeinstellungen - Sperrung"
1037
1007
#: packages.py:49
1038
#: packages.py:49
1008
msgid "Settings: Package List"
1039
msgid "Settings: Package List"
1009
msgstr "Einstellungen: Paketliste"
1040
msgstr "Einstellungen: Paketliste"
 Lines 1016-1021    Link Here 
1016
msgid "Package List"
1047
msgid "Package List"
1017
msgstr "Paketliste"
1048
msgstr "Paketliste"
1018
1049
1050
#: packages.py:80
1051
msgid "General package list settings"
1052
msgstr "Grundeinstellungen - Paketliste"
1053
1019
#: printermodel.py:51
1054
#: printermodel.py:51
1020
msgid "Settings: Printer Driver List"
1055
msgid "Settings: Printer Driver List"
1021
msgstr "Einstellungen: Druckertreiberliste"
1056
msgstr "Einstellungen: Druckertreiberliste"
 Lines 1032-1037    Link Here 
1032
msgid "Printer List"
1067
msgid "Printer List"
1033
msgstr "Druckerliste"
1068
msgstr "Druckerliste"
1034
1069
1070
#: printermodel.py:83
1071
msgid "General printer driver list settings"
1072
msgstr "Grundeinstellungen - Druckertreiberliste"
1073
1035
#: printeruri.py:49
1074
#: printeruri.py:49
1036
msgid "Settings: Printer URI List"
1075
msgid "Settings: Printer URI List"
1037
msgstr "Einstellungen: Drucker-URI-Liste"
1076
msgstr "Einstellungen: Drucker-URI-Liste"
 Lines 1044-1049    Link Here 
1044
msgid "Printer URI"
1083
msgid "Printer URI"
1045
msgstr "Drucker-URI"
1084
msgstr "Drucker-URI"
1046
1085
1086
#: printeruri.py:81
1087
msgid "General printer URI list settings"
1088
msgstr "Grundeinstellungen - Drucker-URI-Liste"
1089
1047
#: prohibited_username.py:49
1090
#: prohibited_username.py:49
1048
msgid "Settings: Prohibited user names"
1091
msgid "Settings: Prohibited user names"
1049
msgstr "Einstellungen: Verbotene Benutzernamen"
1092
msgstr "Einstellungen: Verbotene Benutzernamen"
 Lines 1060-1065    Link Here 
1060
msgid "Prohibited user names"
1103
msgid "Prohibited user names"
1061
msgstr "Verbotene Benutzernamen"
1104
msgstr "Verbotene Benutzernamen"
1062
1105
1106
#: prohibited_username.py:80
1107
msgid "General prohibited user names settings"
1108
msgstr "Grundeinstellungen - Verbotene Benutzernamen"
1109
1063
#: sambaconfig.py:65
1110
#: sambaconfig.py:65
1064
msgid "Settings: Samba Configuration"
1111
msgid "Settings: Samba Configuration"
1065
msgstr "Einstellungen: Samba-Konfiguration"
1112
msgstr "Einstellungen: Samba-Konfiguration"
 Lines 1108-1113    Link Here 
1108
msgid "Refuse Machine Password Change"
1155
msgid "Refuse Machine Password Change"
1109
msgstr "Änderung des Rechnerpasswortes ablehnen"
1156
msgstr "Änderung des Rechnerpasswortes ablehnen"
1110
1157
1158
#: sambaconfig.py:184
1159
msgid "General Samba configuration settings"
1160
msgstr "Grundeinstellungen - Samba-Konfiguration"
1161
1111
#: sambadomain.py:68
1162
#: sambadomain.py:68
1112
msgid "Settings: Samba Domain"
1163
msgid "Settings: Samba Domain"
1113
msgstr "Einstellungen: Samba-Domäne"
1164
msgstr "Einstellungen: Samba-Domäne"
 Lines 1172-1182    Link Here 
1172
msgid "Refuse machine password change"
1223
msgid "Refuse machine password change"
1173
msgstr "Änderung des Rechnerpasswortes ablehnen"
1224
msgstr "Änderung des Rechnerpasswortes ablehnen"
1174
1225
1175
#: sambadomain.py:235
1226
#: sambadomain.py:228
1227
msgid "Passwords must meet complexity requirements"
1228
msgstr "Kennwort muss Komplexitätsvoraussetzungen entsprechen"
1229
1230
#: sambadomain.py:229
1231
msgid ""
1232
"Is not based on the user's account name. Contains at least six characters. "
1233
"Contains characters from three of the following four categories: Uppercase "
1234
"alphabet characters (A-Z), Lowercase alphabet characters (a-z), Arabic "
1235
"numerals (0-9), Nonalphanumeric characters (for example, !$#,%)"
1236
msgstr ""
1237
"Es darf weder wesentliche Teile des Kontonamens des Benutzers noch den "
1238
"vollständigen Kontonamen enthalten. Es muss mindestens sechs Zeichen lang "
1239
"sein. Es muss Zeichen aus drei der vier folgenden Kategorien enthalten: "
1240
"Großbuchstaben von A bis Z, Kleinbuchstaben von A bis Z, Ziffern der Basis "
1241
"10 (0 bis 9), Andere als alphabetische Zeichen (z. B. !, $, #, %)"
1242
1243
#: sambadomain.py:238
1244
msgid "Store plaintext passwords"
1245
msgstr "Kennwort mit umkehrbarer Verschlüsselung speichern"
1246
1247
#: sambadomain.py:239
1248
msgid ""
1249
"Store plaintext passwords where account have \"store passwords with "
1250
"reversible encryption\" set."
1251
msgstr ""
1252
"Klartext Passwörter speichern, falls am Benutzerkonto \"Kennwort mit "
1253
"umkehrbarer Verschlüsselung speichern\" gesetzt ist."
1254
1255
#: sambadomain.py:248
1256
msgid "Password properties"
1257
msgstr "Passwort-Eigenschaften"
1258
1259
#: sambadomain.py:249
1260
msgid "A bitfield to indicate complexity and storage restrictions."
1261
msgstr ""
1262
1263
#: sambadomain.py:261
1264
msgid "General Samba domain settings"
1265
msgstr "Grundeinstellungen - Samba-Domäne"
1266
1267
#: sambadomain.py:265
1176
msgid "Password"
1268
msgid "Password"
1177
msgstr "Passwort"
1269
msgstr "Passwort"
1178
1270
1179
#: sambadomain.py:241
1271
#: sambadomain.py:272
1180
msgid "Connection"
1272
msgid "Connection"
1181
msgstr "Verbindung"
1273
msgstr "Verbindung"
1182
1274
 Lines 1188-1193    Link Here 
1188
msgid "Service Name"
1280
msgid "Service Name"
1189
msgstr "Dienstname"
1281
msgstr "Dienstname"
1190
1282
1283
#: service.py:66
1284
msgid "General service settings"
1285
msgstr "Grundeinstellungen - Dienst"
1286
1191
#: settings.py:50
1287
#: settings.py:50
1192
msgid "Preferences"
1288
msgid "Preferences"
1193
msgstr "Einstellungen"
1289
msgstr "Einstellungen"
 Lines 1236-1241    Link Here 
1236
msgid "Stored LDAP Attribute"
1332
msgid "Stored LDAP Attribute"
1237
msgstr "Zu speicherndes LDAP-Attribut"
1333
msgstr "Zu speicherndes LDAP-Attribut"
1238
1334
1335
#: syntax.py:161
1336
msgid "General syntax definition settings"
1337
msgstr "Grundeinstellungen - Syntax-Definition"
1338
1239
#: syntax.py:164
1339
#: syntax.py:164
1240
msgid "Display"
1340
msgid "Display"
1241
msgstr "Anzeige"
1341
msgstr "Anzeige"
 Lines 1269-1274    Link Here 
1269
msgid "UDM hook data"
1369
msgid "UDM hook data"
1270
msgstr "UDM Hook-Daten"
1370
msgstr "UDM Hook-Daten"
1271
1371
1372
#: udm_hook.py:153
1373
msgid "General UDM hook settings"
1374
msgstr "Grundeinstellungen - UDM-Hook"
1375
1272
#: udm_module.py:50
1376
#: udm_module.py:50
1273
msgid "Settings: UDM Module"
1377
msgid "Settings: UDM Module"
1274
msgstr "Einstellungen: UDM Modul"
1378
msgstr "Einstellungen: UDM Modul"
 Lines 1297-1302    Link Here 
1297
msgid "UMC icon"
1401
msgid "UMC icon"
1298
msgstr "UMC-Icon"
1402
msgstr "UMC-Icon"
1299
1403
1404
#: udm_module.py:182
1405
msgid "General UDM module settings"
1406
msgstr "Grundeinstellungen - UDM-Modul"
1407
1300
#: udm_syntax.py:52
1408
#: udm_syntax.py:52
1301
msgid "Settings: UDM Syntax"
1409
msgid "Settings: UDM Syntax"
1302
msgstr "Einstellungen: UDM Syntax"
1410
msgstr "Einstellungen: UDM Syntax"
 Lines 1313-1318    Link Here 
1313
msgid "UDM syntax data"
1421
msgid "UDM syntax data"
1314
msgstr "UDM Syntaxdaten"
1422
msgstr "UDM Syntaxdaten"
1315
1423
1424
#: udm_syntax.py:153
1425
msgid "General UDM syntax settings"
1426
msgstr "Grundeinstellungen - UDM-Syntax"
1427
1316
#: umc_operationset.py:50
1428
#: umc_operationset.py:50
1317
msgid "Settings: UMC operation set"
1429
msgid "Settings: UMC operation set"
1318
msgstr "Einstellungen: UMC-Operationen"
1430
msgstr "Einstellungen: UMC-Operationen"
 Lines 1349-1358    Link Here 
1349
msgid "UMC Operation Set"
1461
msgid "UMC Operation Set"
1350
msgstr "UMC-Befehlssatz"
1462
msgstr "UMC-Befehlssatz"
1351
1463
1464
#: umc_operationset.py:105
1465
msgid "General UMC operation set settings"
1466
msgstr "Grundeinstellungen - UMC-Operationen"
1467
1352
#: usertemplate.py:46
1468
#: usertemplate.py:46
1353
msgid "Settings: User Template"
1469
msgid "Settings: User Template"
1354
msgstr "Einstellungen: Benutzervorlage"
1470
msgstr "Einstellungen: Benutzervorlage"
1355
1471
1472
#: usertemplate.py:52
1473
msgid "User name"
1474
msgstr "Benutzername"
1475
1356
#: usertemplate.py:63
1476
#: usertemplate.py:63
1357
msgid "Title"
1477
msgid "Title"
1358
msgstr "Anrede"
1478
msgstr "Anrede"
 Lines 1362-1368    Link Here 
1362
msgstr "Anzeigename"
1482
msgstr "Anzeigename"
1363
1483
1364
#: usertemplate.py:95
1484
#: usertemplate.py:95
1365
msgid "Organization"
1485
msgid "Organisation"
1366
msgstr "Organisation"
1486
msgstr "Organisation"
1367
1487
1368
#: usertemplate.py:105 usertemplate.py:106
1488
#: usertemplate.py:105 usertemplate.py:106
 Lines 1370-1428    Link Here 
1370
msgstr "Passwort bei der nächsten Anmeldung ändern"
1490
msgstr "Passwort bei der nächsten Anmeldung ändern"
1371
1491
1372
#: usertemplate.py:116
1492
#: usertemplate.py:116
1373
msgid "Disabled"
1493
msgid "Account deactivation"
1374
msgstr "Deaktiviert"
1494
msgstr "Kontodeaktivierung"
1375
1495
1376
#: usertemplate.py:127
1496
#: usertemplate.py:127
1377
msgid "E-Mail Address"
1497
msgid "E-mail address"
1378
msgstr "E-Mail-Adresse"
1498
msgstr "E-Mail-Adresse"
1379
1499
1380
#: usertemplate.py:137
1500
#: usertemplate.py:137
1381
msgid "Unix Home Directory"
1501
msgid "Unix home directory"
1382
msgstr "UNIX-Heimatverzeichnis"
1502
msgstr "UNIX-Heimatverzeichnis"
1383
1503
1384
#: usertemplate.py:148
1504
#: usertemplate.py:148
1385
msgid "Home Share"
1505
msgid "Home share"
1386
msgstr "Heimatverzeichnisfreigabe"
1506
msgstr "Benutzerverzeichnis-Freigabe"
1387
1507
1388
#: usertemplate.py:149
1508
#: usertemplate.py:149
1389
msgid "Share, the user's home directory resides on"
1509
msgid "Share, the user's home directory resides on"
1390
msgstr "Freigabe, auf der sich das Heimatverzeichnis des Benutzers befindet"
1510
msgstr "Freigabe, auf der sich das Heimatverzeichnis des Benutzers befindet"
1391
1511
1392
#: usertemplate.py:158
1512
#: usertemplate.py:158
1393
msgid "Home Share Path"
1513
msgid "Home share path"
1394
msgstr "Pfad der Heimatverzeichnisfreigabe"
1514
msgstr "Pfad der Benutzerverzeichnis-Freigabe"
1395
1515
1396
#: usertemplate.py:159
1516
#: usertemplate.py:159
1397
msgid "Path on the home share"
1517
msgid "Path to the home directory on the home share"
1398
msgstr "Relativer Pfad des Heimatverzeichnises innerhalb der Freigabe"
1518
msgstr "Relativer Pfad der Benutzerverzeichnis-Freigabe"
1399
1519
1400
#: usertemplate.py:169
1520
#: usertemplate.py:169
1401
msgid "Login Shell"
1521
msgid "Login shell"
1402
msgstr "Login-Shell"
1522
msgstr "Login-Shell"
1403
1523
1404
#: usertemplate.py:180
1524
#: usertemplate.py:180
1405
msgid "Windows Home Path"
1525
msgid "Windows home path"
1406
msgstr "Windows-Heimatverzeichnis"
1526
msgstr "Windows-Hverzeichnis"
1407
1527
1408
#: usertemplate.py:190
1528
#: usertemplate.py:190
1409
msgid "Windows Script Path"
1529
msgid "Windows logon path"
1410
msgstr "Anmeldeskriptpfad"
1530
msgstr "Windows-Logon-Pfad"
1411
1531
1412
#: usertemplate.py:200
1532
#: usertemplate.py:200
1413
msgid "Windows Profile Path"
1533
msgid "Windows profile directory"
1414
msgstr "Profilverzeichnis"
1534
msgstr "Profilverzeichnis"
1415
1535
1416
#: usertemplate.py:210
1536
#: usertemplate.py:210
1417
msgid "Windows Home Drive"
1537
msgid "Windows home drive"
1418
msgstr "Laufwerk für Heimatverzeichnis"
1538
msgstr "Laufwerk des Benutzerverzeichnises"
1419
1539
1420
#: usertemplate.py:220
1540
#: usertemplate.py:220
1421
msgid "Street"
1541
msgid "Street"
1422
msgstr "Straße"
1542
msgstr "Straße"
1423
1543
1424
#: usertemplate.py:230
1544
#: usertemplate.py:230
1425
msgid "Postal Code"
1545
msgid "Postal code"
1426
msgstr "Postleitzahl"
1546
msgstr "Postleitzahl"
1427
1547
1428
#: usertemplate.py:240
1548
#: usertemplate.py:240
 Lines 1430-1448    Link Here 
1430
msgstr "Stadt"
1550
msgstr "Stadt"
1431
1551
1432
#: usertemplate.py:250
1552
#: usertemplate.py:250
1433
msgid "Telephone Number"
1553
msgid "Telephone number"
1434
msgstr "Telefonnummer"
1554
msgstr "Telefonnummer"
1435
1555
1436
#: usertemplate.py:260
1556
#: usertemplate.py:260
1437
msgid "Secretary"
1557
msgid "Superior"
1438
msgstr "Vorgesetzter"
1558
msgstr ""
1439
1559
1440
#: usertemplate.py:270
1560
#: usertemplate.py:270
1441
msgid "Department Number"
1561
msgid "Department number"
1442
msgstr "Abteilungsnummer"
1562
msgstr "Abteilungsnummer"
1443
1563
1444
#: usertemplate.py:280
1564
#: usertemplate.py:280
1445
msgid "Employee Type"
1565
msgid "Employee type"
1446
msgstr "Mitarbeiterkategorie"
1566
msgstr "Mitarbeiterkategorie"
1447
1567
1448
#: usertemplate.py:290 usertemplate.py:397 usertemplate.py:398
1568
#: usertemplate.py:290 usertemplate.py:397 usertemplate.py:398
 Lines 1450-1466    Link Here 
1450
msgstr "Gruppen"
1570
msgstr "Gruppen"
1451
1571
1452
#: usertemplate.py:300
1572
#: usertemplate.py:300
1453
msgid "Primary Group"
1573
msgid "Primary group"
1454
msgstr "Primäre Gruppe"
1574
msgstr "Primäre Gruppe"
1455
1575
1456
#: usertemplate.py:313
1576
#: usertemplate.py:313
1457
msgid "Primary E-Mail Address"
1577
msgid "Primary e-mail address"
1458
msgstr "Primäre E-Mail-Adresse"
1578
msgstr "Primäre E-Mail-Adresse"
1459
1579
1460
#: usertemplate.py:325
1580
#: usertemplate.py:325
1461
msgid "Alternative E-Mail Addresses"
1581
msgid "Alternative e-mail address"
1462
msgstr "Alternative E-Mail-Adressen"
1582
msgstr "Alternative E-Mail-Adresse"
1463
1583
1584
#: usertemplate.py:353
1585
msgid "General user template settings"
1586
msgstr "Grundeinstellungen - Benutzervorlage"
1587
1464
#: usertemplate.py:360 usertemplate.py:361
1588
#: usertemplate.py:360 usertemplate.py:361
1465
msgid "User Account"
1589
msgid "User Account"
1466
msgstr "Benutzer-Konto"
1590
msgstr "Benutzer-Konto"
 Lines 1561-1566    Link Here 
1561
msgid "X Configuration Choices"
1685
msgid "X Configuration Choices"
1562
msgstr "X-Konfiguration Auswahl"
1686
msgstr "X-Konfiguration Auswahl"
1563
1687
1688
#: xconfig_choices.py:170
1689
msgid "General X configuration choices settings"
1690
msgstr "Grundeinstellungen - X-Konfigurationsauswahl"
1691
1692
#~ msgid "Disabled"
1693
#~ msgstr "Deaktiviert"
1694
1695
#~ msgid "Windows Script Path"
1696
#~ msgstr "Anmeldeskriptpfad"
1697
1698
#~ msgid "Secretary"
1699
#~ msgstr "Vorgesetzter"
1700
1564
#~ msgid ""
1701
#~ msgid ""
1565
#~ "Configuration of the LDAP settings used to store the extended attribute"
1702
#~ "Configuration of the LDAP settings used to store the extended attribute"
1566
#~ msgstr ""
1703
#~ msgstr ""
 Lines 1575-1670    Link Here 
1575
1712
1576
#~ msgid "UMC layout"
1713
#~ msgid "UMC layout"
1577
#~ msgstr "Karteikartendarstellung"
1714
#~ msgstr "Karteikartendarstellung"
1578
1579
msgid "Default settings description"
1580
msgstr "Bezeichnung - Vorgabe-Einstellungen"
1581
1582
msgid "Default container description"
1583
msgstr "Bezeichnung - Standard-Container"
1584
1585
msgid "General extended options settings"
1586
msgstr "Grundeinstellungen - Erweiterte Optionen"
1587
1588
msgid "General LDAP ACL extension settings"
1589
msgstr "Grundeinstellungen - LDAP ACL-Erweiterung"
1590
1591
msgid "General LDAP schema extension settings"
1592
msgstr "Grundeinstellungen - LDAP-Schemaerweiterung"
1593
1594
msgid "General license settings"
1595
msgstr "Grundeinstellungen - Lizenz"
1596
1597
msgid "General lock settings"
1598
msgstr "Grundeinstellungen - Sperrung"
1599
1600
msgid "General package list settings"
1601
msgstr "Grundeinstellungen - Paketliste"
1602
1603
msgid "General printer driver list settings"
1604
msgstr "Grundeinstellungen - Druckertreiberliste"
1605
1606
msgid "General printer URI list settings"
1607
msgstr "Grundeinstellungen - Drucker-URI-Liste"
1608
1609
msgid "General prohibited user names settings"
1610
msgstr "Grundeinstellungen - Verbotene Benutzernamen"
1611
1612
msgid "General Samba configuration settings"
1613
msgstr "Grundeinstellungen - Samba-Konfiguration"
1614
1615
msgid "General Samba domain settings"
1616
msgstr "Grundeinstellungen - Samba-Domäne"
1617
1618
msgid "General service settings"
1619
msgstr "Grundeinstellungen - Dienst"
1620
1621
msgid "General syntax definition settings"
1622
msgstr "Grundeinstellungen - Syntax-Definition"
1623
1624
msgid "General UDM hook settings"
1625
msgstr "Grundeinstellungen - UDM-Hook"
1626
1627
msgid "General UDM module settings"
1628
msgstr "Grundeinstellungen - UDM-Modul"
1629
1630
msgid "General UDM syntax settings"
1631
msgstr "Grundeinstellungen - UDM-Syntax"
1632
1633
msgid "General UMC operation set settings"
1634
msgstr "Grundeinstellungen - UMC-Operationen"
1635
1636
msgid "General user template settings"
1637
msgstr "Grundeinstellungen - Benutzervorlage"
1638
1639
msgid "General X configuration choices settings"
1640
msgstr "Grundeinstellungen - X-Konfigurationsauswahl"
1641
1642
msgid "Extended attribute description"
1643
msgstr "Bezeichnung - Erweitertes Attribut"
1644
1645
msgid "Passwords must meet complexity requirements"
1646
msgstr "Kennwort muss Komplexitätsvoraussetzungen entsprechen"
1647
1648
msgid ""
1649
"Is not based on the user's account name. Contains at least "
1650
"six characters. Contains characters from three of the following "
1651
"four categories: Uppercase alphabet characters (A-Z), "
1652
"Lowercase alphabet characters (a-z), Arabic numerals (0-9), "
1653
"Nonalphanumeric characters (for example, !$#,%)"
1654
msgstr ""
1655
"Es darf weder wesentliche Teile des Kontonamens des Benutzers noch "
1656
"den vollständigen Kontonamen enthalten. Es muss mindestens sechs "
1657
"Zeichen lang sein. Es muss Zeichen aus drei der vier folgenden "
1658
"Kategorien enthalten: Großbuchstaben von A bis Z, Kleinbuchstaben "
1659
"von A bis Z, Ziffern der Basis 10 (0 bis 9), "
1660
"Andere als alphabetische Zeichen (z. B. !, $, #, %)"
1661
1662
msgid "Store plaintext passwords"
1663
msgstr "Kennwort mit umkehrbarer Verschlüsselung speichern"
1664
1665
msgid ""
1666
"Store plaintext passwords where account have \"store passwords with "
1667
"reversible encryption\" set."
1668
msgstr ""
1669
"Klartext Passwörter speichern, falls am Benutzerkonto \"Kennwort mit "
1670
"umkehrbarer Verschlüsselung speichern\" gesetzt ist."
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/users/de.po (-166 / +168 lines)
 Lines 29-35    Link Here 
29
msgstr ""
29
msgstr ""
30
"Project-Id-Version: PACKAGE VERSION\n"
30
"Project-Id-Version: PACKAGE VERSION\n"
31
"Report-Msgid-Bugs-To: \n"
31
"Report-Msgid-Bugs-To: \n"
32
"POT-Creation-Date: 2012-10-11 17:59+0200\n"
32
"POT-Creation-Date: 2015-04-01 14:08+0200\n"
33
"PO-Revision-Date: 2013-02-15 18:12+0100\n"
33
"PO-Revision-Date: 2013-02-15 18:12+0100\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
35
"Language-Team: German <de@li.org>\n"
35
"Language-Team: German <de@li.org>\n"
 Lines 43-53    Link Here 
43
msgid "User: Password"
43
msgid "User: Password"
44
msgstr "Benutzer: Passwort"
44
msgstr "Benutzer: Passwort"
45
45
46
#: passwd.py:57 user.py:133
46
#: passwd.py:57 user.py:127
47
msgid "User name"
47
msgid "User name"
48
msgstr "Benutzername"
48
msgstr "Benutzername"
49
49
50
#: passwd.py:67 user.py:304
50
#: passwd.py:67 user.py:312
51
msgid "Password"
51
msgid "Password"
52
msgstr "Passwort"
52
msgstr "Passwort"
53
53
 Lines 55-145    Link Here 
55
msgid "Change password"
55
msgid "Change password"
56
msgstr "Passwort ändern"
56
msgstr "Passwort ändern"
57
57
58
#: self.py:52 user.py:902 user.py:975
58
#: self.py:51 user.py:932 user.py:1005
59
msgid "General"
59
msgid "General"
60
msgstr "Allgemein"
60
msgstr "Allgemein"
61
61
62
#: self.py:56
62
#: self.py:55
63
msgid "User: Self"
63
msgid "User: Self"
64
msgstr "Benutzer: Persönliche Einstellungen"
64
msgstr "Benutzer: Persönliche Einstellungen"
65
65
66
#: user.py:69
66
#: user.py:68
67
msgid "day"
67
msgid "day"
68
msgstr "Tag"
68
msgstr "Tag"
69
69
70
#: user.py:71
70
#: user.py:70
71
msgid "days"
71
msgid "days"
72
msgstr "Tagen"
72
msgstr "Tagen"
73
73
74
#: user.py:77
74
#: user.py:76
75
msgid "Users"
75
msgid "Users"
76
msgstr "Benutzer"
76
msgstr "Benutzer"
77
77
78
#: user.py:78
78
#: user.py:77
79
msgid "Add, edit and delete users"
79
msgid "Add, edit and delete users"
80
msgstr "Hinzufügen, Bearbeiten und Löschen von Benutzern"
80
msgstr "Hinzufügen, Bearbeiten und Löschen von Benutzern"
81
81
82
#: user.py:79
82
#: user.py:78
83
msgid "Add"
83
msgid "Add"
84
msgstr "Hinzufügen"
84
msgstr "Hinzufügen"
85
85
86
#: user.py:79
86
#: user.py:78
87
msgid "Add User"
87
msgid "Add User"
88
msgstr "Benutzer hinzufügen"
88
msgstr "Benutzer hinzufügen"
89
89
90
#: user.py:79
90
#: user.py:78
91
msgid "Search"
91
msgid "Search"
92
msgstr "Suchen"
92
msgstr "Suchen"
93
93
94
#: user.py:79
94
#: user.py:78
95
msgid "Search for user(s)"
95
msgid "Search for user(s)"
96
msgstr "Benutzer suchen"
96
msgstr "Benutzer suchen"
97
97
98
#: user.py:83
98
#: user.py:82
99
msgid "User"
99
msgid "User"
100
msgstr "Benutzer"
100
msgstr "Benutzer"
101
101
102
#: user.py:94
102
#: user.py:88
103
msgid "POSIX account"
103
msgid "POSIX account"
104
msgstr "POSIX-Konto"
104
msgstr "POSIX-Konto"
105
105
106
#: user.py:99
106
#: user.py:93
107
msgid "Samba account"
107
msgid "Samba account"
108
msgstr "Samba-Konto"
108
msgstr "Samba-Konto"
109
109
110
#: user.py:104
110
#: user.py:98
111
msgid "Kerberos principal"
111
msgid "Kerberos principal"
112
msgstr "Kerberos Prinzipal"
112
msgstr "Kerberos Prinzipal"
113
113
114
#: user.py:109
114
#: user.py:103
115
msgid "Mail account"
115
msgid "Mail account"
116
msgstr "Mail-Konto"
116
msgstr "Mail-Konto"
117
117
118
#: user.py:114
118
#: user.py:108
119
msgid "Public key infrastructure account"
119
msgid "Public key infrastructure account"
120
msgstr "Public Key Infrastruktur-Konto"
120
msgstr "Public Key Infrastruktur-Konto"
121
121
122
#: user.py:120 user.py:910
122
#: user.py:114 user.py:940
123
msgid "Personal information"
123
msgid "Personal information"
124
msgstr "Persönliche Informationen"
124
msgstr "Persönliche Informationen"
125
125
126
#: user.py:125
126
#: user.py:119
127
msgid "Simple authentication account"
127
msgid "Simple authentication account"
128
msgstr "Einfaches Authentisierungskonto"
128
msgstr "Einfaches Authentisierungskonto"
129
129
130
#: user.py:143
130
#: user.py:138
131
msgid "User ID"
131
msgid "User ID"
132
msgstr "Benutzer-ID"
132
msgstr "Benutzer-ID"
133
133
134
#: user.py:153
134
#: user.py:149
135
msgid "Group ID of the primary group"
135
msgid "Group ID of the primary group"
136
msgstr "Gruppen-ID der primären Gruppe"
136
msgstr "Gruppen-ID der primären Gruppe"
137
137
138
#: user.py:164
138
#: user.py:162
139
msgid "First name"
139
msgid "First name"
140
msgstr "Vorname"
140
msgstr "Vorname"
141
141
142
#: user.py:175
142
#: user.py:174
143
msgid "Last name"
143
msgid "Last name"
144
msgstr "Nachname"
144
msgstr "Nachname"
145
145
 Lines 147-632    Link Here 
147
msgid "GECOS"
147
msgid "GECOS"
148
msgstr "GECOS"
148
msgstr "GECOS"
149
149
150
#: user.py:196
150
#: user.py:197
151
msgid "Display name"
151
msgid "Display name"
152
msgstr "Anzeigename"
152
msgstr "Anzeigename"
153
153
154
#: user.py:207
154
#: user.py:209
155
msgid "Title"
155
msgid "Title"
156
msgstr "Anrede"
156
msgstr "Anrede"
157
157
158
#: user.py:217
158
#: user.py:220
159
msgid "Samba privileges"
159
msgid "Samba privilege"
160
msgstr "Samba-Privilegien"
160
msgstr "Samba-Privileg"
161
161
162
#: user.py:218
162
#: user.py:221
163
msgid "Manage samba privileges"
163
msgid "Manage samba privileges"
164
msgstr "Samba-Privilegien verwalten"
164
msgstr "Samba-Privilegien verwalten"
165
165
166
#: user.py:228
166
#: user.py:232
167
msgid "Description"
167
msgid "Description"
168
msgstr "Beschreibung"
168
msgstr "Beschreibung"
169
169
170
#: user.py:238 user.py:916
170
#: user.py:243 user.py:945
171
msgid "Organisation"
171
msgid "Organisation"
172
msgstr "Organisation"
172
msgstr "Organisation"
173
173
174
#: user.py:248
174
#: user.py:254
175
msgid "Account expiry date"
175
msgid "Account expiry date"
176
msgstr "Konto-Ablaufdatum"
176
msgstr "Konto-Ablaufdatum"
177
177
178
#: user.py:249 user.py:260
178
#: user.py:255 user.py:266
179
msgid "Enter date as day.month.year."
179
msgid "Enter date as day.month.year."
180
msgstr "Datum als Tag.Monat.Jahr eingeben."
180
msgstr "Datum als Tag.Monat.Jahr eingeben."
181
181
182
#: user.py:259
182
#: user.py:265
183
msgid "Password expiry date"
183
msgid "Password expiry date"
184
msgstr "Passwort-Ablaufdatum"
184
msgstr "Passwort-Ablaufdatum"
185
185
186
#: user.py:271 user.py:272
186
#: user.py:278 user.py:279
187
msgid "Change password on next login"
187
msgid "Change password on next login"
188
msgstr "Passwort bei der nächsten Anmeldung ändern"
188
msgstr "Passwort bei der nächsten Anmeldung ändern"
189
189
190
#: user.py:282
190
#: user.py:290
191
msgid "Account deactivation"
191
msgid "Account deactivation"
192
msgstr "Konto-Deaktivierung"
192
msgstr "Konto-Deaktivierung"
193
193
194
#: user.py:293
194
#: user.py:301
195
msgid "Locked login methods"
195
msgid "Locked login methods"
196
msgstr "Gesperrte Anmeldeverfahren"
196
msgstr "Gesperrte Anmeldeverfahren"
197
197
198
#: user.py:315
198
#: user.py:324
199
msgid "Street"
199
msgid "Street"
200
msgstr "Straße"
200
msgstr "Straße"
201
201
202
#: user.py:325
202
#: user.py:335
203
msgid "E-mail address(es)"
203
msgid "E-mail address"
204
msgstr "E-Mail-Adresse(n)"
204
msgstr "E-Mail-Adresse"
205
205
206
#: user.py:336
206
#: user.py:346
207
msgid "Postal code"
207
msgid "Postal code"
208
msgstr "Postleitzahl"
208
msgstr "Postleitzahl"
209
209
210
#: user.py:346
210
#: user.py:357
211
msgid "City"
211
msgid "City"
212
msgstr "Stadt"
212
msgstr "Stadt"
213
213
214
#: user.py:356
214
#: user.py:368
215
msgid "Telephone number(s)"
215
msgid "Telephone number"
216
msgstr "Telefonnummer(n)"
216
msgstr "Telefonnummer"
217
217
218
#: user.py:366
218
#: user.py:379
219
msgid "Employee number"
219
msgid "Employee number"
220
msgstr "Mitarbeiternummer"
220
msgstr "Mitarbeiternummer"
221
221
222
#: user.py:377
222
#: user.py:390
223
msgid "Room number"
223
msgid "Room number"
224
msgstr "Raumnummer"
224
msgstr "Raumnummer"
225
225
226
#: user.py:387
226
#: user.py:400
227
msgid "Superior"
227
msgid "Superior"
228
msgstr "Vorgesetzter"
228
msgstr "Vorgesetzter"
229
229
230
#: user.py:397
230
#: user.py:410
231
msgid "Department number"
231
msgid "Department number"
232
msgstr "Abteilungsnummer"
232
msgstr "Abteilungsnummer"
233
233
234
#: user.py:407
234
#: user.py:420
235
msgid "Employee type"
235
msgid "Employee type"
236
msgstr "Mitarbeiterkategorie"
236
msgstr "Mitarbeiterkategorie"
237
237
238
#: user.py:417
238
#: user.py:430
239
msgid "Private postal address"
239
msgid "Private postal address"
240
msgstr "Private Adresse"
240
msgstr "Private Adresse"
241
241
242
#: user.py:427
242
#: user.py:440
243
msgid "Private telephone number(s)"
243
msgid "Private telephone number"
244
msgstr "Telefonnummer(n) Festnetz"
244
msgstr "Telefonnummer Festnetz"
245
245
246
#: user.py:437
246
#: user.py:451
247
msgid "Mobile phone number(s)"
247
msgid "Mobile phone number"
248
msgstr "Telefonnummer(n) Mobil"
248
msgstr "Telefonnummer Mobil"
249
249
250
#: user.py:447
250
#: user.py:462
251
msgid "Pager telephone number(s)"
251
msgid "Pager telephone number"
252
msgstr "Rufnummer(n) Pager"
252
msgstr "Rufnummer Pager"
253
253
254
#: user.py:457
254
#: user.py:473
255
msgid "Birthday"
255
msgid "Birthday"
256
msgstr "Geburtsdatum"
256
msgstr "Geburtsdatum"
257
257
258
#: user.py:458
258
#: user.py:474
259
msgid "Date of birth"
259
msgid "Date of birth"
260
msgstr "Geburtsdatum"
260
msgstr "Geburtsdatum"
261
261
262
#: user.py:467
262
#: user.py:483
263
msgid "Unix home directory"
263
msgid "Unix home directory"
264
msgstr "UNIX-Heimatverzeichnis"
264
msgstr "UNIX-Heimatverzeichnis"
265
265
266
#: user.py:479
266
#: user.py:495
267
msgid "Login shell"
267
msgid "Login shell"
268
msgstr "Login-Shell"
268
msgstr "Login-Shell"
269
269
270
#: user.py:490
270
#: user.py:506
271
msgid "Windows home path"
271
msgid "Windows home path"
272
msgstr "Windows-Heimatverzeichnis"
272
msgstr "Windows-Heimatverzeichnis"
273
273
274
#: user.py:500
274
#: user.py:517
275
msgid "Windows logon script"
275
msgid "Windows logon script"
276
msgstr "Anmeldeskript"
276
msgstr "Anmeldeskript"
277
277
278
#: user.py:510
278
#: user.py:528
279
msgid "Windows profile directory"
279
msgid "Windows profile directory"
280
msgstr "Profilverzeichnis"
280
msgstr "Profilverzeichnis"
281
281
282
#: user.py:520
282
#: user.py:539
283
msgid "Windows home drive"
283
msgid "Windows home drive"
284
msgstr "Laufwerk für das Windows-Heimatverzeichnis"
284
msgstr "Laufwerk für das Windows-Heimatverzeichnis"
285
285
286
#: user.py:530
286
#: user.py:550
287
msgid "Relative ID"
287
msgid "Relative ID"
288
msgstr "Relative ID"
288
msgstr "Relative ID"
289
289
290
#: user.py:541 user.py:921
290
#: user.py:562 user.py:951
291
msgid "Groups"
291
msgid "Groups"
292
msgstr "Gruppen"
292
msgstr "Gruppen"
293
293
294
#: user.py:552 user.py:922
294
#: user.py:574 user.py:952
295
msgid "Primary group"
295
msgid "Primary group"
296
msgstr "Primäre Gruppe"
296
msgstr "Primäre Gruppe"
297
297
298
#: user.py:563
298
#: user.py:586
299
msgid "Mail home server"
299
msgid "Mail home server"
300
msgstr "Mail Home Server"
300
msgstr "Mail Home Server"
301
301
302
#: user.py:574
302
#: user.py:598
303
msgid "Primary e-mail address"
303
msgid "Primary e-mail address"
304
msgstr "Primäre E-Mail-Adresse"
304
msgstr "Primäre E-Mail-Adresse"
305
305
306
#: user.py:586
306
#: user.py:611
307
msgid "Alternative e-mail addresses"
307
msgid "Alternative e-mail address"
308
msgstr "Alternative E-Mail-Adressen"
308
msgstr "Alternative E-Mail-Adresse"
309
309
310
#: user.py:597
310
#: user.py:623
311
msgid "Override password history"
311
msgid "Override password history"
312
msgstr "Passwort-History ignorieren"
312
msgstr "Passwort-History ignorieren"
313
313
314
#: user.py:608
314
#: user.py:635
315
msgid "Override password check"
315
msgid "Override password check"
316
msgstr "Passwort-Prüfungen ignorieren"
316
msgstr "Passwort-Prüfungen ignorieren"
317
317
318
#: user.py:619
318
#: user.py:647 user.py:2379
319
msgid "Home share"
319
msgid "Home share"
320
msgstr "Heimatverzeichnisfreigabe"
320
msgstr "Heimatverzeichnisfreigabe"
321
321
322
#: user.py:620
322
#: user.py:648
323
msgid "Share, the user's home directory resides on"
323
msgid "Share, the user's home directory resides on"
324
msgstr "Freigabe, auf der das Heimatverzeichnis des Benutzers liegt."
324
msgstr "Freigabe, auf der das Heimatverzeichnis des Benutzers liegt."
325
325
326
#: user.py:630
326
#: user.py:658 user.py:2379 user.py:2383
327
msgid "Home share path"
327
msgid "Home share path"
328
msgstr "Pfad zum Heimatverzeichnis"
328
msgstr "Pfad zum Heimatverzeichnis"
329
329
330
#: user.py:631
330
#: user.py:659
331
msgid "Path to the home directory on the home share"
331
msgid "Path to the home directory on the home share"
332
msgstr "Pfad zum Heimatverzeichnis unterhalb der Freigabe."
332
msgstr "Pfad zum Heimatverzeichnis unterhalb der Freigabe."
333
333
334
#: user.py:642
334
#: user.py:670
335
msgid "Allow the authentication only on these Microsoft Windows hosts"
335
msgid "Allow the authentication only on this Microsoft Windows host"
336
msgstr "Anmeldung nur an diesen Microsoft Windows-Rechnern zulassen"
336
msgstr "Anmeldung nur an diesem Microsoft Windows-Rechner zulassen"
337
337
338
#: user.py:653
338
#: user.py:682
339
msgid "Permitted times for Windows logins"
339
msgid "Permitted times for Windows logins"
340
msgstr "Erlaubte Zeiten für Windows-Anmeldungen"
340
msgstr "Erlaubte Zeiten für Windows-Anmeldungen"
341
341
342
#: user.py:664
342
#: user.py:694
343
msgid "Picture of the user (JPEG format)"
343
msgid "Picture of the user (JPEG format)"
344
msgstr "Bild des Benutzers (JPEG-Format)"
344
msgstr "Bild des Benutzers (JPEG-Format)"
345
345
346
#: user.py:665
346
#: user.py:695
347
msgid "Picture for user account in JPEG format"
347
msgid "Picture for user account in JPEG format"
348
msgstr "Bild des Benutzerkontos im JPEG-Format"
348
msgstr "Bild des Benutzerkontos im JPEG-Format"
349
349
350
#: user.py:675
350
#: user.py:705
351
msgid "PKI user certificate (DER format)"
351
msgid "PKI user certificate (DER format)"
352
msgstr "PKI Benutzerzertifikat (DER Format)"
352
msgstr "PKI Benutzerzertifikat (DER Format)"
353
353
354
#: user.py:676
354
#: user.py:706
355
msgid "Public key infrastructure - user certificate "
355
msgid "Public key infrastructure - user certificate "
356
msgstr "Public key infrastruktur - Benutzerzertifikat"
356
msgstr "Public key infrastruktur - Benutzerzertifikat"
357
357
358
#: user.py:686
358
#: user.py:716
359
msgid "Issuer Country"
359
msgid "Issuer Country"
360
msgstr "Herausgeber Land"
360
msgstr "Herausgeber Land"
361
361
362
#: user.py:687
362
#: user.py:717
363
msgid "Certificate Issuer Country"
363
msgid "Certificate Issuer Country"
364
msgstr "Land des Zertifikat-Herausgebers"
364
msgstr "Land des Zertifikat-Herausgebers"
365
365
366
#: user.py:697
366
#: user.py:727
367
msgid "Issuer State"
367
msgid "Issuer State"
368
msgstr "Herausgeber Bundesland"
368
msgstr "Herausgeber Bundesland"
369
369
370
#: user.py:698
370
#: user.py:728
371
msgid "Certificate Issuer State"
371
msgid "Certificate Issuer State"
372
msgstr "Bundesland des Zertifikat-Herausgebers"
372
msgstr "Bundesland des Zertifikat-Herausgebers"
373
373
374
#: user.py:708
374
#: user.py:738
375
msgid "Issuer Location"
375
msgid "Issuer Location"
376
msgstr "Herausgeber Ort"
376
msgstr "Herausgeber Ort"
377
377
378
#: user.py:709
378
#: user.py:739
379
msgid "Certificate Issuer Location"
379
msgid "Certificate Issuer Location"
380
msgstr "Ort des Zertifikat-Herausgebers"
380
msgstr "Ort des Zertifikat-Herausgebers"
381
381
382
#: user.py:719
382
#: user.py:749
383
msgid "Issuer Organisation"
383
msgid "Issuer Organisation"
384
msgstr "Herausgeber Organisation"
384
msgstr "Herausgeber Organisation"
385
385
386
#: user.py:720
386
#: user.py:750
387
msgid "Certificate Issuer Organisation"
387
msgid "Certificate Issuer Organisation"
388
msgstr "Organisation des Zertifikat-Herausgebers"
388
msgstr "Organisation des Zertifikat-Herausgebers"
389
389
390
#: user.py:730
390
#: user.py:760
391
msgid "Issuer Organisational Unit"
391
msgid "Issuer Organisational Unit"
392
msgstr "Herausgeber Organisationseinheit"
392
msgstr "Herausgeber Organisationseinheit"
393
393
394
#: user.py:731
394
#: user.py:761
395
msgid "Certificate Issuer Organisational Unit"
395
msgid "Certificate Issuer Organisational Unit"
396
msgstr "Organisationseinheit des Zertifikat-Herausgebers"
396
msgstr "Organisationseinheit des Zertifikat-Herausgebers"
397
397
398
#: user.py:741
398
#: user.py:771
399
msgid "Issuer Common Name"
399
msgid "Issuer Common Name"
400
msgstr "Herausgeber Allgemeiner Name"
400
msgstr "Herausgeber Allgemeiner Name"
401
401
402
#: user.py:742
402
#: user.py:772
403
msgid "Certificate Issuer Common Name"
403
msgid "Certificate Issuer Common Name"
404
msgstr "Allgemeiner Name des Zertifikat-Herausgebers"
404
msgstr "Allgemeiner Name des Zertifikat-Herausgebers"
405
405
406
#: user.py:752
406
#: user.py:782
407
msgid "Issuer Mail"
407
msgid "Issuer Mail"
408
msgstr "Herausgeber E-Mail-Adresse"
408
msgstr "Herausgeber E-Mail-Adresse"
409
409
410
#: user.py:753
410
#: user.py:783
411
msgid "Certificate Issuer Mail"
411
msgid "Certificate Issuer Mail"
412
msgstr "E-Mail-Adresse des Zertifikat-Herausgebers"
412
msgstr "E-Mail-Adresse des Zertifikat-Herausgebers"
413
413
414
#: user.py:763
414
#: user.py:793
415
msgid "Subject Country"
415
msgid "Subject Country"
416
msgstr "Inhaber Land"
416
msgstr "Inhaber Land"
417
417
418
#: user.py:764
418
#: user.py:794
419
msgid "Certificate Subject Country"
419
msgid "Certificate Subject Country"
420
msgstr "Land des Zertifikat-Inhabers"
420
msgstr "Land des Zertifikat-Inhabers"
421
421
422
#: user.py:774
422
#: user.py:804
423
msgid "Subject State"
423
msgid "Subject State"
424
msgstr "Inhaber Bundesland"
424
msgstr "Inhaber Bundesland"
425
425
426
#: user.py:775
426
#: user.py:805
427
msgid "Certificate Subject State"
427
msgid "Certificate Subject State"
428
msgstr "Bundesland des Zertifikat-Inhaber"
428
msgstr "Bundesland des Zertifikat-Inhaber"
429
429
430
#: user.py:785
430
#: user.py:815
431
msgid "Subject Location"
431
msgid "Subject Location"
432
msgstr "Inhaber Ort"
432
msgstr "Inhaber Ort"
433
433
434
#: user.py:786
434
#: user.py:816
435
msgid "Certificate Subject Location"
435
msgid "Certificate Subject Location"
436
msgstr "Ort des Zertifikat-Inhaber"
436
msgstr "Ort des Zertifikat-Inhaber"
437
437
438
#: user.py:796
438
#: user.py:826
439
msgid "Subject Organisation"
439
msgid "Subject Organisation"
440
msgstr "Inhaber Organisation"
440
msgstr "Inhaber Organisation"
441
441
442
#: user.py:797
442
#: user.py:827
443
msgid "Certificate Subject Organisation"
443
msgid "Certificate Subject Organisation"
444
msgstr "Organisation des Zertifikat-Inhabers"
444
msgstr "Organisation des Zertifikat-Inhabers"
445
445
446
#: user.py:807
446
#: user.py:837
447
msgid "Subject Organisational Unit"
447
msgid "Subject Organisational Unit"
448
msgstr "Inhaber Organisationseinheit"
448
msgstr "Inhaber Organisationseinheit"
449
449
450
#: user.py:808
450
#: user.py:838
451
msgid "Certificate Subject Organisational Unit"
451
msgid "Certificate Subject Organisational Unit"
452
msgstr "Organisationseinheit des Zertifikat-Inhabers"
452
msgstr "Organisationseinheit des Zertifikat-Inhabers"
453
453
454
#: user.py:818
454
#: user.py:848
455
msgid "Subject Common Name"
455
msgid "Subject Common Name"
456
msgstr "Inhaber Allgemeiner Name"
456
msgstr "Inhaber Allgemeiner Name"
457
457
458
#: user.py:819
458
#: user.py:849
459
msgid "Certificate Subject Common Name"
459
msgid "Certificate Subject Common Name"
460
msgstr "Allgemeiner Name des Zertifikat-Inhaber"
460
msgstr "Allgemeiner Name des Zertifikat-Inhaber"
461
461
462
#: user.py:823
462
#: user.py:859
463
msgid "Subject Mail"
463
msgid "Subject Mail"
464
msgstr "Inhaber E-Mail-Adresse"
464
msgstr "Inhaber E-Mail-Adresse"
465
465
466
#: user.py:824
466
#: user.py:860
467
msgid "Certificate Subject Mail"
467
msgid "Certificate Subject Mail"
468
msgstr "E-Mail-Adresse des Zertifikat-Inhabers"
468
msgstr "E-Mail-Adresse des Zertifikat-Inhabers"
469
469
470
#: user.py:840
470
#: user.py:870
471
msgid "Valid from"
471
msgid "Valid from"
472
msgstr "Gültig ab"
472
msgstr "Gültig ab"
473
473
474
#: user.py:841
474
#: user.py:871
475
msgid "Certificate valid from"
475
msgid "Certificate valid from"
476
msgstr "Das Zertifikat ist gültig ab dem Zeitpunkt"
476
msgstr "Das Zertifikat ist gültig ab dem Zeitpunkt"
477
477
478
#: user.py:851
478
#: user.py:881
479
msgid "Valid until"
479
msgid "Valid until"
480
msgstr "Gültig bis"
480
msgstr "Gültig bis"
481
481
482
#: user.py:852
482
#: user.py:882
483
msgid "Certificate valid until"
483
msgid "Certificate valid until"
484
msgstr "Das Zertifikat ist gültig bis zu dem Zeitpunkt"
484
msgstr "Das Zertifikat ist gültig bis zu dem Zeitpunkt"
485
485
486
#: user.py:862
486
#: user.py:892
487
msgid "Version"
487
msgid "Version"
488
msgstr "Version"
488
msgstr "Version"
489
489
490
#: user.py:863
490
#: user.py:893
491
msgid "Certificate Version"
491
msgid "Certificate Version"
492
msgstr "Zertifikatversion"
492
msgstr "Zertifikatversion"
493
493
494
#: user.py:873
494
#: user.py:903
495
msgid "Serial"
495
msgid "Serial"
496
msgstr "Seriennummer"
496
msgstr "Seriennummer"
497
497
498
#: user.py:874
498
#: user.py:904
499
msgid "Certificate Serial"
499
msgid "Certificate Serial"
500
msgstr "Zertifikatsseriennummer"
500
msgstr "Zertifikatsseriennummer"
501
501
502
#: user.py:884
502
#: user.py:914
503
msgid "UMC user preferences"
503
msgid "UMC user preferences"
504
msgstr "UMC-Benutzer-Einstellungen"
504
msgstr "UMC-Benutzer-Einstellungen"
505
505
506
#: user.py:885
506
#: user.py:915
507
msgid "Key value pairs storing user preferences for UMC"
507
msgid "Key value pairs storing user preferences for UMC"
508
msgstr "Key-Value-Paare, die UMC-Benutzereinstellungen speichern"
508
msgstr "Key-Value-Paare, die UMC-Benutzereinstellungen speichern"
509
509
510
#: user.py:902
510
#: user.py:932
511
msgid "Basic settings"
511
msgid "Basic settings"
512
msgstr "Grundeinstellungen"
512
msgstr "Grundeinstellungen"
513
513
514
#: user.py:903
514
#: user.py:933
515
msgid "User account"
515
msgid "User account"
516
msgstr "Benutzerkonto"
516
msgstr "Benutzerkonto"
517
517
518
#: user.py:925
518
#: user.py:955
519
msgid "Additional groups"
519
msgid "Additional groups"
520
msgstr "Weitere Gruppen"
520
msgstr "Weitere Gruppen"
521
521
522
#: user.py:929
522
#: user.py:959
523
msgid "Account"
523
msgid "Account"
524
msgstr "Konto"
524
msgstr "Konto"
525
525
526
#: user.py:929
526
#: user.py:959
527
msgid "Account settings"
527
msgid "Account settings"
528
msgstr "Konto-Einstellungen"
528
msgstr "Konto-Einstellungen"
529
529
530
#: user.py:930
530
#: user.py:960
531
msgid "Locking and deactivation"
531
msgid "Locking and deactivation"
532
msgstr "Konto-Deaktivierung"
532
msgstr "Konto-Deaktivierung"
533
533
534
#: user.py:935
534
#: user.py:965
535
msgid "Windows"
535
msgid "Windows"
536
msgstr "Windows"
536
msgstr "Windows"
537
537
538
#: user.py:935
538
#: user.py:965
539
msgid "Windows account settings"
539
msgid "Windows account settings"
540
msgstr "Windows-Kontoeinstellungen"
540
msgstr "Windows-Kontoeinstellungen"
541
541
542
#: user.py:943
542
#: user.py:973
543
msgid "POSIX (Linux/UNIX)"
543
msgid "POSIX (Linux/UNIX)"
544
msgstr "POSIX (Linux/UNIX)"
544
msgstr "POSIX (Linux/UNIX)"
545
545
546
#: user.py:943
546
#: user.py:973
547
msgid "POSIX (Linux/UNIX) account settings"
547
msgid "POSIX (Linux/UNIX) account settings"
548
msgstr "POSIX (Linux/UNIX) Kontoeinstellungen"
548
msgstr "POSIX (Linux/UNIX) Kontoeinstellungen"
549
549
550
#: user.py:949
550
#: user.py:979
551
msgid "Contact"
551
msgid "Contact"
552
msgstr "Kontakt"
552
msgstr "Kontakt"
553
553
554
#: user.py:949
554
#: user.py:979
555
msgid "Contact information"
555
msgid "Contact information"
556
msgstr "Kontaktinformationen"
556
msgstr "Kontaktinformationen"
557
557
558
#: user.py:950
558
#: user.py:980
559
msgid "Business"
559
msgid "Business"
560
msgstr "Geschäftlich"
560
msgstr "Geschäftlich"
561
561
562
#: user.py:956
562
#: user.py:986
563
msgid "Private"
563
msgid "Private"
564
msgstr "Privat"
564
msgstr "Privat"
565
565
566
#: user.py:963
566
#: user.py:993
567
msgid "Mail"
567
msgid "Mail"
568
msgstr "Mail"
568
msgstr "Mail"
569
569
570
#: user.py:963
570
#: user.py:993
571
msgid "Mail preferences"
571
msgid "Mail preferences"
572
msgstr "Maileinstellungen"
572
msgstr "Maileinstellungen"
573
573
574
#: user.py:964
574
#: user.py:994
575
msgid "Advanced settings"
575
msgid "Advanced settings"
576
msgstr "Erweiterte Einstellungen"
576
msgstr "Erweiterte Einstellungen"
577
577
578
#: user.py:969 user.py:970
578
#: user.py:999 user.py:1000
579
msgid "UMC preferences"
579
msgid "UMC preferences"
580
msgstr "UMC-Einstellungen"
580
msgstr "UMC-Einstellungen"
581
581
582
#: user.py:972
582
#: user.py:1004
583
msgid "Certificate"
584
msgstr "Zertifikat"
585
586
#: user.py:1008
583
msgid "Subject"
587
msgid "Subject"
584
msgstr "Inhaber"
588
msgstr "Inhaber"
585
589
586
#: user.py:974
590
#: user.py:1014
587
msgid "Certificate"
588
msgstr "Zertifikat"
589
590
#: user.py:985
591
msgid "Issuer"
591
msgid "Issuer"
592
msgstr "Aussteller"
592
msgstr "Aussteller"
593
593
594
#: user.py:994
594
#: user.py:1020
595
msgid "Validity"
595
msgid "Validity"
596
msgstr "Gültigkeit"
596
msgstr "Gültigkeit"
597
597
598
#: user.py:998
598
#: user.py:1023
599
msgid "Misc"
599
msgid "Misc"
600
msgstr "Verschiedenes"
600
msgstr "Verschiedenes"
601
601
602
#: user.py:1824
602
#: user.py:1768
603
#, python-format
603
#, python-format
604
msgid "Need one of %s, %s, %s or %s in options to create user."
604
msgid "Need one of %s, %s, %s or %s in options to create user."
605
msgstr ""
605
msgstr ""
606
"Mindestens eine Option aus %s, %s, %s oder %s muss aktiv sein, um einen "
606
"Mindestens eine Option aus %s, %s, %s oder %s muss aktiv sein, um einen "
607
"neuen Benutzer zu erstellen."
607
"neuen Benutzer zu erstellen."
608
608
609
#: user.py:2094 user.py:2100
609
#: user.py:2039 user.py:2045
610
#, python-format
610
#, python-format
611
msgid "The password is too short, at least %d characters needed!"
611
msgid "The password is too short, at least %d characters needed!"
612
msgstr "Das Passwort ist zu kurz, mindestens %d Zeichen erforderlich!"
612
msgstr "Das Passwort ist zu kurz, mindestens %d Zeichen erforderlich!"
613
613
614
#: user.py:2432
614
#: user.py:2371
615
msgid "DN given as share is not valid."
615
msgid "DN given as share is not valid."
616
msgstr "Der DN der Freigabe ist nicht zulässig."
616
msgstr "Der DN der Freigabe ist nicht zulässig."
617
617
618
#: user.py:2444
618
#: user.py:2379
619
msgid "Given DN is no share."
619
#, python-format
620
msgstr "Der angegebene DN ist keine Freigabe."
621
622
#: user.py:2434
623
msgid "%(homeSharePath)s must be given if %(homeShare)s is given."
620
msgid "%(homeSharePath)s must be given if %(homeShare)s is given."
624
msgstr "%(homeSharePath)s muss gesetzt sein, wenn %(homeShare)s gesetzt wurde."
621
msgstr "%(homeSharePath)s muss gesetzt sein, wenn %(homeShare)s gesetzt wurde."
625
622
626
#: user.py:2438
623
#: user.py:2383
624
#, python-format
627
msgid "%s: Invalid path"
625
msgid "%s: Invalid path"
628
msgstr "%s: Ungültige Pfadangabe"
626
msgstr "%s: Ungültige Pfadangabe"
629
627
628
#: user.py:2389
629
msgid "Given DN is no share."
630
msgstr "Der angegebene DN ist keine Freigabe."
631
630
#~ msgid "Dates"
632
#~ msgid "Dates"
631
#~ msgstr "Datumsangaben"
633
#~ msgstr "Datumsangaben"
632
634
(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py (-8 / +8 lines)
 Lines 217-223    Link Here 
217
			readonly_when_synced=1,
217
			readonly_when_synced=1,
218
		),
218
		),
219
	'sambaPrivileges': univention.admin.property(
219
	'sambaPrivileges': univention.admin.property(
220
			short_description = _( 'Samba privileges' ),
220
			short_description = _( 'Samba privilege' ),
221
			long_description = _( 'Manage samba privileges' ),
221
			long_description = _( 'Manage samba privileges' ),
222
			syntax = univention.admin.syntax.SambaPrivileges,
222
			syntax = univention.admin.syntax.SambaPrivileges,
223
			multivalue = True,
223
			multivalue = True,
 Lines 332-338    Link Here 
332
			readonly_when_synced=1,
332
			readonly_when_synced=1,
333
		),
333
		),
334
	'e-mail': univention.admin.property(
334
	'e-mail': univention.admin.property(
335
			short_description=_('E-mail address(es)'),
335
			short_description=_('E-mail address'),
336
			long_description='',
336
			long_description='',
337
			syntax=univention.admin.syntax.emailAddress,
337
			syntax=univention.admin.syntax.emailAddress,
338
			multivalue=1,
338
			multivalue=1,
 Lines 365-371    Link Here 
365
			readonly_when_synced=1,
365
			readonly_when_synced=1,
366
		),
366
		),
367
	'phone': univention.admin.property(
367
	'phone': univention.admin.property(
368
			short_description=_('Telephone number(s)'),
368
			short_description=_('Telephone number'),
369
			long_description='',
369
			long_description='',
370
			syntax=univention.admin.syntax.phone,
370
			syntax=univention.admin.syntax.phone,
371
			multivalue=1,
371
			multivalue=1,
 Lines 437-443    Link Here 
437
			identifies=0,
437
			identifies=0,
438
		),
438
		),
439
	'homeTelephoneNumber': univention.admin.property(
439
	'homeTelephoneNumber': univention.admin.property(
440
			short_description=_('Private telephone number(s)'),
440
			short_description=_('Private telephone number'),
441
			long_description='',
441
			long_description='',
442
			syntax=univention.admin.syntax.phone,
442
			syntax=univention.admin.syntax.phone,
443
			multivalue=1,
443
			multivalue=1,
 Lines 448-454    Link Here 
448
			readonly_when_synced=1,
448
			readonly_when_synced=1,
449
		),
449
		),
450
	'mobileTelephoneNumber': univention.admin.property(
450
	'mobileTelephoneNumber': univention.admin.property(
451
			short_description=_('Mobile phone number(s)'),
451
			short_description=_('Mobile phone number'),
452
			long_description='',
452
			long_description='',
453
			syntax=univention.admin.syntax.phone,
453
			syntax=univention.admin.syntax.phone,
454
			multivalue=1,
454
			multivalue=1,
 Lines 459-465    Link Here 
459
			readonly_when_synced=1,
459
			readonly_when_synced=1,
460
		),
460
		),
461
	'pagerTelephoneNumber': univention.admin.property(
461
	'pagerTelephoneNumber': univention.admin.property(
462
			short_description=_('Pager telephone number(s)'),
462
			short_description=_('Pager telephone number'),
463
			long_description='',
463
			long_description='',
464
			syntax=univention.admin.syntax.phone,
464
			syntax=univention.admin.syntax.phone,
465
			multivalue=1,
465
			multivalue=1,
 Lines 608-614    Link Here 
608
			readonly_when_synced=1,
608
			readonly_when_synced=1,
609
		),
609
		),
610
	'mailAlternativeAddress': univention.admin.property(
610
	'mailAlternativeAddress': univention.admin.property(
611
			short_description=_('Alternative e-mail addresses'),
611
			short_description=_('Alternative e-mail address'),
612
			long_description='',
612
			long_description='',
613
			syntax=univention.admin.syntax.emailAddressValidDomain,
613
			syntax=univention.admin.syntax.emailAddressValidDomain,
614
			multivalue=1,
614
			multivalue=1,
 Lines 667-673    Link Here 
667
			default = '<username>'
667
			default = '<username>'
668
		),
668
		),
669
	'sambaUserWorkstations': univention.admin.property(
669
	'sambaUserWorkstations': univention.admin.property(
670
			short_description=_('Allow the authentication only on these Microsoft Windows hosts'),
670
			short_description=_('Allow the authentication only on this Microsoft Windows host'),
671
			long_description=(''),
671
			long_description=(''),
672
			syntax=univention.admin.syntax.string,
672
			syntax=univention.admin.syntax.string,
673
			multivalue=1,
673
			multivalue=1,
(-)management/univention-directory-manager-modules/modules/univention/admin/de.po (-5 / +5 lines)
 Lines 29-35    Link Here 
29
msgstr ""
29
msgstr ""
30
"Project-Id-Version: univention-directory-manager-modules 6.0.99\n"
30
"Project-Id-Version: univention-directory-manager-modules 6.0.99\n"
31
"Report-Msgid-Bugs-To: \n"
31
"Report-Msgid-Bugs-To: \n"
32
"POT-Creation-Date: 2015-03-24 17:10+0100\n"
32
"POT-Creation-Date: 2015-04-01 14:56+0200\n"
33
"PO-Revision-Date: 2015-01-29 17:54+0100\n"
33
"PO-Revision-Date: 2015-01-29 17:54+0100\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
34
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
35
"Language-Team: German <de@li.org>\n"
35
"Language-Team: German <de@li.org>\n"
 Lines 187-194    Link Here 
187
msgstr "Erweiterung"
187
msgstr "Erweiterung"
188
188
189
#: nagios.py:50
189
#: nagios.py:50
190
msgid "Email addresses of Nagios contacts"
190
msgid "Email address of Nagios contacts"
191
msgstr "Email-Adressen für Nagios-Benachrichtigungen"
191
msgstr "Email-Adresse für Nagios-Benachrichtigungen"
192
192
193
#: nagios.py:60
193
#: nagios.py:60
194
msgid "Parent hosts"
194
msgid "Parent hosts"
 Lines 452-459    Link Here 
452
"This is not a valid DNS entry name. A valid name can only consist of "
452
"This is not a valid DNS entry name. A valid name can only consist of "
453
"numbers, letters, dots and hyphens."
453
"numbers, letters, dots and hyphens."
454
msgstr ""
454
msgstr ""
455
"Dies ist kein gültiger Name für einen DNS-Eintrag. Ein gültiger Name darf nur aus Buchstaben, Zahlen, Punkten und "
455
"Dies ist kein gültiger Name für einen DNS-Eintrag. Ein gültiger Name darf "
456
"Bindestrichen bestehen."
456
"nur aus Buchstaben, Zahlen, Punkten und Bindestrichen bestehen."
457
457
458
#: syntax.py:950
458
#: syntax.py:950
459
msgid "Not a valid windows hostname!"
459
msgid "Not a valid windows hostname!"
(-)management/univention-directory-manager-modules/modules/univention/admin/nagios.py (-1 / +1 lines)
 Lines 47-53    Link Here 
47
47
48
nagios_properties = {
48
nagios_properties = {
49
	'nagiosContactEmail': univention.admin.property(
49
	'nagiosContactEmail': univention.admin.property(
50
			short_description = _('Email addresses of Nagios contacts'),
50
			short_description = _('Email address of Nagios contacts'),
51
			long_description = (''),
51
			long_description = (''),
52
			syntax=univention.admin.syntax.emailAddress,
52
			syntax=univention.admin.syntax.emailAddress,
53
			multivalue=1,
53
			multivalue=1,
(-)management/univention-management-console-frontend/umc/widgets/MultiInput.js (-1 / +6 lines)
 Lines 390-397    Link Here 
390
		},
390
		},
391
391
392
		_renderNewEntryButton: function() {
392
		_renderNewEntryButton: function() {
393
			var label = _('New entry');
394
			if (this.subtypes.length === 1 && this.subtypes[0].label) {
395
				label = _('Add %s', this.subtypes[0].label);
396
//				label = _('Add %s', this.label[0]);
397
			}
393
			this._newEntryButton = new Button({
398
			this._newEntryButton = new Button({
394
				label: _('New entry'),
399
				label: label,
395
				disabled: this.disabled,
400
				disabled: this.disabled,
396
				visible: !this.disabled,
401
				visible: !this.disabled,
397
				iconClass: 'umcPlusIcon',
402
				iconClass: 'umcPlusIcon',

Return to bug 32760