-
Notifications
You must be signed in to change notification settings - Fork 105
/
addon.xml
executable file
·41 lines (41 loc) · 4.68 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.amber" version="2.2.3" name="Amber" provider-name="Pecinko, Jester">
<requires>
<import addon="xbmc.gui" version="5.10.0"/>
<import addon="resource.uisounds.amber" version="1.0.0"/>
</requires>
<extension
point="xbmc.gui.skin" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">No bloatware, just your media with an easy to navigate interface</summary>
<summary lang="en_NZ">No bloatware, just your media with an easy to navigate interface</summary>
<summary lang="en_US">No bloatware, just your media with an easy to navigate interface</summary>
<description lang="de">Keine Bloatware, nur Ihre Medien mit einer einfach zu navigierenden Oberfläche.[CR]Benutzt Texturen aus den Mediastream und Aeon skins.</description>
<description lang="en">No bloatware, just your media with an easy to navigate interface.[CR]Uses some textures from Mediastream and Aeon skins.</description>
<description lang="en_AU">No bloatware, just your media with an easy to navigate interface.[CR]Uses some textures from Mediastream and Aeon skins.</description>
<description lang="en_NZ">No bloatware, just your media with an easy to navigate interface.[CR]Uses some textures from Mediastream and Aeon skins.</description>
<description lang="en_US">No bloatware, just your media with an easy to navigate interface.[CR]Uses some textures from Mediastream and Aeon skins.</description>
<description lang="es">Sin complicaciones, sólo tu multimedia en un interfaz sencillo.[CR]Utiliza algunas texturas de los skins Mediastream y Aeon.</description>
<description lang="fr">Pas d'utilisation excessive des ressources, juste vos médias avec une interface facile à utiliser.[CR]Utilise quelques textures provenant des thèmes Mediastream et Aeon.</description>
<description lang="fr_CA">Pas d'inflagiciel, juste vos médias avec une interface facile à naviguer.[CR]Utilise des textures des habillages Mediastream et Aeon.</description>
<description lang="he">מעטפת קלילה וללא רכיבים מיותרים, מאפשרת הצגת המדיה עם ממשק משתמש פשוט לניווט.[CR]משתמשת במאפייני עיצוב מסוימים מהמעטפות Mediastream ו־Aeon.</description>
<description lang="hu">Semmi pazarlás. csak média könnyű kezelhetőséggel és navigációval.[CR]Néhány textúra a Mediastream és Aeon felszínből származik.</description>
<description lang="it">Skin leggera, i tuoi media con un'interfaccia semplice in cui navigare.[CR]Usa alcuni elementi grafici delle skin Mediastream e Aeon.</description>
<description lang="ko">블로트웨어가 아닌 그냥 쉬운 탐색 인터페이스를 가진 샤용자의 미디어입니다.[CR]Mediastream 과 Aeon 스킨의 텍스처를 사용하였습니다.</description>
<description lang="lt">Neapkrauta, lengvai valdoma sąsaja. [CR] Naudoja kai kuriuos elementus iš Mediastream and Aeon temų.</description>
<description lang="ms">Bukan perisian palsu, hanya media anda dengan antaramuka yang mudah dinavigasi.[CR]Gunakan beberapa tekstur dari kulit Mediastream dan Aeon.</description>
<description lang="nl">Geen Bloatware. alleen jouw media met een makkelijk te navigeren interface.[CR] gebruikt sommige texturen van Mediastream en Aeon ontwerp.</description>
<description lang="pl">Bez bezużytecznych funkcji, tylko Twoje media z łatwym w nawigacji interfejsem.[CR] Wykorzystuje niektóre tekstury skóry Mediastream i Aeon</description>
<description lang="pt">Um tema sem excessos que apenas mostra a sua média com uma interface de navegação simples.[CR]Utiliza algumas texturas dos temas Mediastream e Aeon.</description>
<description lang="pt_BR">Sem excessos, apenas a sua mídia com uma interface fácil de navegar. [CR]Utiliza algumas texturas das skins Mediastream e Aeon.</description>
<description lang="ru">Никаких вирусов, только ваши медиа файлы в простом интерфейсе.[CR]Использует некоторые текстуры из тем Mediastream и Aeon.</description>
<description lang="sv">Inget överflödigt, bara dina media med enkelt navigeringsinterface.[CR]Använder texturer från skalen Mediastream och Aeon.</description>
<description lang="zh">没有花里胡哨的东西,只是你的媒体和易于浏览的界面。[CR]使用了一些来自 Mediastream 和 Aeon 皮肤的纹理材料.</description>
<platform>all</platform>
<license></license>
<source></source>
<forum></forum>
</extension>
</addon>