From 2aed1692fe4267ba15f0a4748979248e223d14fd Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Wed, 31 Mar 2010 03:18:21 +0200 Subject: Fixed bugs in makefile, extended usage info --- command/Makefile | 6 +++--- command/markad-standalone.cpp | 4 ++++ command/po/de_DE.po | 22 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 command/po/de_DE.po (limited to 'command') 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= (default is 127.0.0.1)\n" + " ip/hostname of a remote VDR for OSD messages\n" + " --svdrpport= (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: \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 \n" +"Language-Team: \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" -- cgit v1.2.3