-
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 #343 from kodi-game/add-cec-adapter
Import game.controller.cec.adapter
- 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.cec.adapter" | ||
name="CEC Adapter" | ||
version="1.0.0" | ||
provider-name="Pulse-Eight"> | ||
<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">CEC Adapter</summary> | ||
<description lang="en_GB">The Pulse-Eight USB-CEC Adapter communicates with other HDMI-CEC devices in your home theater system.</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.cec.adapter/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: CEC Adapter | ||
# Addon id: game.controller.cec.adapter | ||
# Addon Provider: Team Kodi | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.cec.adapter\n" | ||
"Report-Msgid-Bugs-To: translations@kodi.tv\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-cec-adapter/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 "CEC Adapter" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "The Pulse-Eight USB-CEC Adapter communicates with other HDMI-CEC devices in your home theater system." | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "CEC Adapter" | ||
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> |