mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
locales: add cancel message for canceled channel scan
This commit is contained in:
@@ -2264,6 +2264,7 @@ scants.bouquet_writenames_bouquets nur Anbieter
|
||||
scants.bouquet_writenames_ever Beide
|
||||
scants.bouquet_writenames_never Nie
|
||||
scants.bouquet_writenames_ubouquets nur Favoriten
|
||||
scants.canceled Kanalsuche abgebrochen!
|
||||
scants.channel Kanal:
|
||||
scants.failed Kanalsuche fehlgeschlagen!
|
||||
scants.finished Kanalsuche erfolgreich beendet!
|
||||
|
@@ -2264,6 +2264,7 @@ scants.bouquet_writenames_bouquets providers
|
||||
scants.bouquet_writenames_ever both
|
||||
scants.bouquet_writenames_never never
|
||||
scants.bouquet_writenames_ubouquets favourites
|
||||
scants.canceled Transponderscan canceled!
|
||||
scants.channel Channel:
|
||||
scants.failed Transponderscan failed!
|
||||
scants.finished Transponderscan finished successfully!
|
||||
|
@@ -2291,6 +2291,7 @@ typedef enum
|
||||
LOCALE_SCANTS_BOUQUET_WRITENAMES_EVER,
|
||||
LOCALE_SCANTS_BOUQUET_WRITENAMES_NEVER,
|
||||
LOCALE_SCANTS_BOUQUET_WRITENAMES_UBOUQUETS,
|
||||
LOCALE_SCANTS_CANCELED,
|
||||
LOCALE_SCANTS_CHANNEL,
|
||||
LOCALE_SCANTS_FAILED,
|
||||
LOCALE_SCANTS_FINISHED,
|
||||
|
@@ -2291,6 +2291,7 @@ const char * locale_real_names[] =
|
||||
"scants.bouquet_writenames_ever",
|
||||
"scants.bouquet_writenames_never",
|
||||
"scants.bouquet_writenames_ubouquets",
|
||||
"scants.canceled",
|
||||
"scants.channel",
|
||||
"scants.failed",
|
||||
"scants.finished",
|
||||
|
Reference in New Issue
Block a user