Added Catalanian language texts

This commit is contained in:
Klaus Schmidinger 2003-05-16 13:04:52 +02:00
parent 7399d8eff4
commit 0e10fc9599
4 changed files with 279 additions and 57 deletions

View File

@ -658,3 +658,6 @@ Alfred Zastrow <vdr@zastrow4u.de>
Matthias Raus <matthias-raus@web.de>
for reporting a problem with starting the editing process if no marks have been set
Marc Rovira Vall <tm05462@salleURL.edu> and Ramon Roca <ramon.roca@xcombo.com>
for translating OSD texts to the Catalanian language

View File

@ -2154,3 +2154,8 @@ Video Disk Recorder Revision History
called before trying to learn the keys (problem reported by Oliver Endriss).
- No longer starting the editing process if no marks have been set (thanks to
Matthias Raus for reporting this one).
- Added Catalanian language texts (thanks to Marc Rovira Vall and Ramon Roca).
Plugin authors may want to add the new entries to their I18N texts and contact
the translators to have their texts translated. Note that there are now 16
different OSD languages, so please make sure you have 16 versions for each of
your texts.

324
i18n.c

File diff suppressed because it is too large Load Diff

4
i18n.h
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: i18n.h 1.5 2002/06/22 09:12:21 kls Exp $
* $Id: i18n.h 1.6 2003/05/16 12:48:52 kls Exp $
*/
#ifndef __I18N_H
@ -12,7 +12,7 @@
#include <stdio.h>
const int I18nNumLanguages = 15;
const int I18nNumLanguages = 16;
typedef const char *tI18nPhrase[I18nNumLanguages];