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

(-)a/branches/ucs-3.2/ucs-3.2-0/virtualization/univention-virtual-machine-manager-daemon/umc/js/de.po (-7 / +3 lines)
 Lines 382-391   msgstr "Gerätedateiname" Link Here 
382
msgid "Devices"
382
msgid "Devices"
383
msgstr "Geräte"
383
msgstr "Geräte"
384
384
385
#: umc/js/uvmm/DomainPage.js:
386
msgid "Direct access (VNC)"
387
msgstr "Direktzugriff (VNC)"
388
389
#: umc/js/uvmm.js:
385
#: umc/js/uvmm.js:
390
msgid "Displayed type"
386
msgid "Displayed type"
391
msgstr "Angezeigter Typ"
387
msgstr "Angezeigter Typ"
 Lines 454-462   msgstr "Bearbeiten einer Netzwerkschnittstelle" Link Here 
454
msgid "Edit the configuration of the virtual machine"
450
msgid "Edit the configuration of the virtual machine"
455
msgstr "Konfiguration der virtuellen Maschinen bearbeiten"
451
msgstr "Konfiguration der virtuellen Maschinen bearbeiten"
456
452
457
#: umc/js/uvmm/DomainWizard.js:
453
#: umc/js/uvmm/DomainWizard.js: umc/js/uvmm/DomainPage.js:
458
msgid "Enable direct access"
454
msgid "Enable console access (VNC)"
459
msgstr "Direktzugriff aktivieren"
455
msgstr "Konsolenzugriff (VNC) aktivieren"
460
456
461
#: umc/js/uvmm/types.js:
457
#: umc/js/uvmm/types.js:
462
msgid "English-America"
458
msgid "English-America"
(-)a/branches/ucs-3.2/ucs-3.2-0/virtualization/univention-virtual-machine-manager-daemon/umc/js/uvmm/DomainPage.js (-1 / +1 lines)
 Lines 240-246   define([ Link Here 
240
				}, {
240
				}, {
241
					name: 'vnc',
241
					name: 'vnc',
242
					type: CheckBox,
242
					type: CheckBox,
243
					label: _('Direct access (VNC)')
243
					label: _('Enable console access (VNC)')
244
				}, {
244
				}, {
245
					name: 'vnc_remote',
245
					name: 'vnc_remote',
246
					type: CheckBox,
246
					type: CheckBox,
(-)a/branches/ucs-3.2/ucs-3.2-0/virtualization/univention-virtual-machine-manager-daemon/umc/js/uvmm/DomainWizard.js (-1 / +1 lines)
 Lines 152-158   define([ Link Here 
152
					}, {
152
					}, {
153
						name: 'vnc',
153
						name: 'vnc',
154
						type: CheckBox,
154
						type: CheckBox,
155
						label: _('Enable direct access')
155
						label: _('Enable console access (VNC)')
156
					}]
156
					}]
157
				}, {
157
				}, {
158
					name: 'drives',
158
					name: 'drives',

Return to bug 31858