diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-04-21 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-04-21 18:00:00 +0200 |
commit | cfac68ee8458c6b51e638dd787d931bd5baad57a (patch) | |
tree | 20e5840f818a567a675b099272f42e6c7d51d751 /i18n.c | |
parent | c9a5d8ea5328e4a8bcb0c3423b825c02cb0c3b27 (diff) | |
download | vdr-patch-lnbsharing-cfac68ee8458c6b51e638dd787d931bd5baad57a.tar.gz vdr-patch-lnbsharing-cfac68ee8458c6b51e638dd787d931bd5baad57a.tar.bz2 |
Version 1.0.1vdr-1.0.1
- Added some DVB-T channels for Berlin (Germany) to channels.conf.terr (thanks to
Andreas Roedl).
- Implemented enhanced string editing with upper-/lowercase, insert/overwrite
and delete (thanks to Sergei Haller).
- Fixed color palette handling on "big endian" systems (thanks to Jean Martin
for pointing out this one).
- Updated the "Blue Movie" channels to the new "Premiere Erotik" (thanks to
Thilo Wunderlich). NOTE: this adds a new channel to 'channels.conf', so that
any timers referencing a channel with a number higher than 102 should be
checked and adapted if necessary (this only applies if you are using the default
'channels.conf').
- Improved thread locking in the ring buffer to avoid possible race conditions
under heavy load (thanks to Werner Fink).
- Fixed a crash when selecting the "Jump" function directly after setting an
editing mark (thanks to Steffen Koch for reporting and Stefan Huelswitt for
fixing this one).
- Fixed some missing ',' in i18n.c (thanks to Matthias Hilbig).
- Fixed a possible endless loop in shifting recordings between DVB cards (thanks
to Stefan Huelswitt for reporting this one).
- Updated the Premiere World Formula 1 channels in 'channels.conf' (thanks to Mel
Schächner).
- No longer setting PIDs 0x1FFF, which apparently fixes problems with CAMs and
AC3 sound only working the first time (thanks to Stefan Huelswitt).
- Now encoding '.' at the end of a directory name in case of VFAT=1, since Windows
can't handle these (thanks to Simon Dean for reporting this one).
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 55 |
1 files changed, 52 insertions, 3 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.79 2002/04/06 09:49:19 kls Exp $ + * $Id: i18n.c 1.82 2002/04/20 09:40:37 kls Exp $ * * Slovenian translations provided by Miha Setina <mihasetina@softhome.net> and Matjaz Thaler <matjaz.thaler@guest.arnes.si> * Italian translations provided by Alberto Carraro <bertocar@tin.it> @@ -467,6 +467,42 @@ const tPhrase Phrases[] = { "Wyrzucenie", "Eyectar", }, + { "ABC/abc", + "ABC/abc", + "ABC/abc", + "ABC/abc", + "ABC/abc", + "ABC/abc", + "ABC/abc", + "ABC/abc", + "ABC/abc", + "ABC/abc", + "ABC/abc", + }, + { "Insert", + "Einfügen", + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + }, + { "Overwrite", + "Überschreiben", + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + }, // Confirmations: { "Delete channel?", "Kanal löschen?", @@ -508,7 +544,7 @@ const tPhrase Phrases[] = { "Timer zeichnet auf - trotzdem löschen?", "Snemanje po terminu - zares odstrani?", "Timer in regestazione - cancello?", - "Timer neemt nog op - toch verwijderen?" + "Timer neemt nog op - toch verwijderen?", "Timer activo - têm a certeza que quer apagar?", "Enregistrement en cours - confirmez la suppression", "Timer gjør opptak - vil du slette likevel?", @@ -1602,6 +1638,19 @@ const tPhrase Phrases[] = { "PonWtoSroCzwPiaSobNie", "LunMarMieJueVieSabDom", }, + // The allowed characters in strings: + { " abcdefghijklmnopqrstuvwxyz0123456789-.#~", + " aäbcdefghijklmnoöpqrstuüvwxyz0123456789-.#~", + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + " aábcdeéfghiíjklmnñoópqrstuúvwxyz0123456789-.#~", + }, // Learning keys: { "Learning Remote Control Keys", "Fernbedienungs-Codes lernen", @@ -2080,7 +2129,7 @@ const tPhrase Phrases[] = { "Eerste DVB-kaart wordt omgeschakeld...", "A mudar interface DVB primário...", "Changement de carte DVB primaire...", - "Bytter første DVB-enhet..." + "Bytter første DVB-enhet...", "Vaihdetaan ensisijainen vastaanotin...", "Pierwszy interfejs DVB przelacza...", "Cambio interface primario...", |