summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--config.h6
-rw-r--r--i18n.c32
3 files changed, 20 insertions, 19 deletions
diff --git a/HISTORY b/HISTORY
index 26ec725a..8f5607c2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).
diff --git a/config.h b/config.h
index 18f3aeaf..3f62fcb5 100644
--- a/config.h
+++ b/config.h
@@ -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
diff --git a/i18n.c b/i18n.c
index dd74446d..5094fbd3 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.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 }
};