From dc4a1bca2ee31042d36aa3fea09ef203aff22717 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 4 Feb 2006 14:19:46 +0100 Subject: Fixed a missing ',' in the Swedish OSD texts --- CONTRIBUTORS | 1 + HISTORY | 1 + i18n.c | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fd9e2c12..965f175e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1337,6 +1337,7 @@ Kimmo Tykkala Arthur Konovalov for translating OSD texts to the Estonian language for fixing a missing ',' in the Greek OSD texts + for fixing a missing ',' in the Swedish OSD texts Milos Kapoun for suggesting to skip code table info in SI data diff --git a/HISTORY b/HISTORY index 514b9df4..3e5a83a2 100644 --- a/HISTORY +++ b/HISTORY @@ -4296,3 +4296,4 @@ Video Disk Recorder Revision History - Improved cUnbufferedFile; USE_FADVISE is now defined in tools.c by default, so if you don't want to use "fadvise" you need to comment out that line (thanks to Artur Skawina). +- Fixed a missing ',' in the Swedish OSD texts (thanks to Arthur Konovalov). diff --git a/i18n.c b/i18n.c index 86a2a905..ad9b797e 100644 --- a/i18n.c +++ b/i18n.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.246 2006/02/04 11:00:52 kls Exp $ + * $Id: i18n.c 1.247 2006/02/04 14:17:54 kls Exp $ * * Translations provided by: * @@ -2632,7 +2632,7 @@ const tI18nPhrase Phrases[] = { "D¼wiêk nie jest dostêpny!", "¡No hay audio disponible!", "Ìç äéáèÝóéìïò Þ÷ïò", - "Ljud saknas!" + "Ljud saknas!", "Lipseºte sunetul!", "",//TODO "",//TODO -- cgit v1.2.3