Version 1.7.28

Original announce message:
VDR developer version 1.7.28 is now available at

       ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.28.tar.bz2

A 'diff' against the previous version is available at

       ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.27-1.7.28.diff

MD5 checksums:

3ccff2dcc42d112e23dd64f2c39f02f1  vdr-1.7.28.tar.bz2
7249ead4aca4b24e53d49d11c67e1613  vdr-1.7.27-1.7.28.diff

WARNING:
========

This is a developer version. Even though I use it in my productive
environment. I strongly recommend that you only use it under controlled
conditions and for testing and debugging.

The new default skin "LCARS" displays the signal strengths and qualities of
all devices in its main menu. For devices that have an stb0899 frontend chip
(like the TT-budget S2-3200) retrieving this information from the driver is
rather slow, which results in a sluggish response to user input in the main
menu. To speed this up you may want to apply the patches from

From the HISTORY file:
- Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4.
- Fixed getting the maximum short channel name length in case there are no short names
  at all (reported by Derek Kelly).
- The new function cDevice::DeviceType() returns a string identifying the type of
  the given device.
- Now limiting the number of characters of a channel's (short) name to 16 in the
  schedules menus, to keep that column from getting overly wide in case there is
  a channel with a very long name that has no short name.
- Fixed EPG scan on systems with only a single DVB device that use software output
  (reported by Juergen Lock).
- Skins can now inquire the menu category for which their cSkinDisplayMenu is currently
  being used. This can be done either through a call to cSkinDisplayMenu::MenuCategory()
  or by reimplementing cSkinDisplayMenu::SetMenuCategory(). This information allows a
  skin to use special icons or decorations for the various types of menus in VDR.
- The new setup option "DVB/Standard compliance" can be used to switch between different
  variations of the DVB standard (thanks to Rolf Ahrenberg). Currently there is "DVB"
  (for the original DVB standard) and "ANSI/SCTE", which is used to properly handle
  certain private stream types.
- The disk usage is no longer automatically added to the title of the main and
  "Recordings" menus. This has always been a mekeshift solution and it is now up
  to the individual skin if, where and how it wants to display this information.
  A skin can use the new cVideoDiskUsage class to implement such a display. For
  compatibility, the default skins "Classic VDR", "ST:TNG Panels" and "Text mode"
  (i.e. curses) have been changed to behave like before. Other skins may want to
  display the disk usage in totally different ways.
- A cOsdMenu can now handle skins that display different numbers of items in the
  various menu categories.
- OSD and skin are now reinitialized after a plugin setup page has been confirmed,
  to have them react immediately in case any change to a plugin's setup parameter
  has an effect on the OSD.
- The Timers list is now marked as modified whenever a recording starts or ends.
- Fixed cDevice::StillPicture(), making sure it doesn't call the derived class's
  function if no buffer has been allocated (reported by Marcus Roscher).
- Fixed the SVDRP command UPDR, which didn't update the global recordings list
  (reported by Lars Hanisch).
- cControl::Control() now has an additional boolean parameter, which can be set to
  true to get the current player control even if it is hidden.
- The new functions cControl::GetRecording() and cControl::GetHeader() can be used
  to retrieve information about what the current player is playing.
- Fixed a possible high CPU load when pausing replay (thanks to Reinhard Nissl).
- Fixed character comparisons in cSubtitleObject::DecodeCharacterString() (reported
  by Reinhard Mantey).
- Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprintf(),
  because it might inadvertently be called with a 'char *' as the second argument on
  some compilers and cause a crash (reported by Sundararaj Reel).
- Removed the "bondedMasterFailed" mechanism from cDvbTuner, because it caused
  problems with the EPG scan in case a transponder is not receivable in a setup with
  bonded devices (reported by Michael Schneider).
- Making sure setup strings don't contain any newline characters (thanks to Joachim
  Wilke).
- The new member function cSkinDisplayReplay::SetRecording() allows a skin to display
  more information about the currently played recording.
- Fixed a mismatched 'delete' in cSchedules::SetEpgDataFileName() (thanks to Reinhard
  Mantey).
- The DrawText() functions of the OSD now accept the new alignment flag taBorder,
  which triggers keeping a proper distance from the edge that taLeft or taRight
  aligns to.
- Fixed checking for UTF-8 support in cFont::Bidi() (reported by Torsten Lang).
- If a recording has no info file, the 'title' of the recording's info is now set
  to the recording's name.
- cVector::Clear() now reinitializes any previously used members.
- Fixed resetting CAMs (thanks to Marco Skambraks).
- The new function RgbShade() (include osd.h) can be used to generate a brighter or
  darker version of a given color.
- The new class cSortedTimers can be used to quickly get a list of all timers, sorted
  by their start time.
