From beffcabc81cff46d620b1662d03e4da4dbd6b678 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 18 Nov 2012 14:58:00 +0100 Subject: Version 1.7.32 VDR developer version 1.7.32 is now available at MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.32.tar.bz2 A 'diff' against the previous version is available at ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.31-1.7.32.diff MD5 checksums: 068ba78fd427694dcc480fe3b2d07148 vdr-1.7.32.tar.bz2 222f1e9b4d4edaa6fe57286409614cc7 vdr-1.7.31-1.7.32.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 main focus of this version is on an improved frame detection code, and improvements to the cutting process. When cutting a recording, VDR now removes any "dangling" TS packets from the beginning of an editing sequence and pulls in any "pending" TS packets at the end of a sequence. It also fixes all timestamps and continuity counters. However, while the results look much better now in, for instance, Kaffeine, the TT S2-6400 still shows some video artifacts at the editing points, and the Mac video player sometimes totally chokes on edited material. I did spend a lot of time trying to find out what could still be wrong here, but couldn't come up with any new ideas. So I think it's now time to invite others to test this new cutting code, read the source code and try to find out what's still going wrong here. Maybe (hopefully ;-) it's just some stupid little error... ;-) From the HISTORY file: - Pressing the Play key during normal live viewing mode now opens the Recordings menu if there is no "last viewed" recording (thanks to Alexander Wenzel). The same behavior has been implemented for the Blue key in the main menu. - cIoThrottle::Engaged() is now also checked in cRemoveDeletedRecordingsThread::Action(), to suspend removing deleted recordings in case this is necessary to make room for new, ongoing recordings (suggested by Udo Richter). - The cThread constructor now has an additional boolean parameter that can be set to true to have this thread run at a lower priority. Plugin authors that use low priority threads may want to use this instead of the calls to SetPriority(19) and SetIOPriority(7). The priority of a thread ("low" or "high") is now logged when the thread starts. - Changed DTV_DVBT2_PLP_ID to DTV_STREAM_ID in dvbdevice.c to adapt to an incompatible change in DVB API 5.8 (reported by Derek Kelly). Removed the meanwhile obsolete definition of FE_CAN_TURBO_FEC. - Fixed some compiler warnings under gcc version 4.7.1. - Fixed setting the video format in the dvbhdffdevice (thanks to Torsten Lang). - Fixed 'make install' to not overwrite existing configuration files (thanks to Peter Münster). - Added including the Make.global and Make.config files to the dvbdhffdevice's libhdffcmd/Makefile. - Added options to build a 32-bit version of VDR on a 64-bit machine to Make.config.template. - Fixed handling VPS timers in case the running status of an event goes to '1' (not running) and later goes to '4' (running). - If a frame position in the 'marks' file of a recording doesn't point to an I-frame, it will now be shifted towards the next I-frame, either up or down, whichever is closer (suggested by Udo Richter). - Fixed a possible memory leak in SI::StructureLoop::getNextAsPointer() (reported by Sundararaj Reel). - Fixed handling timers in case an event is modified and "phased out" while the timer is recording. - Improved frame detection by parsing just far enough into the MPEG-4 NAL units to get the necessary information about frames and slices. - The initial syncing of the frame detector is now done immediately after the first complete GOP has been seen. This makes recordings and especially pausing live video start up to twice as fast as before. - Updated the Romanian OSD texts (thanks to Lucian Muresan). - Fixed handling the very last entry in a recording index. - The return type of cMarks::Add() has been changed to void, since due to the sorting of the list of marks the returned pointer might have pointed to a totally different mark. Besides, the return value was never actually used. - Improved editing TS recordings by + stripping dangling TS packets from the beginning of a sequence + including pending TS packets at the end of a sequence + fixing all timestamps and continuity counters + generating editing marks for the edited version in such a way that each cutting point is marked by an "end" and "begin" mark with the same offset + no longer generating an editing mark at the "end" of the edited recording (this was actually generated at the beginning of the last GOP, so that a subsequent edit would have cut off the last GOP) + no longer generating any editing marks if the edited recording results on just one single sequence + ignoring pairs of editing marks that are placed at exactly the same position of a recording when actually cutting the recording + not doing anything if the editing marks in place would result in the edited version being the same as the original recording - Editing marks can now be placed directly on top of each other, in which case they simply mark a position, but have no effect on the actual cutting process. - When positioned at an offset where two (or more) editing marks are placed on top of each other, the '4' key moves the first one of them to the left, while the '6' key moves the last one of them to the right. The '7' and '9' key handle multiple marks at the same place as if it were one single mark. - Modified editing marks are now written to disk whenever the replay progress display gets hidden (thanks to Christoph Haubrich). --- po/ar.po | 5 +- po/ca_ES.po | 5 +- po/cs_CZ.po | 5 +- po/da_DK.po | 5 +- po/de_DE.po | 5 +- po/el_GR.po | 5 +- po/es_ES.po | 5 +- po/et_EE.po | 5 +- po/fi_FI.po | 5 +- po/fr_FR.po | 5 +- po/hr_HR.po | 5 +- po/hu_HU.po | 5 +- po/it_IT.po | 5 +- po/lt_LT.po | 5 +- po/mk_MK.po | 5 +- po/nl_NL.po | 5 +- po/nn_NO.po | 5 +- po/pl_PL.po | 5 +- po/pt_PT.po | 5 +- po/ro_RO.po | 495 ++++++++++++++++++++++++++++++------------------------------ po/ru_RU.po | 5 +- po/sk_SK.po | 5 +- po/sl_SI.po | 5 +- po/sr_SR.po | 5 +- po/sv_SE.po | 5 +- po/tr_TR.po | 5 +- po/uk_UA.po | 5 +- po/zh_CN.po | 5 +- 28 files changed, 357 insertions(+), 273 deletions(-) (limited to 'po') diff --git a/po/ar.po b/po/ar.po index 14e8126..c0fb31f 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.7.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-10-16 11:16-0400\n" "Last-Translator: Osama Alrawab \n" "Language-Team: Arabic \n" @@ -1241,6 +1241,9 @@ msgstr "اقفز الى " msgid "No editing marks defined!" msgstr "لاتوجد علامات تعديل معرفة" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "لا يمكن البدء فى عملية التعديل" diff --git a/po/ca_ES.po b/po/ca_ES.po index c67265b..f08cd57 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-03-02 19:02+0100\n" "Last-Translator: Luca Olivetti \n" "Language-Team: Catalan \n" @@ -1216,6 +1216,9 @@ msgstr "Salta a:" msgid "No editing marks defined!" msgstr "No hi ha marques d'edici definides" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "No puc iniciar el procs d'edici!" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 55053f9..1a62102 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.7.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2010-05-06 11:00+0200\n" "Last-Translator: Radek Šťastný \n" "Language-Team: Czech \n" @@ -1215,6 +1215,9 @@ msgstr "Skok: " msgid "No editing marks defined!" msgstr "Nejsou definovány editační značky!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Nelze začít editační proces!" diff --git a/po/da_DK.po b/po/da_DK.po index fac5800..597539f 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Mogens Elneff \n" "Language-Team: Danish \n" @@ -1213,6 +1213,9 @@ msgstr "Hop: " msgid "No editing marks defined!" msgstr "Der er ikke sat nogen redigeringsmrker!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Kan ikke starte redigeringsprocessen!" diff --git a/po/de_DE.po b/po/de_DE.po index a321b50..c958758 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2010-01-16 16:46+0100\n" "Last-Translator: Klaus Schmidinger \n" "Language-Team: German \n" @@ -1213,6 +1213,9 @@ msgstr "Springen: " msgid "No editing marks defined!" msgstr "Keine Schnittmarken gesetzt!" +msgid "No editing sequences defined!" +msgstr "Keine Schnittsequenzen definiert!" + msgid "Can't start editing process!" msgstr "Schnitt kann nicht gestartet werden!" diff --git a/po/el_GR.po b/po/el_GR.po index 8936408..1347812 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Dimitrios Dimitrakos \n" "Language-Team: Greek \n" @@ -1213,6 +1213,9 @@ msgstr " msgid "No editing marks defined!" msgstr " " +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr " !" diff --git a/po/es_ES.po b/po/es_ES.po index bc80a11..8e76063 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-03-02 19:02+0100\n" "Last-Translator: Luca Olivetti \n" "Language-Team: Spanish \n" @@ -1214,6 +1214,9 @@ msgstr "Saltar: " msgid "No editing marks defined!" msgstr "No se definieron marcas de edicin!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "No se puede iniciar el proceso de edicin!" diff --git a/po/et_EE.po b/po/et_EE.po index 0dea999..12c1f25 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Arthur Konovalov \n" "Language-Team: Estonian \n" @@ -1213,6 +1213,9 @@ msgstr "Hüpe: " msgid "No editing marks defined!" msgstr "Redigeerimise markerid puuduvad!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Redigeerimise start nurjus!" diff --git a/po/fi_FI.po b/po/fi_FI.po index daad22a..901328a 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-13 13:15+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2007-08-15 15:52+0200\n" "Last-Translator: Rolf Ahrenberg \n" "Language-Team: Finnish \n" @@ -1216,6 +1216,9 @@ msgstr "Siirry: " msgid "No editing marks defined!" msgstr "Muokkausmerkinnät puuttuvat!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Muokkauksen aloitus epäonnistui!" diff --git a/po/fr_FR.po b/po/fr_FR.po index 3ca3c06..a0995ae 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-02-27 18:14+0100\n" "Last-Translator: Jean-Claude Repetto \n" "Language-Team: French \n" @@ -1219,6 +1219,9 @@ msgstr "Acc msgid "No editing marks defined!" msgstr "Pas de marques d'dition dfinies !" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Impossible de commencer le montage !" diff --git a/po/hr_HR.po b/po/hr_HR.po index dcb1a21..44cfd09 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-03-17 19:00+0100\n" "Last-Translator: Adrian Caval \n" "Language-Team: Croatian \n" @@ -1215,6 +1215,9 @@ msgstr "Sko msgid "No editing marks defined!" msgstr "Nijedna toka rezanja nije odreena!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Ne mogu zapoeti ureivanje!" diff --git a/po/hu_HU.po b/po/hu_HU.po index c391b67..30ab8ab 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2012-01-02 11:54+0200\n" "Last-Translator: Istvn Fley \n" "Language-Team: Hungarian \n" @@ -1217,6 +1217,9 @@ msgstr "Ugr msgid "No editing marks defined!" msgstr "Nincs vgpont kijellve" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "A vgs nem indthat!" diff --git a/po/it_IT.po b/po/it_IT.po index b63d93d..1258f23 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2012-06-06 22:50+0100\n" "Last-Translator: Diego Pierotto \n" "Language-Team: Italian \n" @@ -1220,6 +1220,9 @@ msgstr "Vai a: " msgid "No editing marks defined!" msgstr "Nessun marcatore di modifica definito!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Impossibile avviare il processo di modifica!" diff --git a/po/lt_LT.po b/po/lt_LT.po index 95f8e83..b53c762 100644 --- a/po/lt_LT.po +++ b/po/lt_LT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.7.16\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2010-10-30 11:55+0200\n" "Last-Translator: Valdemaras Pipiras \n" "Language-Team: Lithuanian \n" @@ -1213,6 +1213,9 @@ msgstr "Peršokti: " msgid "No editing marks defined!" msgstr "Nenustatytos koregavimo žymės!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Negali pradėti koregavimo!" diff --git a/po/mk_MK.po b/po/mk_MK.po index fd16ec8..89e8b73 100644 --- a/po/mk_MK.po +++ b/po/mk_MK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-1.7.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2010-03-11 00:54+0100\n" "Last-Translator: Dimitar Petrovski \n" "Language-Team: Macedonian \n" @@ -1214,6 +1214,9 @@ msgstr "Скокни:" msgid "No editing marks defined!" msgstr "Нема одредено ознаки за сечење!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Не може да почне уредување!" diff --git a/po/nl_NL.po b/po/nl_NL.po index 6c3825d..5e515c3 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-02-26 17:20+0100\n" "Last-Translator: Johan Schuring \n" "Language-Team: Dutch \n" @@ -1217,6 +1217,9 @@ msgstr "Springen: " msgid "No editing marks defined!" msgstr "Geen bewerkingsmarkeringen gedefinieerd!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Kan niet beginnen met bewerken!" diff --git a/po/nn_NO.po b/po/nn_NO.po index 41ce5c3..f366260 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Truls Slevigen \n" "Language-Team: Norwegian Nynorsk \n" @@ -1214,6 +1214,9 @@ msgstr "Hopp: " msgid "No editing marks defined!" msgstr "" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Kan ikke starte redigeringsprosessen!" diff --git a/po/pl_PL.po b/po/pl_PL.po index f4c1876..fbe8a86 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-03-09 12:59+0100\n" "Last-Translator: Michael Rakowski \n" "Language-Team: Polish \n" @@ -1214,6 +1214,9 @@ msgstr "Skok: " msgid "No editing marks defined!" msgstr "Nie zdefiniowano znacznikw montau!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Nie mona uruchomi procesu edycji!" diff --git a/po/pt_PT.po b/po/pt_PT.po index 5cfc203..d69e069 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.7.15\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2010-03-28 22:49+0100\n" "Last-Translator: Cris Silva \n" "Language-Team: Portuguese \n" @@ -1214,6 +1214,9 @@ msgstr "Saltar: " msgid "No editing marks defined!" msgstr "Marcas de edio no foram definidas!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Impossvel iniciar processo de edio!" diff --git a/po/ro_RO.po b/po/ro_RO.po index cd638dc..03ae8f0 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -2,19 +2,19 @@ # Copyright (C) 2008 Klaus Schmidinger # This file is distributed under the same license as the VDR package. # Paul Lacatus , 2002 -# Lucian Muresan , 2004, 2005, 2006, 2008, 2010, 2011 +# Lucian Muresan , 2004, 2005, 2006, 2008, 2010, 2011, 2012 # msgid "" msgstr "" "Project-Id-Version: VDR 1.7.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" -"PO-Revision-Date: 2011-03-10 23:52+0100\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" +"PO-Revision-Date: 2012-11-05 01:28+0100\n" "Last-Translator: Lucian Muresan \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Romanian\n" "X-Poedit-Country: ROMANIA\n" @@ -47,7 +47,7 @@ msgid "System" msgstr "Sistem" msgid "Srate" -msgstr "Rat simboluri" +msgstr "Rată simboluri" msgid "Inversion" msgstr "Inversiune" @@ -59,10 +59,10 @@ msgid "CoderateL" msgstr "CoderateL" msgid "Modulation" -msgstr "Modulaie" +msgstr "Modulaţie" msgid "Bandwidth" -msgstr "Lrgime de band" +msgstr "Lărgime de bandă" msgid "Transmission" msgstr "Transmisie" @@ -77,52 +77,52 @@ msgid "Rolloff" msgstr "Rolloff" msgid "PlpId" -msgstr "" +msgstr "Identificator PLP" msgid "Starting EPG scan" -msgstr "Pornesc achiziia EPG" +msgstr "Pornesc achiziţia EPG" msgid "Content$Movie/Drama" -msgstr "Film/Dram" +msgstr "Film/Dramă" msgid "Content$Detective/Thriller" -msgstr "Poliist/Suspense" +msgstr "Poliţist/Suspense" msgid "Content$Adventure/Western/War" -msgstr "Aventuri/Western/Rzboi" +msgstr "Aventuri/Western/Război" msgid "Content$Science Fiction/Fantasy/Horror" -msgstr "Science-Fiction/Fantastic/Groaz" +msgstr "Science-Fiction/Fantastic/Groază" msgid "Content$Comedy" msgstr "Comedie" msgid "Content$Soap/Melodrama/Folkloric" -msgstr "Telenovel/Melodram/Folclor" +msgstr "Telenovelă/Melodramă/Folclor" msgid "Content$Romance" msgstr "Film romantic" msgid "Content$Serious/Classical/Religious/Historical Movie/Drama" -msgstr "Film serios/clasic/religios/istoric/Dram" +msgstr "Film serios/clasic/religios/istoric/Dramă" msgid "Content$Adult Movie/Drama" -msgstr "Film pentru aduli/Dram" +msgstr "Film pentru adulţi/Dramă" msgid "Content$News/Current Affairs" -msgstr "tiri/Actualiti" +msgstr "Ştiri/Actualităţi" msgid "Content$News/Weather Report" -msgstr "tiri/Buletin meteorologic" +msgstr "Ştiri/Buletin meteorologic" msgid "Content$News Magazine" -msgstr "Magazin de tiri" +msgstr "Magazin de ştiri" msgid "Content$Documentary" msgstr "Documentar" msgid "Content$Discussion/Inverview/Debate" -msgstr "Discuie/Interviu/Dezbatere" +msgstr "Discuţie/Interviu/Dezbatere" msgid "Content$Show/Game Show" msgstr "Show/Jocuri" @@ -131,7 +131,7 @@ msgid "Content$Game Show/Quiz/Contest" msgstr "Emisiune jocuri/quiz/concurs" msgid "Content$Variety Show" -msgstr "Varieti" +msgstr "Varietăţi" msgid "Content$Talk Show" msgstr "Talk Show" @@ -152,7 +152,7 @@ msgid "Content$Tennis/Squash" msgstr "Tenis/Squash" msgid "Content$Team Sports" -msgstr "Sporturi de echip" +msgstr "Sporturi de echipă" msgid "Content$Athletics" msgstr "Atletism" @@ -164,19 +164,19 @@ msgid "Content$Water Sport" msgstr "Sporturi acvatice" msgid "Content$Winter Sports" -msgstr "Sporturi de iarn" +msgstr "Sporturi de iarnă" msgid "Content$Equestrian" -msgstr "Echitaie" +msgstr "Echitaţie" msgid "Content$Martial Sports" -msgstr "Arte mariale" +msgstr "Arte marţiale" msgid "Content$Children's/Youth Programme" msgstr "Emisiune pentru copii/tineret" msgid "Content$Pre-school Children's Programme" -msgstr "Emisiune pentru copii precolari" +msgstr "Emisiune pentru copii preşcolari" msgid "Content$Entertainment Programme for 6 to 14" msgstr "Divertisment pentru copii intre 6 - 16 ani" @@ -185,34 +185,34 @@ msgid "Content$Entertainment Programme for 10 to 16" msgstr "Divertisment pentru copii intre 10 - 16 ani" msgid "Content$Informational/Educational/School Programme" -msgstr "Informaional/Educaional/Emisiune coal" +msgstr "Informaţional/Educaţional/Emisiune şcoală" msgid "Content$Cartoons/Puppets" -msgstr "Desene animate/Teatru de ppui" +msgstr "Desene animate/Teatru de păpuşi" msgid "Content$Music/Ballet/Dance" -msgstr "Muzic/Balet/Dans" +msgstr "Muzică/Balet/Dans" msgid "Content$Rock/Pop" msgstr "Rock/Pop" msgid "Content$Serious/Classical Music" -msgstr "Muzic clasic/serioas" +msgstr "Muzică clasică/serioasă" msgid "Content$Folk/Tradional Music" -msgstr "Muzic folk/tradiional" +msgstr "Muzică folk/tradiţională" msgid "Content$Jazz" msgstr "Jazz" msgid "Content$Musical/Opera" -msgstr "Teatru muzical/Oper/Operet" +msgstr "Teatru muzical/Operă/Operetă" msgid "Content$Ballet" msgstr "Balet" msgid "Content$Arts/Culture" -msgstr "Art/Cultur" +msgstr "Artă/Cultură" msgid "Content$Performing Arts" msgstr "Spectacole" @@ -224,10 +224,10 @@ msgid "Content$Religion" msgstr "Religie" msgid "Content$Popular Culture/Traditional Arts" -msgstr "Cultur Pop/Arte tradiionale" +msgstr "Cultură Pop/Arte tradiţionale" msgid "Content$Literature" -msgstr "Literatur" +msgstr "Literatură" msgid "Content$Film/Cinema" msgstr "Film/Cinema" @@ -236,16 +236,16 @@ msgid "Content$Experimental Film/Video" msgstr "Film experimental/Video" msgid "Content$Broadcasting/Press" -msgstr "Radiodifuziune/Pres" +msgstr "Radiodifuziune/Presă" msgid "Content$New Media" msgstr "Medii noi" msgid "Content$Arts/Culture Magazine" -msgstr "Art/Magazin cultural" +msgstr "Artă/Magazin cultural" msgid "Content$Fashion" -msgstr "Mod" +msgstr "Modă" msgid "Content$Social/Political/Economics" msgstr "Social/Politic/Economie" @@ -254,28 +254,28 @@ msgid "Content$Magazine/Report/Documentary" msgstr "Magazin/Reportaj/Documentar" msgid "Content$Economics/Social Advisory" -msgstr "Economie/Consiliere social" +msgstr "Economie/Consiliere socială" msgid "Content$Remarkable People" msgstr "Oameni remarcabili" msgid "Content$Education/Science/Factual" -msgstr "Educaie/tiin/Practic" +msgstr "Educaţie/Ştiinţă/Practic" msgid "Content$Nature/Animals/Environment" -msgstr "Natur/Animale/Mediu" +msgstr "Natură/Animale/Mediu" msgid "Content$Technology/Natural Sciences" -msgstr "Tehnologie/tiine naturale" +msgstr "Tehnologie/Ştiinţe naturale" msgid "Content$Medicine/Physiology/Psychology" -msgstr "Medicin/Fiziologie/Psihologie" +msgstr "Medicină/Fiziologie/Psihologie" msgid "Content$Foreign Countries/Expeditions" -msgstr "ri strine/Expediii" +msgstr "Ţări străine/Expediţii" msgid "Content$Social/Spiritual Sciences" -msgstr "Social/tiine spirituale" +msgstr "Social/Ştiinţe spirituale" msgid "Content$Further Education" msgstr "Cursuri de aprofundare" @@ -287,28 +287,28 @@ msgid "Content$Leisure/Hobbies" msgstr "Timp liber/Hobby" msgid "Content$Tourism/Travel" -msgstr "Turism/Cltorie" +msgstr "Turism/Călătorie" msgid "Content$Handicraft" -msgstr "Meteug" +msgstr "Meşteşug" msgid "Content$Motoring" msgstr "Motoare" msgid "Content$Fitness & Health" -msgstr "Micare & Sntate" +msgstr "Mişcare & Sănătate" msgid "Content$Cooking" -msgstr "Gtit" +msgstr "Gătit" msgid "Content$Advertisement/Shopping" -msgstr "Publicitate/Cumprturi" +msgstr "Publicitate/Cumpărături" msgid "Content$Gardening" -msgstr "Grdinrit" +msgstr "Grădinărit" msgid "Content$Original Language" -msgstr "Limba original" +msgstr "Limba originală" msgid "Content$Black & White" msgstr "Alb-Negru" @@ -317,65 +317,65 @@ msgid "Content$Unpublished" msgstr "Nepublicat" msgid "Content$Live Broadcast" -msgstr "Transmisie n direct" +msgstr "Transmisie în direct" #, c-format msgid "ParentalRating$from %d" msgstr "de la %d ani" msgid "No title" -msgstr "Fr titlu" +msgstr "Fără titlu" #. TRANSLATORS: The name of the language, as written natively msgid "LanguageName$English" -msgstr "Romn" +msgstr "Română" #. TRANSLATORS: The 3-letter code of the language msgid "LanguageCode$eng" msgstr "rom" msgid "Phase 1: Detecting RC code type" -msgstr "Faza 1: Detecia tipului telecomenzii" +msgstr "Faza 1: Detecţia tipului telecomenzii" msgid "Press any key on the RC unit" -msgstr "Apsai o tast pe telecomand" +msgstr "Apăsaţi o tastă pe telecomandă" msgid "RC code detected!" msgstr "S-a detectat tipul telecomenzii!" msgid "Do not press any key..." -msgstr "Nu apsai nici o tast..." +msgstr "Nu apăsaţi nici o tastă..." msgid "Phase 2: Learning specific key codes" -msgstr "Faza 2: nvarea codurilor anumitor taste" +msgstr "Faza 2: Învăţarea codurilor anumitor taste" #, c-format msgid "Press key for '%s'" -msgstr "Apsai tasta pentru '%s'" +msgstr "Apăsaţi tasta pentru '%s'" msgid "Press 'Up' to confirm" -msgstr "Apsai 'Sus' pentru confirmare" +msgstr "Apăsaţi 'Sus' pentru confirmare" msgid "Press 'Down' to continue" -msgstr "Apsai 'Jos' pentru continuare" +msgstr "Apăsaţi 'Jos' pentru continuare" msgid "(press 'Up' to go back)" -msgstr "(Apsai 'Sus' pentru revenire)" +msgstr "(Apăsaţi 'Sus' pentru revenire)" msgid "(press 'Down' to end key definition)" -msgstr "(Apsai 'Jos' pentru terminare)" +msgstr "(Apăsaţi 'Jos' pentru terminare)" msgid "(press 'Menu' to skip this key)" -msgstr "Apsai 'Meniu' pentru a sri peste aceast tast" +msgstr "Apăsaţi 'Meniu' pentru a sări peste această tastă" msgid "Learning Remote Control Keys" -msgstr "nvare taste telecomand" +msgstr "Învăţare taste telecomandă" msgid "Phase 3: Saving key codes" msgstr "Faza 3: Salvarea codurilor de taste" msgid "Press 'Up' to save, 'Down' to cancel" -msgstr "Apsai 'Sus' pentru salvare, 'Jos' pentru anulare" +msgstr "Apăsaţi 'Sus' pentru salvare, 'Jos' pentru anulare" msgid "Key$Up" msgstr "Sus" @@ -390,16 +390,16 @@ msgid "Key$Ok" msgstr "OK" msgid "Key$Back" -msgstr "napoi" +msgstr "Înapoi" msgid "Key$Left" -msgstr "Stnga" +msgstr "Stânga" msgid "Key$Right" msgstr "Dreapta" msgid "Key$Red" -msgstr "Rou" +msgstr "Roşu" msgid "Key$Green" msgstr "Verde" @@ -417,28 +417,28 @@ msgid "Key$Play" msgstr "Redare" msgid "Key$Pause" -msgstr "Pauz" +msgstr "Pauză" msgid "Key$Stop" msgstr "Stop" msgid "Key$Record" -msgstr "nregistrare" +msgstr "Înregistrare" msgid "Key$FastFwd" -msgstr "Derulare nainte" +msgstr "Derulare înainte" msgid "Key$FastRew" -msgstr "Derulare napoi" +msgstr "Derulare înapoi" msgid "Key$Next" -msgstr "Urmtor" +msgstr "Următor" msgid "Key$Prev" msgstr "Anterior" msgid "Key$Power" -msgstr "nchidere" +msgstr "Închidere" msgid "Key$Channel+" msgstr "Canal+" @@ -456,7 +456,7 @@ msgid "Key$Volume-" msgstr "Volum-" msgid "Key$Mute" -msgstr "Fr sunet" +msgstr "Fără sunet" msgid "Key$Audio" msgstr "Sunet" @@ -474,10 +474,10 @@ msgid "Key$Timers" msgstr "Timer-e" msgid "Key$Recordings" -msgstr "nregistrri" +msgstr "Înregistrări" msgid "Key$Setup" -msgstr "Configuraie" +msgstr "Configuraţie" msgid "Key$Commands" msgstr "Comenzi" @@ -525,10 +525,10 @@ msgid "Name" msgstr "Nume" msgid "Source" -msgstr "Surs" +msgstr "Sursă" msgid "Frequency" -msgstr "Frecven" +msgstr "Frecvenţă" msgid "Vpid" msgstr "PID Video" @@ -558,7 +558,7 @@ msgid "Tpid" msgstr "PID Teletext" msgid "CA" -msgstr "CA (Acces Condiional)" +msgstr "CA (Acces Condiţional)" msgid "Sid" msgstr "Sid" @@ -570,25 +570,25 @@ msgid "Channels" msgstr "Canale" msgid "Button$Edit" -msgstr "Modific" +msgstr "Modifică" msgid "Button$New" msgstr "Nou" msgid "Button$Delete" -msgstr "terge" +msgstr "Şterge" msgid "Button$Mark" -msgstr "Marcheaz" +msgstr "Marchează" msgid "Channel is being used by a timer!" msgstr "Canalul este utilizat de un timer!" msgid "Delete channel?" -msgstr "terg canalul?" +msgstr "Şterg canalul?" msgid "Edit folder" -msgstr "Editeaz directorul" +msgstr "Editează directorul" msgid "New folder" msgstr "Director nou" @@ -597,20 +597,20 @@ msgid "Sub folder" msgstr "Sub-director" msgid "Folder name already exists!" -msgstr "Un director cu acelai nume exist!" +msgstr "Un director cu acelaşi nume există!" #, c-format msgid "Folder name must not contain '%c'!" -msgstr "Numele directorului nu poate s conin '%c'!" +msgstr "Numele directorului nu poate să conţină '%c'!" msgid "Button$Select" -msgstr "Selecteaz" +msgstr "Selectează" msgid "Delete folder and all sub folders?" -msgstr "terg directorul i toate sub-directoarele?" +msgstr "Şterg directorul şi toate sub-directoarele?" msgid "Delete folder?" -msgstr "terg directorul?" +msgstr "Şterg directorul?" msgid "Edit timer" msgstr "Modificare timer" @@ -625,10 +625,10 @@ msgid "Day" msgstr "Ziua" msgid "Start" -msgstr "nceput" +msgstr "Început" msgid "Stop" -msgstr "Sfrit" +msgstr "Sfârşit" msgid "VPS" msgstr "VPS" @@ -637,25 +637,25 @@ msgid "Priority" msgstr "Prioritate" msgid "Lifetime" -msgstr "Timp de pstrare" +msgstr "Timp de păstrare" msgid "File" -msgstr "Fiier" +msgstr "Fişier" msgid "Button$Folder" msgstr "Director" msgid "Button$Single" -msgstr "" +msgstr "Odată" msgid "Button$Repeating" -msgstr "" +msgstr "Repetitiv" msgid "First day" msgstr "Prima zi" msgid "Select folder" -msgstr "Selecteaz directorul" +msgstr "Selectează directorul" msgid "Timers" msgstr "Timer-e" @@ -667,10 +667,10 @@ msgid "Button$Info" msgstr "Info" msgid "Delete timer?" -msgstr "terg timer-ul?" +msgstr "Şterg timer-ul?" msgid "Timer still recording - really delete?" -msgstr "Timer-ul tocmai nregistreaz - terg, totui?" +msgstr "Timer-ul tocmai înregistrează - şterg, totuşi?" msgid "Event" msgstr "Emisiune" @@ -679,19 +679,19 @@ msgid "Button$Timer" msgstr "Timer" msgid "Button$Record" -msgstr "nregistr." +msgstr "Înregistr." msgid "Button$Switch" -msgstr "Comut" +msgstr "Comută" msgid "What's on now?" msgstr "Ce emisiuni sunt acum?" msgid "What's on next?" -msgstr "Ce emisiuni urmeaz?" +msgstr "Ce emisiuni urmează?" msgid "Button$Next" -msgstr "Urmtor" +msgstr "Următor" msgid "Button$Now" msgstr "Acum" @@ -708,32 +708,32 @@ msgstr "Programul canalului %s" #, c-format msgid "This event - %s" -msgstr "Aceast emisiune - %s" +msgstr "Această emisiune - %s" msgid "This event - all channels" -msgstr "Aceast emisiune - toate canalele" +msgstr "Această emisiune - toate canalele" msgid "All events - all channels" msgstr "Toate emisiunile - toate canalele" #, c-format msgid "Please enter %d digits!" -msgstr "V rog introducei %d cifre!" +msgstr "Vă rog introduceţi %d cifre!" msgid "CAM not responding!" -msgstr "CAM-ul nu reacioneaz!" +msgstr "CAM-ul nu reacţionează!" msgid "Recording info" -msgstr "Detaliile nregistrrii" +msgstr "Detaliile înregistrării" msgid "Button$Play" msgstr "Redare" msgid "Button$Rewind" -msgstr "napoi" +msgstr "Înapoi" msgid "Recordings" -msgstr "nregistrri" +msgstr "Înregistrări" msgid "Button$Open" msgstr "Deschide" @@ -742,28 +742,28 @@ msgid "Commands" msgstr "Comenzi" msgid "Error while accessing recording!" -msgstr "Eroare la accesarea nregistrrii" +msgstr "Eroare la accesarea înregistrării" msgid "Delete recording?" -msgstr "terg nregistrarea?" +msgstr "Şterg înregistrarea?" msgid "Recording is being edited - really delete?" -msgstr "" +msgstr "Montajul înregistrării e în curs de desfășurare - șterg totuși?" msgid "Error while deleting recording!" -msgstr "Eroare la tergerea nregistrrii!" +msgstr "Eroare la ştergerea înregistrării!" msgid "Recording commands" -msgstr "Comenzi pentru nregistrri" +msgstr "Comenzi pentru înregistrări" msgid "never" -msgstr "niciodat" +msgstr "niciodată" msgid "skin dependent" msgstr "dep. de skin" msgid "always" -msgstr "ntotdeauna" +msgstr "întotdeauna" msgid "OSD" msgstr "OSD" @@ -775,22 +775,22 @@ msgid "Setup.OSD$Skin" msgstr "Skin" msgid "Setup.OSD$Theme" -msgstr "Tem" +msgstr "Temă" msgid "Setup.OSD$Left (%)" -msgstr "Stnga (%)" +msgstr "Stânga (%)" msgid "Setup.OSD$Top (%)" msgstr "Sus (%)" msgid "Setup.OSD$Width (%)" -msgstr "Lime OSD (%)" +msgstr "Lăţime OSD (%)" msgid "Setup.OSD$Height (%)" -msgstr "nlime OSD (%)" +msgstr "Înălţime OSD (%)" msgid "Setup.OSD$Message time (s)" -msgstr "Timp afiare mesaje (sec)" +msgstr "Timp afişare mesaje (sec)" msgid "Setup.OSD$Use small font" msgstr "Utilizare fonturi mici" @@ -805,19 +805,19 @@ msgid "Setup.OSD$Small font" msgstr "Font mic" msgid "Setup.OSD$Fixed font" -msgstr "Font cu lime fix" +msgstr "Font cu lăţime fixă" msgid "Setup.OSD$Default font size (%)" -msgstr "Mrimea implicit a fontului (%)" +msgstr "Mărimea implicită a fontului (%)" msgid "Setup.OSD$Small font size (%)" -msgstr "Mrimea 'mic' a fontului (%)" +msgstr "Mărimea 'mică' a fontului (%)" msgid "Setup.OSD$Fixed font size (%)" -msgstr "Mrimea 'fix' a fontului (%)" +msgstr "Mărimea 'fixă' a fontului (%)" msgid "Setup.OSD$Channel info position" -msgstr "Poziia informaiilor despre canal" +msgstr "Poziţia informaţiilor despre canal" msgid "bottom" msgstr "jos" @@ -826,61 +826,61 @@ msgid "top" msgstr "sus" msgid "Setup.OSD$Channel info time (s)" -msgstr "Durata afirii info-canal (s)" +msgstr "Durata afişării info-canal (s)" msgid "Setup.OSD$Info on channel switch" -msgstr "Informaii la comutarea canalului" +msgstr "Informaţii la comutarea canalului" msgid "Setup.OSD$Timeout requested channel info" -msgstr "Durata afirii informaii canal" +msgstr "Durata afişării informaţii canal" msgid "Setup.OSD$Scroll pages" -msgstr "Deruleaz pagini" +msgstr "Derulează pagini" msgid "Setup.OSD$Scroll wraps" -msgstr "Derulare circular" +msgstr "Derulare circulară" msgid "Setup.OSD$Menu key closes" -msgstr "Tasta 'Meniu' nchide" +msgstr "Tasta 'Meniu' închide" msgid "Setup.OSD$Recording directories" -msgstr "Directoare nregistrri" +msgstr "Directoare înregistrări" msgid "Setup.OSD$Folders in timer menu" -msgstr "Directoare n meniul de timer-e" +msgstr "Directoare în meniul de timer-e" msgid "Setup.OSD$Number keys for characters" msgstr "Caractere pe tastele numerice" msgid "Setup.OSD$Color key 0" -msgstr "" +msgstr "Primul buton colorat" msgid "Setup.OSD$Color key 1" -msgstr "" +msgstr "Al 2-lea buton colorat" msgid "Setup.OSD$Color key 2" -msgstr "" +msgstr "Al 3-lea buton colorat" msgid "Setup.OSD$Color key 3" -msgstr "" +msgstr "Al 4-lea buton colorat" msgid "EPG" msgstr "EPG" msgid "Button$Scan" -msgstr "Cutare canale" +msgstr "Căutare canale" msgid "Setup.EPG$EPG scan timeout (h)" -msgstr "Interval achiziie EPG (h)" +msgstr "Interval achiziţie EPG (h)" msgid "Setup.EPG$EPG bugfix level" -msgstr "Nivel corecie EPG" +msgstr "Nivel corecţie EPG" msgid "Setup.EPG$EPG linger time (min)" msgstr "Date EPG expirate cel mult (min)" msgid "Setup.EPG$Set system time" -msgstr "Potrivete ceasul sistem" +msgstr "Potriveşte ceasul sistem" msgid "Setup.EPG$Use time from transponder" msgstr "Preia ora din transponder" @@ -891,7 +891,7 @@ msgstr "Limbi preferate" #. TRANSLATORS: note the singular! msgid "Setup.EPG$Preferred language" -msgstr "Limba preferat" +msgstr "Limba preferată" msgid "pan&scan" msgstr "pan&scan" @@ -915,10 +915,10 @@ msgid "names and PIDs" msgstr "nume si PID-uri" msgid "add new channels" -msgstr "adugare canale noi" +msgstr "adăugare canale noi" msgid "add new transponders" -msgstr "adugare transpondere noi" +msgstr "adăugare transpondere noi" msgid "DVB" msgstr "Dispozitiv DVB" @@ -930,16 +930,16 @@ msgid "Button$Subtitles" msgstr "Subtitrare" msgid "Setup.DVB$Primary DVB interface" -msgstr "Dispozitiv DVB primar" +msgstr "Interfață DVB primară" msgid "Setup.DVB$Standard compliance" -msgstr "" +msgstr "Standard de recepție" msgid "Setup.DVB$Video format" msgstr "Format video" msgid "Setup.DVB$Video display format" -msgstr "Formatul redrii video" +msgstr "Formatul redării video" msgid "Setup.DVB$Use Dolby Digital" msgstr "Sunet Dolby Digital" @@ -954,22 +954,22 @@ msgid "Setup.DVB$Audio language" msgstr "Limba sunetului" msgid "Setup.DVB$Display subtitles" -msgstr "Afieaz subtitrare" +msgstr "Afişează subtitrare" msgid "Setup.DVB$Subtitle languages" msgstr "Limbi subtitrare" msgid "Setup.DVB$Subtitle language" -msgstr "Limb subtitrare" +msgstr "Limbă subtitrare" msgid "Setup.DVB$Subtitle offset" msgstr "Offset subtitrare" msgid "Setup.DVB$Subtitle foreground transparency" -msgstr "Transparena prim-planului subtitrrii" +msgstr "Transparenţa prim-planului subtitrării" msgid "Setup.DVB$Subtitle background transparency" -msgstr "Transparena fundalului subtitrrii" +msgstr "Transparenţa fundalului subtitrării" msgid "LNB" msgstr "LNB" @@ -978,20 +978,20 @@ msgid "Setup.LNB$Use DiSEqC" msgstr "Utilizare DiSEqC" msgid "Setup.LNB$SLOF (MHz)" -msgstr "Frecven comutare band, SLOF (MHz)" +msgstr "Frecvenţă comutare bandă, SLOF (MHz)" msgid "Setup.LNB$Low LNB frequency (MHz)" -msgstr "Frecvn LNB inferioar (Mhz)" +msgstr "Frecvnţă LNB inferioară (Mhz)" msgid "Setup.LNB$High LNB frequency (MHz)" -msgstr "Frecvn LNB superioar (MHz)" +msgstr "Frecvnţă LNB superioară (MHz)" #, c-format msgid "Setup.LNB$Device %d connected to sat cable" -msgstr "" +msgstr "Receptorul %d conectat la cablul de satelit" msgid "Setup.LNB$own" -msgstr "" +msgstr "propriu" msgid "CAM reset" msgstr "Resetare CAM" @@ -1000,7 +1000,7 @@ msgid "CAM present" msgstr "CAM prezent" msgid "CAM ready" -msgstr "CAM pregtit" +msgstr "CAM pregătit" msgid "CAM" msgstr "CAM" @@ -1018,19 +1018,19 @@ msgid "Can't open CAM menu!" msgstr "Nu pot deschide meniul CAM" msgid "CAM is in use - really reset?" -msgstr "CAM-ul este in folosin - totui resetez?" +msgstr "CAM-ul este in folosinţă - totuşi resetez?" msgid "Can't reset CAM!" msgstr "Nu pot reseta CAM" msgid "do not pause live video" -msgstr "nu nregistra emisiunea" +msgstr "nu înregistra emisiunea" msgid "confirm pause live video" -msgstr "confirm nregistrarea emisiunii" +msgstr "confirmă înregistrarea emisiunii" msgid "pause live video" -msgstr "nregistreaz emisiunea" +msgstr "înregistrează emisiunea" msgid "confirm" msgstr "confirmare" @@ -1039,70 +1039,70 @@ msgid "yes" msgstr "da" msgid "Recording" -msgstr "nregistrare" +msgstr "Înregistrare" msgid "Setup.Recording$Margin at start (min)" -msgstr "Marj la pornire (min)" +msgstr "Marjă la pornire (min)" msgid "Setup.Recording$Margin at stop (min)" -msgstr "Marj la oprire (min)" +msgstr "Marjă la oprire (min)" msgid "Setup.Recording$Default priority" -msgstr "Prioritate implicit" +msgstr "Prioritate implicită" msgid "Setup.Recording$Default lifetime (d)" -msgstr "Timp de pstrare predefinit (zile)" +msgstr "Timp de păstrare predefinit (zile)" msgid "Setup.Recording$Pause key handling" -msgstr "Funcia tastei 'pauz'" +msgstr "Funcţia tastei 'pauză'" msgid "Setup.Recording$Pause priority" -msgstr "Prioritate pauz" +msgstr "Prioritate pauză" msgid "Setup.Recording$Pause lifetime (d)" -msgstr "Pstrarea emisiunilor 'pauzate' (zile)" +msgstr "Păstrarea emisiunilor 'pauzate' (zile)" msgid "Setup.Recording$Use episode name" -msgstr "Utilizeaz numele episodului" +msgstr "Utilizează numele episodului" msgid "Setup.Recording$Use VPS" -msgstr "Utilizeaz VPS" +msgstr "Utilizează VPS" msgid "Setup.Recording$VPS margin (s)" -msgstr "Marj de timp la utilizare VPS (s)" +msgstr "Marjă de timp la utilizare VPS (s)" msgid "Setup.Recording$Mark instant recording" -msgstr "Marcheaz nregistrare imediat" +msgstr "Marchează înregistrare imediată" msgid "Setup.Recording$Name instant recording" -msgstr "Nume nregistrare imediat" +msgstr "Nume înregistrare imediată" msgid "Setup.Recording$Instant rec. time (min)" -msgstr "Timpul de nregistare imediat (min)" +msgstr "Timpul de înregistare imediată (min)" msgid "Setup.Recording$present event" -msgstr "" +msgstr "eveniment curent" msgid "Setup.Recording$Max. video file size (MB)" -msgstr "Dimensiune maxim a fiierului video (MB)" +msgstr "Dimensiune maximă a fişierului video (MB)" msgid "Setup.Recording$Split edited files" -msgstr "Separare fiiere montate" +msgstr "Separare fişiere montate" msgid "Setup.Recording$Delete timeshift recording" -msgstr "terge nregistrarea pentru vizionare decalat" +msgstr "Şterge înregistrarea pentru vizionare decalată" msgid "Replay" msgstr "Redare" msgid "Setup.Replay$Multi speed mode" -msgstr "Mod multi-vitez" +msgstr "Mod multi-viteză" msgid "Setup.Replay$Show replay mode" -msgstr "Afieaz redarea" +msgstr "Afişează redarea" msgid "Setup.Replay$Show remaining time" -msgstr "" +msgstr "Arată timpul rămas" msgid "Setup.Replay$Resume ID" msgstr "Identificator continuare" @@ -1111,10 +1111,10 @@ msgid "Miscellaneous" msgstr "Diverse" msgid "Setup.Miscellaneous$Min. event timeout (min)" -msgstr "Durat minim emisiuni (min)" +msgstr "Durată minimă emisiuni (min)" msgid "Setup.Miscellaneous$Min. user inactivity (min)" -msgstr "Durata minim de inactivitate (min)" +msgstr "Durata minimă de inactivitate (min)" msgid "Setup.Miscellaneous$SVDRP timeout (s)" msgstr "Timeout SVDRP (sec)" @@ -1129,28 +1129,28 @@ msgid "Setup.Miscellaneous$Initial channel" msgstr "Canalul de pornire" msgid "Setup.Miscellaneous$as before" -msgstr "ca mai nainte" +msgstr "ca mai înainte" msgid "Setup.Miscellaneous$Initial volume" msgstr "Volumul la pornire" msgid "Setup.Miscellaneous$Channels wrap" -msgstr "Lista de canale n bucl" +msgstr "Lista de canale în buclă" msgid "Setup.Miscellaneous$Show channel names with source" -msgstr "" +msgstr "Arată numele canalelor cu sursa" msgid "Setup.Miscellaneous$Emergency exit" -msgstr "Oprire de urgen" +msgstr "Oprire de urgenţă" msgid "Plugins" msgstr "Plugin-uri" msgid "This plugin has no setup parameters!" -msgstr "Acest plugin nu se configureaz!" +msgstr "Acest plugin nu se configurează!" msgid "Setup" -msgstr "Configuraie" +msgstr "Configuraţie" msgid "Restart" msgstr "Repornire" @@ -1160,17 +1160,17 @@ msgstr "Sigur repornesc?" #. TRANSLATORS: note the leading and trailing blanks! msgid " Stop recording " -msgstr " Oprete nregistrarea " +msgstr " Opreşte înregistrarea " msgid "Schedule" msgstr "Program (EPG)" #. TRANSLATORS: note the leading blank! msgid " Stop replaying" -msgstr " Oprete redarea" +msgstr " Opreşte redarea" msgid "Button$Pause" -msgstr "Pauz" +msgstr "Pauză" msgid "Button$Stop" msgstr "Stop" @@ -1180,56 +1180,59 @@ msgstr "Continuare" #. TRANSLATORS: note the leading blank! msgid " Cancel editing" -msgstr " Oprete montajul nregistrrii" +msgstr " Opreşte montajul înregistrării" msgid "Stop recording?" -msgstr "Opresc nregistrarea?" +msgstr "Opresc înregistrarea?" msgid "Cancel editing?" -msgstr "Opresc montajul nregistrrii?" +msgstr "Opresc montajul înregistrării?" msgid "No audio available!" -msgstr "Lipsete sunetul!" +msgstr "Lipseşte sunetul!" msgid "No subtitles" -msgstr "Nu afieaz subtirare" +msgstr "Nu afişează subtirare" msgid "No subtitles available!" -msgstr "Subtitrare indisponibil!" +msgstr "Subtitrare indisponibilă!" msgid "Not enough disk space to start recording!" -msgstr "Insuficient spaiul pe disc pentru nregistrare!" +msgstr "Insuficient spaţiul pe disc pentru înregistrare!" msgid "No free DVB device to record!" -msgstr "Nu mai sunt dispozitive DVB disponibile pentru nregistrare!" +msgstr "Nu mai sunt receptoare DVB disponibile pentru înregistrare!" msgid "Pausing live video..." -msgstr "Trec n pauz emisiunea transmis..." +msgstr "Trec în pauză emisiunea transmisă..." msgid "Delete timeshift recording?" -msgstr "terg nregistrarea pentru vizionare decalat?" +msgstr "Şterg înregistrarea pentru vizionare decalată?" #. TRANSLATORS: note the trailing blank! msgid "Jump: " msgstr "Salt la: " msgid "No editing marks defined!" -msgstr "Nu s-au pus marcaje de montaj pentru aceast nregistrare" +msgstr "Nu s-au pus marcaje de montaj pentru această înregistrare" + +msgid "No editing sequences defined!" +msgstr "" msgid "Can't start editing process!" -msgstr "Nu pot porni montajul nregistrrii!" +msgstr "Nu pot porni montajul înregistrării!" msgid "Editing process started" -msgstr "Montajul nregistrrii a nceput" +msgstr "Montajul înregistrării a început" msgid "Editing process already active!" -msgstr "Montajul nregistrrii este deja activ!" +msgstr "Montajul înregistrării este deja activ!" msgid "FileNameChars$ abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&" -msgstr " abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&" +msgstr " aăâbcdefghiîjklmnopqrsştţuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&" msgid "CharMap$ 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9" -msgstr " 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9" +msgstr " 0\t-.,1#~\\^$[]|()*+?{}/:%@&\taăâbc2\tdef3\tghiî4\tjkl5\tmno6\tpqrsş7\ttţuv8\twxyz9" msgid "Button$ABC/abc" msgstr "ABC/abc" @@ -1238,19 +1241,19 @@ msgid "Button$Overwrite" msgstr "Suprascrie" msgid "Button$Insert" -msgstr "Insereaz" +msgstr "Inserează" msgid "Plugin" -msgstr "Plugin (modul adiional)" +msgstr "Plugin (modul adiţional)" msgid "Up/Dn for new location - OK to move" -msgstr "Sus/Jos pentru noua locaie - OK pentru a muta" +msgstr "Sus/Jos pentru noua locaţie - OK pentru a muta" msgid "Channel locked (recording)!" -msgstr "Canal blocat (nregistrare)!" +msgstr "Canal blocat (înregistrare)!" msgid "Low disk space!" -msgstr "Spaiul pe disc e foarte sczut!" +msgstr "Spaţiul pe disc e foarte scăzut!" msgid "Regenerating index file" msgstr "Generez index" @@ -1259,36 +1262,36 @@ msgid "Index file regeneration complete" msgstr "Generarea indexului s-a incheiat" msgid "Index file regeneration failed!" -msgstr "" +msgstr "Generarea indexului a eșuat!" msgid "Can't shutdown - option '-s' not given!" -msgstr "Nu pot nchide - vezi opiunea '-s'" +msgstr "Nu pot închide - vezi opţiunea '-s'" msgid "Editing - shut down anyway?" -msgstr "Montajul tocmai se efectueaz - nchid, totui?" +msgstr "Montajul tocmai se efectuează - închid, totuşi?" msgid "Recording - shut down anyway?" -msgstr "Tocmai se nregistreaz - nchid, totui?" +msgstr "Tocmai se înregistrează - închid, totuşi?" #, c-format msgid "Recording in %ld minutes, shut down anyway?" -msgstr "nregistrez peste %ld minute - nchid, totui?" +msgstr "Înregistrez peste %ld minute - închid, totuşi?" msgid "shut down anyway?" -msgstr "nchid, totui?" +msgstr "închid, totuşi?" #, c-format msgid "Plugin %s wakes up in %ld min, continue?" msgstr "Plugin-ul %s se va trezi +n %ld min, continui?" msgid "Editing - restart anyway?" -msgstr "Montajul tocmai se efectueaz - repornesc, totui?" +msgstr "Montajul tocmai se efectuează - repornesc, totuşi?" msgid "Recording - restart anyway?" -msgstr "Tocmai se nregistreaz - repornesc, totui?" +msgstr "Tocmai se înregistrează - repornesc, totuşi?" msgid "restart anyway?" -msgstr "repornesc, totui?" +msgstr "repornesc, totuşi?" #. TRANSLATORS: note the trailing blank! msgid "Volume " @@ -1298,22 +1301,22 @@ msgid "Classic VDR" msgstr "VDR clasic" msgid "DISK" -msgstr "" +msgstr "HARD-DISC" msgid "LOAD" -msgstr "" +msgstr "SARCINĂ" msgid "TIMERS" -msgstr "" +msgstr "TIMER-E" msgid "DEVICES" -msgstr "" +msgstr "RECEPTOARE" msgid "LIVE" -msgstr "" +msgstr "LIVE" msgid "PLAY" -msgstr "" +msgstr "REDARE" msgid "ST:TNG Panels" msgstr "Cons. ST:TNG" @@ -1324,13 +1327,13 @@ msgstr "LMMJVSD" #. TRANSLATORS: abbreviated weekdays, beginning with monday (must all be 3 letters!) msgid "MonTueWedThuFriSatSun" -msgstr "LunMarMieJoiVinSmDum" +msgstr "LunMarMieJoiVinSâmDum" msgid "Monday" msgstr "Luni" msgid "Tuesday" -msgstr "Mari" +msgstr "Marţi" msgid "Wednesday" msgstr "Miercuri" @@ -1342,41 +1345,41 @@ msgid "Friday" msgstr "Vineri" msgid "Saturday" -msgstr "Smbt" +msgstr "Sâmbătă" msgid "Sunday" -msgstr "Duminic" +msgstr "Duminică" msgid "Upcoming recording!" -msgstr "Urmeaz o nregistrare!" +msgstr "Urmează o înregistrare!" msgid "Pause live video?" -msgstr "nregistrez emisiunea?" +msgstr "Înregistrez emisiunea?" msgid "Recording started" -msgstr "A nceput nregistrarea" +msgstr "A început înregistrarea" msgid "VDR will shut down later - press Power to force" -msgstr "VDR se va nchide mai trziu - apsai 'Power' pentru a fora" +msgstr "VDR se va închide mai târziu - apăsaţi 'Power' pentru a forţa" msgid "Press any key to cancel shutdown" -msgstr "Apas orice tast pentru a anula nchiderea" +msgstr "Apasă orice tastă pentru a anula închiderea" msgid "Switching primary DVB..." msgstr "Comut dispozitiv DVB primar..." msgid "Editing process failed!" -msgstr "Montajul nregistrrii a euat" +msgstr "Montajul înregistrării a eşuat" msgid "Editing process finished" -msgstr "Montajul nregistrrii s-a terminat" +msgstr "Montajul înregistrării s-a terminat" msgid "Press any key to cancel restart" -msgstr "Apsai orice tast pentru a anula repornirea" +msgstr "Apăsaţi orice tastă pentru a anula repornirea" #, c-format msgid "VDR will shut down in %s minutes" -msgstr "VDR se va nchide n %s minute" +msgstr "VDR se va închide în %s minute" msgid "Disk" msgstr "Disc" diff --git a/po/ru_RU.po b/po/ru_RU.po index d8e1e8e..b58fd9a 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-12-15 14:37+0100\n" "Last-Translator: Oleg Roitburd \n" "Language-Team: Russian \n" @@ -1214,6 +1214,9 @@ msgstr " msgid "No editing marks defined!" msgstr " !" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr " !" diff --git a/po/sk_SK.po b/po/sk_SK.po index 0de2d06..ab5035e 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.7.16\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2011-02-15 16:29+0100\n" "Last-Translator: Milan Hrala \n" "Language-Team: Slovak \n" @@ -1213,6 +1213,9 @@ msgstr "Skok: " msgid "No editing marks defined!" msgstr "Nie s uren znaky prav!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Neme zaa spracovanie prav!" diff --git a/po/sl_SI.po b/po/sl_SI.po index 9556868..9326d85 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-02-28 19:44+0100\n" "Last-Translator: Matjaz Thaler \n" "Language-Team: Slovenian \n" @@ -1214,6 +1214,9 @@ msgstr "Sko msgid "No editing marks defined!" msgstr "Nobena prekinitvena toka ni definirana!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Ne morem zaeti urejanja!" diff --git a/po/sr_SR.po b/po/sr_SR.po index c4149dd..c7b97d5 100644 --- a/po/sr_SR.po +++ b/po/sr_SR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.7.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2011-01-09 15:57+0100\n" "Last-Translator: Milan Cvijanovi \n" "Language-Team: Serbian \n" @@ -1239,6 +1239,9 @@ msgstr "Sko msgid "No editing marks defined!" msgstr "Nijedna taka rezanja nije odreena!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Ne mogu zapoeti ureivanje!" diff --git a/po/sv_SE.po b/po/sv_SE.po index 951dd04..dc4d620 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-03-12 18:25+0100\n" "Last-Translator: Magnus Andersson \n" "Language-Team: Swedish \n" @@ -1216,6 +1216,9 @@ msgstr "Hopp: " msgid "No editing marks defined!" msgstr "Det finns inga redigeringsmrken" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Kan inte starta redigering!" diff --git a/po/tr_TR.po b/po/tr_TR.po index 8b161b3..1f61944 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2008-02-28 00:33+0100\n" "Last-Translator: Oktay Yolgeen \n" "Language-Team: Turkish \n" @@ -1213,6 +1213,9 @@ msgstr "Atla: " msgid "No editing marks defined!" msgstr "Kesim iaretleri belirtilmemi!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Kesim balatlamyor!" diff --git a/po/uk_UA.po b/po/uk_UA.po index 45e57ee..72fe84c 100644 --- a/po/uk_UA.po +++ b/po/uk_UA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.7.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2010-04-25 16:35+0200\n" "Last-Translator: Yarema aka Knedlyk \n" "Language-Team: Ukrainian \n" @@ -1213,6 +1213,9 @@ msgstr "Перейти: " msgid "No editing marks defined!" msgstr "Не задано міток для монтажу!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "Неможливо почати монтаж запису!" diff --git a/po/zh_CN.po b/po/zh_CN.po index 4e2b951..56b2de0 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-15 14:04+0200\n" +"POT-Creation-Date: 2012-11-18 14:31+0100\n" "PO-Revision-Date: 2009-09-23 23:50+0800\n" "Last-Translator: Nan Feng \n" "Language-Team: Chinese (simplified) \n" @@ -1216,6 +1216,9 @@ msgstr "跳过: " msgid "No editing marks defined!" msgstr "无编辑标记定义!" +msgid "No editing sequences defined!" +msgstr "" + msgid "Can't start editing process!" msgstr "不能开始编辑处理" -- cgit v1.2.3