Browsing German translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and German guidelines.
110 of 34 results
11.
This section contains information on the installation, configuration, and use of hardware.
Dieser Abschnitt enthält Informationen über die Installation, Konfiguration und die Nutzung von Hardware.
Translated and reviewed by Moritz Baumann
In upstream:
Dieser Abschnitt enthält Informationen über die Installation, Konfiguration und die Nutzung von Hardare.
Suggested by Nyras
Located in hardware/C/hardware.xml:17(para)
17.
Information concerning webcams can be located on the Ubuntu community documentation site at <ulink url="https://help.ubuntu.com/community/Webcam"/>.
Weitere Informationen zu Webkameras finden Sie auf den Dokumentationsseiten des Ubuntu-Projekts unter <ulink url="https://help.ubuntu.com/community/Webcam"/>.
Translated and reviewed by Moritz Baumann
In upstream:
Informationen zu Webkameras können auf der Dokumentations-Seite <ulink url="https://help.ubuntu.com/community/Webcam"/> der Ubuntu-Gemeinschaft eingesehen werden
Suggested by Marsu
Located in hardware/C/hardware.xml:57(para)
25.
List mounted devices in a terminal
Die eingehängten Geräte in einem Terminal anzeigen
Translated and reviewed by Moritz Baumann
In upstream:
Zeige die eingehängten Geräte in einem Terminal
Suggested by Nyras
Located in hardware/C/hardware.xml:90(title)
27.
To list the mounted devices type the following and then press the <keycap>Enter</keycap> key: <screen>mount</screen>
Um die eingehängten Geräte aufzulisten, geben Sie Folgendes ein und drücken danach die keycap>Eingabetaste</keycap>: <screen>mount</screen>
Translated and reviewed by Moritz Baumann
In upstream:
Um die eingehängten Geräte aufzulisten, geben Sie Folgendes ein und drücken danach die keycap>Enter</keycap>-Taste: <screen>mount</screen>
Suggested by Marcus Asshauer
Located in hardware/C/hardware.xml:100(para)
28.
The listing shows the device (such as a hard disk partition), the mount point (where you access the files), the filesystem type and the mount options.
Die Liste zeigt alle Geräte, wie z.B. Festplattenpartitionen, ihren Einhängepunkt, über den Sie auf die Dateien zugreifen können, den Typ des verwendeten Dateisystems und die Optionen, mit denen es eingehängt wurde, an.
Translated and reviewed by Moritz Baumann
In upstream:
Die Liste zeigt Ihnen das Gerät, wie z.B. eine Festplattenpartition, ihren Einbinde-Punkt, über den Sie auf die Dateien zugreifen können, den Dateisystem-Typ und die Einbindungs-Optionen.
Suggested by Marsu
Located in hardware/C/hardware.xml:108(para)
30.

/dev/hda2 on / type ext3 (rw,errors=remount-ro)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

/dev/hda2 on / type ext3 (rw,errors=remount-ro)
Translated and reviewed by Moritz Baumann
In upstream:

