mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added the language code for Bulgarian
This commit is contained in:
parent
f031563400
commit
5f3ad4fc9b
@ -3588,6 +3588,7 @@ Helmut Binder <cco@aon.at>
|
|||||||
for suggesting to add __attribute__((packed)) to tIndexPes and tIndexTs
|
for suggesting to add __attribute__((packed)) to tIndexPes and tIndexTs
|
||||||
for helping with the implementation of retuning if the received transponder's SDT
|
for helping with the implementation of retuning if the received transponder's SDT
|
||||||
doesn't contain the expected values for NID and TID
|
doesn't contain the expected values for NID and TID
|
||||||
|
for adding the language code for Bulgarian
|
||||||
|
|
||||||
Ulrich Eckhardt <uli@uli-eckhardt.de>
|
Ulrich Eckhardt <uli@uli-eckhardt.de>
|
||||||
for reporting a problem with shutdown after user inactivity in case a plugin is
|
for reporting a problem with shutdown after user inactivity in case a plugin is
|
||||||
|
3
HISTORY
3
HISTORY
@ -9420,7 +9420,7 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed handling the S2SatelliteDeliverySystemDescriptor for transponders broadcasting
|
- Fixed handling the S2SatelliteDeliverySystemDescriptor for transponders broadcasting
|
||||||
in "backwards compatibility mode" according to ETSI EN 300 468 (thanks to Onur Sentürk).
|
in "backwards compatibility mode" according to ETSI EN 300 468 (thanks to Onur Sentürk).
|
||||||
|
|
||||||
2020-05-05:
|
2020-05-11:
|
||||||
|
|
||||||
- Fixed moving channels between number groups in SVDRP's MOVC command and the Channels
|
- Fixed moving channels between number groups in SVDRP's MOVC command and the Channels
|
||||||
menu, in case a channel is moved to a higher number and into a numbered group
|
menu, in case a channel is moved to a higher number and into a numbered group
|
||||||
@ -9431,3 +9431,4 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed compatibility with current versions of glibc (thanks to Manuel Reimer).
|
- Fixed compatibility with current versions of glibc (thanks to Manuel Reimer).
|
||||||
- The SVDRP command DELC now also accepts a channel id (suggested by Manuel Reimer).
|
- The SVDRP command DELC now also accepts a channel id (suggested by Manuel Reimer).
|
||||||
- Fixed dropping capabilities in case cap_sys_time is not available.
|
- Fixed dropping capabilities in case cap_sys_time is not available.
|
||||||
|
- Added the language code for Bulgarian (thanks to Helmut Binder).
|
||||||
|
3
i18n.c
3
i18n.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: i18n.c 2.5 2012/09/01 10:53:43 kls Exp $
|
* $Id: i18n.c 4.1 2020/05/11 11:04:29 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -60,6 +60,7 @@ const char *LanguageCodeList[] = {
|
|||||||
"tur",
|
"tur",
|
||||||
"ukr",
|
"ukr",
|
||||||
"ara",
|
"ara",
|
||||||
|
"bul",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user