From 410e2d5d2edbd9a08b7e721bf07aaa702eb74514 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Mon, 15 Aug 2016 14:42:54 +0200 Subject: [PATCH] Sort locale Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/be469d3549dd57552ff90b39e3fbc7f2de71ebb7 Author: Michael Liebmann Date: 2016-08-15 (Mon, 15 Aug 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/locale/deutsch.locale | 4 ++-- data/locale/english.locale | 4 ++-- src/system/locals.h | 4 ++-- src/system/locals_intern.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/locale/deutsch.locale b/data/locale/deutsch.locale index 1b36d22fb..a56632c3f 100644 --- a/data/locale/deutsch.locale +++ b/data/locale/deutsch.locale @@ -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 diff --git a/data/locale/english.locale b/data/locale/english.locale index bbcc2522c..32d397b37 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -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 diff --git a/src/system/locals.h b/src/system/locals.h index 2e832f0d9..54ceee3fb 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -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, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index a195a53b2..7c5c6e304 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -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",