diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-16 10:09:54 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-16 10:09:54 +0100 |
commit | 92358d6a4e7cba0559847b060ff22462088feb43 (patch) | |
tree | cf76eed0bb43a03834ed159c94a99724210a911d /i18n.c | |
parent | d9cfa43d8529ea9422771d5cd744d5e20a3b5c93 (diff) | |
download | vdr-92358d6a4e7cba0559847b060ff22462088feb43.tar.gz vdr-92358d6a4e7cba0559847b060ff22462088feb43.tar.bz2 |
Changed the title of the 'Main' menu to 'VDR'
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.63 2002/03/10 17:02:42 kls Exp $ + * $Id: i18n.c 1.64 2002/03/16 10:04:23 kls Exp $ * * Slovenian translations provided by Miha Setina <mihasetina@softhome.net> * Italian translations provided by Alberto Carraro <bertocar@tin.it> @@ -78,15 +78,15 @@ const tPhrase Phrases[] = { "Suomi", }, // Menu titles: - { "Main", - "Hauptmenü", - "Glavni meni", - "Principale", - "Hoofdmenu", - "Principal", - "Menu", - "Hovedmeny", - "Valikko", + { "VDR", + "VDR", + "VDR", + "VDR", + "VDR", + "VDR", + "VDR", + "VDR", + "VDR", }, { "Schedule", "Programm", |