summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-04-07 18:26:10 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-04-07 18:26:10 +0200
commit28fe1d977b83fe1c12fef895e4117dfa7401a26a (patch)
tree87c3d55279282fde7f7f41649056636fde88d553
parent40f55d99d551495639bf8682ad055b92cbeb6793 (diff)
downloadvdr-plugin-live-28fe1d977b83fe1c12fef895e4117dfa7401a26a.tar.gz
vdr-plugin-live-28fe1d977b83fe1c12fef895e4117dfa7401a26a.tar.bz2
translation of the live summary displayed in VDR's setup
-rw-r--r--Makefile2
-rw-r--r--setup.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 21d26e5..1731de2 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ endif
msgfmt -c -o $@ $<
$(I18Npot): PAGES $(PLUGINOBJS:%.o=%.cpp)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp setup.h
$(I18Npo): $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
diff --git a/setup.h b/setup.h
index 17edf4e..daed09b 100644
--- a/setup.h
+++ b/setup.h
@@ -10,7 +10,7 @@
#define LIVEVERSION "0.1.0"
#define LIVEVERSNUM 100
-#define LIVESUMMARY "Live Interactive VDR Environment"
+#define LIVESUMMARY trNOOP("Live Interactive VDR Environment")
namespace vdrlive {