Skip to content

Commit

Permalink
[EPGTranslator] Add plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Feb 21, 2021
1 parent adb97ee commit c7c7325
Show file tree
Hide file tree
Showing 126 changed files with 12,302 additions and 1 deletion.
5 changes: 5 additions & 0 deletions EPGTranslator/CONTROL/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Package: enigma2-plugin-extensions-epgtranslator
Version: 1.0-r0
Description: epgtranslator...
Maintainer: OpenViX
Depends:
1 change: 1 addition & 0 deletions EPGTranslator/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SUBDIRS = meta po src
3 changes: 3 additions & 0 deletions EPGTranslator/meta/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
installdir = $(datadir)/meta

dist_install_DATA = plugin_epgtranslator.xml
1 change: 1 addition & 0 deletions EPGTranslator/meta/maintainer.info
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://www.world-of-satellite.com
16 changes: 16 additions & 0 deletions EPGTranslator/meta/plugin_epgtranslator.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<default>
<prerequisites>
<tag type="Extension" />
</prerequisites>
<info>
<author>OpenViX</author>
<name>EPGTranslator</name>
<packagename>enigma2-plugin-extensions-epgtranslator</packagename>
<shortdescription>Translates EPG text</shortdescription>
<description>Translates EPG text</description>
</info>

<files type="package"> <!-- without version, without .ipk -->
<file type="package" name="enigma2-plugin-extensions-epgtranslator" />
</files>
</default>
222 changes: 222 additions & 0 deletions EPGTranslator/po/EPGTranslator.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,222 @@
# 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: \n"
"POT-Creation-Date: 2018-07-30 20:23+0200\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

msgid "Afrikaans"
msgstr ""

msgid "Albanian"
msgstr ""

msgid "Arabic"
msgstr ""

msgid "Azerbaijani"
msgstr ""

msgid "Basque"
msgstr ""

msgid "Belarusian"
msgstr ""

msgid "Bosnian"
msgstr ""

msgid "Bulgarian"
msgstr ""

msgid "Cache cleared"
msgstr ""

msgid "Cache timeout hours (0 == while valid):"
msgstr ""

msgid "Catalan"
msgstr ""

msgid "Cebuano"
msgstr ""

msgid "Clear cache"
msgstr ""

msgid "Croatian"
msgstr ""

msgid "Czech"
msgstr ""

msgid "Danish"
msgstr ""

msgid "Destination Language:"
msgstr ""

msgid "Detect Language"
msgstr ""

msgid "Dutch"
msgstr ""

msgid "English"
msgstr ""

msgid "Estonian"
msgstr ""

msgid "Exit"
msgstr ""

msgid "Filipino"
msgstr ""

msgid "Finnish"
msgstr ""

msgid "French"
msgstr ""

msgid "Galician"
msgstr ""

msgid "German"
msgstr ""

msgid "Greek"
msgstr ""

msgid "Haitian Creole"
msgstr ""

msgid "Hide"
msgstr ""

msgid "Hungarian"
msgstr ""

msgid "Icelandic"
msgstr ""

msgid "Indonesian"
msgstr ""

msgid "Info"
msgstr ""

msgid "Irish"
msgstr ""

msgid "Italian"
msgstr ""

msgid "Javanese"
msgstr ""

msgid "Latvian"
msgstr ""

msgid "Lithuanian"
msgstr ""

msgid "MENU"
msgstr ""

msgid "Macedonian"
msgstr ""

msgid "Malay"
msgstr ""

msgid "Maltese"
msgstr ""

msgid "No"
msgstr ""

msgid "Norwegian"
msgstr ""

msgid "Persian"
msgstr ""

msgid "Polish"
msgstr ""

msgid "Portuguese"
msgstr ""

msgid "Refresh EPG"
msgstr ""

msgid "Romanian"
msgstr ""

msgid "Russian"
msgstr ""

msgid "Save"
msgstr ""

msgid "Serbian"
msgstr ""

msgid "Show Source EPG:"
msgstr ""

msgid "Show traceback in errors:"
msgstr ""

msgid "Slovak"
msgstr ""

msgid "Slovenian"
msgstr ""

msgid "Source Language:"
msgstr ""

msgid "Spanish"
msgstr ""

msgid "Swahili"
msgstr ""

msgid "Swedish"
msgstr ""

msgid "Translate text"
msgstr ""

msgid "Turkish"
msgstr ""

msgid "Ukrainian"
msgstr ""

msgid "Urdu"
msgstr ""

msgid "Vietnamese"
msgstr ""

msgid "Welsh"
msgstr ""

msgid "Yes"
msgstr ""
4 changes: 4 additions & 0 deletions EPGTranslator/po/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PLUGIN = EPGTranslator
CATEGORY ?= "Extensions"

include $(top_srcdir)/Rules_noxml-po.mak

0 comments on commit c7c7325

Please sign in to comment.