diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-10 15:38:59 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-10 15:38:59 +0200 |
commit | 1c12948b7ee7df2ff431c17df744fb671ee99a1f (patch) | |
tree | ac7c5362cceda5c4012e8faac3b4791a727ed4a6 /i18n.c | |
parent | 232f4105691952042e8668f4706cb5ca6a55c8a0 (diff) | |
download | vdr-1c12948b7ee7df2ff431c17df744fb671ee99a1f.tar.gz vdr-1c12948b7ee7df2ff431c17df744fb671ee99a1f.tar.bz2 |
Changed the 'Eject DVD' button text to a simple 'Eject'
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 8 |
1 files changed, 4 insertions, 4 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.28 2001/08/08 16:42:18 kls Exp $ + * $Id: i18n.c 1.29 2001/08/10 15:37:46 kls Exp $ * * Slovenian translations provided by Miha Setina <mihasetina@softhome.net> * Italian translations provided by Alberto Carraro <bertocar@tin.it> @@ -330,13 +330,13 @@ const tPhrase Phrases[] = { "Langue", "Språk", }, - { "Eject DVD", - "DVD auswerfen", + { "Eject", + "Auswerfen", "", // TODO "", // TODO "", // TODO "", // TODO - "Ejection DVD", + "Ejection", "", // TODO }, // Confirmations: |