diff --git a/src/system/locals.h b/src/system/locals.h index 371c57ed7..e208e4ea2 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -221,6 +221,8 @@ typedef enum LOCALE_BOUQUETEDITOR_SWITCH, LOCALE_BOUQUETEDITOR_SWITCHMODE, LOCALE_BOUQUETLIST_HEAD, + LOCALE_BOUQUETNAME_OTHER, + LOCALE_BOUQUETNAME_HDTV, LOCALE_CABLESETUP_PROVIDER, LOCALE_CHANNELLIST_CURRENT_TP, LOCALE_CHANNELLIST_EDIT, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 20a3536b0..a21ca3e5c 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -221,6 +221,8 @@ const char * locale_real_names[] = "bouqueteditor.switch", "bouqueteditor.switchmode", "bouquetlist.head", + "bouquetname.other", + "bouquetname.hdtv", "cablesetup.provider", "channellist.current_tp", "channellist.edit",