-
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.
game.controller.flirc: Import version 1.0.0
- Loading branch information
Showing
5 changed files
with
50 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.flirc" | ||
name="Flirc USB Receiver" | ||
version="1.0.0" | ||
provider-name="Flirc.tv"> | ||
<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">Flirc USB Receiver</summary> | ||
<description lang="en_GB">The Flirc USB receiver lets you use any remote control with Kodi. Find out more at flirc.tv!</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.flirc/resources/language/resource.language.en_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,29 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: Flirc USB Receiver | ||
# Addon id: game.controller.flirc | ||
# Addon Provider: Flirc.tv | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.flirc\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: Kodi Translation Team\n" | ||
"Language-Team: English (United Kingdom) <https://kodi.weblate.cloud/projects/kodi-add-ons-game/game-controller-flirc/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 "Addon Summary" | ||
msgid "Flirc USB Receiver" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "The Flirc USB receiver lets you use any remote control with Kodi. Find out more at flirc.tv!" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "Flirc USB Receiver" | ||
msgstr "" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<layout label="30000" image="layout.png"> | ||
<!-- TODO: Kodi 21.2 has a bug that rejects layouts without at least one --> | ||
<!-- category tag. Remove this on the next release. --> | ||
<category /> | ||
</layout> |