diff --git a/data/locale/deutsch.locale b/data/locale/deutsch.locale index 1c9533484..1a4c34599 100644 --- a/data/locale/deutsch.locale +++ b/data/locale/deutsch.locale @@ -817,6 +817,8 @@ fontsize.moviebrowser_head Überschriften fontsize.moviebrowser_info Info-Fenster fontsize.moviebrowser_list Listen-Einträge fontsize.subtitles Text Untertitel +fontsize.window_radiotext_desc0 Radiotext Infos +fontsize.window_radiotext_desc1 Radiotext Zusatzinfo fsk.all aus fsk.from_12 ab 12 fsk.from_16 ab 16 diff --git a/data/locale/english.locale b/data/locale/english.locale index c2846d292..6bb957a75 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -817,6 +817,8 @@ fontsize.moviebrowser_head Headers fontsize.moviebrowser_info Info window fontsize.moviebrowser_list List items fontsize.subtitles Text subtitles +fontsize.window_radiotext_desc0 Radiotext infos +fontsize.window_radiotext_desc1 Radiotext additional infos fsk.all off fsk.from_12 from 12 fsk.from_16 from 16 diff --git a/src/system/locals.h b/src/system/locals.h index 8202c5d6f..6b1441f4b 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -844,6 +844,8 @@ typedef enum LOCALE_FONTSIZE_MOVIEBROWSER_INFO, LOCALE_FONTSIZE_MOVIEBROWSER_LIST, LOCALE_FONTSIZE_SUBTITLES, + LOCALE_FONTSIZE_WINDOW_RADIOTEXT_DESC0, + LOCALE_FONTSIZE_WINDOW_RADIOTEXT_DESC1, LOCALE_FSK_ALL, LOCALE_FSK_FROM_12, LOCALE_FSK_FROM_16, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 131685ed8..80c858d37 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -844,6 +844,8 @@ const char * locale_real_names[] = "fontsize.moviebrowser_info", "fontsize.moviebrowser_list", "fontsize.subtitles", + "fontsize.window_radiotext_desc0", + "fontsize.window_radiotext_desc1", "fsk.all", "fsk.from_12", "fsk.from_16",