summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/markad.cpp7
-rw-r--r--plugin/po/de_DE.po11
-rw-r--r--plugin/po/es_ES.po122
-rw-r--r--plugin/po/it_IT.po8
-rw-r--r--plugin/setup.cpp13
-rw-r--r--plugin/setup.h4
-rw-r--r--plugin/status.cpp2
7 files changed, 146 insertions, 21 deletions
diff --git a/plugin/markad.cpp b/plugin/markad.cpp
index 68908ba..b39aa14 100644
--- a/plugin/markad.cpp
+++ b/plugin/markad.cpp
@@ -30,7 +30,7 @@ cPluginMarkAd::cPluginMarkAd(void)
setup.ProcessDuring=true;
setup.whileRecording=true;
setup.whileReplaying=true;
- setup.GenIndex=true;
+ setup.GenIndex=false;
setup.OSDMessage=false;
setup.BackupMarks=false;
setup.Verbose=false;
@@ -39,7 +39,8 @@ cPluginMarkAd::cPluginMarkAd(void)
setup.SecondPass=true;
setup.IOPrioClass=1;
setup.Log2Rec=false;
- setup.LogoOnly=false;
+ setup.LogoOnly=true;
+ setup.SaveInfo=false;
}
cPluginMarkAd::~cPluginMarkAd()
@@ -191,7 +192,7 @@ 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,"SaveInfo")) setup.SaveInfo=atoi(Value);
else if (!strcasecmp(Name,"Log2Rec")) setup.Log2Rec=atoi(Value);
else if (!strcasecmp(Name,"LogoOnly")) setup.LogoOnly=atoi(Value);
else return false;
diff --git a/plugin/po/de_DE.po b/plugin/po/de_DE.po
index d7bc92d..efff47d 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: 2010-12-31 16:41+0100\n"
+"POT-Creation-Date: 2011-02-13 11:14+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,9 +78,6 @@ msgstr "nur Kanäle mit Logo scannen"
msgid "hdd access priority"
msgstr "HDD-Zugriffspriorität"
-msgid "examine AC3 always"
-msgstr "AC3 immer untersuchen"
-
msgid "ignore timer margins"
msgstr "Timer Vor-/Nachlauf ignorieren"
@@ -90,6 +87,9 @@ msgstr "erkenne Überlappungen"
msgid "repair index, if broken"
msgstr "kaputte Indexdatei reparieren"
+msgid "correct info file"
+msgstr ""
+
msgid "OSD message"
msgstr "OSD Meldung"
@@ -116,3 +116,6 @@ msgstr "zurück"
msgid "Mark advertisements"
msgstr "Markiere Werbung"
+
+#~ msgid "examine AC3 always"
+#~ msgstr "AC3 immer untersuchen"
diff --git a/plugin/po/es_ES.po b/plugin/po/es_ES.po
new file mode 100644
index 0000000..ed97f34
--- /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 12:29+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 8cef04e..38e6ecd 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: 2010-12-31 16:41+0100\n"
+"POT-Creation-Date: 2011-02-13 11:14+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,9 +81,6 @@ msgstr ""
msgid "hdd access priority"
msgstr ""
-msgid "examine AC3 always"
-msgstr ""
-
msgid "ignore timer margins"
msgstr "Ignora margini timer"
@@ -93,6 +90,9 @@ msgstr ""
msgid "repair index, if broken"
msgstr "Ripara indice, se errato"
+msgid "correct info file"
+msgstr ""
+
msgid "OSD message"
msgstr "Messaggio OSD"
diff --git a/plugin/setup.cpp b/plugin/setup.cpp
index f67b4c6..814523b 100644
--- a/plugin/setup.cpp
+++ b/plugin/setup.cpp
@@ -22,7 +22,7 @@ cSetupMarkAd::cSetupMarkAd(struct setup *Setup)
nomargins=setup->NoMargins;
hidemainmenuentry=setup->HideMainMenuEntry;
secondpass=setup->SecondPass;
- ac3always=setup->AC3Always;
+ saveinfo=setup->SaveInfo;
log2rec=setup->Log2Rec;
logoonly=setup->LogoOnly;
@@ -53,11 +53,10 @@ 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 always"),&ac3always));
Add(new cMenuEditBoolItem(tr("ignore timer margins"),&nomargins));
Add(new cMenuEditBoolItem(tr("detect overlaps"),&secondpass));
- Add(new cOsdItem("",osUnknown,false));
Add(new cMenuEditBoolItem(tr("repair index, if broken"),&genindex));
+ Add(new cMenuEditBoolItem(tr("correct info file"),&saveinfo));
Add(new cMenuEditBoolItem(tr("OSD message"),&osdmsg));
Add(new cMenuEditBoolItem(tr("backup marks"),&backupmarks));
Add(new cMenuEditBoolItem(tr("verbose logging"),&verbose));
@@ -126,7 +125,7 @@ void cSetupMarkAd::Store(void)
SetupStore("Verbose",verbose);
SetupStore("HideMainMenuEntry",hidemainmenuentry);
SetupStore("IOPrioClass",ioprioclass);
- SetupStore("AC3Always",ac3always);
+ SetupStore("SaveInfo",saveinfo);
SetupStore("Log2Rec",log2rec);
SetupStore("LogoOnly",logoonly);
@@ -140,10 +139,10 @@ void cSetupMarkAd::Store(void)
setup->Verbose=(bool) verbose;
setup->NoMargins=(bool) nomargins;
setup->HideMainMenuEntry=(bool) hidemainmenuentry;
+ setup->SaveInfo=(bool) saveinfo;
+ setup->Log2Rec=(bool) log2rec;
+ setup->LogoOnly=(bool) logoonly;
setup->IOPrioClass=ioprioclass;
- setup->AC3Always=ac3always;
- setup->Log2Rec=log2rec;
- setup->LogoOnly=logoonly;
}
#define CHNUMWIDTH (numdigits(Channels.MaxNumber())+1)
diff --git a/plugin/setup.h b/plugin/setup.h
index 0080dfc..b655ce1 100644
--- a/plugin/setup.h
+++ b/plugin/setup.h
@@ -21,7 +21,7 @@ struct setup
bool GenIndex;
bool NoMargins;
bool SecondPass;
- bool AC3Always;
+ bool SaveInfo;
bool HideMainMenuEntry;
bool Log2Rec;
bool LogoOnly;
@@ -46,7 +46,7 @@ private:
int nomargins;
int secondpass;
int hidemainmenuentry;
- int ac3always;
+ int saveinfo;
int log2rec;
int logoonly;
void write(void);
diff --git a/plugin/status.cpp b/plugin/status.cpp
index 21be601..a8461fd 100644
--- a/plugin/status.cpp
+++ b/plugin/status.cpp
@@ -79,7 +79,7 @@ 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->SaveInfo ? " -I " : "",
setup->Log2Rec ? " -R " : "",
setup->IOPrioClass+1,
logodir,Direct ? "-O after" : "--online=2 before",