summaryrefslogtreecommitdiff
path: root/plugin.video.spurs-tv/resources
diff options
context:
space:
mode:
authorLS80 <github@lee-smith.me.uk>2016-08-06 12:27:18 +0100
committerLS80 <github@lee-smith.me.uk>2016-08-09 07:42:25 +0100
commitbd65a708365c22f07cefe77dab60158e7d30ff27 (patch)
tree4355ea389433484bd9f70e8ac3c3a35a5766b3df /plugin.video.spurs-tv/resources
parent503928799dd20978d236e412156c51ec8bb3abb1 (diff)
[plugin.video.spurs-tv] 2.10.0
Diffstat (limited to 'plugin.video.spurs-tv/resources')
-rw-r--r--plugin.video.spurs-tv/resources/language/English/strings.po119
-rw-r--r--plugin.video.spurs-tv/resources/language/English/strings.xml19
-rw-r--r--plugin.video.spurs-tv/resources/settings.xml1
3 files changed, 120 insertions, 19 deletions
diff --git a/plugin.video.spurs-tv/resources/language/English/strings.po b/plugin.video.spurs-tv/resources/language/English/strings.po
new file mode 100644
index 0000000..a4abefc
--- /dev/null
+++ b/plugin.video.spurs-tv/resources/language/English/strings.po
@@ -0,0 +1,119 @@
+# Kodi Media Center language file
+# Addon Name: Spurs TV
+# Addon id: plugin.video.spurs-tv
+# Addon Provider: Leopold
+msgid ""
+msgstr ""
+"Project-Id-Version: XBMC Addons\n"
+"POT-Creation-Date: 2016-08-01 05:35+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Language-Team: teamxbmc\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+
+#. Index page list item to show YouTube channel videos
+msgctxt "#30001"
+msgid "YouTube Channel"
+msgstr ""
+
+#. Index page list item to show latest Spurs TV videos
+msgctxt "#30010"
+msgid "Latest"
+msgstr ""
+
+#. Index page list item to search for videos on Spurs TV
+msgctxt "#30011"
+msgid "Search"
+msgstr ""
+
+#. List item to go to the next page of videos
+msgctxt "#30012"
+msgid "Next Page"
+msgstr ""
+
+#. List item to go to the previous page of videos
+msgctxt "#30013"
+msgid "Previous Page"
+msgstr ""
+
+#. List item to show all videos within a subcategory
+msgctxt "#30014"
+msgid "All"
+msgstr ""
+
+#. List item to show the most popular YouTube videos
+msgctxt "#30015"
+msgid "Popular"
+msgstr ""
+
+#. List item to show YouTube channel playlists
+msgctxt "#30016"
+msgid "Playlists"
+msgstr ""
+
+#. List item to show content related to the new stadium build
+msgctxt "#30017"
+msgid "New Stadium"
+msgstr ""
+
+#. List item to show videos from a particular category such as "Stadium TV"
+msgctxt "#30019"
+msgid "Video Library"
+msgstr ""
+
+#. Settings category for advanced options
+msgctxt "#30100"
+msgid "Advanced"
+msgstr ""
+
+#. Setting to enable more detailed logging to the Kodi log
+msgctxt "#30101"
+msgid "Enable debug logging"
+msgstr ""
+
+#. Setting to enable automatic sending of addon error reports
+msgctxt "#30102"
+msgid "Automatically send error reports"
+msgstr ""
+
+#. Main settings category
+msgctxt "#30110"
+msgid "Official Site"
+msgstr ""
+
+#. Setting to restrict the video resolution
+msgctxt "#30111"
+msgid "Maximum video resolution"
+msgstr ""
+
+#. Settings category for YouTube videos
+msgctxt "#30120"
+msgid "YouTube"
+msgstr ""
+
+#. Settings action to open YouTube addon settings
+msgctxt "#30121"
+msgid "Settings"
+msgstr ""
+
+#. Heading for the error reporting yes/no dialog
+msgctxt "#30130"
+msgid "Error Report"
+msgstr ""
+
+#. Line 1 of the error reporting yes/no dialog
+msgctxt "#30131"
+msgid "An error occurred:"
+msgstr ""
+
+#. Line 3 of the error reporting yes/no dialog
+msgctxt "#30133"
+msgid "Send error report?"
+
+#. Notification message that an error report was sent
+msgctxt "#30134"
+msgid "Error report sent"
+
diff --git a/plugin.video.spurs-tv/resources/language/English/strings.xml b/plugin.video.spurs-tv/resources/language/English/strings.xml
deleted file mode 100644
index f18052d..0000000
--- a/plugin.video.spurs-tv/resources/language/English/strings.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<strings>
- <string id="30000">Official Site</string>
- <string id="30001">YouTube Channel</string>
- <string id="30010">Latest</string>
- <string id="30011">Search</string>
- <string id="30012">Next Page</string>
- <string id="30013">Previous Page</string>
- <string id="30014">All</string>
- <string id="30015">Popular</string>
- <string id="30016">Playlists</string>
-
- <string id="30100">Advanced</string>
- <string id="30101">Debug</string>
- <string id="30110">Official Site</string>
- <string id="30111">Maximum video resolution</string>
- <string id="30120">YouTube</string>
- <string id="30121">Settings</string>
-</strings>
diff --git a/plugin.video.spurs-tv/resources/settings.xml b/plugin.video.spurs-tv/resources/settings.xml
index ad12a6d..cc01fe4 100644
--- a/plugin.video.spurs-tv/resources/settings.xml
+++ b/plugin.video.spurs-tv/resources/settings.xml
@@ -8,5 +8,6 @@
</category>
<category label="30100">
<setting label="30101" type="bool" id="debug" default="false"/>
+ <setting label="30102" type="bool" id="send_error_reports" default="false"/>
</category>
</settings>