Sort locale

This commit is contained in:
M. Liebmann
2016-08-15 14:42:54 +02:00
parent 1f60557e0b
commit be469d3549
4 changed files with 8 additions and 8 deletions

View File

@@ -1054,6 +1054,8 @@ menu.hint_font_gui Wählen Sie die Schriftart für die Menüs
menu.hint_font_scaling Legen Sie die vertikale und horizontale Skalierung der Menüschrift fest
menu.hint_font_ttx Wählen Sie die Schriftart für den Teletext
menu.hint_fonts Konfigurieren Sie die Schriftart und die Schriftgrößen für die Menüs
menu.hint_foot_back Ändern Sie die Fußleisten-Hintergrundfarbe
menu.hint_foot_textcolor Ändern Sie die Fußleisten-Textfarbe
menu.hint_games Zeige Liste der installierten Spiele
menu.hint_hdd Formatierung und Prüfung der Datenträger
menu.hint_hdd_apply Die veränderten Einstellungen zum Sleep- und Akustik-Modus werden übernommen
@@ -1064,8 +1066,6 @@ menu.hint_hdd_noise Setzen Sie Parameter für das Automatic Acoustic Management.
menu.hint_hdd_sleep Dieser Wert definiert, nach wieviel Minuten die Festplatte bei Inaktivität in den Sleep-Modus geschaltet wird
menu.hint_hdd_statfs Legen Sie fest, wann die Aufnahmeverzeichnis-Füllstandsanzeige im InfoViewer (und ggf. am VFD-Display) aktualisiert werden darf
menu.hint_hdd_tools Formatieren Sie die gefundenen Datenträger bzw. überprüfen Sie deren Dateisystem
menu.hint_foot_back Ändern Sie die Fußleisten-Hintergrundfarbe
menu.hint_foot_textcolor Ändern Sie die Fußleisten-Textfarbe
menu.hint_head_back Ändern Sie die Titel-Hintergrundfarbe
menu.hint_head_textcolor Ändern Sie die Titel-Textfarbe
menu.hint_imageinfo Informationen über die installierte Software

View File

@@ -1054,6 +1054,8 @@ menu.hint_font_gui Select font file to use for GUI
menu.hint_font_scaling Set global vertical and horizontal\nGUI font scaling
menu.hint_font_ttx Select font file to use for teletext
menu.hint_fonts Configure GUI fonts and font sizes
menu.hint_foot_back Change GUI footer background color
menu.hint_foot_textcolor Change GUI window footer text color
menu.hint_games Show list of installed games
menu.hint_hdd Format / check data storage
menu.hint_hdd_apply Apply sleep/noise parameters
@@ -1064,8 +1066,6 @@ menu.hint_hdd_noise Set Automatic Acoustic Management\nnot all drives support th
menu.hint_hdd_sleep Select time to stop hdd on inactivity
menu.hint_hdd_statfs Specify when the recording directory fill level in infoviewer and, if available, on VFD, may be updated
menu.hint_hdd_tools Initialize HDD, check filesystem
menu.hint_foot_back Change GUI footer background color
menu.hint_foot_textcolor Change GUI window footer text color
menu.hint_head_back Change GUI title background color
menu.hint_head_textcolor Change GUI window title text color
menu.hint_imageinfo Information about installed software

View File

@@ -1081,6 +1081,8 @@ typedef enum
LOCALE_MENU_HINT_FONT_SCALING,
LOCALE_MENU_HINT_FONT_TTX,
LOCALE_MENU_HINT_FONTS,
LOCALE_MENU_HINT_FOOT_BACK,
LOCALE_MENU_HINT_FOOT_TEXTCOLOR,
LOCALE_MENU_HINT_GAMES,
LOCALE_MENU_HINT_HDD,
LOCALE_MENU_HINT_HDD_APPLY,
@@ -1091,8 +1093,6 @@ typedef enum
LOCALE_MENU_HINT_HDD_SLEEP,
LOCALE_MENU_HINT_HDD_STATFS,
LOCALE_MENU_HINT_HDD_TOOLS,
LOCALE_MENU_HINT_FOOT_BACK,
LOCALE_MENU_HINT_FOOT_TEXTCOLOR,
LOCALE_MENU_HINT_HEAD_BACK,
LOCALE_MENU_HINT_HEAD_TEXTCOLOR,
LOCALE_MENU_HINT_IMAGEINFO,

View File

@@ -1081,6 +1081,8 @@ const char * locale_real_names[] =
"menu.hint_font_scaling",
"menu.hint_font_ttx",
"menu.hint_fonts",
"menu.hint_foot_back",
"menu.hint_foot_textcolor",
"menu.hint_games",
"menu.hint_hdd",
"menu.hint_hdd_apply",
@@ -1091,8 +1093,6 @@ const char * locale_real_names[] =
"menu.hint_hdd_sleep",
"menu.hint_hdd_statfs",
"menu.hint_hdd_tools",
"menu.hint_foot_back",
"menu.hint_foot_textcolor",
"menu.hint_head_back",
"menu.hint_head_textcolor",
"menu.hint_imageinfo",