mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added Catalanian language texts
This commit is contained in:
parent
7399d8eff4
commit
0e10fc9599
@ -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
|
||||
|
5
HISTORY
5
HISTORY
@ -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.
|
||||
|
4
i18n.h
4
i18n.h
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user