- The new skin "LCARS" is an enhanced version of the "ST:TNG" skin (which is still
  there in its original layout, for those who don't like the LCARS skin, or can't use
  it due to OSD limitations). The LCARS skin utilizes the new "menu category" feature
  to display additional information on the main menu page. It shows upcoming timers
  and the system's devices, as well as which device is recording which timers. The
  upper pane of the main menu displays the programme data in live and replay mode,
  and a progress bar. An indicator on the right side of the device list shows which
  device is currently used for live viewing, and whether it is in transfer mode.
  The individual device displays show the device number, the device type, which CAM
  (if any ) is currently assigned to the device, and the signal strength and quality.
  On the left side of the OSD there is a permanent display of the current date and
  time, the disk usage and the system load.
  "LCARS" is the new default skin of VDR. It requires at least a 4bpp (16 color) full
  screen OSD, but you can still operate it if your OSD can handle only fewer colors
  (in which case you may want to switch to the "ST:TNG" or "Classic VDR" skin).
- Finally removed the code marked with __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS
  and LEGACY_CRECEIVER.
- Now making sure that the "small font" is never larger than the "osd font".
- Fixed font handling with fontconfig 2.9.0 or newer (thanks to Joerg Bornkessel).
- Extended the interface to the script that gets called for recordings, so that in
  the "edited" case it also provides the name of the original recording (thanks to
  Christian Richter).
- Added DeleteEvent() to the EPG handler interface, so that an EPG handler can trigger
  deleting of an event (thanks to Christian Kaiser).
- Speeded up opening menus on systems with many (several thousands) of recordings, by
  caching the information whether a recording is stored on the video directory file
  system within the cRecording data (based on a patch from Torsten Lang).
