diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-07 18:26:10 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-07 18:26:10 +0200 |
commit | 28fe1d977b83fe1c12fef895e4117dfa7401a26a (patch) | |
tree | 87c3d55279282fde7f7f41649056636fde88d553 | |
parent | 40f55d99d551495639bf8682ad055b92cbeb6793 (diff) | |
download | vdr-plugin-live-28fe1d977b83fe1c12fef895e4117dfa7401a26a.tar.gz vdr-plugin-live-28fe1d977b83fe1c12fef895e4117dfa7401a26a.tar.bz2 |
translation of the live summary displayed in VDR's setup
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | setup.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 $@ $< @@ -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 { |