-
Notifications
You must be signed in to change notification settings - Fork 2
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
3 changed files
with
32 additions
and
58 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 |
---|---|---|
|
@@ -9,11 +9,11 @@ | |
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<summary lang="en">Fast binary skipping</summary> | ||
<description lang="en">Example Script to show hello world</description> | ||
<description lang="fi">TODO</description> | ||
<summary lang="fi">Nopea puolitushaku</summary> | ||
<description lang="en">Quickly skip commercials</description> | ||
<description lang="fi">Hyppää nopeasti mainosten yli</description> | ||
<license>MIT License</license> | ||
<language></language> | ||
<forum>http://forum.kodi.tv/showthread.php?tid=209948</forum> | ||
<language>en fi</language> | ||
<source>https://github.com/mvestola/plugin.video.quick.skip</source> | ||
<website>http://mvestola.github.io/plugin.video.quick.skip/</website> | ||
<email>[email protected]</email> | ||
|
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 |
---|---|---|
|
@@ -4,30 +4,17 @@ | |
# Addon Provider: Mikko Vestola | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: XBMC-Addons\n" | ||
"Project-Id-Version: Kodi Addons\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2015-09-29 07:42+0000\n" | ||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE\n" | ||
"Last-Translator: Kodi Translation Team\n" | ||
"Language-Team: English (http://www.transifex.com/projects/p/xbmc-addons/language/en/)\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" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "TODO" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "TODO" | ||
msgstr "" | ||
|
||
msgctxt "Addon Disclaimer" | ||
msgid "TODO" | ||
msgstr "" | ||
|
||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
msgctxt "#32100" | ||
msgid "Display settings" | ||
|
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 |
---|---|---|
|
@@ -4,66 +4,53 @@ | |
# Addon Provider: Mikko Vestola | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: XBMC-Addons\n" | ||
"Project-Id-Version: XBMC Addons\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2015-09-29 07:42+0000\n" | ||
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE\n" | ||
"Last-Translator: Kodi Translation Team\n" | ||
"Language-Team: Finnish (http://www.transifex.com/projects/p/xbmc-addons/language/fi/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: fi\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "TODO" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "TODO" | ||
msgstr "" | ||
|
||
msgctxt "Addon Disclaimer" | ||
msgid "TODO" | ||
msgstr "" | ||
|
||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
msgctxt "#32100" | ||
msgid "Näytön asetukset" | ||
msgstr "" | ||
msgid "Display settings" | ||
msgstr "Näytön asetukset" | ||
|
||
msgctxt "#32101" | ||
msgid "Dialogin automaattinen sulkemisaika (sekuntia)" | ||
msgstr "" | ||
msgid "Auto close dialog in seconds after inactivity" | ||
msgstr "Dialogin automaattinen sulkemisaika (sekuntia)" | ||
|
||
msgctxt "#32102" | ||
msgid "Ensimmäinen hyppy (sekuntia)" | ||
msgstr "" | ||
msgid "First skip step in seconds" | ||
msgstr "Ensimmäinen hyppy (sekuntia)" | ||
|
||
msgctxt "#32103" | ||
msgid "Toinen hyppy (sekuntia)" | ||
msgstr "" | ||
msgid "Second skip step in seconds" | ||
msgstr "Toinen hyppy (sekuntia)" | ||
|
||
msgctxt "#32104" | ||
msgid "Kolmas hyppy (sekuntia)" | ||
msgstr "" | ||
msgid "Third skip step in seconds" | ||
msgstr "Kolmas hyppy (sekuntia)" | ||
|
||
msgctxt "#32201" | ||
msgid "Hyppy" | ||
msgstr "" | ||
msgid "Jump" | ||
msgstr "Hyppy" | ||
|
||
msgctxt "#32202" | ||
msgid "Paikka" | ||
msgstr "" | ||
msgid "Place" | ||
msgstr "Paikka" | ||
|
||
msgctxt "#32203" | ||
msgid "s" | ||
msgstr "" | ||
msgid "sec" | ||
msgstr "s" | ||
|
||
msgctxt "#32301" | ||
msgid "Käyttö" | ||
msgstr "" | ||
msgid "Usage" | ||
msgstr "Käyttö" | ||
|
||
msgctxt "#32302" | ||
msgid "Paina ylöspäin näppäintä toistettaessa videota" | ||
|