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

Collapse All | Expand All

(-)de.po (-9 / +15 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: 2011-10-25 15:03+0200\n"
32
"POT-Creation-Date: 2012-02-09 12:59+0100\n"
33
"PO-Revision-Date: 2008-07-09 14:20+0200\n"
33
"PO-Revision-Date: 2008-07-09 14:20+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 107-130    Link Here 
107
msgstr "Mail-Adresse"
107
msgstr "Mail-Adresse"
108
108
109
#: lists.py:92
109
#: lists.py:92
110
msgid "Allowed e-mail users"
110
msgid "Users with mailing privileges"
111
msgstr "Berechtigte E-Mail Benutzer"
111
msgstr "Benutzer mit Sendeberechtigung"
112
112
113
#: lists.py:102
113
#: lists.py:102
114
msgid "Allowed e-mail groups"
114
msgid "Groups with mailing privileges"
115
msgstr "Berechtigte E-Mail Gruppen"
115
msgstr "Gruppen mit Sendeberechtigung"
116
116
117
#: lists.py:121
117
#: lists.py:121
118
msgid "Allowed users"
118
msgid "Authorised users"
119
msgstr "Berechtigte Benutzer"
119
msgstr "Autorisierte Benutzer"
120
120
121
#: lists.py:121
121
#: lists.py:121
122
msgid "Users that are allowed to send e-mails to the list"
122
msgid "Users that are allowed to send e-mails to the list"
123
msgstr "Benutzer, die berechtigt sind, E-Mails an diese Liste zu versenden"
123
msgstr "Benutzer, die berechtigt sind, E-Mails an diese Liste zu versenden"
124
124
125
#: lists.py:124
125
#: lists.py:124
126
msgid "Allowed groups"
126
msgid "Authorised groups"
127
msgstr "Berechtigte Gruppen"
127
msgstr "Autorisierte Gruppen"
128
128
129
#: lists.py:124
129
#: lists.py:124
130
msgid "Groups that are allowed to send e-mails to the list"
130
msgid "Groups that are allowed to send e-mails to the list"
 Lines 154-159    Link Here 
154
msgid "Search mail object(s)"
154
msgid "Search mail object(s)"
155
msgstr "Mail-Objekt(e) suchen"
155
msgstr "Mail-Objekt(e) suchen"
156
156
157
#~ msgid "Allowed e-mail users"
158
#~ msgstr "Berechtigte E-Mail Benutzer"
159
160
#~ msgid "Allowed e-mail groups"
161
#~ msgstr "Berechtigte E-Mail Gruppen"
162
157
#~ msgid "Should be visible for Outlook"
163
#~ msgid "Should be visible for Outlook"
158
#~ msgstr "Soll für Outlook sichtbar sein"
164
#~ msgstr "Soll für Outlook sichtbar sein"
159
165
(-)lists.py (-4 / +4 lines)
 Lines 89-95    Link Here 
89
			identifies=0
89
			identifies=0
90
		),
90
		),
91
	'allowedEmailUsers': univention.admin.property(
91
	'allowedEmailUsers': univention.admin.property(
92
			short_description=_('Allowed e-mail users'),
92
			short_description=_('Users with mailing privileges'),
93
			long_description='',
93
			long_description='',
94
			syntax=univention.admin.syntax.UserDN,
94
			syntax=univention.admin.syntax.UserDN,
95
			multivalue=1,
95
			multivalue=1,
 Lines 99-105    Link Here 
99
			identifies=0
99
			identifies=0
100
		),
100
		),
101
	'allowedEmailGroups': univention.admin.property(
101
	'allowedEmailGroups': univention.admin.property(
102
			short_description=_('Allowed e-mail groups'),
102
			short_description=_('Groups with mailing privileges'),
103
			long_description='',
103
			long_description='',
104
			syntax=univention.admin.syntax.GroupDN,
104
			syntax=univention.admin.syntax.GroupDN,
105
			multivalue=1,
105
			multivalue=1,
 Lines 118-127    Link Here 
118
			"members"
118
			"members"
119
		] ),
119
		] ),
120
	] ),
120
	] ),
121
	Tab( _( 'Allowed users' ), _( 'Users that are allowed to send e-mails to the list' ), advanced = True, layout = [
121
	Tab( _( 'Authorised users' ), _( 'Users that are allowed to send e-mails to the list' ), advanced = True, layout = [
122
		"allowedEmailUsers"
122
		"allowedEmailUsers"
123
		] ),
123
		] ),
124
	Tab( _( 'Allowed groups' ), _( 'Groups that are allowed to send e-mails to the list' ), advanced = True, layout = [
124
	Tab( _( 'Authorised groups' ), _( 'Groups that are allowed to send e-mails to the list' ), advanced = True, layout = [
125
		"allowedEmailGroups"
125
		"allowedEmailGroups"
126
		] )
126
		] )
127
	]
127
	]

Return to bug 24029