mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added missing I18N entry for "Ppid"
This commit is contained in:
parent
954d00959c
commit
734941a285
3
HISTORY
3
HISTORY
@ -2254,7 +2254,7 @@ Video Disk Recorder Revision History
|
|||||||
- Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf
|
- Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf
|
||||||
Ahrenberg).
|
Ahrenberg).
|
||||||
|
|
||||||
2003-06-19: Version 1.2.2
|
2003-07-13: Version 1.2.2
|
||||||
|
|
||||||
- Fixed a bug in channel switching after Left/Right has been pressed (thanks to
|
- Fixed a bug in channel switching after Left/Right has been pressed (thanks to
|
||||||
Michael Walle for reporting this one).
|
Michael Walle for reporting this one).
|
||||||
@ -2268,3 +2268,4 @@ Video Disk Recorder Revision History
|
|||||||
(suggested by Thomas Keil).
|
(suggested by Thomas Keil).
|
||||||
- Now clearing the channel info display when entering numeric keys to switch
|
- Now clearing the channel info display when entering numeric keys to switch
|
||||||
channels (suggested by Guy Roussin).
|
channels (suggested by Guy Roussin).
|
||||||
|
- Added missing I18N entry for "Ppid" (thanks to Rolf Ahrenberg).
|
||||||
|
19
i18n.c
19
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 1.128 2003/06/09 09:49:29 kls Exp $
|
* $Id: i18n.c 1.129 2003/07/13 15:03:07 kls Exp $
|
||||||
*
|
*
|
||||||
* Translations provided by:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@ -1044,6 +1044,23 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"Vpid",
|
"Vpid",
|
||||||
"PID Vídeo",
|
"PID Vídeo",
|
||||||
},
|
},
|
||||||
|
{ "Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Aikatieto PID",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
"Ppid",
|
||||||
|
},
|
||||||
{ "Apid1",
|
{ "Apid1",
|
||||||
"Apid1",
|
"Apid1",
|
||||||
"Apid1",
|
"Apid1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user