Skip to content

Commit

Permalink
Import game.controller.cec.adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jan 19, 2025
1 parent abae75d commit 9bbf45b
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 0 deletions.
15 changes: 15 additions & 0 deletions addons/game.controller.cec.adapter/addon.xml
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>
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
3 changes: 3 additions & 0 deletions addons/game.controller.cec.adapter/resources/layout.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<layout label="30000" image="layout.png">
</layout>

0 comments on commit 9bbf45b

Please sign in to comment.