This commit is contained in:
Klaus Schmidinger
2012-06-03 12:44:00 +02:00
committed by Dieter Hametner
parent 19b952728e
commit 5500959f4f
87 changed files with 3813 additions and 726 deletions

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-10-16 11:16-0400\n"
"Last-Translator: Osama Alrawab <alrawab@hotmail.com>\n"
"Language-Team: Arabic <ar@li.org>\n"
@@ -517,12 +517,6 @@ msgstr "المستخدم 8"
msgid "Key$User9"
msgstr "المستخدم 9"
msgid "Disk"
msgstr "القرص الصلب"
msgid "free"
msgstr "مساحة حرة"
msgid "Free To Air"
msgstr "غير مشفر"
@@ -944,6 +938,9 @@ msgstr "الترجمة"
msgid "Setup.DVB$Primary DVB interface"
msgstr "كرت الستالايت الاولى"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "نوع الفيديو "
@@ -1174,9 +1171,6 @@ msgstr " ايقاف التسجيل "
msgid "Schedule"
msgstr "جدولة"
msgid "VDR"
msgstr ""
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " ايقاف الاعادة"
@@ -1307,6 +1301,24 @@ msgstr "الصوت "
msgid "Classic VDR"
msgstr "VDR تقليدى "
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG شاشة "
@@ -1370,3 +1382,9 @@ msgstr "اضغط اى زر لالغاء اعادة التشغيل"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "البرنامج سيقوم بالاغلاق بعد%s دقيقة "
msgid "Disk"
msgstr "القرص الصلب"
msgid "free"
msgstr "مساحة حرة"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
"Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
"Language-Team: Catalan <vdr@linuxtv.org>\n"
@@ -512,12 +512,6 @@ msgstr "Usuari 8"
msgid "Key$User9"
msgstr "Usuari 9"
msgid "Disk"
msgstr "Disc"
msgid "free"
msgstr "lliure"
msgid "Free To Air"
msgstr "No codificat"
@@ -926,6 +920,9 @@ msgstr "Subt
msgid "Setup.DVB$Primary DVB interface"
msgstr "Tarja DVB prim<69>ria"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Format del v<>deo"
@@ -1150,9 +1147,6 @@ msgstr " Aturar la gravaci
msgid "Schedule"
msgstr "Guia de Programaci<63>"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Aturar la reproducci<63>"
@@ -1282,6 +1276,24 @@ msgstr "Volum "
msgid "Classic VDR"
msgstr "VDR clasico"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "Quadres ST:TNG"
@@ -1344,3 +1356,9 @@ msgstr "Prem qualsevol tecla per cancel
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR s'apagar<61> en %s minuts"
msgid "Disk"
msgstr "Disc"
msgid "free"
msgstr "lliure"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.14\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2010-05-06 11:00+0200\n"
"Last-Translator: Radek Šťastný <dedkus@gmail.com>\n"
"Language-Team: Czech <vdr@linuxtv.org>\n"
@@ -511,12 +511,6 @@ msgstr "Uživatel8"
msgid "Key$User9"
msgstr "Uživatel9"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "volno"
msgid "Free To Air"
msgstr "volný"
@@ -925,6 +919,9 @@ msgstr "Titulky"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Primární DVB zařízení"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Formát videa"
@@ -1149,9 +1146,6 @@ msgstr " Zastavit nahrávání "
msgid "Schedule"
msgstr "Program (EPG)"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Zastavit přehrávání"
@@ -1281,6 +1275,24 @@ msgstr "Hlasitost "
msgid "Classic VDR"
msgstr "Klasické VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG konzola"
@@ -1343,3 +1355,9 @@ msgstr "Jakákoliv klávesa zruší restart"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR se vypne za %s minut"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "volno"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
"Language-Team: Danish <vdr@linuxtv.org>\n"
@@ -509,12 +509,6 @@ msgstr "Bruger8"
msgid "Key$User9"
msgstr "Bruger9"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "fri"
msgid "Free To Air"
msgstr "Free To Air"
@@ -923,6 +917,9 @@ msgstr "Undertekster"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Prim<69>r DVB enhed"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Video format"
@@ -1147,9 +1144,6 @@ msgstr " Stop optagelse "
msgid "Schedule"
msgstr "Programoversigt"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Stop afspilning"
@@ -1279,6 +1273,24 @@ msgstr "Lydstyrke "
msgid "Classic VDR"
msgstr "Klassisk VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG konsol"
@@ -1341,3 +1353,9 @@ msgstr "Tryk vilk
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR slukker om %s minutter"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "fri"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2010-01-16 16:46+0100\n"
"Last-Translator: Klaus Schmidinger <kls@tvdr.de>\n"
"Language-Team: German <vdr@linuxtv.org>\n"
@@ -509,12 +509,6 @@ msgstr "Benutzer8"
msgid "Key$User9"
msgstr "Benutzer9"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "frei"
msgid "Free To Air"
msgstr "frei empfangbar"
@@ -923,6 +917,9 @@ msgstr "Untertitel"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Prim<69>res DVB-Interface"
msgid "Setup.DVB$Standard compliance"
msgstr "Standardkonformit<69>t"
msgid "Setup.DVB$Video format"
msgstr "Videoformat"
@@ -1147,9 +1144,6 @@ msgstr " Aufzeichnung beenden "
msgid "Schedule"
msgstr "Programm"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Wiedergabe beenden"
@@ -1279,6 +1273,24 @@ msgstr "Lautst
msgid "Classic VDR"
msgstr "Klassischer VDR"
msgid "DISK"
msgstr "PLATTE"
msgid "LOAD"
msgstr "LAST"
msgid "TIMERS"
msgstr "TIMER"
msgid "DEVICES"
msgstr "EMPF<50>NGER"
msgid "LIVE"
msgstr "LIVE"
msgid "PLAY"
msgstr "WIEDERGABE"
msgid "ST:TNG Panels"
msgstr "ST:TNG-Konsolen"
@@ -1341,3 +1353,9 @@ msgstr "Taste dr
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR wird in %s Minuten abgeschaltet"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "frei"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
"Language-Team: Greek <vdr@linuxtv.org>\n"
@@ -509,12 +509,6 @@ msgstr ""
msgid "Key$User9"
msgstr ""
msgid "Disk"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
msgid "free"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
msgid "Free To Air"
msgstr ""
@@ -923,6 +917,9 @@ msgstr ""
msgid "Setup.DVB$Primary DVB interface"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD> DVB <20><><EFBFBD><EFBFBD><EFBFBD>"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
@@ -1147,9 +1144,6 @@ msgstr "
msgid "Schedule"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
@@ -1279,6 +1273,24 @@ msgstr "
msgid "Classic VDR"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ST:TNG"
@@ -1341,3 +1353,9 @@ msgstr ""
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr ""
msgid "Disk"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
msgid "free"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
"Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
"Language-Team: Spanish <vdr@linuxtv.org>\n"
@@ -510,12 +510,6 @@ msgstr "Usuario 8"
msgid "Key$User9"
msgstr "Usuario 9"
msgid "Disk"
msgstr "Disco"
msgid "free"
msgstr "libre"
msgid "Free To Air"
msgstr "en abierto"
@@ -924,6 +918,9 @@ msgstr "Subt
msgid "Setup.DVB$Primary DVB interface"
msgstr "Interfaz DVB primario"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Formato de v<>deo"
@@ -1148,9 +1145,6 @@ msgstr " Parar grabaci
msgid "Schedule"
msgstr "Gu<47>a de Programaci<63>n"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Parar reproduci<63>n"
@@ -1280,6 +1274,24 @@ msgstr "Volumen "
msgid "Classic VDR"
msgstr "VDR cl<63>sico"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "Paneles ST:TNG"
@@ -1342,3 +1354,9 @@ msgstr "Pulse cualquier tecla para cancelar reinicio"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR se apagar<61> en %s minutos"
msgid "Disk"
msgstr "Disco"
msgid "free"
msgstr "libre"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
"Last-Translator: Arthur Konovalov <artlov@gmail.com>\n"
"Language-Team: Estonian <vdr@linuxtv.org>\n"
@@ -509,12 +509,6 @@ msgstr "Lisaklahv8"
msgid "Key$User9"
msgstr "Lisaklahv9"
msgid "Disk"
msgstr "Ketas"
msgid "free"
msgstr "vaba"
msgid "Free To Air"
msgstr "FTA"
@@ -923,6 +917,9 @@ msgstr "Subtiitrid"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Esmane DVB seade"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "TV külgsuhe"
@@ -1147,9 +1144,6 @@ msgstr " Lõpetada salvestamine "
msgid "Schedule"
msgstr "Kava"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Lõpetada taasesitamine"
@@ -1279,6 +1273,24 @@ msgstr "Helitugevus "
msgid "Classic VDR"
msgstr "Classic VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG Panels"
@@ -1341,3 +1353,9 @@ msgstr "Restardi katkestamiseks vajuta suvalist klahvi"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR lülitub välja %s minuti pärast"
msgid "Disk"
msgstr "Ketas"
msgid "free"
msgstr "vaba"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2007-08-15 15:52+0200\n"
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
"Language-Team: Finnish <vdr@linuxtv.org>\n"
@@ -512,12 +512,6 @@ msgstr "Lisänäppäin 8"
msgid "Key$User9"
msgstr "Lisänäppäin 9"
msgid "Disk"
msgstr "Levy"
msgid "free"
msgstr "vapaana"
msgid "Free To Air"
msgstr "vapaa"
@@ -926,6 +920,9 @@ msgstr "Tekstitys"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Ensisijainen DVB-sovitin"
msgid "Setup.DVB$Standard compliance"
msgstr "Noudatettava standardi"
msgid "Setup.DVB$Video format"
msgstr "Kuvasuhde"
@@ -1150,9 +1147,6 @@ msgstr " Lopeta tallennus "
msgid "Schedule"
msgstr "Ohjelmisto"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Lopeta toisto"
@@ -1282,6 +1276,24 @@ msgstr "Äänenvoimakkuus "
msgid "Classic VDR"
msgstr "Klassinen VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG konsoli"
@@ -1344,3 +1356,9 @@ msgstr "Peru uudelleenkäynnistys painamalla mitä tahansa näppäintä"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR sammuu %s minuutin kuluttua"
msgid "Disk"
msgstr "Levy"
msgid "free"
msgstr "vapaana"

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-02-27 18:14+0100\n"
"Last-Translator: Jean-Claude Repetto <jc@repetto.org>\n"
"Language-Team: French <vdr@linuxtv.org>\n"
@@ -515,12 +515,6 @@ msgstr "Utilisateur8"
msgid "Key$User9"
msgstr "Utilisateur9"
msgid "Disk"
msgstr "Disque"
msgid "free"
msgstr "restant"
msgid "Free To Air"
msgstr "En clair"
@@ -929,6 +923,9 @@ msgstr "Sous-titres"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Carte DVB primaire"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Format vid<69>o"
@@ -1153,9 +1150,6 @@ msgstr " Arr
msgid "Schedule"
msgstr "Programmes"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Arr<72>ter la lecture"
@@ -1285,6 +1279,24 @@ msgstr "Volume "
msgid "Classic VDR"
msgstr "VDR classique"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "Consoles ST:TNG"
@@ -1347,3 +1359,9 @@ msgstr "Appuyer sur une touche pour annuler le red
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR s'arr<72>tera dans %s minutes"
msgid "Disk"
msgstr "Disque"
msgid "free"
msgstr "restant"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-03-17 19:00+0100\n"
"Last-Translator: Adrian Caval <anrxc@sysphere.org>\n"
"Language-Team: Croatian <vdr@linuxtv.org>\n"
@@ -511,12 +511,6 @@ msgstr "Korisnik8"
msgid "Key$User9"
msgstr "Korisnik9"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "slobodno"
msgid "Free To Air"
msgstr "Slobodno"
@@ -925,6 +919,9 @@ msgstr "Titlovi"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Primarni DVB ure<72>aj"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Video format"
@@ -1149,9 +1146,6 @@ msgstr " Prekini snimanje "
msgid "Schedule"
msgstr "Raspored"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Prekini reprodukciju"
@@ -1281,6 +1275,24 @@ msgstr "Glasno
msgid "Classic VDR"
msgstr "Klasi<73>ni VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG Panele"
@@ -1343,3 +1355,9 @@ msgstr "Pritisnite jednu tipku za poni
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR <20>e se isklju<6A>iti za %s minuta"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "slobodno"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2012-01-02 11:54+0200\n"
"Last-Translator: Istv<74>n F<>ley <ifuley@tigercomp.ro>\n"
"Language-Team: Hungarian <vdr@linuxtv.org>\n"
@@ -512,12 +512,6 @@ msgstr "Felhaszn
msgid "Key$User9"
msgstr "Felhaszn<7A>l<EFBFBD>9"
msgid "Disk"
msgstr "Lemez"
msgid "free"
msgstr "szabad"
msgid "Free To Air"
msgstr "K<>dolatlan"
@@ -926,6 +920,9 @@ msgstr "Feliratok"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Els<6C> DVB interface"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Video form<72>tum"
@@ -1151,9 +1148,6 @@ msgstr " Felv
msgid "Schedule"
msgstr "M<>sor<6F>js<6A>g"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Lej<65>tsz<73>st befejzni"
@@ -1283,6 +1277,24 @@ msgstr "Hanger
msgid "Classic VDR"
msgstr "Klasszikus VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG Konzol"
@@ -1345,3 +1357,9 @@ msgstr "Nyomj egy gombot az
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "A VDR le<6C>ll %s perc m<>lva"
msgid "Disk"
msgstr "Lemez"
msgid "free"
msgstr "szabad"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2012-03-19 01:08+0100\n"
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
"Language-Team: Italian <vdr@linuxtv.org>\n"
@@ -516,12 +516,6 @@ msgstr "Utente8"
msgid "Key$User9"
msgstr "Utente9"
msgid "Disk"
msgstr "Disco"
msgid "free"
msgstr "disponibili"
msgid "Free To Air"
msgstr "in chiaro"
@@ -930,6 +924,9 @@ msgstr "Sottotitoli"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Scheda DVB primaria"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Formato video"
@@ -1154,9 +1151,6 @@ msgstr " Ferma registrazione "
msgid "Schedule"
msgstr "Programmi"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Ferma riproduzione"
@@ -1286,6 +1280,24 @@ msgstr "Volume "
msgid "Classic VDR"
msgstr "VDR Classico"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "Consolle ST:TNG"
@@ -1348,3 +1360,9 @@ msgstr "Premi un tasto per annullare il riavvio"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR si spegnerà tra %s minuti"
msgid "Disk"
msgstr "Disco"
msgid "free"
msgstr "disponibili"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.16\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2010-10-30 11:55+0200\n"
"Last-Translator: Valdemaras Pipiras <varas@ambernet.lt>\n"
"Language-Team: Lithuanian <vdr@linuxtv.org>\n"
@@ -509,12 +509,6 @@ msgstr "Vartotojas8"
msgid "Key$User9"
msgstr "Vartotojas9"
msgid "Disk"
msgstr "Diskas"
msgid "free"
msgstr "laisva"
msgid "Free To Air"
msgstr "Nekoduotas kanalas"
@@ -923,6 +917,9 @@ msgstr "Subtitrai"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Pirminiė DVB įvestis"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Video formatas"
@@ -1147,9 +1144,6 @@ msgstr " Sustabdyti įrašinėjimą "
msgid "Schedule"
msgstr "Programa"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Sustabdyti kartojimą"
@@ -1279,6 +1273,24 @@ msgstr "Garsas "
msgid "Classic VDR"
msgstr "Klasikinis VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG Skydeliai"
@@ -1341,3 +1353,9 @@ msgstr "Paspauskit bet kurį mygtuką kad sustabdytumėte perkrovimą"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR išsijungs per %s minutes"
msgid "Disk"
msgstr "Diskas"
msgid "free"
msgstr "laisva"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-1.7.14\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2010-03-11 00:54+0100\n"
"Last-Translator: Dimitar Petrovski <dimeptr@gmail.com>\n"
"Language-Team: Macedonian <en@li.org>\n"
@@ -510,12 +510,6 @@ msgstr "Корисник8"
msgid "Key$User9"
msgstr "Корисник9"
msgid "Disk"
msgstr "Диск"
msgid "free"
msgstr "слободен"
msgid "Free To Air"
msgstr "Слободно"
@@ -924,6 +918,9 @@ msgstr "Титл"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Примарен DVB уред"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Видео формат"
@@ -1148,9 +1145,6 @@ msgstr " Запри снимање "
msgid "Schedule"
msgstr "Распоред"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Запри пуштање"
@@ -1280,6 +1274,24 @@ msgstr "Глас"
msgid "Classic VDR"
msgstr "Класичен VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG Панели"
@@ -1342,3 +1354,9 @@ msgstr "Притиснете копче за откажување на рест
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR ќе се исклучи за %s минути"
msgid "Disk"
msgstr "Диск"
msgid "free"
msgstr "слободен"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-02-26 17:20+0100\n"
"Last-Translator: Johan Schuring <johan.schuring@vetteblei.nl>\n"
"Language-Team: Dutch <vdr@linuxtv.org>\n"
@@ -513,12 +513,6 @@ msgstr "Gebruiker8"
msgid "Key$User9"
msgstr "Gebruiker9"
msgid "Disk"
msgstr "Schijf"
msgid "free"
msgstr "vrij"
msgid "Free To Air"
msgstr "Vrij te ontvangen"
@@ -927,6 +921,9 @@ msgstr "Ondertiteling"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Eerste DVB kaart"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Videoformaat"
@@ -1151,9 +1148,6 @@ msgstr " Stop opnemen "
msgid "Schedule"
msgstr "Programmagids"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Stop afspelen"
@@ -1283,6 +1277,24 @@ msgstr "Volume "
msgid "Classic VDR"
msgstr "VDR Klassiek"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG Consoles"
@@ -1345,3 +1357,9 @@ msgstr "Druk een willekeurige toets om herstarten af te breken"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR zal na %s minuten uitschakelen"
msgid "Disk"
msgstr "Schijf"
msgid "free"
msgstr "vrij"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
"Language-Team: Norwegian Nynorsk <vdr@linuxtv.org>\n"
@@ -510,12 +510,6 @@ msgstr ""
msgid "Key$User9"
msgstr ""
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "ledig"
msgid "Free To Air"
msgstr ""
@@ -924,6 +918,9 @@ msgstr ""
msgid "Setup.DVB$Primary DVB interface"
msgstr "Hoved DVB-enhet"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "TV-Format"
@@ -1148,9 +1145,6 @@ msgstr " Stopp opptak fra "
msgid "Schedule"
msgstr "Programmer"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Stopp avspilling"
@@ -1280,6 +1274,24 @@ msgstr "Volum "
msgid "Classic VDR"
msgstr ""
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr ""
@@ -1342,3 +1354,9 @@ msgstr ""
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr ""
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "ledig"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-03-09 12:59+0100\n"
"Last-Translator: Michael Rakowski <mrak@gmx.de>\n"
"Language-Team: Polish <vdr@linuxtv.org>\n"
@@ -510,12 +510,6 @@ msgstr "U
msgid "Key$User9"
msgstr "U<>ytkownik 9"
msgid "Disk"
msgstr "Dysk"
msgid "free"
msgstr "wolnego"
msgid "Free To Air"
msgstr "nieszyfrowany"
@@ -924,6 +918,9 @@ msgstr "Napisy"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Pierwszy interfejs DVB"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Format obrazu"
@@ -1148,9 +1145,6 @@ msgstr " Zatrzymaj nagrywanie "
msgid "Schedule"
msgstr "Program"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Zatrzymaj odtwarzanie"
@@ -1280,6 +1274,24 @@ msgstr "G
msgid "Classic VDR"
msgstr "Klasyczny VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "Panel ST:TNG"
@@ -1342,3 +1354,9 @@ msgstr "Naci
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR zostanie wy<77><79>czony za %s minut"
msgid "Disk"
msgstr "Dysk"
msgid "free"
msgstr "wolnego"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.15\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2010-03-28 22:49+0100\n"
"Last-Translator: Cris Silva <hudokkow@gmail.com>\n"
"Language-Team: Portuguese <vdr@linuxtv.org>\n"
@@ -510,12 +510,6 @@ msgstr "Defini
msgid "Key$User9"
msgstr "Defini<6E><69>o9"
msgid "Disk"
msgstr "Disco"
msgid "free"
msgstr "livre"
msgid "Free To Air"
msgstr "FTA"
@@ -924,6 +918,9 @@ msgstr "Legendas"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Placa DVB prim<69>ria"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Formato de v<>deo"
@@ -1148,9 +1145,6 @@ msgstr " Parar grava
msgid "Schedule"
msgstr "Programa<6D><61>o"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Parar reprodu<64><75>o"
@@ -1280,6 +1274,24 @@ msgstr "Volume "
msgid "Classic VDR"
msgstr "VDR Cl<43>ssico"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "Consola ST:TNG"
@@ -1342,3 +1354,9 @@ msgstr "Pressione qualquer tecla para cancelar o reinicio"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "O VDR vai desligar daqui a %s minutos"
msgid "Disk"
msgstr "Disco"
msgid "free"
msgstr "livre"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.12\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2011-03-10 23:52+0100\n"
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
"Language-Team: Romanian <vdr@linuxtv.org>\n"
@@ -512,12 +512,6 @@ msgstr "Utilizator8"
msgid "Key$User9"
msgstr "Utilizator9"
msgid "Disk"
msgstr "Disc"
msgid "free"
msgstr "liber"
msgid "Free To Air"
msgstr "FTA (necriptat)"
@@ -926,6 +920,9 @@ msgstr "Subtitrare"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Dispozitiv DVB primar"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Format video"
@@ -1150,9 +1147,6 @@ msgstr " Opre
msgid "Schedule"
msgstr "Program (EPG)"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Opre<72>te redarea"
@@ -1282,6 +1276,24 @@ msgstr "Volum "
msgid "Classic VDR"
msgstr "VDR clasic"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "Cons. ST:TNG"
@@ -1344,3 +1356,9 @@ msgstr "Ap
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR se va <20>nchide <20>n %s minute"
msgid "Disk"
msgstr "Disc"
msgid "free"
msgstr "liber"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-12-15 14:37+0100\n"
"Last-Translator: Oleg Roitburd <oleg@roitburd.de>\n"
"Language-Team: Russian <vdr@linuxtv.org>\n"
@@ -510,12 +510,6 @@ msgstr "
msgid "Key$User9"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>9"
msgid "Disk"
msgstr "<22><><EFBFBD><EFBFBD>"
msgid "free"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
msgid "Free To Air"
msgstr "FTA (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)"
@@ -924,6 +918,9 @@ msgstr "
msgid "Setup.DVB$Primary DVB interface"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> DVB-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>"
@@ -1148,9 +1145,6 @@ msgstr "
msgid "Schedule"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
@@ -1280,6 +1274,24 @@ msgstr "
msgid "Classic VDR"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
@@ -1342,3 +1354,9 @@ msgstr "
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD>"
msgid "Disk"
msgstr "<22><><EFBFBD><EFBFBD>"
msgid "free"
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.16\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2011-02-15 16:29+0100\n"
"Last-Translator: Milan Hrala <hrala.milan@gmail.com>\n"
"Language-Team: Slovak <vdr@linuxtv.org>\n"
@@ -509,12 +509,6 @@ msgstr "U
msgid "Key$User9"
msgstr "U<><55>vate<74>9"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "volne"
msgid "Free To Air"
msgstr "volne <20><>rite<74>n<EFBFBD>"
@@ -923,6 +917,9 @@ msgstr "Titulky"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Hlavn<76> DVB rozhranie"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Form<72>t videa"
@@ -1147,9 +1144,6 @@ msgstr " Zastavi
msgid "Schedule"
msgstr "TV program"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Zastavi<76> prehr<68>vanie"
@@ -1279,6 +1273,24 @@ msgstr "Hlasitos
msgid "Classic VDR"
msgstr "Klasick<63> VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG panely"
@@ -1341,3 +1353,9 @@ msgstr "ktor
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR sa vypne za %s min<69>t"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "volne"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-02-28 19:44+0100\n"
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
"Language-Team: Slovenian <vdr@linuxtv.org>\n"
@@ -510,12 +510,6 @@ msgstr "Uporabnik8"
msgid "Key$User9"
msgstr "Uporabnik9"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "prosto"
msgid "Free To Air"
msgstr "nekodiran"
@@ -924,6 +918,9 @@ msgstr "Podnapisi"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Primarna naprava"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Video format"
@@ -1148,9 +1145,6 @@ msgstr " Prekini snemanje "
msgid "Schedule"
msgstr "Program"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Prekini predvajanje"
@@ -1280,6 +1274,24 @@ msgstr "Glasnost "
msgid "Classic VDR"
msgstr "Klasi<73>ni VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG Konsola"
@@ -1342,3 +1354,9 @@ msgstr "Pritisni katerokoli tipko za preklic ponovnega zagona"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR se bo zaustavil v %s minutah"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "prosto"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.1\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2011-01-09 15:57+0100\n"
"Last-Translator: Milan Cvijanovi<76> <elcom_cvijo@hotmail.com>\n"
"Language-Team: Serbian <vdr@linuxtv.org>\n"
@@ -511,12 +511,6 @@ msgstr "Korisnik8"
msgid "Key$User9"
msgstr "Korisnik9"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "slobodno"
msgid "Free To Air"
msgstr "Slobodno"
@@ -942,6 +936,9 @@ msgstr "Titlovi"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Primarni DVB ure<72>aj"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Video format"
@@ -1171,9 +1168,6 @@ msgstr " Zaustavi snimanje "
msgid "Schedule"
msgstr "Raspored Programa"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Zaustavi reprodukciju"
@@ -1305,6 +1299,24 @@ msgstr "Ja
msgid "Classic VDR"
msgstr "Klasi<73>ni VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG Panele"
@@ -1368,3 +1380,9 @@ msgstr "Pritisni jedan taster za poni
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR se isklju<6A>uje za %s minuta"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "slobodno"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-03-12 18:25+0100\n"
"Last-Translator: Magnus Andersson <svankan@bahnhof.se>\n"
"Language-Team: Swedish <vdr@linuxtv.org>\n"
@@ -512,12 +512,6 @@ msgstr "Anv
msgid "Key$User9"
msgstr "Anv<6E>ndare9"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "ledigt"
msgid "Free To Air"
msgstr "Okodad"
@@ -926,6 +920,9 @@ msgstr "Knapp$Textning"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Prim<69>r DVB enhet"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Video format"
@@ -1150,9 +1147,6 @@ msgstr " Avsluta inspelning "
msgid "Schedule"
msgstr "Program"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Avsluta uppspelning"
@@ -1282,6 +1276,24 @@ msgstr "Volym "
msgid "Classic VDR"
msgstr "Klassisk VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG konsol"
@@ -1344,3 +1356,9 @@ msgstr "Tryck valfri knapp f
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR kommer att st<73>ngas ned om %s minuter"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "ledigt"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2008-02-28 00:33+0100\n"
"Last-Translator: Oktay Yolge<67>en <oktay_73@yahoo.de>\n"
"Language-Team: Turkish <vdr@linuxtv.org>\n"
@@ -509,12 +509,6 @@ msgstr "Kullan
msgid "Key$User9"
msgstr "Kullan<61>c<EFBFBD>9"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "bo<62>"
msgid "Free To Air"
msgstr "<22>ifresiz"
@@ -923,6 +917,9 @@ msgstr "Altyaz
msgid "Setup.DVB$Primary DVB interface"
msgstr "Primer DVB aray<61>z<EFBFBD>"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Video format<61>"
@@ -1147,9 +1144,6 @@ msgstr "
msgid "Schedule"
msgstr "Program"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " G<>steri<72>i bitir"
@@ -1279,6 +1273,24 @@ msgstr "Vol
msgid "Classic VDR"
msgstr "Klasik VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG paneli"
@@ -1341,3 +1353,9 @@ msgstr "Yeniden ba
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR %s dakikada kapanacak"
msgid "Disk"
msgstr "Disk"
msgid "free"
msgstr "bo<62>"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.7.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2010-04-25 16:35+0200\n"
"Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
"Language-Team: Ukrainian <vdr@linuxtv.org>\n"
@@ -509,12 +509,6 @@ msgstr "Користувач8"
msgid "Key$User9"
msgstr "Користувач8"
msgid "Disk"
msgstr "Диск"
msgid "free"
msgstr "вільно"
msgid "Free To Air"
msgstr "FTA (незакодовано)"
@@ -923,6 +917,9 @@ msgstr "Субтитри"
msgid "Setup.DVB$Primary DVB interface"
msgstr "Основний DVB-пристрій"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "Формат відео"
@@ -1147,9 +1144,6 @@ msgstr " Зупинити запис "
msgid "Schedule"
msgstr "Телегід"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr " Зупинити програвання"
@@ -1279,6 +1273,24 @@ msgstr "Гучність "
msgid "Classic VDR"
msgstr "Класичний VDR"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG панелі"
@@ -1341,3 +1353,9 @@ msgstr "Натисніть будь-яку кнопку для відміни п
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR виключиться через %s хвилин"
msgid "Disk"
msgstr "Диск"
msgid "free"
msgstr "вільно"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2012-03-08 14:37+0100\n"
"POT-Creation-Date: 2012-06-02 15:10+0200\n"
"PO-Revision-Date: 2009-09-23 23:50+0800\n"
"Last-Translator: Nan Feng <nfgx@21cn.com>\n"
"Language-Team: Chinese (simplified) <vdr@linuxtv.org>\n"
@@ -512,12 +512,6 @@ msgstr "用户8"
msgid "Key$User9"
msgstr "用户9"
msgid "Disk"
msgstr "硬盘已使用"
msgid "free"
msgstr "可录像时间"
msgid "Free To Air"
msgstr "剩余空间"
@@ -926,6 +920,9 @@ msgstr "字幕"
msgid "Setup.DVB$Primary DVB interface"
msgstr "使用中卫星卡接口"
msgid "Setup.DVB$Standard compliance"
msgstr ""
msgid "Setup.DVB$Video format"
msgstr "视频格式"
@@ -1150,9 +1147,6 @@ msgstr "是否停止录像?"
msgid "Schedule"
msgstr "任务列表"
msgid "VDR"
msgstr "VDR"
#. TRANSLATORS: note the leading blank!
msgid " Stop replaying"
msgstr "停止回放"
@@ -1282,6 +1276,24 @@ msgstr "音量调整"
msgid "Classic VDR"
msgstr "经典VDR面板"
msgid "DISK"
msgstr ""
msgid "LOAD"
msgstr ""
msgid "TIMERS"
msgstr ""
msgid "DEVICES"
msgstr ""
msgid "LIVE"
msgstr ""
msgid "PLAY"
msgstr ""
msgid "ST:TNG Panels"
msgstr "ST:TNG 面板"
@@ -1344,3 +1356,9 @@ msgstr "请按任意键重启"
#, c-format
msgid "VDR will shut down in %s minutes"
msgstr "VDR系统将要在%s分钟关闭"
msgid "Disk"
msgstr "硬盘已使用"
msgid "free"
msgstr "可录像时间"