Skip to content

Commit

Permalink
upcoming Quasar, icon, fanart, 0.9.0
Browse files Browse the repository at this point in the history
handle connection errors to daemon
fix translation slowdown

handle RPC Reset call failures

add 'Limit rates after buffering only' option #6
clean up translation files for POT support #5
  • Loading branch information
scakemyer committed Jan 27, 2016
1 parent 821dd36 commit 0ed9789
Show file tree
Hide file tree
Showing 14 changed files with 101 additions and 304 deletions.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.pulsar" name="Pulsar" version="0.6.4" provider-name="scakemyer">
<addon id="plugin.video.pulsar" name="Quasar" version="0.9.0" provider-name="scakemyer">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
Expand All @@ -17,7 +17,7 @@
<source><![CDATA[https://github.com/scakemyer/plugin.video.pulsar]]></source>
<language>en</language>
<license><![CDATA[Non commercial. See https://github.com/scakemyer/plugin.video.pulsar/blob/master/LICENSE]]></license>
<summary><![CDATA[Pulsar: Universal streaming]]></summary>
<description><![CDATA[Search and play stream files]]></description>
<summary><![CDATA[Quasar: Torrent streaming]]></summary>
<description><![CDATA[Stream torrent files]]></description>
</extension>
</addon>
Binary file modified fanart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 51 additions & 47 deletions resources/language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,192 +16,196 @@ msgstr ""

msgctxt "#30000"
msgid "General"
""
msgstr "General"

msgctxt "#30001"
msgid "Download Path (NOT FAT32)"
""
msgstr "Download Path (NOT FAT32)"

msgctxt "#30002"
msgid "Keep files after playback/download stops)"
""
msgstr "Keep files after playback/download stops)"

msgctxt "#30003"
msgid "Buffer Size (MB)"
""
msgstr "Buffer Size (MB)"

msgctxt "#30004"
msgid "Max Upload Rate (kB/s)"
""
msgstr "Max Upload Rate (kB/s)"

msgctxt "#30005"
msgid "Max Download Rate (kB/s)"
""
msgstr "Max Download Rate (kB/s)"

msgctxt "#30006"
msgid "Listen Port Min"
""
msgstr "Listen Port Min"

msgctxt "#30007"
msgid "Listen Port Max"
""
msgstr "Listen Port Max"

msgctxt "#30008"
msgid "Proxy"
""
msgstr "Proxy"

msgctxt "#30009"
msgid "SOCKS v5 Configuration"
""
msgstr "SOCKS v5 Configuration"

msgctxt "#30010"
msgid "Enabled"
""
msgstr "Enabled"

msgctxt "#30011"
msgid "Host"
""
msgstr "Host"

msgctxt "#30012"
msgid "Port"
""
msgstr "Port"

msgctxt "#30013"
msgid "Login"
""
msgstr "Login"

msgctxt "#30014"
msgid "Password"
""
msgstr "Password"

msgctxt "#30015"
msgid "Advanced"
""
msgstr "Advanced"

msgctxt "#30016"
msgid "Custom Provider Timeout"
""
msgstr "Custom Provider Timeout"

msgctxt "#30017"
msgid "Enabled (use at your own risk)"
""
msgstr "Enabled (use at your own risk)"

msgctxt "#30018"
msgid "Timeout in seconds"
""
msgstr "Timeout in seconds"

msgctxt "#30019"
msgid "Maintenance"
""
msgstr "Maintenance"

msgctxt "#30020"
msgid "Clear cache"
""
msgstr "Clear cache"

msgctxt "#30021"
msgid "Enable Paging"
""
msgstr "Enable Paging"

msgctxt "#30022"
msgid "Enable Overlay Status Bar"
""
msgstr "Enable Overlay Status Bar"

msgctxt "#30023"
msgid "Enable Choose Stream by default"
""
msgstr "Enable Choose Stream by default"

msgctxt "#30024"
msgid "Get updates for Pre-Releases"
""
msgstr "Get updates for Pre-Releases"

msgctxt "#30025"
msgid "Limit rates after buffering only"
msgstr "Limit rates after buffering only"

# Interface

msgctxt "#30100"
msgid "Pulsar has crashed, restarting..."
""
msgstr "Pulsar has crashed, restarting..."

msgctxt "#30101"
msgid "You must restart XBMC before using Pulsar"
""
msgstr "You must restart XBMC before using Pulsar"

msgctxt "#30102"
msgid "This addon can only be run from within Pulsar"
""
msgstr "This addon can only be run from within Pulsar"

# Pulsar daemon

msgctxt "#30200"
msgid "Cache cleared"
""
msgstr "Cache cleared"

msgctxt "#30201"
msgid "Search TV Shows"
""
msgstr "Search TV Shows"

msgctxt "#30202"
msgid "Choose Stream..."
""
msgstr "Choose Stream..."

msgctxt "#30203"
msgid "Movie Information"
""
msgstr "Movie Information"

msgctxt "#30204"
msgid "Unable to find any providers"
""
msgstr "Unable to find any providers"

msgctxt "#30205"
msgid "No links were found"
""
msgstr "No links were found"

msgctxt "#30206"
msgid "Search Movies"
""
msgstr "Search Movies"

msgctxt "#30207"
msgid "Not enough space available on the download path."
""
msgstr "Not enough space available on the download path."

msgctxt "#30208"
msgid "Pulsar daemon has started"
""
msgstr "Pulsar daemon has started"

msgctxt "#30209"
msgid "Search"
""
msgstr "Search"

msgctxt "#30210"
msgid "Most Popular"
""
msgstr "Most Popular"

msgctxt "#30211"
msgid "Top Rated"
""
msgstr "Top Rated"

msgctxt "#30212"
msgid "Most Voted"
""
msgstr "Most Voted"

msgctxt "#30213"
msgid "IMDB Top 250"
""
msgstr "IMDB Top 250"

msgctxt "#30214"
msgid "Movies"
""
msgstr "Movies"

msgctxt "#30215"
msgid "TV Shows"
""
msgstr "TV Shows"

msgctxt "#30216"
msgid "Paste URL"
""
msgstr "Paste URL"

msgctxt "#30217"
msgid "Paste Magnet or URL"
""
msgstr "Paste Magnet or URL"

msgctxt "#30218"
msgid "Next Page"
""
msgstr "Next Page"
Loading

0 comments on commit 0ed9789

Please sign in to comment.