Fix sort order in locales & update deutsch.locale

Origin commit data
------------------
Commit: 5c5b2b9a43
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-05-02 (Fri, 02 May 2014)
This commit is contained in:
Michael Liebmann
2014-05-02 08:16:12 +02:00
parent e2ec5cf5a5
commit 4ae2be360d
4 changed files with 13 additions and 12 deletions

View File

@@ -623,7 +623,7 @@ hdd_check_failed Festplattenprüfung fehlgeschlagen
hdd_check_format_bad Überprüfung von Datenträgern mit Format %s wird nicht unterstützt.
hdd_extended_settings Erweiterte Festplatteneinstellungen
hdd_fast Schnell
hdd_format Formatiere Festplatte
hdd_format Formatiere Datenträger
hdd_format_failed Formatierung fehlgeschlagen! Stellen Sie sicher, dass der Datenträger nicht in Verwendung ist und versuchen Sie es erneut.
hdd_format_warn Alle Daten auf dem Datenträger werden gelöscht! Formatierung starten?
hdd_fs Dateisystem zum formatieren
@@ -631,18 +631,19 @@ hdd_fs_unknown unbekannt
hdd_manage Laufwerke verwalten
hdd_middle Mittel
hdd_mount Mount
hdd_mount_ok Laufwerk bereit
hdd_mount_failed Fehler! Überprüfen Sie ihre Laufwerkseinstellungen.
hdd_mount_ok Laufwerk bereit
hdd_mount_umount Mount/Unmount
hdd_noise Akustikkontrolle (AAM)
hdd_not_found Keine Festplatte
hdd_removable_device Wechseldatenträger
hdd_set_recdir Diesen Datenträger für die Aufnahme nutzen?
hdd_settings Laufwerke
hdd_sleep Ausschalten nach...
hdd_slow Langsam
hdd_umount Unmount
hdd_umounted Laufwerk entfernt
hdd_umount_warn Laufwerk aushängen
hdd_umounted Laufwerk entfernt
imageinfo.creator Ersteller:
imageinfo.date Datum:
imageinfo.dokumentation Dokus:

View File

@@ -631,19 +631,19 @@ hdd_fs_unknown unknown
hdd_manage Manage drives
hdd_middle Mid
hdd_mount Mount
hdd_mount_ok Device ready to use.
hdd_mount_failed Failed to mount.
hdd_mount_ok Device ready to use.
hdd_mount_umount Mount/Unmount
hdd_noise Acoustic-control (AAM)
hdd_not_found No HDD found
hdd_removable_device Removable device
hdd_settings Hard Disk Drive/USB
hdd_set_recdir Use device for recording ?
hdd_settings Hard Disk Drive/USB
hdd_sleep Switch off after...
hdd_slow Slow
hdd_umount Unmount
hdd_umounted Device removed
hdd_umount_warn unmount device
hdd_umounted Device removed
imageinfo.creator Creator:
imageinfo.date Date:
imageinfo.dokumentation Docs:

View File

@@ -658,19 +658,19 @@ typedef enum
LOCALE_HDD_MANAGE,
LOCALE_HDD_MIDDLE,
LOCALE_HDD_MOUNT,
LOCALE_HDD_MOUNT_OK,
LOCALE_HDD_MOUNT_FAILED,
LOCALE_HDD_MOUNT_OK,
LOCALE_HDD_MOUNT_UMOUNT,
LOCALE_HDD_NOISE,
LOCALE_HDD_NOT_FOUND,
LOCALE_HDD_REMOVABLE_DEVICE,
LOCALE_HDD_SETTINGS,
LOCALE_HDD_SET_RECDIR,
LOCALE_HDD_SETTINGS,
LOCALE_HDD_SLEEP,
LOCALE_HDD_SLOW,
LOCALE_HDD_UMOUNT,
LOCALE_HDD_UMOUNTED,
LOCALE_HDD_UMOUNT_WARN,
LOCALE_HDD_UMOUNTED,
LOCALE_IMAGEINFO_CREATOR,
LOCALE_IMAGEINFO_DATE,
LOCALE_IMAGEINFO_DOKUMENTATION,

View File

@@ -658,19 +658,19 @@ const char * locale_real_names[] =
"hdd_manage",
"hdd_middle",
"hdd_mount",
"hdd_mount_ok",
"hdd_mount_failed",
"hdd_mount_ok",
"hdd_mount_umount",
"hdd_noise",
"hdd_not_found",
"hdd_removable_device",
"hdd_settings",
"hdd_set_recdir",
"hdd_settings",
"hdd_sleep",
"hdd_slow",
"hdd_umount",
"hdd_umounted",
"hdd_umount_warn",
"hdd_umounted",
"imageinfo.creator",
"imageinfo.date",
"imageinfo.dokumentation",