diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2004-05-31 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2004-05-31 18:00:00 +0200 |
commit | b81bf2d1c92e2ac820d2116c66f328869eb627cd (patch) | |
tree | a3edee268e9ff1d2e41fb02f8d8b2b8bdef566f4 /i18n.c | |
parent | 3c349510b5060ec05a684425b6b2e5b70d67f65c (diff) | |
download | vdr-patch-lnbsharing-b81bf2d1c92e2ac820d2116c66f328869eb627cd.tar.gz vdr-patch-lnbsharing-b81bf2d1c92e2ac820d2116c66f328869eb627cd.tar.bz2 |
Version 1.3.9vdr-1.3.9
- Completed Croatian language texts (thanks to Drazen Dupor).
- New iso8859-2 font to fix the problem with program freezes (thanks to Drazen Dupor).
- Implemented a default cRemote::Initialize() that waits 10 seconds for a keypress
in order to prevent a "hangup" in case, e.g., the LIRC driver is not loaded (thanks
to Helmut Auer).
- Updated 'channels.conf.terr' for Hannover (thanks to Peter Waechtler).
- cBitmap::DrawBitmap() now also resets the palette if the entire bitmap area is
covered (suggested by Sascha Volkenandt).
- Fixed setting the title in the replay display of the "Classic VDR" skin in case
a shorter title is set after a longer one (thanks to Stefan Huelswitt for
reporting this one).
- Now using more separate areas in the "ST:TNG Panels" skin to allow a theme to
use more independent clrMenu* colors.
- Fixed removing the "scanning recordings..." message in case the video directory
is empty (thanks to Andreas Regel for reporting this one).
- Added SetMessage() functions to the Replay and Channel skin functions. Plugins
that implement skins will need to implement these functions. This fixes a missing
"Editing process finished" message (thanks to Oliver Endriss for reporting this
one).
- Fixed the height of the channel display in the "Classic VDR" skin.
- Fixed handling descriptor loops in 'libsi', which had sometimes caused invalid
CA ids to be added to the channel definitions (thanks to Wayne Keer for reporting
this one, and Marcel Wiesweg for fixing it).
- Fixed handling colors in cDvbSpuPalette::yuv2rgb() (thanks to Marco Schlüßler).
- Made some functions of cFont virtual to allow implementing dummy fonts for the
'curses' skin.
- The new plugin 'skincurses' re-implements the functionality that was previously
available by compiling VDR with DEBUG_OSD. Some things may not yet work as they
should, but it's a starting point.
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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 } }; |