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

(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/computers/de.po (-1 / +1 lines)
 Lines 373-379   msgid " At least posix or kerberos is required." Link Here 
373
msgstr " Zumindest Posix oder Kerberos wird benötigt."
373
msgstr " Zumindest Posix oder Kerberos wird benötigt."
374
374
375
#: macos.py:
375
#: macos.py:
376
msgid "Computer: Mac OS X Client"
376
msgid "Computer: Mac OS X client"
377
msgstr "Rechner: Mac OS X Client"
377
msgstr "Rechner: Mac OS X Client"
378
378
379
#: macos.py:
379
#: macos.py:
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/computers/macos.py (-1 / +1 lines)
 Lines 51-57   operations=['add','edit','remove','search','move'] Link Here 
51
usewizard=1
51
usewizard=1
52
docleanup=1
52
docleanup=1
53
childs=0
53
childs=0
54
short_description=_('Computer: Mac OS X Client')
54
short_description=_('Computer: Mac OS X client')
55
long_description=''
55
long_description=''
56
options={
56
options={
57
	'posix': univention.admin.option(
57
	'posix': univention.admin.option(
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/de.po (+8 lines)
 Lines 181-186   msgid "neither DN nor position present" Link Here 
181
msgstr "Weder ein DN noch eine Position wurde angegeben"
181
msgstr "Weder ein DN noch eine Position wurde angegeben"
182
182
183
#: host_record.py:
183
#: host_record.py:
184
msgid "DNS: Host record"
185
msgstr "DNS: Host Record"
186
187
#: host_record.py:
184
msgid "Hostname"
188
msgid "Hostname"
185
msgstr "Rechnername"
189
msgstr "Rechnername"
186
190
 Lines 248-253   msgstr "DNS: Service Record" Link Here 
248
msgid "Location"
252
msgid "Location"
249
msgstr "Ort"
253
msgstr "Ort"
250
254
255
#: txt_record.py:
256
msgid "DNS: TXT record"
257
msgstr "DNS: TXT Record"
258
251
#~ msgid "Additional name servers"
259
#~ msgid "Additional name servers"
252
#~ msgstr "Zusätzliche Nameserver"
260
#~ msgstr "Zusätzliche Nameserver"
253
261
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/host_record.py (-1 / +1 lines)
 Lines 47-53   operations=['add','edit','remove','search'] Link Here 
47
superordinate='dns/forward_zone'
47
superordinate='dns/forward_zone'
48
usewizard=1
48
usewizard=1
49
childs=0
49
childs=0
50
short_description='DNS: Host Record'
50
short_description=_('DNS: Host record')
51
long_description=''
51
long_description=''
52
52
53
property_descriptions={
53
property_descriptions={
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/txt_record.py (-1 / +1 lines)
 Lines 46-52   operations=['add','edit','remove','search'] Link Here 
46
superordinate='dns/forward_zone'
46
superordinate='dns/forward_zone'
47
usewizard=1
47
usewizard=1
48
childs=0
48
childs=0
49
short_description='DNS: TXT Record'
49
short_description=_('DNS: TXT record')
50
long_description=''
50
long_description=''
51
51
52
property_descriptions={
52
property_descriptions={
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/kerberos/de.po (-1 / +1 lines)
 Lines 17-23   msgstr "" Link Here 
17
"Content-Transfer-Encoding: unicode\n"
17
"Content-Transfer-Encoding: unicode\n"
18
18
19
#: kdcentry.py:
19
#: kdcentry.py:
20
msgid "Kerberos: KDC Entry"
20
msgid "Kerberos: KDC entry"
21
msgstr "Kerberos: KDC-Eintrag"
21
msgstr "Kerberos: KDC-Eintrag"
22
22
23
#: kdcentry.py:
23
#: kdcentry.py:
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/kerberos/kdcentry.py (-1 / +1 lines)
 Lines 47-53   _=translation.translate Link Here 
47
module='kerberos/kdcentry'
47
module='kerberos/kdcentry'
48
operations=['add','edit','remove','search','move']
48
operations=['add','edit','remove','search','move']
49
childs=0
49
childs=0
50
short_description=_('Kerberos: KDC Entry')
50
short_description=_('Kerberos: KDC entry')
51
long_description=''
51
long_description=''
52
property_descriptions={
52
property_descriptions={
53
	'name': univention.admin.property(
53
	'name': univention.admin.property(
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/cn.py (-1 / +1 lines)
 Lines 43-49   _=translation.translate Link Here 
43
module='settings/cn'
43
module='settings/cn'
44
operations=['search']
44
operations=['search']
45
childs=1
45
childs=1
46
short_description=_('Univention Settings')
46
short_description=_('Univention settings')
47
long_description=''
47
long_description=''
48
options={
48
options={
49
}
49
}
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/de.po (-17 / +17 lines)
 Lines 40-46   msgstr "" Link Here 
40
"Generated-By: pygettext.py 1.5\n"
40
"Generated-By: pygettext.py 1.5\n"
41
41
42
#: cn.py:
42
#: cn.py:
43
msgid "Univention Settings"
43
msgid "Univention settings"
44
msgstr "Univention-Einstellungen"
44
msgstr "Univention-Einstellungen"
45
45
46
#: cn.py: default.py: directory.py: extended_attribute.py:
46
#: cn.py: default.py: directory.py: extended_attribute.py:
 Lines 115-121   msgid "KDE Profiles" Link Here 
115
msgstr "KDE-Profile"
115
msgstr "KDE-Profile"
116
116
117
#: directory.py:
117
#: directory.py:
118
msgid "Preferences: Default Container"
118
msgid "Preferences: Default container"
119
msgstr "Einstellungen: Standard-Container"
119
msgstr "Einstellungen: Standard-Container"
120
120
121
#: directory.py:
121
#: directory.py:
 Lines 207-213   msgid "License Links" Link Here 
207
msgstr "Lizenzverweise"
207
msgstr "Lizenzverweise"
208
208
209
#: extended_attribute.py:
209
#: extended_attribute.py:
210
msgid "Settings: extended attribute"
210
msgid "Settings: Extended attribute"
211
msgstr "Einstellungen: Erweitertes Attribut"
211
msgstr "Einstellungen: Erweitertes Attribut"
212
212
213
#: extended_attribute.py: extended_options.py:
213
#: extended_attribute.py: extended_options.py:
 Lines 439-445   msgid "Mapping to LDAP objectClasses" Link Here 
439
msgstr "Abbildung auf LDAP-Objektklassen"
439
msgstr "Abbildung auf LDAP-Objektklassen"
440
440
441
#: ldapacl.py:
441
#: ldapacl.py:
442
msgid "Settings: LDAP ACL Extension"
442
msgid "Settings: LDAP ACL extension"
443
msgstr "Einstellungen: LDAP ACL Erweiterung"
443
msgstr "Einstellungen: LDAP ACL Erweiterung"
444
444
445
#: ldapacl.py:
445
#: ldapacl.py:
 Lines 502-508   msgid "packageversion: Version must not be lower than the current one." Link Here 
502
msgstr "packageversion: Der Wert darf nicht geringer sein als der aktuelle."
502
msgstr "packageversion: Der Wert darf nicht geringer sein als der aktuelle."
503
503
504
#: ldapschema.py:
504
#: ldapschema.py:
505
msgid "Settings: LDAP Schema Extension"
505
msgid "Settings: LDAP Schema extension"
506
msgstr "Einstellungen: LDAP-Schemaerweiterung"
506
msgstr "Einstellungen: LDAP-Schemaerweiterung"
507
507
508
#: ldapschema.py:
508
#: ldapschema.py:
 Lines 754-760   msgid "Lock Information" Link Here 
754
msgstr "Informationen über die Sperrung"
754
msgstr "Informationen über die Sperrung"
755
755
756
#: packages.py:
756
#: packages.py:
757
msgid "Settings: Package List"
757
msgid "Settings: Package list"
758
msgstr "Einstellungen: Paketliste"
758
msgstr "Einstellungen: Paketliste"
759
759
760
#: packages.py:
760
#: packages.py:
 Lines 766-772   msgid "Package List" Link Here 
766
msgstr "Paketliste"
766
msgstr "Paketliste"
767
767
768
#: printermodel.py:
768
#: printermodel.py:
769
msgid "Settings: Printer Driver List"
769
msgid "Settings: Printer driver list"
770
msgstr "Einstellungen: Druckertreiberliste"
770
msgstr "Einstellungen: Druckertreiberliste"
771
771
772
#: printermodel.py:
772
#: printermodel.py:
 Lines 782-788   msgid "Printer List" Link Here 
782
msgstr "Druckerliste"
782
msgstr "Druckerliste"
783
783
784
#: printeruri.py:
784
#: printeruri.py:
785
msgid "Settings: Printer URI List"
785
msgid "Settings: Printer URI list"
786
msgstr "Einstellungen: Drucker-URI-Liste"
786
msgstr "Einstellungen: Drucker-URI-Liste"
787
787
788
#: printeruri.py:
788
#: printeruri.py:
 Lines 810-816   msgid "Prohibited user names" Link Here 
810
msgstr "Verbotene Benutzernamen"
810
msgstr "Verbotene Benutzernamen"
811
811
812
#: sambaconfig.py:
812
#: sambaconfig.py:
813
msgid "Settings: Samba Configuration"
813
msgid "Settings: Samba configuration"
814
msgstr "Einstellungen: Samba-Konfiguration"
814
msgstr "Einstellungen: Samba-Konfiguration"
815
815
816
#: sambaconfig.py:
816
#: sambaconfig.py:
 Lines 858-864   msgid "Refuse Machine Password Change" Link Here 
858
msgstr "Änderung des Rechnerpasswortes ablehnen"
858
msgstr "Änderung des Rechnerpasswortes ablehnen"
859
859
860
#: sambadomain.py:
860
#: sambadomain.py:
861
msgid "Settings: Samba Domain"
861
msgid "Settings: Samba domain"
862
msgstr "Einstellungen: Samba-Domäne"
862
msgstr "Einstellungen: Samba-Domäne"
863
863
864
#: sambadomain.py:
864
#: sambadomain.py:
 Lines 942-948   msgid "Preferences" Link Here 
942
msgstr "Einstellungen"
942
msgstr "Einstellungen"
943
943
944
#: syntax.py:
944
#: syntax.py:
945
msgid "Settings: Syntax Definition"
945
msgid "Settings: Syntax definition"
946
msgstr "Einstellungen: Syntax-Definition"
946
msgstr "Einstellungen: Syntax-Definition"
947
947
948
#: syntax.py:
948
#: syntax.py:
 Lines 999-1005   msgstr "" Link Here 
999
"Ein LDAP-Attribut wird benötigt dessen Information gespeichert werden soll."
999
"Ein LDAP-Attribut wird benötigt dessen Information gespeichert werden soll."
1000
1000
1001
#: udm_hook.py:
1001
#: udm_hook.py:
1002
msgid "Settings: UDM Hook"
1002
msgid "Settings: UDM hook"
1003
msgstr "Einstellungen: UDM Hook"
1003
msgstr "Einstellungen: UDM Hook"
1004
1004
1005
#: udm_hook.py:
1005
#: udm_hook.py:
 Lines 1015-1021   msgid "UDM hook data" Link Here 
1015
msgstr "UDM Hook-Daten"
1015
msgstr "UDM Hook-Daten"
1016
1016
1017
#: udm_module.py:
1017
#: udm_module.py:
1018
msgid "Settings: UDM Module"
1018
msgid "Settings: UDM module"
1019
msgstr "Einstellungen: UDM Modul"
1019
msgstr "Einstellungen: UDM Modul"
1020
1020
1021
#: udm_module.py:
1021
#: udm_module.py:
 Lines 1031-1037   msgid "UDM module data" Link Here 
1031
msgstr "UDM Moduldaten"
1031
msgstr "UDM Moduldaten"
1032
1032
1033
#: udm_syntax.py:
1033
#: udm_syntax.py:
1034
msgid "Settings: UDM Syntax"
1034
msgid "Settings: UDM syntax"
1035
msgstr "Einstellungen: UDM Syntax"
1035
msgstr "Einstellungen: UDM Syntax"
1036
1036
1037
#: udm_syntax.py:
1037
#: udm_syntax.py:
 Lines 1083-1089   msgid "UMC Operation Set" Link Here 
1083
msgstr "UMC-Befehlssatz"
1083
msgstr "UMC-Befehlssatz"
1084
1084
1085
#: usertemplate.py:
1085
#: usertemplate.py:
1086
msgid "Settings: User Template"
1086
msgid "Settings: User template"
1087
msgstr "Einstellungen: Benutzervorlage"
1087
msgstr "Einstellungen: Benutzervorlage"
1088
1088
1089
#: usertemplate.py:
1089
#: usertemplate.py:
 Lines 1247-1253   msgid "Group Memberships" Link Here 
1247
msgstr "Gruppenmitgliedschaften"
1247
msgstr "Gruppenmitgliedschaften"
1248
1248
1249
#: xconfig_choices.py:
1249
#: xconfig_choices.py:
1250
msgid "Preferences: X Configuration Choices"
1250
msgid "Preferences: X configuration choices"
1251
msgstr "Einstellungen: X Konfigurationsauswahl"
1251
msgstr "Einstellungen: X Konfigurationsauswahl"
1252
1252
1253
#: xconfig_choices.py:
1253
#: xconfig_choices.py:
 Lines 1291-1295   msgid "Display Size (mm)" Link Here 
1291
msgstr "Bildschirm Grösse (mm)"
1291
msgstr "Bildschirm Grösse (mm)"
1292
1292
1293
#: xconfig_choices.py:
1293
#: xconfig_choices.py:
1294
msgid "X Configuration Choices"
1294
msgid "X configuration choices"
1295
msgstr "X Konfiguration Auswahl"
1295
msgstr "X Konfiguration Auswahl"
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/directory.py (-1 / +1 lines)
 Lines 46-52   module='settings/directory' Link Here 
46
superordinate='settings/cn'
46
superordinate='settings/cn'
47
childs=0
47
childs=0
48
operations=['search', 'edit']
48
operations=['search', 'edit']
49
short_description=_('Preferences: Default Container')
49
short_description=_('Preferences: Default container')
50
long_description=''
50
long_description=''
51
options={
51
options={
52
}
52
}
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/extended_attribute.py (-1 / +1 lines)
 Lines 43-49   module='settings/extended_attribute' Link Here 
43
operations=['add','edit','remove','search','move']
43
operations=['add','edit','remove','search','move']
44
superordinate='settings/cn'
44
superordinate='settings/cn'
45
childs=0
45
childs=0
46
short_description=_('Settings: extended attribute')
46
short_description=_('Settings: Extended attribute')
47
long_description=''
47
long_description=''
48
options={
48
options={
49
}
49
}
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/ldapacl.py (-1 / +1 lines)
 Lines 48-54   OC = "univentionLDAPExtensionACL" Link Here 
48
module='settings/ldapacl'
48
module='settings/ldapacl'
49
childs=0
49
childs=0
50
operations=['add','edit','remove','search','move']
50
operations=['add','edit','remove','search','move']
51
short_description=_('Settings: LDAP ACL Extension')
51
short_description=_('Settings: LDAP ACL extension')
52
long_description=''
52
long_description=''
53
options={}
53
options={}
54
property_descriptions={
54
property_descriptions={
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/ldapschema.py (-1 / +1 lines)
 Lines 48-54   OC = "univentionLDAPExtensionSchema" Link Here 
48
module='settings/ldapschema'
48
module='settings/ldapschema'
49
childs=0
49
childs=0
50
operations=['add','edit','remove','search','move']
50
operations=['add','edit','remove','search','move']
51
short_description=_('Settings: LDAP Schema Extension')
51
short_description=_('Settings: LDAP schema extension')
52
long_description=''
52
long_description=''
53
options={}
53
options={}
54
property_descriptions={
54
property_descriptions={
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/packages.py (-1 / +1 lines)
 Lines 46-52   operations=['add','edit','remove','search','move'] Link Here 
46
superordinate='settings/cn'
46
superordinate='settings/cn'
47
47
48
childs=0
48
childs=0
49
short_description=_('Settings: Package List')
49
short_description=_('Settings: Package list')
50
long_description=_('List of Packages for UCS Systems')
50
long_description=_('List of Packages for UCS Systems')
51
options={
51
options={
52
}
52
}
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/printermodel.py (-1 / +1 lines)
 Lines 48-54   operations=['add','edit','remove','search','move'] Link Here 
48
superordinate='settings/cn'
48
superordinate='settings/cn'
49
49
50
childs=0
50
childs=0
51
short_description=_('Settings: Printer Driver List')
51
short_description=_('Settings: Printer driver list')
52
long_description=_('List of drivers for printers')
52
long_description=_('List of drivers for printers')
53
options={
53
options={
54
}
54
}
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/printeruri.py (-1 / +1 lines)
 Lines 46-52   operations=['add','edit','remove','search','move'] Link Here 
46
superordinate='settings/cn'
46
superordinate='settings/cn'
47
47
48
childs=0
48
childs=0
49
short_description=_('Settings: Printer URI List')
49
short_description=_('Settings: Printer URI list')
50
long_description=_('List of URIs for printers')
50
long_description=_('List of URIs for printers')
51
options={
51
options={
52
}
52
}
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/sambaconfig.py (-1 / +1 lines)
 Lines 62-68   module='settings/sambaconfig' Link Here 
62
childs=0
62
childs=0
63
# since samba 3.0.30 and UCS 2.1 the domain configuration for samba will be stored in the samba domain object
63
# since samba 3.0.30 and UCS 2.1 the domain configuration for samba will be stored in the samba domain object
64
operations=['edit','remove','search','move']
64
operations=['edit','remove','search','move']
65
short_description=_('Settings: Samba Configuration')
65
short_description=_('Settings: Samba configuration')
66
long_description=''
66
long_description=''
67
options={}
67
options={}
68
property_descriptions={
68
property_descriptions={
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/sambadomain.py (-1 / +1 lines)
 Lines 65-71   def logonToChangePWUnmap(val): Link Here 
65
module='settings/sambadomain'
65
module='settings/sambadomain'
66
childs=0
66
childs=0
67
operations=['add','edit','remove','search','move']
67
operations=['add','edit','remove','search','move']
68
short_description=_('Settings: Samba Domain')
68
short_description=_('Settings: Samba domain')
69
long_description=''
69
long_description=''
70
options={}
70
options={}
71
property_descriptions={
71
property_descriptions={
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/syntax.py (-1 / +1 lines)
 Lines 44-50   module = 'settings/syntax' Link Here 
44
superordinate = 'settings/cn'
44
superordinate = 'settings/cn'
45
childs = 0
45
childs = 0
46
operations = [ 'add', 'edit', 'remove', 'search', 'move' ]
46
operations = [ 'add', 'edit', 'remove', 'search', 'move' ]
47
short_description=_( 'Settings: Syntax Definition' )
47
short_description=_( 'Settings: Syntax definition' )
48
long_description = ''
48
long_description = ''
49
options = {}
49
options = {}
50
property_descriptions = {
50
property_descriptions = {
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/udm_hook.py (-1 / +1 lines)
 Lines 48-54   OC = "univentionUDMHook" Link Here 
48
module='settings/udm_hook'
48
module='settings/udm_hook'
49
childs=0
49
childs=0
50
operations=['add','edit','remove','search','move']
50
operations=['add','edit','remove','search','move']
51
short_description=_('Settings: UDM Hook')
51
short_description=_('Settings: UDM hook')
52
long_description=''
52
long_description=''
53
options={}
53
options={}
54
property_descriptions={
54
property_descriptions={
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/udm_module.py (-1 / +1 lines)
 Lines 48-54   OC = "univentionUDMModule" Link Here 
48
module='settings/udm_module'
48
module='settings/udm_module'
49
childs=0
49
childs=0
50
operations=['add','edit','remove','search','move']
50
operations=['add','edit','remove','search','move']
51
short_description=_('Settings: UDM Module')
51
short_description=_('Settings: UDM module')
52
long_description=''
52
long_description=''
53
options={}
53
options={}
54
property_descriptions={
54
property_descriptions={
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/udm_syntax.py (-1 / +1 lines)
 Lines 48-54   OC = "univentionUDMSyntax" Link Here 
48
module='settings/udm_syntax'
48
module='settings/udm_syntax'
49
childs=0
49
childs=0
50
operations=['add','edit','remove','search','move']
50
operations=['add','edit','remove','search','move']
51
short_description=_('Settings: UDM Syntax')
51
short_description=_('Settings: UDM syntax')
52
long_description=''
52
long_description=''
53
options={}
53
options={}
54
property_descriptions={
54
property_descriptions={
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py (-1 / +1 lines)
 Lines 43-49   module='settings/usertemplate' Link Here 
43
operations=['add','edit','remove','search','move']
43
operations=['add','edit','remove','search','move']
44
superordinate='settings/cn'
44
superordinate='settings/cn'
45
childs=0
45
childs=0
46
short_description=_('Settings: User Template')
46
short_description=_('Settings: User template')
47
long_description=''
47
long_description=''
48
options={
48
options={
49
}
49
}
(-)a/branches/ucs-3.2/ucs-3.2-0/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/xconfig_choices.py (-2 / +2 lines)
 Lines 47-53   superordinate='settings/cn' Link Here 
47
childs=0
47
childs=0
48
width="100"
48
width="100"
49
operations=['search','edit']
49
operations=['search','edit']
50
short_description=_('Preferences: X Configuration Choices')
50
short_description=_('Preferences: X configuration choices')
51
long_description=''
51
long_description=''
52
options={
52
options={
53
}
53
}
 Lines 166-172   property_descriptions={ Link Here 
166
}
166
}
167
167
168
layout = [
168
layout = [
169
	Tab(_('General'),_('X Configuration Choices'), layout = [
169
	Tab(_('General'),_('X configuration choices'), layout = [
170
		Group( _( 'General' ), layout = [
170
		Group( _( 'General' ), layout = [
171
			'name',
171
			'name',
172
			[ 'resolution', 'colorDepth' ],
172
			[ 'resolution', 'colorDepth' ],

Return to bug 32759