mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
locals: add locales for record status
This commit is contained in:
@@ -1648,6 +1648,8 @@ streaminfo.resolution Resolution
|
||||
streaminfo.signal Receipt signal
|
||||
streaming.busy One or several recording processes are active.\nIf you encounter this message and no recording is active, please restart Neutrino-HD.
|
||||
streaming.dir_not_writable The recording directory is not writable.\nRecording will not work.
|
||||
streaming.overflow Record buffer overflow, consider to stop some records
|
||||
streaming.slow System/hdd too slow, consider to stop some records
|
||||
streaming.write_error The recording was aborted,\nsince an error occured during the writing process.
|
||||
stringinput.caps caps / no caps
|
||||
stringinput.clear clear all
|
||||
|
@@ -1675,6 +1675,8 @@ typedef enum
|
||||
LOCALE_STREAMINFO_SIGNAL,
|
||||
LOCALE_STREAMING_BUSY,
|
||||
LOCALE_STREAMING_DIR_NOT_WRITABLE,
|
||||
LOCALE_STREAMING_OVERFLOW,
|
||||
LOCALE_STREAMING_SLOW,
|
||||
LOCALE_STREAMING_WRITE_ERROR,
|
||||
LOCALE_STRINGINPUT_CAPS,
|
||||
LOCALE_STRINGINPUT_CLEAR,
|
||||
|
@@ -1675,6 +1675,8 @@ const char * locale_real_names[] =
|
||||
"streaminfo.signal",
|
||||
"streaming.busy",
|
||||
"streaming.dir_not_writable",
|
||||
"streaming.overflow",
|
||||
"streaming.slow",
|
||||
"streaming.write_error",
|
||||
"stringinput.caps",
|
||||
"stringinput.clear",
|
||||
|
Reference in New Issue
Block a user