diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-25 22:29:16 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-25 22:30:22 +0100 |
commit | f2bfa8cd18be95996efe8c7fbe06cb1710791d5b (patch) | |
tree | b31379a9307df3303d3246df68649470daeaf6e8 | |
parent | 92e6f6465f5055d42117afe3fd814dbe30e55b75 (diff) | |
download | vdr-plugin-tvtv-master.tar.gz vdr-plugin-tvtv-master.tar.bz2 |
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | po/tvtv.pot | 110 |
3 files changed, 2 insertions, 110 deletions
@@ -3,6 +3,7 @@ VDR Plugin 'tvtv' Revision History 2009-xx-xx: Version x.x.x - Compile with -fPIC by default +- Delete *.po and *.pot in clean target 2009-01-08: Version 0.4.0 @@ -121,4 +121,5 @@ dist: clean @echo Distribution package created as $(PACKAGE).tgz clean: + @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ diff --git a/po/tvtv.pot b/po/tvtv.pot deleted file mode 100644 index b5dd5fc..0000000 --- a/po/tvtv.pot +++ /dev/null @@ -1,110 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: monty35\n" -"POT-Creation-Date: 2008-11-30 17:29+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -msgid "Title" -msgstr "" - -msgid "Nature/Title" -msgstr "" - -msgid "Title/Nature" -msgstr "" - -msgid "Format/Nature/Title" -msgstr "" - -msgid "Format/Title/Nature" -msgstr "" - -msgid "off" -msgstr "" - -msgid "auto (timezone)" -msgstr "" - -msgid "manual" -msgstr "" - -msgid "manual (DST only)" -msgstr "" - -msgid "manual (non-DST only)" -msgstr "" - -msgid "ignore timezone" -msgstr "" - -msgid "TVTV Server" -msgstr "" - -msgid "TVTV User Name" -msgstr "" - -msgid "TVTV Password" -msgstr "" - -msgid "Use HTTP Proxy" -msgstr "" - -msgid " HTTP Proxy" -msgstr "" - -msgid "Auto Update" -msgstr "" - -msgid "Updatetime (min)" -msgstr "" - -msgid "Show In Main Menu" -msgstr "" - -msgid "Add ongoing non-VPS timers" -msgstr "" - -msgid "Use VPS" -msgstr "" - -msgid "Format of File Name" -msgstr "" - -msgid "Use Station Name within File Name" -msgstr "" - -msgid "Use TVTV description in info.vdr" -msgstr "" - -msgid "Timer update time shift bugfix" -msgstr "" - -msgid " Time shift check (hrs)" -msgstr "" - -msgid "TimeZone Shift BugFix" -msgstr "" - -msgid "TimeZone Shift (hrs)" -msgstr "" - -msgid "Reload ChannelMap" -msgstr "" - -msgid "Really reload ChannelMap?" -msgstr "" - -msgid "TVTV update will be started" -msgstr "" |