diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2005-10-03 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2005-10-03 18:00:00 +0200 |
commit | 88d8d634089bae65bdfea8238a847b7883058072 (patch) | |
tree | 8d6143bb63258e7c8b918d664f69a5870d1e8983 /i18n.c | |
parent | c16bbf7422f37108580e559ca849e5aafbdac672 (diff) | |
download | vdr-patch-lnbsharing-88d8d634089bae65bdfea8238a847b7883058072.tar.gz vdr-patch-lnbsharing-88d8d634089bae65bdfea8238a847b7883058072.tar.bz2 |
Version 1.3.34vdr-1.3.34
- Fixed a leftover 'summary.vdr' in vdr.5 (thanks to Peter Bieringer for reporting
this one).
- Fixed opening recording folders in case the last replayed recording no longer
exists (reported by Udo Richter).
- Fixed an unjustified "Error while accessing recording!" after deleting a recording
from a subfolder.
- Fixed handling the '.update' file in case the video directory is not at the default
location (reported by Jon Burgess).
- Fixed a crash in cConfig::Load() when compiling on the PPC (thanks to Sascha
Volkenandt).
- Fixed the FATALERRNO macro to check for a non-zero errno value (reported by Marco
Schlüßler).
- Added a check against MAXOSDAREAS in cOsd::CanHandleAreas() (reported by Udo
Richter).
- Fixed setting current menu item if the first one is non-selectable.
- cOsdItem::cOsdItem() now has a 'Selectable' parameter.
- Improved displaying 'sub-title' and 'bottom text' in the CAM menu.
- Added status message "Resetting CAM..." for an immediate feedback when the CAM
reset has been triggered.
- The CAM menu now automatically updates itself in case of a progress display (as
used, for instance, when updating the firmware via satellite).
- Now skipping some funny characters sent by some CAMs at the beginning of strings.
- The CAM menu is now completely closed when pressing the Menu key while inside
a sub menu.
- Reduced MAX_CONNECT_RETRIES in ci.c to 2 (waiting too long made the whole thing
appear hanging).
- Added status message "Opening CAM menu..." for an immediate feedback when the CAM
menu has been requested.
- Speeded up initial opening of the CAM menu.
- Fixed handling of menus with no selectable items.
- The character 0x8A in CAM menu strings is now mapped to a real newline.
- The 'sub-title' and 'bottom text' in the CAM menu can now consist of several lines.
- Improved the CAM enquiry menu.
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 79 |
1 files changed, 71 insertions, 8 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.210 2005/09/25 11:57:04 kls Exp $ + * $Id: i18n.c 1.213 2005/10/03 12:27:15 kls Exp $ * * Translations provided by: * @@ -2273,6 +2273,27 @@ const tI18nPhrase Phrases[] = { "Kõvaketas peaaegu täis!", "Kun lidt diskplads tilbage!", }, + { "Opening CAM menu...", + "CAM-Menü wird geöffnet...", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, { "Can't open CAM menu!", "CAM-Menü kann nicht geöffnet werden!", "Ne morem odpreti CAM menija!", @@ -2294,6 +2315,27 @@ const tI18nPhrase Phrases[] = { "Ei saa avada CAM menüüd!", "Kan ikke åbne CAM menuen!", }, + { "Resetting CAM...", + "CAM wird zurückgesetzt...", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, { "Can't reset CAM!", "CAM-Reset fehlgeschlagen!", "Ne morem resetirati CAM-a", @@ -2316,26 +2358,47 @@ const tI18nPhrase Phrases[] = { "Kan ikke nulstille CAM!", }, { "CAM has been reset", - "CAM wurde zurückgesetzt!", - "CAM je resetiran!", - "Modulo CAM reimpostato!", - "CAM is herstart!", + "CAM wurde zurückgesetzt", + "CAM je resetiran", + "Modulo CAM reimpostato", + "CAM is herstart", "",//TODO "La CAM a été réinitialisée", "",//TODO "Salausmoduuli alustettu", - "CAM-Reset wykonany!", + "CAM-Reset wykonany", "CAM reiniciada", "Óôï CAM Ýãéíå åðáíáöïñÜ", "CA modulen har återställts", "CAM-ul a fost resetat", "A CAM vissza lett állítva", "CAM reiniciada", - "CAM-ÜÞÔãÛì ßÕàÕ×ÐßãéÕÝ!", - "CAM je resetiran!", + "CAM-ÜÞÔãÛì ßÕàÕ×ÐßãéÕÝ", + "CAM je resetiran", "CAM mooduli taaskäivitus tehtud", "CAM er blevet nulstillet", }, + { "Please enter %d digits!", + "Bitte geben Sie %d Ziffern ein!", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, { "No audio available!", "Kein Audio verfügbar!", "Zvok ni dosegljiv", |