diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-26 12:56:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-26 12:56:53 +0200 |
commit | bd66898c7820a00a7bd78c7c974f5be47f407468 (patch) | |
tree | 5a763d521fcbd4020232134f845a7481f8064864 /i18n.c | |
parent | 41320eca4d534aa803f0aeab1258965aa937752e (diff) | |
download | vdr-bd66898c7820a00a7bd78c7c974f5be47f407468.tar.gz vdr-bd66898c7820a00a7bd78c7c974f5be47f407468.tar.bz2 |
Fixed learning RC keys with more than one RC; displaying RC name when learning keys
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 32 |
1 files changed, 16 insertions, 16 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.97 2002/10/19 09:36:51 kls Exp $ + * $Id: i18n.c 1.98 2002/10/26 12:04:20 kls Exp $ * * Translations provided by: * @@ -2385,21 +2385,21 @@ const tI18nPhrase Phrases[] = { " aábcdeéfghijklmnoóöpqrstuúüvwxyz0123456789-.,#~", }, // Learning keys: - { "Learning Remote Control Keys", - "Fernbedienungs-Codes lernen", - "Ucim se kod upravljalca", - "Apprendimento tasti unita` remota", - "Leren toetsen afstandsbediening", - "Aprender as teclas do telecomando", - "Apprentissage des codes de télécommande", - "Lćre fjernkontrolltaster", - "Kaukosäätimen näppäinten opettelu", - "Nauka kodu pilota", - "Aprendiendo teclas del telemando", - "Ekmathisi Remote Control", - "Inlärning av fjärrkontrollsknappar", - "Invatare taste telecomanda", - "Távirányító betanítása", + { "Learning Remote Control Keys (%s)", + "Fernbedienungs-Codes lernen (%s)", + "Ucim se kod upravljalca (%s)", + "Apprendimento tasti unita` remota (%s)", + "Leren toetsen afstandsbediening (%s)", + "Aprender as teclas do telecomando (%s)", + "Apprentissage des codes de télécommande (%s)", + "Lćre fjernkontrolltaster (%s)", + "Kaukosäätimen näppäinten opettelu (%s)", + "Nauka kodu pilota (%s)", + "Aprendiendo teclas del telemando (%s)", + "Ekmathisi Remote Control (%s)", + "Inlärning av fjärrkontrollsknappar (%s)", + "Invatare taste telecomanda (%s)", + "Távirányító betanítása (%s)", }, { "Phase 1: Detecting RC code type", "Phase 1: FB Code feststellen", |