-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
164 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><addon id="service.subtitles.napiprojekt" name="Napiprojekt.pl" version="1.1.3" provider-name="CaTz"> | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="service.subtitles.napiprojekt" name="Napiprojekt.pl" version="2.0.0" provider-name="CaTz"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.14.0"/> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
</requires> | ||
<extension point="xbmc.subtitle.module" library="service.py"/> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en">Napiprojekt.pl</summary> | ||
<description lang="en">Search and Download subtitles from napiprojekt.pl.</description> | ||
<source>https://github.com/CaTzil/service.subtitles.napiprojekt</source> | ||
<forum>http://forum.kodi.tv/showthread.php?tid=186665</forum> | ||
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license> | ||
<summary lang="en_GB">Napiprojekt.pl</summary> | ||
<description lang="en_GB">Search and Download subtitles from napiprojekt.pl.</description> | ||
<summary lang="pl_PL">Napiprojekt.pl</summary> | ||
<description lang="pl_PL">Szukaj i pobieraj napisy z serwisu napiprojekt.pl.</description> | ||
<source>https://github.com/CaTzil/service.subtitles.napiprojekt</source> | ||
<language>pl</language> | ||
<source>https://github.com/CaTzil/service.subtitles.napisy24pl</source> | ||
<forum>https://forum.kodi.tv/showthread.php?tid=193829</forum> | ||
<license>GPL-2.0-only</license> | ||
<assets> | ||
<icon>icon.png</icon> | ||
<clearlogo>logo.png</clearlogo> | ||
</assets> | ||
</extension> | ||
</addon> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: KODI Main\n" | ||
"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" | ||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Kodi Translation Team\n" | ||
"Language-Team: English (United States) (http://www.transifex.com/projects/p/kodi-main/language/en_GB/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: en_GB\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
msgctxt "#32001" | ||
msgid "Failed to download the subtitle" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: KODI Main\n" | ||
"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" | ||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Kodi Translation Team\n" | ||
"Language-Team: English (United States) (http://www.transifex.com/projects/p/kodi-main/language/en_US/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: en_US\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
msgctxt "#32001" | ||
msgid "Failed to download the subtitle" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: KODI Main\n" | ||
"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" | ||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Kodi Translation Team\n" | ||
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/kodi-main/language/pl_PL/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: pl_PL\n" | ||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" | ||
|
||
msgctxt "#32001" | ||
msgid "Error searching for subtitles" | ||
msgstr "Nie udało się pobrać napisów" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.