| 1 | diff --git a/src/VBox/Installer/linux/debian/templates b/src/VBox/Installer/linux/debian/templates
|
|---|
| 2 | --- a/src/VBox/Installer/linux/debian/templates
|
|---|
| 3 | +++ b/src/VBox/Installer/linux/debian/templates
|
|---|
| 4 | @@ -1,8 +1,8 @@
|
|---|
| 5 | Template: virtualbox/group-vboxusers
|
|---|
| 6 | Type: note
|
|---|
| 7 | Description: Creating group 'vboxusers'
|
|---|
| 8 | - Users of VirtualBox must be members of that group. Host network interfaces
|
|---|
| 9 | - will be assigned to that group.
|
|---|
| 10 | + Users of VirtualBox must be members of this group. Host network interfaces
|
|---|
| 11 | + will be assigned to this group.
|
|---|
| 12 | Description-de.UTF-8: Erzeuge Gruppe 'vboxusers'
|
|---|
| 13 | Nutzer von VirtualBox müssen Mitglied dieser Gruppe sein. Hostinterfaces
|
|---|
| 14 | werden dieser Gruppe zugewiesen.
|
|---|
| 15 | @@ -11,9 +11,9 @@ Template: virtualbox/module-compilation-
|
|---|
| 16 | Type: note
|
|---|
| 17 | Description: Compilation of the kernel module FAILED!
|
|---|
| 18 | VirtualBox will not start until this problem is fixed. Please consult
|
|---|
| 19 | - /var/log/vbox-install.log to find out why the kernel module does not compile.
|
|---|
| 20 | - Most probably the kernel sources were not found. Install them (the package
|
|---|
| 21 | - name is probably linux-headers-<version> whereby <version> can be determined
|
|---|
| 22 | + /var/log/vbox-install.log to find out why the kernel module didn't compile.
|
|---|
| 23 | + The kernel sources were probably not found. Install them (the package
|
|---|
| 24 | + name is probably linux-headers-<version> where <version> can be determined
|
|---|
| 25 | by 'uname -r') and execute
|
|---|
| 26 |
|
|---|
| 27 | /etc/init.d/vboxdrv setup
|
|---|
| 28 | @@ -38,12 +38,12 @@ Description: Should the vboxdrv kernel m
|
|---|
| 29 | Unable to find a precompiled module for the current kernel!
|
|---|
| 30 | .
|
|---|
| 31 | Without a suitable kernel module you will not be able to start any VMs. It is
|
|---|
| 32 | - strongly recommended to compile a kernel module now. The kernel headers and
|
|---|
| 33 | - the tools to build kernel modules (gcc, make, binutils, ...) are required.
|
|---|
| 34 | + strongly recommended that you compile a kernel module now. This requires
|
|---|
| 35 | + kernel headers and the tools to build kernel modules (gcc, make, binutils, ...).
|
|---|
| 36 | However if you know that a suitable kernel module already exists at another
|
|---|
| 37 | location, you might want to override the default by setting
|
|---|
| 38 | - KDIR=<full_path_to_vboxdrv_module> in /etc/default/virtualbox. The
|
|---|
| 39 | - compilation can also be done later by executing
|
|---|
| 40 | + KDIR=<full_path_to_vboxdrv_module> in /etc/default/virtualbox. You can also
|
|---|
| 41 | + build the module later by executing
|
|---|
| 42 |
|
|---|
| 43 | /etc/init.d/vboxdrv setup
|
|---|
| 44 |
|
|---|
| 45 | @@ -67,9 +67,9 @@ Template: virtualbox/delete-old-modules
|
|---|
| 46 | Type: boolean
|
|---|
| 47 | Default: true
|
|---|
| 48 | Description: Delete old vboxdrv kernel modules?
|
|---|
| 49 | - Old vboxdrv kernel modules found. It is recommended to purge these modules as they
|
|---|
| 50 | - might interfere with this version of VirtualBox. The module re-compilation
|
|---|
| 51 | - can be forced later by executing
|
|---|
| 52 | + Old vboxdrv kernel modules found. You should remove these modules as they
|
|---|
| 53 | + might interfere with this version of VirtualBox. You can force re-compilation
|
|---|
| 54 | + of the module later by executing
|
|---|
| 55 |
|
|---|
| 56 | /etc/init.d/vboxdrv setup
|
|---|
| 57 |
|
|---|
| 58 | @@ -98,8 +98,8 @@ Description-de.UTF-8: Alte Version gefun
|
|---|
| 59 | Template: virtualbox/old-running
|
|---|
| 60 | Type: note
|
|---|
| 61 | Description: Running VMs found
|
|---|
| 62 | - A copy of VirtualBox is currently running. Please close it and try again. Please note
|
|---|
| 63 | - that it can take up to ten seconds for VirtualBox (in particular the VBoxSVC daemon) to
|
|---|
| 64 | + VirtualBox is currently running. Please close it and try again. Please note that it
|
|---|
| 65 | + can take up to ten seconds for VirtualBox (in particular the VBoxSVC daemon) to
|
|---|
| 66 | finish running.
|
|---|
| 67 | Description-de.UTF-8: VirtualBox VMs werden ausgeführt
|
|---|
| 68 | Mindestens eine virtuelle Maschine wird noch ausgeführt. Bitte beenden Sie alle VMs und
|
|---|