-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #351 from kodi-game/osmc-remote
Add OSMC Remote
- Loading branch information
Showing
82 changed files
with
2,301 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="game.controller.osmc.remote" | ||
name="OSMC Remote" | ||
version="1.0.0" | ||
provider-name="OSMC"> | ||
<extension point="kodi.game.controller" library="resources/layout.xml"/> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<assets> | ||
<icon>resources/icon.png</icon> | ||
</assets> | ||
<summary lang="en_GB">OSMC Remote</summary> | ||
<description lang="en_GB">This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!</description> | ||
</extension> | ||
</addon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
addons/game.controller.osmc.remote/resources/language/resource.language.af_za/strings.po
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,29 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: af_za\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
29 changes: 29 additions & 0 deletions
29
addons/game.controller.osmc.remote/resources/language/resource.language.am_et/strings.po
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,29 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: am_et\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
30 changes: 30 additions & 0 deletions
30
addons/game.controller.osmc.remote/resources/language/resource.language.ar_sa/strings.po
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,30 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: ar_sa\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
29 changes: 29 additions & 0 deletions
29
addons/game.controller.osmc.remote/resources/language/resource.language.ast_es/strings.po
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,29 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: ast_es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
29 changes: 29 additions & 0 deletions
29
addons/game.controller.osmc.remote/resources/language/resource.language.az_az/strings.po
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,29 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: az_az\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
30 changes: 30 additions & 0 deletions
30
addons/game.controller.osmc.remote/resources/language/resource.language.be_by/strings.po
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,30 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: be_by\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " | ||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
29 changes: 29 additions & 0 deletions
29
addons/game.controller.osmc.remote/resources/language/resource.language.bg_bg/strings.po
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,29 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: bg_bg\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
30 changes: 30 additions & 0 deletions
30
addons/game.controller.osmc.remote/resources/language/resource.language.bs_ba/strings.po
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,30 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: bs_ba\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " | ||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
29 changes: 29 additions & 0 deletions
29
addons/game.controller.osmc.remote/resources/language/resource.language.ca_es/strings.po
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,29 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: ca_es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
29 changes: 29 additions & 0 deletions
29
addons/game.controller.osmc.remote/resources/language/resource.language.cs_cz/strings.po
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,29 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: cs_cz\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
30 changes: 30 additions & 0 deletions
30
addons/game.controller.osmc.remote/resources/language/resource.language.cy_gb/strings.po
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,30 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: cy_gb\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : " | ||
"(n==3) ? 3 :(n==6) ? 4 : 5;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
29 changes: 29 additions & 0 deletions
29
addons/game.controller.osmc.remote/resources/language/resource.language.da_dk/strings.po
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,29 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: OSMC Remote | ||
# Addon id: game.controller.osmc.remote | ||
# Addon Provider: OSMC | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.osmc.remote\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2025-01-18 17:00+8\n" | ||
"PO-Revision-Date: 2025-01-18 17:00+8\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: da_dk\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "OSMC Remote" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "This remote is the perfect way to control OSMC. Visit osmc.tv to learn more!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "OSMC Remote" | ||
msgstr "" |
Oops, something went wrong.