summaryrefslogtreecommitdiff
path: root/PLUGINS/src
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-16 13:34:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-16 13:34:43 +0100
commit9dfa44813495cd2d1608c5d1fb907c3fd0dc0366 (patch)
treebe60e29dcc31e5cf46b380e7001ceb8a739b9fcb /PLUGINS/src
parent2a11c183b5cd6700edb89cf94515b8390a5f8a7a (diff)
downloadvdr-9dfa44813495cd2d1608c5d1fb907c3fd0dc0366.tar.gz
vdr-9dfa44813495cd2d1608c5d1fb907c3fd0dc0366.tar.bz2
Added Russian language texts
Diffstat (limited to 'PLUGINS/src')
-rw-r--r--PLUGINS/src/hello/i18n.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/PLUGINS/src/hello/i18n.c b/PLUGINS/src/hello/i18n.c
index 644bb50a..304233ba 100644
--- a/PLUGINS/src/hello/i18n.c
+++ b/PLUGINS/src/hello/i18n.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: i18n.c 1.3 2002/06/23 13:05:59 kls Exp $
+ * $Id: i18n.c 1.4 2004/01/16 13:28:23 kls Exp $
*/
#include "i18n.h"
@@ -24,6 +24,8 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "Привет!",
},
{ "Hello world!",
"Hallo Welt!",
@@ -40,6 +42,8 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "Здравствуй мир!",
},
{ "Howdy folks!",
"Tach zusammen!",
@@ -56,6 +60,8 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "Как поживаете?",
},
{ "A friendly greeting",
"Ein freundlicher Gruп",
@@ -72,6 +78,8 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "Дружеское приветствие",
},
{ "Greeting time (s)",
"Dauer des Gruпes (s)",
@@ -88,6 +96,8 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "Продолжительность приветствия",
},
{ "Use alternate greeting",
"Alternativen Gruп verwenden",
@@ -104,6 +114,8 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
+ "",// TODO
+ "Альтернативное приветствие",
},
{ NULL }
};