/dev/hda2 auf / Typ ext3 (rw,errors=remount-ro)
Suggested by Marsu
Located in hardware/C/hardware.xml:121(computeroutput)
36.
Next, type the following command to mount an NTFS Windows Partition and allow read-only access followed by pressing the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen>
sudo mount /dev/hdaX /media/windows/ -t ntfs -o ro,umask=0222
</screen>
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Geben Sie als Nächstes den folgenden Befehl ein, um eine NTFS-Partition mit schreibgeschütztem Zugriff einzubinden und drücken Sie dann die <keycap>Eingabe</keycap>-Taste (falls Sie nach einem Passwort gefragt werden, geben Sie Ihr Benutzerpasswort ein und bestätigen Sie mit der <keycap>Eingabe</keycap>-Taste): <screen>
sudo mount /dev/hdaX /media/windows/ -t ntfs -o ro,umask=0222
</screen>
Translated and reviewed by Steffen Eibicht
In upstream:
Geben Sie als Nächstes den folgenden Befehl ein, um eine NTFS-Partition mit schreibgeschütztem Zugriff einzubinden und drücken Sie dann die <keycap>Eingabe</keycap>-Taste (falls Sie nach einem Passwort gefragt werden, geben Sie ihr Benutzerpasswort ein und bestätigen Sie mit der <keycap>Eingabe</keycap>-Taste): <screen>
sudo mount /dev/hdaX /media/windows/ -t ntfs -o ro,umask=0222
</screen>
Suggested by Marsu
Located in hardware/C/hardware.xml:159(para)
37.
If your Windows partition uses the FAT32 filesystem, it is safe to allow read-write access to the partition. To do so, type the following command at the prompt followed by the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen>
sudo mount /dev/hdaX /media/windows/ -t vfat -o umask=0000
</screen>
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Wenn Ihre WIndows-Partition das FAT32-Dateisystem nutzt, können Sie den Lese- und Schreibzugriff auf die Partition erlauben. Um dies zu tun, geben Sie den folgenden Befehl, gefolgt von der <keycap>Eingabe</keycap>-Taste, ein (falls Sie nach einem Passwort gefragt werden, geben Sie Ihr Benutzerpasswort ein und bestätigen Sie mit der <keycap>Eingabe</keycap>-Taste):<screen>
sudo mount /dev/hdaX /media/windows/ -t vfat -o umask=0000
</screen>
Translated and reviewed by Steffen Eibicht
In upstream:
Wenn ihre WIndows-Partition das FAT32-Dateisystem nutzt, können Sie den Lese- und Schreibzugriff auf die Partition erlauben. Um dies zu tun, geben Sie den folgenden Befehl, gefolgt von der <keycap>Eingabe</keycap>-Taste, ein (falls Sie nach einem Passwort gefragt werden, geben sie ihr Benutzerpasswort ein und bestätigen Sie mit der <keycap>Eingabe</keycap>-Taste):<screen>
sudo mount /dev/hdaX /media/windows/ -t vfat -o umask=0000
</screen>
Suggested by Marsu
Located in hardware/C/hardware.xml:171(para)
39.
To unmount the partition, type the following command at the prompt followed by the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen>
sudo umount /media/windows/
</screen>
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Um die Partition wieder auszuhängen, geben Sie den folgenden Befehl, gefolgt von der <keycap>Eingabe</keycap>-Taste, ein (falls Sie nach einem Passwort gefragt werden, geben Sie Ihr Benutzerpasswort ein und bestätigen Sie mit der <keycap>Eingabe</keycap>-Taste):<screen>
sudo umount /media/windows/
</screen>
Translated and reviewed by Steffen Eibicht
In upstream:
Um die Partition wieder auszubinden, geben Sie den folgenden Befehl, gefolgt von der <keycap>Eingabe</keycap>-Taste, ein (falls Sie nach einem Passwort gefragt werden, geben sie ihr Benutzerpasswort ein und bestätigen Sie mit der <keycap>Eingabe</keycap>-Taste):<screen>
sudo umount /media/windows/
</screen>
Suggested by Marsu
Located in hardware/C/hardware.xml:189(para)
41.
Next, backup your configuration file for mounting drives and open the file in a text editor with administrative privileges. To do so, type the following at the prompt followed by pressing the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen>
sudo cp /etc/fstab /etc/fstab_backup
</screen>
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Als nächstes sichern Sie Ihre Konfigurationsdatei für die eingebundenen Geräte. Öffnen Sie dazu die Datei in einem Texteditor mit Administratorrechten.
Um die Datei zu sichern, geben Sie in der Konsole folgenden Befehl ein und drücken dann die <keycap>Eingabe</keycap>-Taste (wenn Sie nach einem Passwort gefragt werden, dann geben Sie Ihr Benutzerpasswort ein und drücken die <keycap>Eingabe</keycap>-Taste): <screen>
sudo cp /etc/fstab /etc/fstab_backup
</screen>
Translated and reviewed by Steffen Eibicht
In upstream:
Als nächstes sichern Sie Ihre Konfigurationsdatei für die eingebundenen Geräte. Öffnen Sie dazu die Datei in einem Texteditor mit Administratorrechten.
Um die Datei zu sichern geben Sie in der Konsole folgenden Befehl ein, und drücken dann die <keycap>Eingabe</keycap>-Taste (wenn Sie nach einem Passwort gefragt werden, dann geben Sie Ihr Benutzerpasswort ein und drücken die <keycap>Eingabe</keycap>-Taste): <screen>
sudo cp /etc/fstab /etc/fstab_backup
</screen>
Suggested by Marsu
Located in hardware/C/hardware.xml:224(para)
110 of 34 results

This translation is managed by Ubuntu German Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Bastian Holst, Benny Gächter, Daniel Hahler, Jürgen Mülbert, Keruskerfuerst, Marcus Asshauer, Marsu, Martin Thoma, Moritz Baumann, Nyras, Rich Johnson, Stefan Möstel, Steffen Eibicht, herbert.