diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | i18n.c | 22 |
2 files changed, 12 insertions, 11 deletions
@@ -3018,3 +3018,4 @@ Video Disk Recorder Revision History - Moved the initialization of aPid1 and aPid2 to the beginning of cDvbDevice::cDvbDevice() to have them set in case a patch references them (thanks to Wayne Keer for pointing this out). +- Completed the Russian OSD texts (thanks to Vyacheslav Dikonov). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.158 2004/10/16 11:52:53 kls Exp $ + * $Id: i18n.c 1.159 2004/10/16 13:20:56 kls Exp $ * * Translations provided by: * @@ -2445,7 +2445,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "�����", "Povr�ina", "Kest", }, @@ -2465,7 +2465,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "�������", "Tema", "Teema", }, @@ -2485,7 +2485,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "������ �����", "Lijevo", "Vasakule", }, @@ -2505,7 +2505,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "������ ������", "Gore", "�lesse", }, @@ -2585,7 +2585,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "������������ ������ �����", "Koristi mala slova", "V�ikese fondi kasutamine", }, @@ -2605,7 +2605,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "�������", "nikada", "mitte kunagi", }, @@ -2625,7 +2625,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "�������� ����", "ovisno o povr�ini", "kestast s�ltuv", }, @@ -2645,7 +2645,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "������", "uvijek", "alati", }, @@ -4850,7 +4850,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "������������", "Klasi�cni VDR", "Klassikaline VDR", }, @@ -4870,7 +4870,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "ST:TNG ������", "ST:TNG Konzole", "ST:TNG konsool", }, |