summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-31 03:18:21 +0200
committerJochen Dolze <vdr@dolze.de>2010-03-31 03:18:21 +0200
commit2aed1692fe4267ba15f0a4748979248e223d14fd (patch)
treef3b678f2a7824a76c2cf94acd287e2efbe389d5c
parent0672ba75337d8cf54848f45e719af16a01dff98f (diff)
downloadvdr-plugin-markad-2aed1692fe4267ba15f0a4748979248e223d14fd.tar.gz
vdr-plugin-markad-2aed1692fe4267ba15f0a4748979248e223d14fd.tar.bz2
Fixed bugs in makefile, extended usage info
-rw-r--r--command/Makefile6
-rw-r--r--command/markad-standalone.cpp4
-rw-r--r--command/po/de_DE.po22
-rw-r--r--plugin/po/de_DE.po2
4 files changed, 30 insertions, 4 deletions
diff --git a/command/Makefile b/command/Makefile
index 6091c55..efafc13 100644
--- a/command/Makefile
+++ b/command/Makefile
@@ -65,19 +65,19 @@ $(I18Npot): $(wildcard *.cpp *.h)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
@touch $@
-$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
+$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/markad.mo: $(PODIR)/%.mo
@mkdir -p $(dir $@)
cp $< $@
.PHONY: i18n
-i18n: $(I18Nmsgs) $(I18Npot)
+i18n: $(I18Npot)
### Targets:
markad: $(OBJS)
$(CXX) $(CXXFLAGS) $(OBJS) $(LIBS) -o $@
-install: markad
+install: markad $(I18Nmsgs)
@cp --remove-destination markad $(DESTDIR)/usr/bin/markad
@strip $(DESTDIR)/usr/bin/markad
@mkdir -p $(DESTDIR)/var/lib/markad
diff --git a/command/markad-standalone.cpp b/command/markad-standalone.cpp
index 97bef23..ebca1eb 100644
--- a/command/markad-standalone.cpp
+++ b/command/markad-standalone.cpp
@@ -1297,6 +1297,10 @@ int usage()
" live-recordings are identified by having a '@' in the\n"
" filename so the entry 'Mark instant recording' in the menu\n"
" 'Setup - Recording' of the vdr should be set to 'yes'\n"
+ " --svdrphost=<ip/hostname> (default is 127.0.0.1)\n"
+ " ip/hostname of a remote VDR for OSD messages\n"
+ " --svdrpport=<port> (default is 2001)\n"
+ " port of a remote VDR for OSD messages\n"
"\ncmd: one of\n"
"- dummy-parameter if called directly\n"
"after markad starts to analyze the recording\n"
diff --git a/command/po/de_DE.po b/command/po/de_DE.po
new file mode 100644
index 0000000..94cd6a1
--- /dev/null
+++ b/command/po/de_DE.po
@@ -0,0 +1,22 @@
+# This file is distributed under the same license as the markad package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: markad\n"
+"Report-Msgid-Bugs-To: <see README>\n"
+"POT-Creation-Date: 2010-03-31 03:07+0200\n"
+"PO-Revision-Date: 2010-03-31 03:07+0200\n"
+"Last-Translator: Jochen Dolze <vdr@dolze.de>\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"
+
+msgid "starting markad for"
+msgstr "Starte markad für"
+
+msgid "markad aborted for"
+msgstr "Markad abgebrochen bei"
+
+msgid "markad finished for"
+msgstr "Markad beendet für"
diff --git a/plugin/po/de_DE.po b/plugin/po/de_DE.po
index e3f8891..7290603 100644
--- a/plugin/po/de_DE.po
+++ b/plugin/po/de_DE.po
@@ -6,7 +6,7 @@ msgstr ""
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2010-03-26 16:28+0100\n"
"PO-Revision-Date: 2009-08-27 14:18+0200\n"
-"Last-Translator: Jochen Dolze <noad@dolze.de>\n"
+"Last-Translator: Jochen Dolze <vdr@dolze.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"