diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-14 09:18:08 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-05-14 09:18:08 +0200 |
commit | 06e038b6fb9f2fe8882a8f5ffd9112504e3a45ad (patch) | |
tree | c4acb12f032f1491b48d48ce98f881ecf489aca4 | |
parent | 28084a44b7a2d40667d736c21542c0cc769ddd96 (diff) | |
download | vdr-06e038b6fb9f2fe8882a8f5ffd9112504e3a45ad.tar.gz vdr-06e038b6fb9f2fe8882a8f5ffd9112504e3a45ad.tar.bz2 |
Updated the Estonian OSD texts
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | config.h | 6 | ||||
-rw-r--r-- | i18n.c | 16 |
3 files changed, 15 insertions, 11 deletions
@@ -3512,3 +3512,7 @@ Video Disk Recorder Revision History (thanks to Reinhard Nissl). - Fixed a wrong inheritance in libsi's SubtitlingDescriptor::Subtitling (thanks to Marco Schl��ler). + +2005-05-14: Version 1.3.25 + +- Updated the Estonian OSD texts (thanks to Arthur Konovalov). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.217 2005/05/05 11:04:18 kls Exp $ + * $Id: config.h 1.218 2005/05/14 09:18:08 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.24" -#define VDRVERSNUM 10324 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.25" +#define VDRVERSNUM 10325 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.188 2005/05/05 13:12:54 kls Exp $ + * $Id: i18n.c 1.189 2005/05/14 09:16:34 kls Exp $ * * Translations provided by: * @@ -3112,7 +3112,7 @@ const tI18nPhrase Phrases[] = { "",//TODO "�������������� �����������", "",//TODO - "",//TODO + "Video kuvamise formaat", "Video display format", }, { "pan&scan", @@ -3343,7 +3343,7 @@ const tI18nPhrase Phrases[] = { "",//TODO "�������������� ����� (����)", "",//TODO - "",//TODO + "Audio keeled", "Audio sprog (ant.)", }, { "Setup.DVB$Audio language", // note the singular @@ -3364,7 +3364,7 @@ const tI18nPhrase Phrases[] = { "",//TODO "������", "",//TODO - "",//TODO + "Audio keel", "Audio sprog", }, { "Setup.LNB$SLOF (MHz)", @@ -4039,7 +4039,7 @@ const tI18nPhrase Phrases[] = { "Fase 1: Detectant el tipus de receptor", "��� 1: ����������� ���� ���� ������", "Faza 1: detektiranje k�da daljinskog upravlja�a.", - "Aste 1: Koodeerimiss�steemi tuvastamine", + "Aste 1: Kodeerimiss�steemi tuvastamine", "Fase 1: Detekterer fjernbetjenings-kodetype", }, { "Press any key on the RC unit", @@ -4081,7 +4081,7 @@ const tI18nPhrase Phrases[] = { "Codi detectat!", "��������� ��� ������!", "K�d daljinskog upravlja�a je prepoznat!", - "Koodeerimiss�steem tuvastatud!", + "Kodeerimiss�steem tuvastatud!", "Fjernbetjenings-kodetype fundet!", }, { "Do not press any key...", @@ -5049,7 +5049,7 @@ const tI18nPhrase Phrases[] = { " Aturar la reproducci�", " ���������� ���������������", " Prekini reprodukciju", - " L�peta kordus", + " L�peta taasesitamine", " Stop afspilning", }, { " Stop recording ", // note the leading and trailing blanks! @@ -5259,7 +5259,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "EPG skaneerimine k�ivitatud", "",// TODO }, { "This plugin has no setup parameters!", |