-
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 #292 from kodi-game/atari800
Add Atari 800 controller, update Atari 5200 controller
- Loading branch information
Showing
19 changed files
with
516 additions
and
8 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
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
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
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
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,45 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="game.controller.atari.800" | ||
name="Atari 800 Joystick" | ||
version="1.0.0" | ||
provider-name="Team Kodi"> | ||
<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="ca_ES">Joystick Atari 800</summary> | ||
<summary lang="da_DK">Atari 800 joystick</summary> | ||
<summary lang="de_DE">Atari 800 Joystick</summary> | ||
<summary lang="en_GB">Atari 800 joystick</summary> | ||
<summary lang="es_ES">Joystick Atari 800</summary> | ||
<summary lang="fi_FI">Atari 800 -ohjainsauva</summary> | ||
<summary lang="fr_FR">Manette Atari 800</summary> | ||
<summary lang="it_IT">Joystick Atari 800</summary> | ||
<summary lang="ru_RU">Джостик Atari 800</summary> | ||
<summary lang="zh_CN">雅达利 800 游戏杆</summary> | ||
<description lang="ca_ES">El joystick Atari CX40 va aparèixer a l'Atari 2600 el 1977 i es va considerar una millora tan gran respecte a altres controladors que era el dispositiu d'entrada principal per a la majoria de jocs.</description> | ||
<description lang="da_DK">Atari CX40-joysticket blev udgivet med Atari 2600 i 1977 og blev betragtet som en så stor forbedring i forhold til andre controllere, at det var den primære inputenhed til de fleste spil.</description> | ||
<description lang="de_DE">Der Atari CX40-Joystick erschien 1977 für den Atari 2600 und wurde als so große Verbesserung gegenüber anderen Controllern angesehen, dass er das vorrangige Eingabegerät für die meisten Spiele wurde.</description> | ||
<description lang="en_GB">The Atari CX40 joystick appeared on the Atari 2600 in 1977, and was considered such a great improvement over other controllers that it was the primary input device for most games.</description> | ||
<description lang="es_ES">El joystick Atari CX40 se lanzó con la Atari 2600 en 1977 y se consideró una mejora tan grande con respecto a otros mandos que era el dispositivo de entrada principal para la mayoría de los juegos.</description> | ||
<description lang="fi_FI">Atari CX40 -ohjainsauva ilmestyi Atari 2600:lle vuonna 1977 ja sitä pidettiin niin suurena parannuksena muihin ohjaimiin verrattuna, että se oli useimpien pelien ensisijainen syöttölaite.</description> | ||
<description lang="fr_FR">Le joystick Atari CX40 est apparu sur l'Atari 2600 en 1977 et était considéré comme une si grande amélioration par rapport aux autres contrôleurs qu'il était le principal périphérique d'entrée pour la plupart des jeux.</description> | ||
<description lang="it_IT">Il joystick Atari CX40 è apparso sull'Atari 2600 nel 1977 ed è stato considerato un così grande miglioramento rispetto ad altri controller da essere il dispositivo di input principale per la maggior parte dei giochi.</description> | ||
<description lang="ru_RU">Джостик Atari CX40 появился для Atari 2600 в 1977, и считался таким большим улучшением в сравнении с другими контроллерами, что он стал главным устройством для управления большинством игр.</description> | ||
<description lang="zh_CN">1977年,雅达利 CX40 游戏杆出现在雅达利 2600 上,作为大多数游戏的主要输入设备,与其他控制器相比,它被认为是一个巨大的改进。</description> | ||
<disclaimer lang="da_DK">Kildeangivelse: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="de_DE">Bildverweis: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="en_GB">Image credit: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="es_ES">Créditos de la imagen: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="es_MX">Créditos de la imagen: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="eu_ES">Irudiaren kreditua: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="fi_FI">Kuvan lähde: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="fr_FR">Crédit image : OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="it_IT">Credito immagine: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="nl_NL">Bron afbeelding: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="ru_RU">Источник изображения: OpenEmu (openemu.org)</disclaimer> | ||
<disclaimer lang="zh_CN">图片来源:OpenEmu(openemu.org)</disclaimer> | ||
</extension> | ||
</addon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions
34
addons/game.controller.atari.800/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,34 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: Atari 800 Joystick | ||
# Addon id: game.controller.atari.800 | ||
# Addon Provider: Team Kodi | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.atari.800\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2014-05-30 17:00+8\n" | ||
"PO-Revision-Date: 2022-09-05 17:37+0000\n" | ||
"Last-Translator: Xean <[email protected]>\n" | ||
"Language-Team: Catalan (Spain) <https://kodi.weblate.cloud/projects/kodi-add-ons-game/game-controller-atari-800/ca_es/>\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" | ||
"X-Generator: Weblate 4.14\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "Atari 800 joystick" | ||
msgstr "Joystick Atari 800" | ||
|
||
msgctxt "Addon Description" | ||
msgid "The Atari CX40 joystick appeared on the Atari 2600 in 1977, and was considered such a great improvement over other controllers that it was the primary input device for most games." | ||
msgstr "El joystick Atari CX40 va aparèixer a l'Atari 2600 el 1977 i es va considerar una millora tan gran respecte a altres controladors que era el dispositiu d'entrada principal per a la majoria de jocs." | ||
|
||
msgctxt "Addon Disclaimer" | ||
msgid "Image credit: OpenEmu (openemu.org)" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "Atari 800" | ||
msgstr "" |
34 changes: 34 additions & 0 deletions
34
addons/game.controller.atari.800/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,34 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: Atari 800 Joystick | ||
# Addon id: game.controller.atari.800 | ||
# Addon Provider: Team Kodi | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.atari.800\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2014-05-30 17:00+8\n" | ||
"PO-Revision-Date: 2021-07-31 01:17+0000\n" | ||
"Last-Translator: Christian Gade <[email protected]>\n" | ||
"Language-Team: Danish <https://kodi.weblate.cloud/projects/kodi-add-ons-game/game-controller-atari-800/da_dk/>\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" | ||
"X-Generator: Weblate 4.7.2\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "Atari 800 joystick" | ||
msgstr "Atari 800 joystick" | ||
|
||
msgctxt "Addon Description" | ||
msgid "The Atari CX40 joystick appeared on the Atari 2600 in 1977, and was considered such a great improvement over other controllers that it was the primary input device for most games." | ||
msgstr "Atari CX40-joysticket blev udgivet med Atari 2600 i 1977 og blev betragtet som en så stor forbedring i forhold til andre controllere, at det var den primære inputenhed til de fleste spil." | ||
|
||
msgctxt "Addon Disclaimer" | ||
msgid "Image credit: OpenEmu (openemu.org)" | ||
msgstr "Kildeangivelse: OpenEmu (openemu.org)" | ||
|
||
msgctxt "#30000" | ||
msgid "Atari 800" | ||
msgstr "Atari 800" |
34 changes: 34 additions & 0 deletions
34
addons/game.controller.atari.800/resources/language/resource.language.de_de/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,34 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: Atari 800 Joystick | ||
# Addon id: game.controller.atari.800 | ||
# Addon Provider: Team Kodi | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.atari.800\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2014-05-30 17:00+8\n" | ||
"PO-Revision-Date: 2023-02-07 08:18+0000\n" | ||
"Last-Translator: Demian <[email protected]>\n" | ||
"Language-Team: German <https://kodi.weblate.cloud/projects/kodi-add-ons-game/game-controller-atari-800/de_de/>\n" | ||
"Language: de_de\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" | ||
"X-Generator: Weblate 4.15.2\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "Atari 800 joystick" | ||
msgstr "Atari 800 Joystick" | ||
|
||
msgctxt "Addon Description" | ||
msgid "The Atari CX40 joystick appeared on the Atari 2600 in 1977, and was considered such a great improvement over other controllers that it was the primary input device for most games." | ||
msgstr "Der Atari CX40-Joystick erschien 1977 für den Atari 2600 und wurde als so große Verbesserung gegenüber anderen Controllern angesehen, dass er das vorrangige Eingabegerät für die meisten Spiele wurde." | ||
|
||
msgctxt "Addon Disclaimer" | ||
msgid "Image credit: OpenEmu (openemu.org)" | ||
msgstr "Bildverweis: OpenEmu (openemu.org)" | ||
|
||
msgctxt "#30000" | ||
msgid "Atari 800" | ||
msgstr "Atari 800" |
93 changes: 93 additions & 0 deletions
93
addons/game.controller.atari.800/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,93 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: Atari 800 Joystick | ||
# Addon id: game.controller.atari.800 | ||
# Addon Provider: Team Kodi | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.atari.800\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2014-05-30 17:00+8\n" | ||
"PO-Revision-Date: 2014-05-30 17:00+8\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 "Atari 800 joystick" | ||
msgstr "" | ||
|
||
msgctxt "Addon Description" | ||
msgid "The Atari CX40 joystick appeared on the Atari 2600 in 1977, and was considered such a great improvement over other controllers that it was the primary input device for most games." | ||
msgstr "" | ||
|
||
msgctxt "Addon Disclaimer" | ||
msgid "Image credit: OpenEmu (openemu.org)" | ||
msgstr "" | ||
|
||
msgctxt "#30000" | ||
msgid "Atari 800" | ||
msgstr "" | ||
|
||
msgctxt "#30001" | ||
msgid "Fire 1" | ||
msgstr "" | ||
|
||
msgctxt "#30002" | ||
msgid "Fire 2" | ||
msgstr "" | ||
|
||
msgctxt "#30003" | ||
msgid "Up" | ||
msgstr "" | ||
|
||
msgctxt "#30004" | ||
msgid "Right" | ||
msgstr "" | ||
|
||
msgctxt "#30005" | ||
msgid "Down" | ||
msgstr "" | ||
|
||
msgctxt "#30006" | ||
msgid "Left" | ||
msgstr "" | ||
|
||
msgctxt "#30007" | ||
msgid "Start" | ||
msgstr "" | ||
|
||
msgctxt "#30008" | ||
msgid "Select" | ||
msgstr "" | ||
|
||
msgctxt "#30009" | ||
msgid "Option" | ||
msgstr "" | ||
|
||
msgctxt "#30010" | ||
msgid "Space" | ||
msgstr "" | ||
|
||
msgctxt "#30011" | ||
msgid "Return" | ||
msgstr "" | ||
|
||
msgctxt "#30012" | ||
msgid "Escape" | ||
msgstr "" | ||
|
||
msgctxt "#30013" | ||
msgid "Menu" | ||
msgstr "" | ||
|
||
msgctxt "#30014" | ||
msgid "Help" | ||
msgstr "" | ||
|
||
msgctxt "#30015" | ||
msgid "Toggle Keyboard" | ||
msgstr "" |
34 changes: 34 additions & 0 deletions
34
addons/game.controller.atari.800/resources/language/resource.language.es_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,34 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: Atari 800 Joystick | ||
# Addon id: game.controller.atari.800 | ||
# Addon Provider: Team Kodi | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: game.controller.atari.800\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2014-05-30 17:00+8\n" | ||
"PO-Revision-Date: 2023-01-16 22:15+0000\n" | ||
"Last-Translator: José Antonio Alvarado <[email protected]>\n" | ||
"Language-Team: Spanish (Spain) <https://kodi.weblate.cloud/projects/kodi-add-ons-game/game-controller-atari-800/es_es/>\n" | ||
"Language: es_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" | ||
"X-Generator: Weblate 4.15\n" | ||
|
||
msgctxt "Addon Summary" | ||
msgid "Atari 800 joystick" | ||
msgstr "Joystick Atari 800" | ||
|
||
msgctxt "Addon Description" | ||
msgid "The Atari CX40 joystick appeared on the Atari 2600 in 1977, and was considered such a great improvement over other controllers that it was the primary input device for most games." | ||
msgstr "El joystick Atari CX40 se lanzó con la Atari 2600 en 1977 y se consideró una mejora tan grande con respecto a otros mandos que era el dispositivo de entrada principal para la mayoría de los juegos." | ||
|
||
msgctxt "Addon Disclaimer" | ||
msgid "Image credit: OpenEmu (openemu.org)" | ||
msgstr "Créditos de la imagen: OpenEmu (openemu.org)" | ||
|
||
msgctxt "#30000" | ||
msgid "Atari 800" | ||
msgstr "Atari 800" |
Oops, something went wrong.