diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-28 13:20:06 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-28 13:20:06 +0200 |
commit | e46c2eff52b50bc384ec8ce965ca9004aadcb071 (patch) | |
tree | f0ffcf4da81c3d8ed87cbaa723846c9169581f61 | |
parent | 66538308cd89b64cdae46b8cd7c8a18d25de22e1 (diff) | |
download | vdr-e46c2eff52b50bc384ec8ce965ca9004aadcb071.tar.gz vdr-e46c2eff52b50bc384ec8ce965ca9004aadcb071.tar.bz2 |
Completed Croatian language texts
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | config.h | 6 | ||||
-rw-r--r-- | i18n.c | 32 |
3 files changed, 20 insertions, 19 deletions
@@ -2837,3 +2837,4 @@ Video Disk Recorder Revision History Oliver Endriss for reporting this one). - Added some missing cStatus::MsgOsdTextItem() calls (thanks to Oliver Endriss for reporting this one). +- Completed Croatian language texts (thanks to Drazen Dupor). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.195 2004/05/22 11:29:52 kls Exp $ + * $Id: config.h 1.196 2004/05/28 13:16:03 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.8" -#define VDRVERSNUM 10308 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.9" +#define VDRVERSNUM 10309 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.156 2004/05/22 11:46:35 kls Exp $ + * $Id: i18n.c 1.157 2004/05/28 13:19:29 kls Exp $ * * Translations provided by: * @@ -1889,7 +1889,7 @@ const tI18nPhrase Phrases[] = { "A csatornabeállítások nem egyértelmüek", "Propietats del canal duplicades!", "½ÐáâàÞÙÚØ ÚÐÝÐÛÐ ÝÕ ãÝØÚÐÛìÝë!", - "Parametri programa nisu jedinstveni!", + "Parametri programa nisu jednoznaèni!", }, { "Channel locked (recording)!", "Kanal blockiert (zeichnet auf)!", @@ -2328,7 +2328,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "Povr¹ina", }, { "Setup.OSD$Theme", "Thema", @@ -2347,7 +2347,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "Tema", }, { "Setup.OSD$Left", "Links", @@ -2366,7 +2366,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "Lijevo", }, { "Setup.OSD$Top", "Oben", @@ -2385,7 +2385,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "Gore", }, { "Setup.OSD$Width", "Breite", @@ -2461,7 +2461,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "Koristi mala slova", }, { "never", "nie", @@ -2480,7 +2480,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "nikada", }, { "skin dependent", "je nach Oberfläche", @@ -2499,7 +2499,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "ovisno o povr¹ini", }, { "always", "immer", @@ -2518,7 +2518,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "uvijek", }, { "Setup.OSD$Channel info position", "Kanal-Info Position", @@ -2670,7 +2670,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "ÅàÐÝÕÝØÕ ãáâÐàÕÒèØå ÔÐÝÝëå (ÜØÝ)", - "Prika¾i stare EPG podatke (min)",// TODO + "Prika¾i stare EPG podatke (min)", }, { "Setup.EPG$Set system time", "Systemzeit stellen", @@ -2710,7 +2710,7 @@ const tI18nPhrase Phrases[] = { "¸áßÞÛì×ÞÒÐâì ÒàÕÜï âàÐÝáßÞÝÔÕàÐ", "Transponder za pode¹avanje sata", }, - { "Setup.EPG$Preferred languages", + { "Setup.EPG$Preferred languages", // note the plural "Bevorzugte Sprachen", "",// TODO "",// TODO @@ -2727,9 +2727,9 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "¿àÕÔßÞçØâÐÕÜëÕ ï×ëÚØ", - "Preferirani jezik", + "Preferirani jezici", }, - { "Setup.EPG$Preferred language", + { "Setup.EPG$Preferred language", // note the singular "Bevorzugte Sprache", "",// TODO "",// TODO @@ -4613,7 +4613,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "Klasiècni VDR", }, { "ST:TNG Panels", "ST:TNG Konsolen", @@ -4632,7 +4632,7 @@ const tI18nPhrase Phrases[] = { "",// TODO "",// TODO "",// TODO - "",// TODO + "ST:TNG Konzole", }, { NULL } }; |