mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed some Russian OSD texts
This commit is contained in:
parent
402184b9da
commit
062935a844
1
HISTORY
1
HISTORY
@ -2674,3 +2674,4 @@ Video Disk Recorder Revision History
|
||||
- Fixed handling receivers in the 'sky' plugin, so that a recording on the same
|
||||
channel won't interrupt an ongoing Transfer mode.
|
||||
- Added subtable ID and TSDT handling to 'libsi' (thanks to Marcel Wiesweg).
|
||||
- Fixed some Russian OSD texts (thanks to Vyacheslav Dikonov).
|
||||
|
6
i18n.c
6
i18n.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: i18n.c 1.146 2004/01/25 14:41:02 kls Exp $
|
||||
* $Id: i18n.c 1.147 2004/02/20 13:58:14 kls Exp $
|
||||
*
|
||||
* Translations provided by:
|
||||
*
|
||||
@ -835,7 +835,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"",//TODO
|
||||
"",//TODO
|
||||
"",//TODO
|
||||
"",//TODO
|
||||
"Сканировать",
|
||||
},
|
||||
// Confirmations:
|
||||
{ "Delete channel?",
|
||||
@ -4140,7 +4140,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"",// TODO
|
||||
"Ennek a plugin-nak nincs setup-parametere!",
|
||||
"Aquest plugin no admet configuració!",
|
||||
"Модуль расширения не имеет параметров настройки!",
|
||||
"Модуль не имеет параметров настройки!",
|
||||
},
|
||||
{ NULL }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user