diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/markad.cpp | 2 | ||||
-rw-r--r-- | plugin/po/de_DE.po | 12 | ||||
-rw-r--r-- | plugin/po/es_ES.po | 122 | ||||
-rw-r--r-- | plugin/po/it_IT.po | 11 | ||||
-rw-r--r-- | plugin/setup.cpp | 4 | ||||
-rw-r--r-- | plugin/setup.h | 2 | ||||
-rw-r--r-- | plugin/status.cpp | 3 |
7 files changed, 126 insertions, 30 deletions
diff --git a/plugin/markad.cpp b/plugin/markad.cpp index 2818588..a83c12c 100644 --- a/plugin/markad.cpp +++ b/plugin/markad.cpp @@ -40,7 +40,6 @@ cPluginMarkAd::cPluginMarkAd(void) setup.IOPrioClass=1; setup.Log2Rec=false; setup.LogoOnly=true; - setup.AC3Always=false; setup.SaveInfo=false; } @@ -193,7 +192,6 @@ bool cPluginMarkAd::SetupParse(const char *Name, const char *Value) else if (!strcasecmp(Name,"HideMainMenuEntry")) setup.HideMainMenuEntry=atoi(Value)?true:false; else if (!strcasecmp(Name,"SecondPass")) setup.SecondPass=atoi(Value); else if (!strcasecmp(Name,"IOPrioClass")) setup.IOPrioClass=atoi(Value); - else if (!strcasecmp(Name,"AC3Always")) setup.AC3Always=atoi(Value); else if (!strcasecmp(Name,"Log2Rec")) setup.Log2Rec=atoi(Value); else if (!strcasecmp(Name,"LogoOnly")) setup.LogoOnly=atoi(Value); else if (!strcasecmp(Name,"SaveInfo")) setup.SaveInfo=atoi(Value); diff --git a/plugin/po/de_DE.po b/plugin/po/de_DE.po index 58e77f6..9a7f228 100644 --- a/plugin/po/de_DE.po +++ b/plugin/po/de_DE.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2011-02-09 21:30+0100\n" +"POT-Creation-Date: 2011-02-13 13:20+0100\n" "PO-Revision-Date: 2009-08-27 14:18+0200\n" "Last-Translator: Jochen Dolze <vdr@dolze.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -78,15 +78,6 @@ msgstr "nur Kanäle mit Logo scannen" msgid "hdd access priority" msgstr "HDD-Zugriffspriorität" -msgid "examine AC3" -msgstr "AC3 untersuchen" - -msgid "when needed" -msgstr "wenn nötig" - -msgid "always" -msgstr "immer" - msgid "ignore timer margins" msgstr "Timer Vor-/Nachlauf ignorieren" @@ -125,3 +116,4 @@ msgstr "zurück" msgid "Mark advertisements" msgstr "Markiere Werbung" + diff --git a/plugin/po/es_ES.po b/plugin/po/es_ES.po new file mode 100644 index 0000000..ffe9aaa --- /dev/null +++ b/plugin/po/es_ES.po @@ -0,0 +1,122 @@ +# This file is distributed under the same license as the markad package. +# +msgid "" +msgstr "" +"Project-Id-Version: vdr\n" +"Report-Msgid-Bugs-To: <see README>\n" +"POT-Creation-Date: 2011-02-13 13:20+0100\n" +"PO-Revision-Date: 2011-02-12 11:30+0100\n" +"Last-Translator: Javier Bradineras <jbradi@hotmail.com>\n" +"Language-Team: <vdr@linuxtv.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Spanish\n" +"X-Poedit-Country: SPAIN\n" +"X-Poedit-SourceCharset: utf-8\n" + +msgid "markad still running" +msgstr "Markad todavía ejecutándose" + +msgid "markad status" +msgstr "Estado de markad" + +msgid "running" +msgstr "Ejecutándose" + +msgid "sleeping" +msgstr "En suspensión" + +msgid "inactive" +msgstr "Inactivo" + +msgid "zombie" +msgstr "Terminado" + +msgid "stopped" +msgstr "Detenido" + +msgid "unknown" +msgstr "Desconocido" + +msgid "Recording\t Status" +msgstr "Grabación\t Estado" + +msgid "no running markad found" +msgstr "Ningún markad en ejecución" + +msgid "Pause" +msgstr "Pausa" + +msgid "Continue" +msgstr "Continuar" + +msgid "after" +msgstr "Después" + +msgid "during" +msgstr "Durante" + +msgid "high" +msgstr "Alta" + +msgid "normal" +msgstr "Normal" + +msgid "low" +msgstr "Baja" + +msgid "execution" +msgstr "Ejecución" + +msgid " during another recording" +msgstr " Durante otra grabación" + +msgid " while replaying" +msgstr " Durante la reproducción" + +msgid "scan only channels with logo" +msgstr "Escanea únicamente canales con logo" + +msgid "hdd access priority" +msgstr "Prioridad de acceso al disco duro" + +msgid "ignore timer margins" +msgstr "Ignora márgenes de tiempo" + +msgid "detect overlaps" +msgstr "Detectar solapamientos" + +msgid "repair index, if broken" +msgstr "Repara índice si está estropeado" + +msgid "correct info file" +msgstr "Corrige fichero de información" + +msgid "OSD message" +msgstr "Mensaje OSD" + +msgid "backup marks" +msgstr "Hacer copia de seguridad de las marcas" + +msgid "verbose logging" +msgstr "Log detallado" + +msgid "log to recording directory" +msgstr "Log en el directorio de grabación" + +msgid "hide mainmenu entry" +msgstr "Ocultar en menú principal" + +msgid "show list" +msgstr "Mostrar lista" + +msgid "list" +msgstr "Lista" + +msgid "back" +msgstr "Atrás" + +msgid "Mark advertisements" +msgstr "Marca anuncios" + diff --git a/plugin/po/it_IT.po b/plugin/po/it_IT.po index e41a277..a7293e3 100644 --- a/plugin/po/it_IT.po +++ b/plugin/po/it_IT.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2011-02-09 21:30+0100\n" +"POT-Creation-Date: 2011-02-13 13:20+0100\n" "PO-Revision-Date: 2010-08-09 20:05+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -81,15 +81,6 @@ msgstr "" msgid "hdd access priority" msgstr "" -msgid "examine AC3" -msgstr "" - -msgid "when needed" -msgstr "" - -msgid "always" -msgstr "" - msgid "ignore timer margins" msgstr "Ignora margini timer" diff --git a/plugin/setup.cpp b/plugin/setup.cpp index feb1e70..82dced9 100644 --- a/plugin/setup.cpp +++ b/plugin/setup.cpp @@ -22,7 +22,6 @@ cSetupMarkAd::cSetupMarkAd(struct setup *Setup) nomargins=setup->NoMargins; hidemainmenuentry=setup->HideMainMenuEntry; secondpass=setup->SecondPass; - ac3always=setup->AC3Always; log2rec=setup->Log2Rec; logoonly=setup->LogoOnly; saveinfo=setup->SaveInfo; @@ -54,7 +53,6 @@ void cSetupMarkAd::write(void) Add(new cMenuEditBoolItem(tr("scan only channels with logo"),&logoonly),true); lpos=Current(); Add(new cMenuEditStraItem(tr("hdd access priority"),&ioprioclass,3,ioprioTexts)); - Add(new cMenuEditBoolItem(tr("examine AC3"),&ac3always,tr("when needed"),tr("always"))); Add(new cMenuEditBoolItem(tr("ignore timer margins"),&nomargins)); Add(new cMenuEditBoolItem(tr("detect overlaps"),&secondpass)); Add(new cMenuEditBoolItem(tr("repair index, if broken"),&genindex)); @@ -127,7 +125,6 @@ void cSetupMarkAd::Store(void) SetupStore("Verbose",verbose); SetupStore("HideMainMenuEntry",hidemainmenuentry); SetupStore("IOPrioClass",ioprioclass); - SetupStore("AC3Always",ac3always); SetupStore("Log2Rec",log2rec); SetupStore("LogoOnly",logoonly); SetupStore("SaveInfo",saveinfo); @@ -143,7 +140,6 @@ void cSetupMarkAd::Store(void) setup->NoMargins=(bool) nomargins; setup->HideMainMenuEntry=(bool) hidemainmenuentry; setup->IOPrioClass=ioprioclass; - setup->AC3Always=ac3always; setup->Log2Rec=log2rec; setup->LogoOnly=logoonly; setup->SaveInfo=saveinfo; diff --git a/plugin/setup.h b/plugin/setup.h index c5bf0e2..1994549 100644 --- a/plugin/setup.h +++ b/plugin/setup.h @@ -21,7 +21,6 @@ struct setup bool GenIndex; bool NoMargins; bool SecondPass; - bool AC3Always; bool SaveInfo; bool HideMainMenuEntry; bool Log2Rec; @@ -47,7 +46,6 @@ private: int nomargins; int secondpass; int hidemainmenuentry; - int ac3always; int log2rec; int logoonly; int saveinfo; diff --git a/plugin/status.cpp b/plugin/status.cpp index 1ff6092..bdf54ed 100644 --- a/plugin/status.cpp +++ b/plugin/status.cpp @@ -71,7 +71,7 @@ bool cStatusMarkAd::Start(const char *FileName, const char *Name, const bool Dir { if ((Direct) && (Get(FileName)!=-1)) return false; - cString cmd = cString::sprintf("\"%s\"/markad %s%s%s%s%s%s%s%s%s -r %i -l \"%s\" %s \"%s\"", + cString cmd = cString::sprintf("\"%s\"/markad %s%s%s%s%s%s%s%s -r %i -l \"%s\" %s \"%s\"", bindir, setup->Verbose ? " -v " : "", setup->BackupMarks ? " -B " : "", @@ -80,7 +80,6 @@ bool cStatusMarkAd::Start(const char *FileName, const char *Name, const bool Dir setup->OSDMessage ? " -O " : "", setup->NoMargins ? " -i 4 " : "", setup->SecondPass ? "" : " --pass1only ", - setup->AC3Always ? " -a " : "", setup->Log2Rec ? " -R " : "", setup->IOPrioClass+1, logodir,Direct ? "-O after" : "--online=2 before", |