diff options
663 files changed, 37929 insertions, 0 deletions
diff --git a/addons/skin.estouchy/LICENSE.txt b/addons/skin.estouchy/LICENSE.txt new file mode 100644 index 0000000000..82f999b5f4 --- /dev/null +++ b/addons/skin.estouchy/LICENSE.txt @@ -0,0 +1,3 @@ +This work is licensed under the Creative Commons Attribution-Share Alike 3.0 United States License. + +To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/us/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
\ No newline at end of file diff --git a/addons/skin.estouchy/_screenshots/screenshot01.jpg b/addons/skin.estouchy/_screenshots/screenshot01.jpg Binary files differnew file mode 100644 index 0000000000..b486eaf300 --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot01.jpg diff --git a/addons/skin.estouchy/_screenshots/screenshot02.jpg b/addons/skin.estouchy/_screenshots/screenshot02.jpg Binary files differnew file mode 100644 index 0000000000..6b370270ac --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot02.jpg diff --git a/addons/skin.estouchy/_screenshots/screenshot03.jpg b/addons/skin.estouchy/_screenshots/screenshot03.jpg Binary files differnew file mode 100644 index 0000000000..d1342d1a97 --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot03.jpg diff --git a/addons/skin.estouchy/_screenshots/screenshot04.jpg b/addons/skin.estouchy/_screenshots/screenshot04.jpg Binary files differnew file mode 100644 index 0000000000..e3e1927424 --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot04.jpg diff --git a/addons/skin.estouchy/_screenshots/screenshot05.jpg b/addons/skin.estouchy/_screenshots/screenshot05.jpg Binary files differnew file mode 100644 index 0000000000..7920e68c01 --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot05.jpg diff --git a/addons/skin.estouchy/_screenshots/screenshot06.jpg b/addons/skin.estouchy/_screenshots/screenshot06.jpg Binary files differnew file mode 100644 index 0000000000..ad4c7f8fc2 --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot06.jpg diff --git a/addons/skin.estouchy/_screenshots/screenshot07.jpg b/addons/skin.estouchy/_screenshots/screenshot07.jpg Binary files differnew file mode 100644 index 0000000000..9609b04448 --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot07.jpg diff --git a/addons/skin.estouchy/_screenshots/screenshot08.jpg b/addons/skin.estouchy/_screenshots/screenshot08.jpg Binary files differnew file mode 100644 index 0000000000..248464b8f4 --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot08.jpg diff --git a/addons/skin.estouchy/_screenshots/screenshot09.jpg b/addons/skin.estouchy/_screenshots/screenshot09.jpg Binary files differnew file mode 100644 index 0000000000..9407d0f86d --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot09.jpg diff --git a/addons/skin.estouchy/_screenshots/screenshot10.jpg b/addons/skin.estouchy/_screenshots/screenshot10.jpg Binary files differnew file mode 100644 index 0000000000..c7a580a771 --- /dev/null +++ b/addons/skin.estouchy/_screenshots/screenshot10.jpg diff --git a/addons/skin.estouchy/addon.xml b/addons/skin.estouchy/addon.xml new file mode 100644 index 0000000000..e7c79e0fe0 --- /dev/null +++ b/addons/skin.estouchy/addon.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<addon id="skin.estouchy" version="1.0.0" name="Estouchy" provider-name="Team Kodi"> + <requires> + <import addon="xbmc.gui" version="5.11.0"/> + </requires> + <extension point="xbmc.gui.skin" debugging="false"> + <res width="1280" height="960" aspect="4:3" folder="xml"/> + <res width="1706" height="960" aspect="16:9" default="true" folder="xml"/> + </extension> + <extension point="xbmc.addon.metadata"> + <summary lang="en">Skin for touchscreen devices</summary> + <description lang="en">Skin designed to be used on touchscreen devices like tablets and smartphones</description> + <platform>all</platform> + <license>Creative Commons Attribution-Share Alike 3.0 United States</license> + <forum>http://forum.kodi.tv/forumdisplay.php?fid=261</forum> + <website></website> + <email></email> + <source>https://github.com/xbmc/skin.estouchy/</source> + </extension> +</addon> diff --git a/addons/skin.estouchy/background/SKINDEFAULT.jpg b/addons/skin.estouchy/background/SKINDEFAULT.jpg Binary files differnew file mode 100644 index 0000000000..36917f894f --- /dev/null +++ b/addons/skin.estouchy/background/SKINDEFAULT.jpg diff --git a/addons/skin.estouchy/background/tv.jpg b/addons/skin.estouchy/background/tv.jpg Binary files differnew file mode 100644 index 0000000000..daedca6f5e --- /dev/null +++ b/addons/skin.estouchy/background/tv.jpg diff --git a/addons/skin.estouchy/build.bat b/addons/skin.estouchy/build.bat new file mode 100644 index 0000000000..feb59dc522 --- /dev/null +++ b/addons/skin.estouchy/build.bat @@ -0,0 +1,21 @@ +@echo off +ECHO ---------------------------------------- +echo Creating estouchy Build Folder +IF Exist ..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy rmdir ..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy /S /Q +md ..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy\media\ + +Echo build.bat>>exclude.txt +Echo .git>>exclude.txt +Echo \skin.estouchy\media\>>exclude.txt +Echo exclude.txt>>exclude.txt + +ECHO ---------------------------------------- +ECHO Creating XBT File... +START /B /WAIT ..\..\Tools\TexturePacker\TexturePacker -dupecheck -input media -output ..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy\media\Textures.xbt + +ECHO ---------------------------------------- +ECHO XBT Texture Files Created... +ECHO Building Skin Directory... +xcopy "..\skin.estouchy" "..\..\project\Win32BuildSetup\BUILD_WIN32\addons\skin.estouchy" /E /Q /I /Y /EXCLUDE:exclude.txt + +del exclude.txt diff --git a/addons/skin.estouchy/changelog.txt b/addons/skin.estouchy/changelog.txt new file mode 100644 index 0000000000..3ed46866b8 --- /dev/null +++ b/addons/skin.estouchy/changelog.txt @@ -0,0 +1,9 @@ +v1.0.0 +- Initial release + +v0.0.1 +- Initial beta + +v0.0.0 +- XML from re-touched +- Graphics from Estuary diff --git a/addons/skin.estouchy/colors/defaults.xml b/addons/skin.estouchy/colors/defaults.xml new file mode 100644 index 0000000000..d87f0b67de --- /dev/null +++ b/addons/skin.estouchy/colors/defaults.xml @@ -0,0 +1,10 @@ +<colors> + <color name="white">FFF0F0F0</color> + <color name="grey">FFA0A0A0</color> + <color name="grey2">FF777777</color> + <color name="grey3">FF2C2C2C</color> + <color name="black">FF000000</color> + <color name="blue">FF12B2E7</color> + <color name="darkblue">FF009FC9</color> + <color name="selected">FF12B2E7</color> +</colors> diff --git a/addons/skin.estouchy/fanart.jpg b/addons/skin.estouchy/fanart.jpg Binary files differnew file mode 100644 index 0000000000..1f4d5d934f --- /dev/null +++ b/addons/skin.estouchy/fanart.jpg diff --git a/addons/skin.estouchy/fonts/DejaVuSans-Bold-Caps.ttf b/addons/skin.estouchy/fonts/DejaVuSans-Bold-Caps.ttf Binary files differnew file mode 100644 index 0000000000..5af21ea3d6 --- /dev/null +++ b/addons/skin.estouchy/fonts/DejaVuSans-Bold-Caps.ttf diff --git a/addons/skin.estouchy/fonts/DejaVuSans-Bold.ttf b/addons/skin.estouchy/fonts/DejaVuSans-Bold.ttf Binary files differnew file mode 100644 index 0000000000..54aade078f --- /dev/null +++ b/addons/skin.estouchy/fonts/DejaVuSans-Bold.ttf diff --git a/addons/skin.estouchy/icon.png b/addons/skin.estouchy/icon.png Binary files differnew file mode 100644 index 0000000000..7714c72d65 --- /dev/null +++ b/addons/skin.estouchy/icon.png diff --git a/addons/skin.estouchy/language/Afrikaans/strings.po b/addons/skin.estouchy/language/Afrikaans/strings.po new file mode 100644 index 0000000000..a1707452e1 --- /dev/null +++ b/addons/skin.estouchy/language/Afrikaans/strings.po @@ -0,0 +1,317 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Afrikaans (http://www.transifex.com/projects/p/xbmc-skins/language/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Klank Instellings" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Hoofletter[CR]Slot" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualiserings Opsies" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualisering Instellings" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Konteks Kieslys" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Volskerm" + +msgctxt "#31009" +msgid "Working..." +msgstr "Werk..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Huidiglik aangeteken as" + +msgctxt "#31011" +msgid "N/A" +msgstr "N.V.T." + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musiek - Lêers" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Onlangse Flieks" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Onlangse Episodes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Onlangse Albums" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volume Gedoof" + +msgctxt "#31024" +msgid "Page" +msgstr "Bladsy" + +msgctxt "#31025" +msgid "Items" +msgstr "Items" + +msgctxt "#31030" +msgid "Info List" +msgstr "Info Lys" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info Wyd" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Speel Nou" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "SPEEL" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "GEPOUSEER" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "VORENTOE SPOEL" + +msgctxt "#31045" +msgid "REWIND" +msgstr "TERUGSPOEL" + +msgctxt "#31049" +msgid "End Time" +msgstr "Eind Tyd" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sorteer: Opgaande" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sorteer: Afgaande" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Maak speellys oop" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Stoor speellys" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Maak speellys toe" + +msgctxt "#31058" +msgid "System music files" +msgstr "Stelsel musiek lêers" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Huidige speellys" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Hierdie lêer is gestapel, selekteer die deel van waar jy wil speel." + +msgctxt "#31200" +msgid "Back" +msgstr "Trug" + +msgctxt "#31201" +msgid "Location" +msgstr "Ligging" + +msgctxt "#31202" +msgid "View" +msgstr "Besigtig" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Huidige Temp" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Laas Opdateer" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Data verskaffer" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Geheue Gebruik:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Huidige Skraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Kies 'n Skraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Inhoud Deursoek Opsies" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Huidiglik beskikbare Kodi gebruiker profiele" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Laaste IngeLog" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Liedjie Selekteerder" + +msgctxt "#31322" +msgid "Aired" +msgstr "Gelug" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Speellys Opsies" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pouseer" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Vorentoe Spoel" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Terugspoel" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video Kieslys" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Laai Subtitels Af" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Beeld Info" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Bestek omslag" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial gebasseer" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Verander die oortreksel · Stel taal en gebied · Verander lêer lys opsies · Stel 'n skermskut op" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Bestuur jou video biblioteek · Stel video speel opsies · Verander video lys opsies · Stel subtitel skrifte" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Bestuur jou musiek biblioteek · Stel musiek speel opsies · Verander musiek lys opsies · Stel liedjie indiening op · Stel karaoke opsies" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Stel prentjie lys opsies · Konfigureer skyfievertoning" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Stel drie stede om weer inligting te versamel" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Stel beheer op van Kodi via UPnP en HTTP · Konfigureer lêer deling · Stel internet toegang opsies" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Stel vertone op en kalibreer · Konfigureer oudio uittree · Stel afstandbehere op · Stel kragbesparings opsies · Stel ontfouting in staat · Stel meester slot op" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Stel die oortreksel op · Voeg by en verwyder items vir tuis kieslys · Verander oortreksel agtergronde" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Selekteer jou Kodi gebruiker Profiel[CR]om in te log en voort te gaan" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Tuis Kieslys Kategorie Knoppies" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Tuis Kieslys Byvoegsel Vinnige Skakels" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Allerlei Opsies" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Tuis Skerm Weer Info en knoppie" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Byvoegsel Kitssleutel" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Lewendige TV" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Voeg Groep by" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Verander Groep naam" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Wis Groep uit" diff --git a/addons/skin.estouchy/language/Albanian/strings.po b/addons/skin.estouchy/language/Albanian/strings.po new file mode 100644 index 0000000000..12c30aa802 --- /dev/null +++ b/addons/skin.estouchy/language/Albanian/strings.po @@ -0,0 +1,293 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/xbmc-skins/language/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Cilësime Audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Shkronja të Mëdha [Caps Lock]" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Zgjedhja e Vizualizimit" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Paracilësime të Vizualizimit" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menu Konteksti" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Ekran i Plotë" + +msgctxt "#31009" +msgid "Working..." +msgstr "Në Funksionim..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Aktualisht i Loguar si" + +msgctxt "#31011" +msgid "N/A" +msgstr "Jo në Disponim" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Skeda - Muzikë" + +msgctxt "#31024" +msgid "Page" +msgstr "Faqe" + +msgctxt "#31025" +msgid "Items" +msgstr "Artikuj" + +msgctxt "#31030" +msgid "Info List" +msgstr "Lista Info" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info e Zgjeruar" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Duke Luajtur Tani" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "DUKE LUAJTUR" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUZUAR" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "PËRSHPEJTO" + +msgctxt "#31045" +msgid "REWIND" +msgstr "RIKTHE" + +msgctxt "#31049" +msgid "End Time" +msgstr "Koha e Përfundimit" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Rendit: Me Ngjitje" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Rendit: Me Zbritje" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Hape listën dëgjimi" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Ruaj listën dëgjimi" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Mbyll listën dëgjimi" + +msgctxt "#31058" +msgid "System music files" +msgstr "Skeda muzikore të sistemit" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Lista dëgjimi aktuale" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Kjo skedë është grupuar, zgjidh pjesën, nga e cila doni të luani." + +msgctxt "#31200" +msgid "Back" +msgstr "Mbrapa" + +msgctxt "#31201" +msgid "Location" +msgstr "Lokalizimi" + +msgctxt "#31202" +msgid "View" +msgstr "Pamje" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatura Aktuale" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Azhornuar së Fundmi" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Pajisës i të Dhënave" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memorje Përdorur" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper i Zgjedhur" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Zgjedho një Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opsionet e Skanimit të Përmbajtjes" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Profilet përdoruesë Kodi në dispozicion " + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "I Loguar së Fundmi" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Përzgjedhës i Këngëve Karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Në Transmetim" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opcionet së Listës Degjimi" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pauzo" + +msgctxt "#31352" +msgid "Stop" +msgstr "Ndalo" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Përshpejto" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Rikthe" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu Vidjo" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Shkarko Titra" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Të Dhëna mbi Imazhin " + +msgctxt "#31390" +msgid "Skin default" +msgstr "Standarte e Maskës" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Në Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Ndrysho maskën - Cakto gjuhen dhe rajonin - Ndrysho opcionet e listës skedeve - Cakto një Ekran-ruajtese" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Menaxho bibliotekën video tënde - Cakto opcione të luarjes video - Ndrysho pamjen e listës video - Cakto shkrimin e subtitrave" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Menaxho bibliotekën muzike tënde - Cakto opcione të luarjes muzike- Ndrysho pamjen e listës muzike- Cakto opcionet karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Cakto pamjen e listës imazhe - Konfiguro slideshows" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Cakto tri shtete për shkarkimin së informatave për motin" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Konfiguro kontrollimin së Kodi nëpërmjet UPnP dhe HTTP - Konfiguro shpërndimin e skedeve - Cakto opcionet e lidhjes së internetit" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Konfiguro dhe kalibro Ekranet - Konfiguro daljen zërit - Konfiguro telekomandët - Cakto opcionet për kursimin e rrymës - Aktivo debugging - Konfiguro dryrin përdorues" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Cakto maskën - Shto dhe fshij artikuj së menus kryesor - Ndrysho sfondin e maskës" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Zgjedho Kodi profilin [CR]për të rregjistruar dhe vazhdo" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Opcione të llojllojshëm" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Informacionet dhe butonet të motit në Ekranin kryesor" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Shkurtore së Shtuesit" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Shto Grup" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Riemro Grupet" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Fshij Grupet" diff --git a/addons/skin.estouchy/language/Amharic/strings.po b/addons/skin.estouchy/language/Amharic/strings.po new file mode 100644 index 0000000000..c590e1a46f --- /dev/null +++ b/addons/skin.estouchy/language/Amharic/strings.po @@ -0,0 +1,237 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Amharic (http://www.transifex.com/projects/p/xbmc-skins/language/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "ድምፅ ማሰናጃዎች" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "የ አገባብ ዝርዝር" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "በሙሉ መመልከቻ ዘዴ" + +msgctxt "#31009" +msgid "Working..." +msgstr "በመስራት ላይ " + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "አሁን የገቡት እንደ" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "የሙዚቃ ፋይሎች" + +msgctxt "#31024" +msgid "Page" +msgstr "ገጽ" + +msgctxt "#31025" +msgid "Items" +msgstr "እቃዎች" + +msgctxt "#31030" +msgid "Info List" +msgstr "የመረጃ ዝርዝር" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "አሁን የሚጫወተው" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "የሚጫወተው" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "ማቆሚያ" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ወደ ፊት ማሳለፊያ" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ወደ ኋላ ማሳለፊያ" + +msgctxt "#31049" +msgid "End Time" +msgstr "መጨረሻው ጊዜ" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "መለያ እየጨመረ በሚሄድ" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "መለያ እየቀነሰ በሚሄድ" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "ዝርዝሮችን መክፈቻ" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "ዝርዝሮችን ማስቀመጫ" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "ዝርዝሮችን መዝጊያ" + +msgctxt "#31058" +msgid "System music files" +msgstr "የስርአቱ ሙዚቃ ፋይሎች" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "አሁን የሚጫወተው ዝርዝር" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "ይህ ፋይል በጣም ትልቅ ነው ማጫወት የሚፈልጉትን ክፍል ይምረጡ" + +msgctxt "#31200" +msgid "Back" +msgstr "ወደ ኋላ" + +msgctxt "#31201" +msgid "Location" +msgstr "አካባቢ " + +msgctxt "#31202" +msgid "View" +msgstr "መመልከቻ" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "የአሁኑ የአየር ንብረት " + +msgctxt "#31301" +msgid "Last Updated" +msgstr "መጨረሻ የተሻሻለው" + +msgctxt "#31303" +msgid "Data provider" +msgstr "ዳታ አቅራቢ " + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "የተጠቀሙት Memory:" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "ይዞታዎችን ማሰሻ ምርጫዎች " + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "መጨረሻ የገባው" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "ካሪዮኪ ዘፈን መራጭ" + +msgctxt "#31322" +msgid "Aired" +msgstr "የተላለፈ" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "የሚያጫውቱት ምርጫዎች " + +msgctxt "#31351" +msgid "Pause" +msgstr "ማቆሚያ" + +msgctxt "#31352" +msgid "Stop" +msgstr "ማቆሚያ" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "ወደ ፊት ማሳለፊያ" + +msgctxt "#31354" +msgid "Rewind" +msgstr "ወደ ኋላ ማሳለፊያ" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "የቪዲዮ ዝርዝር" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "ንዑስ አርእስቶች ማውረጃ " + +msgctxt "#31357" +msgid "Image Info" +msgstr "የምስል መረጃ" + +msgctxt "#31390" +msgid "Skin default" +msgstr "መደበኛ " + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial based" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "ይምረጡ የ እርስዎን Kodi ተጠቃሚ ገጽታ[CR]ለ መግባት እና ለመቀጠል" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "የ ቤት ገጽ ተጨ-ማሪ ፈጣን አገናኞች" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "የተለያዩ ምርጫዎች" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "አቋራጭ መጨ-መሪያ " + +msgctxt "#31556" +msgid "Live TV" +msgstr "ቲቪ በቀጥታ " + +msgctxt "#31561" +msgid "Add Group" +msgstr "ቡድን መጨመሪያ" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "ቡድን እንደገና መሰየሚያ" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "ቡድን ማጥፊያ" diff --git a/addons/skin.estouchy/language/Arabic/strings.po b/addons/skin.estouchy/language/Arabic/strings.po new file mode 100644 index 0000000000..64b5878638 --- /dev/null +++ b/addons/skin.estouchy/language/Arabic/strings.po @@ -0,0 +1,317 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/xbmc-skins/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "اعدادات الصوت" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "قفل الأحرف الكبيرة[CR]" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "خيارات المؤثرات البصرية" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "المؤثرات البصرية المسبقة" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "القائمة" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "شاشة كاملة" + +msgctxt "#31009" +msgid "Working..." +msgstr "...جاري التشغيل" + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "سجل حاليا كـ" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "الموسيقى - ملفات" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "آخر الأفلام" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "آخر الحلقات" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "آخر الألبومات" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "الصوت مكتوم" + +msgctxt "#31024" +msgid "Page" +msgstr "الصفحة" + +msgctxt "#31025" +msgid "Items" +msgstr "العناصر" + +msgctxt "#31030" +msgid "Info List" +msgstr "قائمة المعلومات" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "معلومات موسعة" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "يشتغل الان" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "يشتغل الان" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "متوقف" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "تقديم سريع" + +msgctxt "#31045" +msgid "REWIND" +msgstr "إرجاع" + +msgctxt "#31049" +msgid "End Time" +msgstr "وقت الانتهاء" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "الترتيب: تصاعدي" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "الترتيب: تنازلي" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "فتح قائمة التشغيل" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "حفظ قائمة التشغيل" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "إغلاق قائمة التشغيل" + +msgctxt "#31058" +msgid "System music files" +msgstr "ملفات موسيقى النظام" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "قائمة التشغيل الحالية" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr ".هذا الملف مكدس، حدد الجزء الذي تريد تشغيله" + +msgctxt "#31200" +msgid "Back" +msgstr "خلف" + +msgctxt "#31201" +msgid "Location" +msgstr "الموقع" + +msgctxt "#31202" +msgid "View" +msgstr "عرض" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "درجة الحرارة الحالية" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "اخر تحديث" + +msgctxt "#31303" +msgid "Data provider" +msgstr ": مزود البيانات" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "الذاكرة المستخدمة:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Current Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Choose a Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "خيارات فحص المحتوى " + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "ملفات Kodi الشخصية المتوفرة حاليا" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "آخر تسجيل دخول في" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "محدد أغاني الكاريوكي" + +msgctxt "#31322" +msgid "Aired" +msgstr "تم بثه" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "خيارات قائمة التشغيل" + +msgctxt "#31351" +msgid "Pause" +msgstr "توقيف مؤقت" + +msgctxt "#31352" +msgid "Stop" +msgstr "توقف كامل" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "تقديم سريع" + +msgctxt "#31354" +msgid "Rewind" +msgstr "ترجيع" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "قائمة الفيديو" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "تحميل الترجمات" + +msgctxt "#31357" +msgid "Image Info" +msgstr "معلومات الصورة" + +msgctxt "#31390" +msgid "Skin default" +msgstr "القالب الإفتراضي" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial based" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "تغيير القالب. ضبط اللغة و المنطقة. تغيير خيارات إدراج الملف. إعداد شاشة التوقف" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "إدارة مكتبة الفيديو الخاصة بك. ضبط خيارات تشغيل الفيديو. تغيير خيارات إدراج الفيديو. ضبط خطوط الترجمة" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "إدارة مكتبة الموسيقى الخاصة بك. ضبط خيارات تشغيل الموسيقى. تغيير خيارات إدراج الموسيقى. إعداد تقديم الأغنية. ضبط خيارات كاريوكي" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "ضبط خيارات إدراج الصورة. إعداد عرض الشرائح" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "حدد ثلاث مدن ليتم جمع معلومات الطقس" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "إعداد التحكم بـKodi عبر UPnP و HTTP. ضبط مشاركة الملفات. تحديد خيارات الوصول للإنترنت" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "إعداد و معايرة العروض. تكوين مخرج الصوت. إعداد التحكم عن بعد. إعداد خيارات توفير الطاقة. تمكين التصحيح. إعداد قفل رئيسي" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "إعداد الجلد. إضافة و إزالة بنود القائمة الئيسية. تغيير الخلفيات" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "للدخول والإستمرارا [CR]Kodi حدد ملفك الشخصي الخاص بـ" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "أزرار تصنيف القائمة الرئيسية" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "روابط سريعة لصفحة الإضافة الرئيسية" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "خيارات متنوعة" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "زر و شاشة معلومات الطقس الرئيسية" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "اختصار إصافة" + +msgctxt "#31556" +msgid "Live TV" +msgstr "تي في مباشر" + +msgctxt "#31561" +msgid "Add Group" +msgstr "إضافة مجموعة" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "إعادة تسمية مجموعة" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "حذف مجموعة" diff --git a/addons/skin.estouchy/language/Armenian/strings.po b/addons/skin.estouchy/language/Armenian/strings.po new file mode 100644 index 0000000000..45143cda5e --- /dev/null +++ b/addons/skin.estouchy/language/Armenian/strings.po @@ -0,0 +1,185 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Armenian (http://www.transifex.com/projects/p/xbmc-skins/language/hy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hy\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31009" +msgid "Working..." +msgstr "Ընթացքում է ..." + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Երաժշտական ֆայլեր" + +msgctxt "#31024" +msgid "Page" +msgstr "Էջ" + +msgctxt "#31025" +msgid "Items" +msgstr "Պիտույք" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Այժմ նվագարկում է" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ՆՎԱԳԱՐԿԵԼ" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "ԴԱԴԱՐ" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ԱՌԱՋ" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ՀԵՏԴԱՐՁ" + +msgctxt "#31049" +msgid "End Time" +msgstr "Վերջ" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Աճողական" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Նվազող" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Բացել նվագացանկը" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Հիշել նվագացանկը" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Փակել նվագացանկը" + +msgctxt "#31058" +msgid "System music files" +msgstr "Համակարգի երաժշտական ֆայլեր" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Ընթացիկ նվագացանկ" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Այս ֆայլը կտրատված է: Ընտրեք հատված՝ նվագարկելու համար:" + +msgctxt "#31201" +msgid "Location" +msgstr "Տեղը" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Ընթացիկ ջերմաստիճան" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Վերջին թարմացումներ" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Տվյալների մատակարար" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Օգտագործված է հիշողություն:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Նշիչ" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Ընտրել նշիչ" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Բովանդակության զննման տարբերակներ" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Վերջին այցելությունը" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Կարաոկե երգի նշիչ" + +msgctxt "#31322" +msgid "Aired" +msgstr "Եթերում է" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Նվագացանկի տարբերակներ" + +msgctxt "#31351" +msgid "Pause" +msgstr "Դադար" + +msgctxt "#31352" +msgid "Stop" +msgstr "Կանգ" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Առաջ" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Հետդարձ" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Ներբեռնել ենթավերնագրերը" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Հիմնական տեսք" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial-հիմքով" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Ընտրել Kodi-ի օգտատիրոջ պրոֆիլը[CR]՝մուտք գործելու և շարունակելու համար" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV հիմա" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Ավելացնել խումբ" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Վերանվանել խումբը" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Ջնջել խումբը" diff --git a/addons/skin.estouchy/language/Azerbaijani/strings.po b/addons/skin.estouchy/language/Azerbaijani/strings.po new file mode 100644 index 0000000000..903198a50a --- /dev/null +++ b/addons/skin.estouchy/language/Azerbaijani/strings.po @@ -0,0 +1,21 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/xbmc-skins/language/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV" diff --git a/addons/skin.estouchy/language/Basque/strings.po b/addons/skin.estouchy/language/Basque/strings.po new file mode 100644 index 0000000000..20550398cd --- /dev/null +++ b/addons/skin.estouchy/language/Basque/strings.po @@ -0,0 +1,177 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Basque (http://www.transifex.com/projects/p/xbmc-skins/language/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Ikuste aurrezpenak" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Pantaila-osoa" + +msgctxt "#31009" +msgid "Working..." +msgstr "Lanean..." + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musika - Fitxategiak" + +msgctxt "#31024" +msgid "Page" +msgstr "Orrialdea" + +msgctxt "#31025" +msgid "Items" +msgstr "Elementuak" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Orain erreproduzitzen" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ERREPRODUZITZEN" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "Pausatu" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "AZKAR AURRERA" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ATZERA" + +msgctxt "#31049" +msgid "End Time" +msgstr "Amaiera ordua" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Ordenatu:Goraka" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Ordenatu:Beheraka" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Ireki erreprodukzio-zerrenda" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Gorde erreprodukzio-zerrenda" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Itxi erreprodukzio-zerrenda" + +msgctxt "#31058" +msgid "System music files" +msgstr "Sistemako musika fitxategiak" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Uneko erreprodukzio-zerrenda" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Fitxategi hau pilatuta dago, hautatu erreproduzitzea nahi duzun zatia." + +msgctxt "#31201" +msgid "Location" +msgstr "Kokalekua" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Uneko tenperatura" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Azken eguneraketa" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Datu hornitzailea" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Erabilitako memoria:" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Eduki arakatze aukerak" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Azken saioa : " + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke kanta antzemalea" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Erreprodukzio-zerrenda aukerak" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pausatu" + +msgctxt "#31352" +msgid "Stop" +msgstr "Gelditu" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Azkar aurrera" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Atzera" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Deskargatu azpitituluak" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin lehenetsia" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Hautatu zure Kodi profila[CR] saio hasi eta jarraitzeko" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TB" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Gehitu taldea" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Berrizendatu taldea" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Ezabatu taldea" diff --git a/addons/skin.estouchy/language/Belarusian/strings.po b/addons/skin.estouchy/language/Belarusian/strings.po new file mode 100644 index 0000000000..72bc68ee64 --- /dev/null +++ b/addons/skin.estouchy/language/Belarusian/strings.po @@ -0,0 +1,313 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/xbmc-skins/language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Налады гуку" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualization Options" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualization Presets" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Context Menu" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "На ўвесь экран" + +msgctxt "#31009" +msgid "Working..." +msgstr "Ідзе праца..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Currently logged in as" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Музыка - Файлы" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Recent Movies" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Recent Episodes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Recent Albums" + +msgctxt "#31024" +msgid "Page" +msgstr "Page" + +msgctxt "#31025" +msgid "Items" +msgstr "Items" + +msgctxt "#31030" +msgid "Info List" +msgstr "Info List" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info Wide" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Now Playing" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "PLAYING" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSED" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "FAST FORWARD" + +msgctxt "#31045" +msgid "REWIND" +msgstr "REWIND" + +msgctxt "#31049" +msgid "End Time" +msgstr "End Time" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sort: Ascending" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sort: Descending" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Open playlist" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Save playlist" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Close playlist" + +msgctxt "#31058" +msgid "System music files" +msgstr "System music files" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Current playlist" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "This file is stacked, select the part you want to play from." + +msgctxt "#31200" +msgid "Back" +msgstr "Back" + +msgctxt "#31201" +msgid "Location" +msgstr "Location" + +msgctxt "#31202" +msgid "View" +msgstr "View" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Current Temp" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Last Updated" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Data provider" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Занята памяці:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Дзейны скрэпэр" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Абраць скрэпэр" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Налады сканаваньня зьмесьціва" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Currently available Kodi user profiles" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Апошні ўваход" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Song Selector" + +msgctxt "#31322" +msgid "Aired" +msgstr "Aired" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Налады сьпісу прайграваньня" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Fast Forward" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Rewind" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video Menu" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Download Subtitles" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Image Info" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin default" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial based" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Change the skin · Set language and region · Change file listing options · Set up a screensaver" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Set picture listing options · Configure slideshows" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Set three cities to collect weather information" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Setup the skin · Add and remove home menu items · Change skin backgrounds" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Select your Kodi user Profile[CR]to login and continue" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Home Page Add-on Quick Links" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Miscellaneous Options" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Home Screen Weather Info and button" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Add-on Shortcut" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Жывое ТВ" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Hide video background" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Add Group" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Rename Group" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Delete Group" diff --git a/addons/skin.estouchy/language/Bosnian/strings.po b/addons/skin.estouchy/language/Bosnian/strings.po new file mode 100644 index 0000000000..0e1df2eb8b --- /dev/null +++ b/addons/skin.estouchy/language/Bosnian/strings.po @@ -0,0 +1,29 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/xbmc-skins/language/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Ova datoteka je složena, izaberite koji dio želite da reprodukujete iz nje." + +msgctxt "#31390" +msgid "Skin default" +msgstr "Podrazumjevana maska" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV" diff --git a/addons/skin.estouchy/language/Bulgarian/strings.po b/addons/skin.estouchy/language/Bulgarian/strings.po new file mode 100644 index 0000000000..0b4f28c6e5 --- /dev/null +++ b/addons/skin.estouchy/language/Bulgarian/strings.po @@ -0,0 +1,313 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/xbmc-skins/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Аудио настройки" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Главни букви" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Настройки за визуализации" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Шаблони за визуализации" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Контекстно меню" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "На целия екран" + +msgctxt "#31009" +msgid "Working..." +msgstr "Работи..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Вписани сте като" + +msgctxt "#31011" +msgid "N/A" +msgstr "Няма данни" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Музика - Файлове" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Последни филми" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Последни епизоди" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Последни албуми" + +msgctxt "#31024" +msgid "Page" +msgstr "Страница" + +msgctxt "#31025" +msgid "Items" +msgstr "Елемента" + +msgctxt "#31030" +msgid "Info List" +msgstr "Инфо лист" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Инфо" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Сега се възпроизвежда" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ВЪЗПРОИЗВЕЖДАНЕ" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "НА ПАУЗА" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ПРЕВЪРТАНЕ НАПРЕД" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ПРЕВЪРТАНЕ НАЗАД" + +msgctxt "#31049" +msgid "End Time" +msgstr "Ще свърши в:" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Ред: Възходящ" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Ред: Низходящ" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Отвори плейлист" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Запиши плейлиста" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Затвори плейлиста" + +msgctxt "#31058" +msgid "System music files" +msgstr "Музикални файлове (системни)" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Текущ плейлист" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Файлът е в група. Моля, изберете частта, която да бъде възпроизведена." + +msgctxt "#31200" +msgid "Back" +msgstr "Назад" + +msgctxt "#31201" +msgid "Location" +msgstr "Място" + +msgctxt "#31202" +msgid "View" +msgstr "Изглед" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Текуща температура" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Последно обновяване" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Доставчик на данни" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Памет в употреба:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Текущ източник на инф." + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Изберете източник на инф." + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Настройки за сканиране на съдържанието" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Налични профили за Kodi" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Последно вписване" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Прозорец за избор на караоке песен" + +msgctxt "#31322" +msgid "Aired" +msgstr "Излъчен" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Настройки на елементите в плейлиста" + +msgctxt "#31351" +msgid "Pause" +msgstr "Пауза" + +msgctxt "#31352" +msgid "Stop" +msgstr "Спри" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Превърти напред" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Превърти назад" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Меню видео" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Сваляне на субтитри" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Инфо изображение" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Стандартните (за облика)" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Основан на Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Изберете облик · Задайте език и район · Променете настройките на списъците с файлове · Настройте скрийнсейвър" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Управление на видео библиотека · Настройка просвирване на видео · Видео листинг · Шрифт субтитри" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Управление на аудио библиотека · Настройка просвирване на аудио · Настройки караоке" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Настройки изображение · Настройки на презентациите" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Настройки на времето" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Настройки на Kodi през UPnP и HTTP · Настройки на споделяне · Задаване на интернет достъп" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Настойки и калибриране на дисплеи · Настройки аудио изход · Дистанционно управление · Включете режима \"дебъг\" · Заключване" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Настройки на кожа · Настройки на главно меню · Фон на кожа" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Изберете потребителски профил,[CR]за да продължите" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Преки пътища към добавки на началния екран" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Разни настройки" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Времето на главен екран" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Кратък път на добавка" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Телевизия" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Налични групи" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Добави група" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Преименувай групата" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Изтрий групата" diff --git a/addons/skin.estouchy/language/Burmese/strings.po b/addons/skin.estouchy/language/Burmese/strings.po new file mode 100644 index 0000000000..c7859fea8f --- /dev/null +++ b/addons/skin.estouchy/language/Burmese/strings.po @@ -0,0 +1,141 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Burmese (http://www.transifex.com/projects/p/xbmc-skins/language/my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "စခရင်မျက်နှာပြင်အပြည့်" + +msgctxt "#31009" +msgid "Working..." +msgstr "အလုပ်လုပ်နေသည်" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "ဂီတ-ဖိုင်များ" + +msgctxt "#31024" +msgid "Page" +msgstr "စာမျက်နှာ" + +msgctxt "#31025" +msgid "Items" +msgstr "အမျိုးအစားများ" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "ယခုဖွင့်နေပါသည်။" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ဖွင့်ထားပါသည်။" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "ခဏရပ်မည်" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "အရှေ့သို့အနည်းငယ်ရစ်မည်" + +msgctxt "#31049" +msgid "End Time" +msgstr "အဆုံးသတ်ချိန်" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "သီချင်းစာရင်းကိုဖွင့်မည်" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "သီချင်းစာရင်းကိုသိမ်းမည်" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "သီချင်းစာရင်းကိုပိတ်မည်" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "ယခုသီချင်းစာရင်း" + +msgctxt "#31201" +msgid "Location" +msgstr "တည်နေရာ" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "နောက်ဆုံး Update ဖြစ်ခဲ့စဉ်" + +msgctxt "#31303" +msgid "Data provider" +msgstr "အချက်အလက်များထောက်ပံ့သူ" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "အသုံးပြုထားသော Memory -" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Current Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr " Scraper တစ်ခုကိုရွေးမည်" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "နောက်ဆုံးဝင်ခဲ့ချိန်" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "ကာရာအိုကေ သီချင်းရွေးချယ်ခြင်း" + +msgctxt "#31351" +msgid "Pause" +msgstr "ခဏရပ်မည်" + +msgctxt "#31352" +msgid "Stop" +msgstr "လုံး၀ရပ်မည်" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "အရှေ့သို့အနည်းငယ်ရစ်မည်" + +msgctxt "#31354" +msgid "Rewind" +msgstr "နောက်သို့အနည်းငယ်ရစ်မည်" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "စာတန်းထိုးများကို ဒေါင်းလုတ်ဆွဲမည်" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31561" +msgid "Add Group" +msgstr "အုပ်စုပေါင်းထည့်မည်" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "အုပ်စုအမည်ပြောင်းမည်" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "အုပ်စုဖျက်မည်" diff --git a/addons/skin.estouchy/language/Catalan/strings.po b/addons/skin.estouchy/language/Catalan/strings.po new file mode 100644 index 0000000000..0acf73846a --- /dev/null +++ b/addons/skin.estouchy/language/Catalan/strings.po @@ -0,0 +1,317 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/xbmc-skins/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Ajustaments d'Audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Bloqueig[CR]Majúscules" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opcions de visualització" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualitzacions predefinides" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menú contextual" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Pantalla completa" + +msgctxt "#31009" +msgid "Working..." +msgstr "Treballant..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Iniciada sessió actualment com a" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/D" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Fitxers - Música" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Pel·lícules recents" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episodis recents" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Àlbums recents" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volum Silenciat" + +msgctxt "#31024" +msgid "Page" +msgstr "Pàgina" + +msgctxt "#31025" +msgid "Items" +msgstr "Elements" + +msgctxt "#31030" +msgid "Info List" +msgstr "Llista d'informació" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info ample" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "S'està reproduint" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "REPRODUINT" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSAT" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "AVANÇAR RÀPID" + +msgctxt "#31045" +msgid "REWIND" +msgstr "REBOBINAR" + +msgctxt "#31049" +msgid "End Time" +msgstr "Hora de finalització" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Ordena: Ascendent" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Ordena: Descendent" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Obrir llista reproducció" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Guardar llista reproducció" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Tancar llista reproducció" + +msgctxt "#31058" +msgid "System music files" +msgstr "Arxius de música del sistema" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Llista reproducció actual" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Aquest arxiu està apilat, seleccioni la part desde la que vol reproduir" + +msgctxt "#31200" +msgid "Back" +msgstr "Enrere" + +msgctxt "#31201" +msgid "Location" +msgstr "Ubicació" + +msgctxt "#31202" +msgid "View" +msgstr "Visualització" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatura actual" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Última actualització" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Proveïdor de dades" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memòria utilitzada:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper actual" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Tria un scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opcions d'escaneig de continguts" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Perfils d'usuari d'Kodi disponibles actualment" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Últim accés el" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Selector de cançons del karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Emès" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opcions de la llista de reproducció" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pausa" + +msgctxt "#31352" +msgid "Stop" +msgstr "Atura" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Avanç ràpid" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Rebobina" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menú de Video" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Baixar-se els subtítols" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Informació d'imatge" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Tema per defecte" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Basat en Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Canvia la pell · Estableix la llengua i la regió · Canvia les opcions de llistat · Estableix un protector de pantalla" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Gestiona la biblioteca de video · Estableix les opcions de reproducció de video · Canvia les opcions de llistat de video · Estableix les fonts dels subtítols" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Gestiona la biblioteca de música · Estableix les opcions de reproducció de música · Canvia les opcions de llistat de música · Configura l'enviament de cançons · Estableix les opcions de karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Estableix les opcions de llistat d'imatges · Configure la projecció de diapositives" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Estableix tres ciutats d'on obtenir informació meteorològica" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Configura el control de l'Kodi via UPnP i HTTP · Configura la compartició de fitxers · Estableix les opcions d'accés a internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Configura i calibra les pantalles · Configura la sortida d'àudio · Configura els controls remots · Estableix les opcions d'estalvi d'energia · Activa la depuració · Configura el bloqueig mestre" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Estableix la pell · Afegeix i suprimeix ítems del menú inicial· Canvia el fons de la pell" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Seleccioneu el vostre perfil d'usuari de l'Kodi[CR]per iniciar la sessió i continuar" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Botons de Categories del Menú Principal" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Accessos ràpids de l'afegitó de la pàgina d'inici" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Opcions miscel·lànies" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Informació i botó de la pantalla de meteorologia" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Drecera d'afegitó" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV en directe" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Afegeix un grup" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Canvia el nom del grup" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Elimina el grup" diff --git a/addons/skin.estouchy/language/Chinese (Simple)/strings.po b/addons/skin.estouchy/language/Chinese (Simple)/strings.po new file mode 100644 index 0000000000..4eb1daf263 --- /dev/null +++ b/addons/skin.estouchy/language/Chinese (Simple)/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Chinese (Simple) (http://www.transifex.com/projects/p/xbmc-skins/language/zh/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "音频设置" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "大写锁定" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "可视化效果选项" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "可视化效果预设" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "上下文菜单" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "全屏" + +msgctxt "#31009" +msgid "Working..." +msgstr "工作中..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "当前登录为" + +msgctxt "#31011" +msgid "N/A" +msgstr "不可用" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "音乐 - 文件" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "最近电影" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "最近剧集" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "最近专辑" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "静音" + +msgctxt "#31024" +msgid "Page" +msgstr "页" + +msgctxt "#31025" +msgid "Items" +msgstr "项" + +msgctxt "#31030" +msgid "Info List" +msgstr "信息列表" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "宽信息列表" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "正在播放" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "最后更新:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "播放" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "暂停" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "快进" + +msgctxt "#31045" +msgid "REWIND" +msgstr "回退" + +msgctxt "#31049" +msgid "End Time" +msgstr "结束时间" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "排序:升序" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "排序:降序" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "打开播放列表" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "保存播放列表" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "关闭播放列表" + +msgctxt "#31058" +msgid "System music files" +msgstr "系统音乐文件" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "当前播放列表" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "这是一个堆叠文件,请选择要播放的片段。" + +msgctxt "#31200" +msgid "Back" +msgstr "返回" + +msgctxt "#31201" +msgid "Location" +msgstr "位置" + +msgctxt "#31202" +msgid "View" +msgstr "视图" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "当前温度" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "最后更新" + +msgctxt "#31303" +msgid "Data provider" +msgstr "数据来源" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "内存使用:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "当前刮削器" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "选择刮削器" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "内容扫描选项" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "选择用户配置文件" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "最近登录" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "卡拉 OK 歌曲选择" + +msgctxt "#31322" +msgid "Aired" +msgstr "首播" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "播放列表选项" + +msgctxt "#31351" +msgid "Pause" +msgstr "暂停" + +msgctxt "#31352" +msgid "Stop" +msgstr "停止" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "快进" + +msgctxt "#31354" +msgid "Rewind" +msgstr "回退" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "视频菜单" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "下载字幕" + +msgctxt "#31357" +msgid "Image Info" +msgstr "图片信息" + +msgctxt "#31390" +msgid "Skin default" +msgstr "皮肤默认" + +msgctxt "#31391" +msgid "Arial based" +msgstr "基于 Arial 字体" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "变换皮肤 · 设置语言和区域 · 修改文件列表参数 · 设置屏幕保护" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "管理视频资料库 · 设置视频播放参数 · 修改视频列表参数 · 设置字幕字体" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "管理音乐资料库 · 设置音乐播放参数 · 修改音乐列表参数 · 设置音乐提交 · 设置卡拉 OK 选项" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "设置图片列表参数 · 设置幻灯片播放" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "设置三个获取天气信息的城市" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "设置通过 UPnP 和 HTTP 控制 Kodi · 设置文件共享 · 设置互联网访问参数" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "设置和校正显示器 · 设置音频输出 · 设置摇控器 · 设置节电参数 · 启用调试 · 设置管理员和锁定" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "设置皮肤 · 增加和删除主菜单项 · 修改皮肤背景" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "选择您的用户配置文件[CR]登录并继续" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "主菜单按钮" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "主界面插件快速链接" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "其他选项" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "主界面天气信息和按钮" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "插件快捷方式" + +msgctxt "#31552" +msgid "SYNC" +msgstr "同步" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "使用自定义背景" + +msgctxt "#31554" +msgid "Background:" +msgstr "背景:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "配置电视设置 · 更改全屏信息 · 管理电子节目单数据设置" + +msgctxt "#31556" +msgid "Live TV" +msgstr "直播电视" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "隐藏视频背景" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "隐藏可视化效果背景" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "频道设置" + +msgctxt "#31560" +msgid "Available groups" +msgstr "可用组" + +msgctxt "#31561" +msgid "Add Group" +msgstr "增加组" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "更名组" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "删除组" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "显示隐藏的" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "显示已删除" diff --git a/addons/skin.estouchy/language/Chinese (Traditional)/strings.po b/addons/skin.estouchy/language/Chinese (Traditional)/strings.po new file mode 100644 index 0000000000..5df946ef3d --- /dev/null +++ b/addons/skin.estouchy/language/Chinese (Traditional)/strings.po @@ -0,0 +1,313 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Chinese (Traditional) (http://www.transifex.com/projects/p/xbmc-skins/language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "音訊設定" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "大寫鎖定" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "視覺效果選項" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "視覺效果預設" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "內容功能表" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "全螢幕" + +msgctxt "#31009" +msgid "Working..." +msgstr "處理中..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "當前登入為" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "音樂 - 檔案" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "最近電影" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "最近劇集" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "最近專輯" + +msgctxt "#31024" +msgid "Page" +msgstr "頁" + +msgctxt "#31025" +msgid "Items" +msgstr "項" + +msgctxt "#31030" +msgid "Info List" +msgstr "訊息列表" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "寬訊息列表" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "正在播放" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "播放中" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "暫停" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "快轉" + +msgctxt "#31045" +msgid "REWIND" +msgstr "倒轉" + +msgctxt "#31049" +msgid "End Time" +msgstr "結束時間" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "排序:遞增" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "排序:遞減" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "打開播放列表" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "保存播放列表" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "關閉播放列表" + +msgctxt "#31058" +msgid "System music files" +msgstr "系統音樂檔案" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "目前播放列表" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "這是堆疊檔案,選擇要播放的部分" + +msgctxt "#31200" +msgid "Back" +msgstr "返回" + +msgctxt "#31201" +msgid "Location" +msgstr "位置" + +msgctxt "#31202" +msgid "View" +msgstr "檢視" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "現在溫度" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "最後更新" + +msgctxt "#31303" +msgid "Data provider" +msgstr "資料提供者" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "已使用記憶體:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "目前的站台" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "選擇一個站台" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "內容掃描選項" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "可取得的 Kodi 設定檔" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "上次登入在" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "卡拉OK歌曲選擇器" + +msgctxt "#31322" +msgid "Aired" +msgstr "首播" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "播放清單選項" + +msgctxt "#31351" +msgid "Pause" +msgstr "暫停" + +msgctxt "#31352" +msgid "Stop" +msgstr "停止" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "快轉" + +msgctxt "#31354" +msgid "Rewind" +msgstr "倒轉" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "視訊選單" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "下載字幕" + +msgctxt "#31357" +msgid "Image Info" +msgstr "圖片資訊" + +msgctxt "#31390" +msgid "Skin default" +msgstr "主題預設" + +msgctxt "#31391" +msgid "Arial based" +msgstr "基於 Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "改變佈景主題 · 設定語言和地區 · 修改檔案列表選項 · 設定螢幕保護程式" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "管理視訊資料庫 · 設定視訊播放選項 · 修改視訊列表選項 · 設定字幕字型" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "管理音樂資料庫 · 設定音樂播放選項 · 修改音樂列表選項 · 設定歌曲提交 · 設定卡拉 OK 選項" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "設定圖片制表選項 · 設置投影片播放" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "設定三個要收集天氣資訊的城市" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "設定透過 UPnP 或 HTTP 來控制 Kodi· 設定檔案共享· 設定網際網路存取選項" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "設定並校正顯示器 · 設置音訊輸出 · 設定遠端遙控 · 設定省電選項 · 啟用除錯 · 設定主密碼" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "設定佈景主題· 新增或移除主選單項目· 修改佈景主題背景" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "選擇您的 Kodi 使用者設定檔[CR]登入並繼續" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "首頁附加元件快速連結" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "其他選項" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "首頁天氣資訊與按鈕" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "附加元件捷徑" + +msgctxt "#31556" +msgid "Live TV" +msgstr "電視" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "隱藏影片背景" + +msgctxt "#31561" +msgid "Add Group" +msgstr "新增群組" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "重新命名群組" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "刪除群組" diff --git a/addons/skin.estouchy/language/Croatian/strings.po b/addons/skin.estouchy/language/Croatian/strings.po new file mode 100644 index 0000000000..566ed32f67 --- /dev/null +++ b/addons/skin.estouchy/language/Croatian/strings.po @@ -0,0 +1,321 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/xbmc-skins/language/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Zvučne postavke" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Velika[CR]slova" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Mogućnosti vizualizacije" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Predlošci vizualizacije" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Dodatni izbornik" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Cijeli zaslon" + +msgctxt "#31009" +msgid "Working..." +msgstr "Obrađivanje..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Trenutno ste prijavljeni kao" + +msgctxt "#31011" +msgid "N/A" +msgstr "NEDOSTUPNO" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Glazba - Datoteke" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Posljednji Filmovi" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Posljednji Epizoda" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Posljednji Album" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Glasnoća zvuka utišana" + +msgctxt "#31024" +msgid "Page" +msgstr "Stranica" + +msgctxt "#31025" +msgid "Items" +msgstr "Stavki" + +msgctxt "#31030" +msgid "Info List" +msgstr "Popis informacija" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Opširnije informacije" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Trenutno se reproducira" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "REPRODUKCIJA" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUZIRANO" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "PREMOTAVANJE UNAPRIJED" + +msgctxt "#31045" +msgid "REWIND" +msgstr "PREMOTAVANJE UNAZAD" + +msgctxt "#31049" +msgid "End Time" +msgstr "Vrijeme završetka" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Razvrstaj: Rastući" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Razvrstaj: Padajući" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Otvori popis izvođenja" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Spremi popis izvođenja" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Zatvori popis izvođenja" + +msgctxt "#31058" +msgid "System music files" +msgstr "Glazbene datoteke sustava" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Trenutni popis izvođenja" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Ova datoteka je složena, odaberite dio od kojeg želite reproducirati." + +msgctxt "#31200" +msgid "Back" +msgstr "Nazad" + +msgctxt "#31201" +msgid "Location" +msgstr "Lokacija" + +msgctxt "#31202" +msgid "View" +msgstr "Pogled" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Trenutna temp." + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Posljednje ažuriranje" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Pružatelj podataka" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Korištenje memorije:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Trenutni sakupljač " + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Odaberite sakupljač" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Mogućnosti pretraživanja sadržaja" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Trenutno dostupni Kodi korisnički profili" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Posljednji put prijavljeni" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Izbornik karaoke pjesama" + +msgctxt "#31322" +msgid "Aired" +msgstr "Emitirano" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Mogućnosti popisa izvođenja" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pauza" + +msgctxt "#31352" +msgid "Stop" +msgstr "Zaustavi" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Premotavanje unaprijed" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Premotavanje unazad" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video izbornik" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Preuzmi podnaslove" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Informacije slike" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Zadana presvlaka" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Temeljeno na Arialu" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Promijenite presvlaku · Postavite jezik i regiju · Izmijenite mogućnosti popisa datoteka · Postavite čuvara zaslona" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "UpravljaJte Vašom videotekom · Postavite mogućnosti video reprodukcije · Promijenite mogućnosti popisa video snimki · Postavite slova podnaslova" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Upravljajte Vašom fonotekom · Postavite mogućnosti reprodukcije glazbe · Promijenite mogućnosti popisa glazbe · Podešavanje dodavanja glazbe · Postavite karaoke mogućnosti" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Promijenite mogućnosti popisa slika · Podesite slikovnu prezentaciju" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Postavite tri grada za prikupljanje vremenskih informacija" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Postavite upravljanje Kodi-om putem UPnP-a i HTTP-a · Uredite dijeljenje datoteka · Postavite mogućnosti pristupa Internetu" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Postavite i kalibrirajte zaslon · Podesite zvučni izlaz · Postavite daljinsko upravljanje · Postavite mogućnosti uštede energije · Omogućite otklanjanje grešaka · Postavite glavno zaključavanje" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Podesite presvlaku · Dodajte i uklonite stavke početnog izbornika · Promijenite pozadine presvlake" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Odaberite svoj Kodi korisnički profil[CR]za prijavu i nastavite" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Kategorija Tipki u početnom Izborniku" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Brze poveznice početne stranice" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Ostale mogućnosti" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Vremenske informacije i tipka početnog zaslona" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Prečac dodataka" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV uživo" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Sakrij video pozadinu" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Dodaj grupu" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Preimenuj grupu" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Obriši grupu" diff --git a/addons/skin.estouchy/language/Czech/strings.po b/addons/skin.estouchy/language/Czech/strings.po new file mode 100644 index 0000000000..678ad9a734 --- /dev/null +++ b/addons/skin.estouchy/language/Czech/strings.po @@ -0,0 +1,305 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/xbmc-skins/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Nastavení zvuku" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Možnosti vizualizace" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Přednastavení vizualizace" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Místní nabídka" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Celá obrazovka" + +msgctxt "#31009" +msgid "Working..." +msgstr "Pracuji..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Přihlášen jako" + +msgctxt "#31011" +msgid "N/A" +msgstr "Nedostupné" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Hudba - Soubory" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Hlasitost ztlumena" + +msgctxt "#31024" +msgid "Page" +msgstr "Strana" + +msgctxt "#31025" +msgid "Items" +msgstr "Položek" + +msgctxt "#31030" +msgid "Info List" +msgstr "Seznam informací" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Obecné informace" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Přehrává se" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "PŘEHRÁVÁ SE" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "POZASTAVENO" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "PŘETÁČÍ SE VPŘED" + +msgctxt "#31045" +msgid "REWIND" +msgstr "PŘETÁČÍ SE ZPĚT" + +msgctxt "#31049" +msgid "End Time" +msgstr "Čas ukončení" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Řazení: vzestupně" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Řazení: sestupně" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Otevřít seznam stop" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Uložit seznam stop" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Zavřít seznam stop" + +msgctxt "#31058" +msgid "System music files" +msgstr "Hudební soubory systému" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Aktuální seznam stop" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Tento soubor se skládá z více částí. Vyberte tu, od které chcete spustit přehrávání." + +msgctxt "#31200" +msgid "Back" +msgstr "Zpět" + +msgctxt "#31201" +msgid "Location" +msgstr "Umístění" + +msgctxt "#31202" +msgid "View" +msgstr "Zobrazení" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Aktuální teplota" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Naposledy aktualizováno" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Poskytovatel dat" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Využitá paměť:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Současný zdroj dat" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Zvolit zdroj dat" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Možnosti vyhledávání obsahu" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Dostupné profily Kodi" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Naposledy přihlášen" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Song Selector" + +msgctxt "#31322" +msgid "Aired" +msgstr "Vysíláno" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Možnosti seznamu skladeb" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pozastavit" + +msgctxt "#31352" +msgid "Stop" +msgstr "Zastavit" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Rychle vpřed" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Přetočit zpět" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu videa" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Stáhnout titulky" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Info o obrázku" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Výchozí vzhled" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Písmo Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Změnit vzhled · Nastavit jazyk a region · Změnit možnosti výpisu souborů · Nastavit spořič obrazovky" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Spravovat vaši knihovnu videa · Nastavit možnosti přehrávání videa · Změnit možnosti výpisu videa · Nastavit font titulků" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Spravovat vaši knihovnu hudby · Nastavit možnosti přehrávání hudby · Změnit možnosti výpisu hudby · Nastavit odesílání skladeb · Nastavit možnosti karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Nastavit možnosti výpisu obrázků · Nastavit promítání" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Zadejte tři města pro sběr informací o počasí" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Nastavit ovládání Kodi skrze UPnP a HTTP · Nastavit sdílení souborů · Nastavit možnosti přístupu k internetu" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Nastavit a kalibrovat obrazovky · Nastavit zvukový výstup · Nastavit dálková ovládání · Nastavit možnosti úspory energie · Povolit Ladění · Nastavit rodičovský zámek" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Nastavit vzhled · Přidat a odebrat položky hlavního menu · Změnit pozadí vzhledu" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Vyberte váš uživatelské profil Kodi[CR]pro přihlášení a pokračování" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Rychlé odkazy rozšíření úvodní obrazovky" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Různá nastavení" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Tlačítko a informace o počasí úvodní obrazovky" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Zkratka rozšíření" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Televize" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Dostupné skupiny" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Přidat skupinu" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Přejmenovat skupinu" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Smazat skupinu" diff --git a/addons/skin.estouchy/language/Danish/strings.po b/addons/skin.estouchy/language/Danish/strings.po new file mode 100644 index 0000000000..8552e943b4 --- /dev/null +++ b/addons/skin.estouchy/language/Danish/strings.po @@ -0,0 +1,321 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/xbmc-skins/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Lydindstillinger" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualiseringsindstillinger" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Forudindstillinger til Visualisering" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Kontekstmenu" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Fuld skærm" + +msgctxt "#31009" +msgid "Working..." +msgstr "Arbejder..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Logget ind som" + +msgctxt "#31011" +msgid "N/A" +msgstr "Ikke tilgængelig" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musik - filer" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Nyeste Film" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Nyeste Afsnit" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Nyeste Albummer" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Lydstyrke Dæmpet" + +msgctxt "#31024" +msgid "Page" +msgstr "Side" + +msgctxt "#31025" +msgid "Items" +msgstr "Objekter" + +msgctxt "#31030" +msgid "Info List" +msgstr "Informationsliste" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info Bred" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Spiller Nu" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "AFSPILLER" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSE" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "SPOL FREM" + +msgctxt "#31045" +msgid "REWIND" +msgstr "SPOL TILBAGE" + +msgctxt "#31049" +msgid "End Time" +msgstr "Sluttidspunkt" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sorter: Stigende" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sorter: Faldende" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Åbn afspilningsliste" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Gem afspilningsliste" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Luk afspilningsliste" + +msgctxt "#31058" +msgid "System music files" +msgstr "Systemmusikfiler" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Nuværende afspilningsliste" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Denne fil er stakket. Vælg den del, der skal afspilles fra." + +msgctxt "#31200" +msgid "Back" +msgstr "Tilbage" + +msgctxt "#31201" +msgid "Location" +msgstr "Lokalitet" + +msgctxt "#31202" +msgid "View" +msgstr "Vis" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatur Nu" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Sidst Opdateret" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Dataleverandør" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Hukommelse i brug:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Nuværende Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Vælg en Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Valgmuligheder for Skanning af Indhold" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Tilgængelige Kodi-brugerprofiler" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Sidst logget ind" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Sangvælger til Karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Sendt" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Indstillinger til Afspilningsliste" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Spol Frem" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Spol Tilbage" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Videomenu" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Hent Undertekster" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Billedinformation" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skinnets standard" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arialbaseret" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Skift skin · Vælg sprog og region · Skift indstillinger for filvisning · Opsæt en pauseskærm" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Administrer dit videobibliotek · Vælg indstillinger for videoafspilning · Skift indstillinger for listevisning af videoer · Vælg skrifttype til undertekster" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Administrer dit musikbibliotek · Vælg indstillinger for musikafspilning · Skift indstillinger listevisning af musik · Opsæt sangindsendelse · Vælg karaokeindstillinger" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Vælg billedsorteringsindstillinger · Konfigurer diasshow" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Vælg tre byer, der skal indsamles vejrinformation for" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Indstil kontrol af Kodi via UPnP og HTTP · Konfigurer fildeling · Tilpas indstillinger for internetadgang" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Indstil og kalibrer skærme · Konfigurer lydoutput · Opsæt fjernbetjening · Vælg indstillinger for energibesparelse · Aktiver fejlsøgning· Opret hovedlås" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Tilpas skinnet · Tilføj og fjern emner i hovedmenuen · Skift baggrund til skin" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Vælg din Kodi brugerprofil[CR]for at logge ind og fortsætte" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Hjemmemenu Kategoriknapper" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Hurtig-links til Addons på Hjemmeskærm" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Diverse Indstillinger" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Information om og knap til Vejret på Hjemmeskærmen" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Genvej til Addon" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Skjul videobaggrund" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Tilføj Gruppe" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Omdøb Gruppe" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Slet Gruppe" diff --git a/addons/skin.estouchy/language/Dutch/strings.po b/addons/skin.estouchy/language/Dutch/strings.po new file mode 100644 index 0000000000..e11ce9fdd4 --- /dev/null +++ b/addons/skin.estouchy/language/Dutch/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/xbmc-skins/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Geluidsinstellingen" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualisatie Opties" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualisatie voorinstellingen" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Context Menu" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Volledig Scherm" + +msgctxt "#31009" +msgid "Working..." +msgstr "Bezig..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Momenteel ingelogd als" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Muziek - Bestanden" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Recente Films" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Recente Afleveringen" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Recente Albums" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volume Gedempt" + +msgctxt "#31024" +msgid "Page" +msgstr "Pagina" + +msgctxt "#31025" +msgid "Items" +msgstr "Items" + +msgctxt "#31030" +msgid "Info List" +msgstr "Info Lijst" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info Breed" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Speelt nu" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Laatste update:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "AFSPELEND" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "GEPAUZEERD" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "VOORUITSPOELEN" + +msgctxt "#31045" +msgid "REWIND" +msgstr "TERUGSPOELEN" + +msgctxt "#31049" +msgid "End Time" +msgstr "Eind tijd" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sorteren: Oplopend" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sorteren: Aflopend" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Open afspeellijst" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Save afspeellijst" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Sluit afspeellijst" + +msgctxt "#31058" +msgid "System music files" +msgstr "Systeem muziekbestanden" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Huidige afspeellijst" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Dit bestand bestaat uit meerdere delen, selecteer het gedeelte vanaf waar u wilt afspelen." + +msgctxt "#31200" +msgid "Back" +msgstr "Terug" + +msgctxt "#31201" +msgid "Location" +msgstr "Locatie" + +msgctxt "#31202" +msgid "View" +msgstr "Bekijken" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Huidige temperatuur" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Laatste update" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Data provider" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Geheugen-verbruik:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Huidige Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Kies een Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Inhoudsscan opties" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Beschikbare Kodi gebruikersprofielen" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Laatste login" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke liedjeskiezer" + +msgctxt "#31322" +msgid "Aired" +msgstr "Uitgezonden" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Playlist Opties" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pauze" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Vooruitspoelen" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Terugspoelen" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video Menu" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Ondertitels downloaden" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Afbeelding Info" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Standaard Skin" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial lettertype" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Verander je Skin · Instellen van Taal en Land · Verander bestandslijst opties · Stel een screensaver in" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Manage je video bibliotheek · Afspeelopties voor Video · Verander videolijst opties · Stel ondertitel font in" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Beheer je Muziek bibliotheek · Afspeelopties voor Muziek · Verander Muzieklijst opties · Stel liedjesaanbod in · Stel karaokeopties in" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Stel fotolijst opties in · Configureer diashow" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Stel drie steden in om weerinformatie te verzamelen" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Instellingen voor bedienen Kodi via UPnP en HTTP · nstellingen voor delen van bestanden · Internet instellingen" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Instellen en kalibreren van scherm · Configureer geluidsuitgang · Instellen van afstandsbediening · Instellingen voor energiebesparing · Zet debugging aan · Instellingen voor vergrendeling" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Instellingen voor Confluence Skin · Toevoegen en verwijderen van Home menu items · Verander skin achtergrond" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Kies je Kodi gebruikersprofiel[CR]om door te gaan" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Begin menu categorie knoppen" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Beginpagina add-on snelkoppelingen" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Diverse opties" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Beginscherm weerinformatie en knop" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Add-on snelkoppelingen" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SYNC" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Gebruik aangepaste achtergrond" + +msgctxt "#31554" +msgid "Background:" +msgstr "Achtergrond:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Configureer TV instellingen · Verander volledig scherm info · beer EPG data instellingen" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "In achtergrond spelende video verbergen" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Verberg visualisatie achtergrond" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Kanaal instellingen" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Beschikbare groepen" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Groep toevoegen" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Groep hernoemen" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Groep verwijderen" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Toon verborgen" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Toon verwijderde" diff --git a/addons/skin.estouchy/language/English (Australia)/strings.po b/addons/skin.estouchy/language/English (Australia)/strings.po new file mode 100644 index 0000000000..5ff4586363 --- /dev/null +++ b/addons/skin.estouchy/language/English (Australia)/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: English (Australia) (http://www.transifex.com/projects/p/xbmc-skins/language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Audio Settings" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualisation Options" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualisation Presets" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Context Menu" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Fullscreen" + +msgctxt "#31009" +msgid "Working..." +msgstr "Working..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Currently logged in as" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Music - Files" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Recent Movies" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Recent Episodes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Recent Albums" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volume Muted" + +msgctxt "#31024" +msgid "Page" +msgstr "Page" + +msgctxt "#31025" +msgid "Items" +msgstr "Items" + +msgctxt "#31030" +msgid "Info List" +msgstr "Info List" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info Wide" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Now Playing" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Last updated:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "PLAYING" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSED" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "FAST FORWARD" + +msgctxt "#31045" +msgid "REWIND" +msgstr "REWIND" + +msgctxt "#31049" +msgid "End Time" +msgstr "End Time" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sort: Ascending" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sort: Descending" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Open playlist" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Save playlist" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Close playlist" + +msgctxt "#31058" +msgid "System music files" +msgstr "System music files" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Current playlist" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "This file is stacked, select the part you want to play from." + +msgctxt "#31200" +msgid "Back" +msgstr "Back" + +msgctxt "#31201" +msgid "Location" +msgstr "Location" + +msgctxt "#31202" +msgid "View" +msgstr "View" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Current Temp" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Last Updated" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Data provider" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memory Used:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Current Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Choose a Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Content Scanning Options" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Currently available Kodi user profiles" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Last Logged In" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Song Selector" + +msgctxt "#31322" +msgid "Aired" +msgstr "Aired" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Playlist Options" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Fast Forward" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Rewind" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video Menu" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Download Subtitles" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Image Info" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin default" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial based" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Change the skin · Set language and region · Change file listing options · Set up a screensaver" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Set picture listing options · Configure slideshows" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Set three cities to collect weather information" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Setup the skin · Add and remove home menu items · Change skin backgrounds" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Select your Kodi user Profile[CR]to login and continue" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Home Menu Catagory Buttons" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Home Page Add-on Quick Links" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Miscellaneous Options" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Home Screen Weather Info and button" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Add-on Shortcut" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SYNC" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Use Custom Background" + +msgctxt "#31554" +msgid "Background:" +msgstr "Background:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Configure TV settings · Change full screen info · Manage EPG data settings" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Hide video background" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Hide visualisation background" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Channel settings" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Available groups" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Add Group" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Rename Group" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Delete Group" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Show hidden" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Show deleted" diff --git a/addons/skin.estouchy/language/English (New Zealand)/strings.po b/addons/skin.estouchy/language/English (New Zealand)/strings.po new file mode 100644 index 0000000000..e4e06c0988 --- /dev/null +++ b/addons/skin.estouchy/language/English (New Zealand)/strings.po @@ -0,0 +1,321 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: English (New Zealand) (http://www.transifex.com/projects/p/xbmc-skins/language/en_NZ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_NZ\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Audio Settings" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualisation Options" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualisation Presets" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Context Menu" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Fullscreen" + +msgctxt "#31009" +msgid "Working..." +msgstr "Working..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Currently logged in as" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Music - Files" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Recent Movies" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Recent Episodes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Recent Albums" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volume Muted" + +msgctxt "#31024" +msgid "Page" +msgstr "Page" + +msgctxt "#31025" +msgid "Items" +msgstr "Items" + +msgctxt "#31030" +msgid "Info List" +msgstr "Info List" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info Wide" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Now Playing" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "PLAYING" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSED" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "FAST FORWARD" + +msgctxt "#31045" +msgid "REWIND" +msgstr "REWIND" + +msgctxt "#31049" +msgid "End Time" +msgstr "End Time" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sort: Ascending" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sort: Descending" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Open playlist" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Save playlist" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Close playlist" + +msgctxt "#31058" +msgid "System music files" +msgstr "System music files" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Current playlist" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "This file is stacked, select the part you want to play from." + +msgctxt "#31200" +msgid "Back" +msgstr "Back" + +msgctxt "#31201" +msgid "Location" +msgstr "Location" + +msgctxt "#31202" +msgid "View" +msgstr "View" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Current Temp" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Last Updated" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Data provider" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memory Used:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Current Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Choose a Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Content Scanning Options" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Currently available Kodi user profiles" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Last Logged In" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Song Selector" + +msgctxt "#31322" +msgid "Aired" +msgstr "Aired" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Playlist Options" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Fast Forward" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Rewind" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video Menu" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Download Subtitles" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Image Info" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin default" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial based" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Change the skin · Set language and region · Change file listing options · Set up a screensaver" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Set picture listing options · Configure slideshows" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Set three cities to collect weather information" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Setup the skin · Add and remove home menu items · Change skin backgrounds" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Select your Kodi user Profile[CR]to login and continue" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Home Page Add-on Quick Links" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Miscellaneous Options" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Home Screen Weather Info and button" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Add-on Shortcut" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Hide video background" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Available groups" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Add Group" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Rename Group" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Delete Group" diff --git a/addons/skin.estouchy/language/English (US)/strings.po b/addons/skin.estouchy/language/English (US)/strings.po new file mode 100644 index 0000000000..d5ad882ee3 --- /dev/null +++ b/addons/skin.estouchy/language/English (US)/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: English (US) (http://www.transifex.com/projects/p/xbmc-skins/language/en_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Audio Settings" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualization Options" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualization Presets" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Context Menu" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Fullscreen" + +msgctxt "#31009" +msgid "Working..." +msgstr "Working..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Currently logged in as" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Music - Files" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Recent Movies" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Recent Episodes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Recent Albums" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volume Muted" + +msgctxt "#31024" +msgid "Page" +msgstr "Page" + +msgctxt "#31025" +msgid "Items" +msgstr "Items" + +msgctxt "#31030" +msgid "Info List" +msgstr "Info List" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info Wide" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Now Playing" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Last updated:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "PLAYING" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSED" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "FAST FORWARD" + +msgctxt "#31045" +msgid "REWIND" +msgstr "REWIND" + +msgctxt "#31049" +msgid "End Time" +msgstr "End Time" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sort: Ascending" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sort: Descending" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Open playlist" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Save playlist" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Close playlist" + +msgctxt "#31058" +msgid "System music files" +msgstr "System music files" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Current playlist" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "This file is stacked, select the part you want to play from." + +msgctxt "#31200" +msgid "Back" +msgstr "Back" + +msgctxt "#31201" +msgid "Location" +msgstr "Location" + +msgctxt "#31202" +msgid "View" +msgstr "View" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Current Temp" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Last Updated" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Data provider" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memory Used:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Current Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Choose a Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Content Scanning Options" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Currently available Kodi user profiles" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Last Logged In" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Song Selector" + +msgctxt "#31322" +msgid "Aired" +msgstr "Aired" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Playlist Options" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Fast Forward" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Rewind" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video Menu" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Download Subtitles" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Image Info" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin default" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial based" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Change the skin · Set language and region · Change file listing options · Set up a screensaver" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Set picture listing options · Configure slideshows" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Set three cities to collect weather information" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Setup the skin · Add and remove home menu items · Change skin backgrounds" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Select your Kodi user Profile[CR]to login and continue" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Home Menu Catagory Buttons" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Home Page Add-on Quick Links" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Miscellaneous Options" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Home Screen Weather Info and button" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Add-on Shortcut" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SYNC" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Use Custom Background" + +msgctxt "#31554" +msgid "Background:" +msgstr "Background:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Configure TV settings · Change full screen info · Manage EPG data settings" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Hide video background" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Hide visualization background" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Channel settings" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Available groups" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Add Group" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Rename Group" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Delete Group" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Show hidden" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Show deleted" diff --git a/addons/skin.estouchy/language/English/strings.po b/addons/skin.estouchy/language/English/strings.po new file mode 100644 index 0000000000..d85416419d --- /dev/null +++ b/addons/skin.estouchy/language/English/strings.po @@ -0,0 +1,362 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: English (http://www.transifex.com/projects/p/xbmc-skins/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 "#31002" +msgid "Audio Settings" +msgstr "" + +msgctxt "#31003" +msgid "IP" +msgstr "" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "" + +#empty string with id 31008 + +msgctxt "#31009" +msgid "Working..." +msgstr "" + +#empty string with id 31010 + +msgctxt "#31011" +msgid "Recent" +msgstr "" + +#empty string with id 31012 +#Used for subtitle button in the OSD + +msgctxt "#31013" +msgid "Movies" +msgstr "" + +msgctxt "#31014" +msgid "Episodes" +msgstr "" + +#empty string with id 31015 + +msgctxt "#31016" +msgid "Albums" +msgstr "" + +#empty strings from id 31017 to 31023 + +msgctxt "#31024" +msgid "Page" +msgstr "" + +#empty strings from id 31025 to 31029 +#ViewType labels + +msgctxt "#31030" +msgid "Info List" +msgstr "" + +#empty strings from id 31031 to 31037 +#Extra labels + +msgctxt "#31038" +msgid "Login" +msgstr "" + +msgctxt "#31039" +msgid "Updated:" +msgstr "" + +#empty strings from id 31040 to 31043 + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "" + +msgctxt "#31045" +msgid "REWIND" +msgstr "" + +#empty strings from id 31046 to 31048 + +msgctxt "#31049" +msgid "End Time" +msgstr "" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "" + +#empty strings from id 31052 to 31054 +#Playlist Editor labels + +msgctxt "#31055" +msgid "Open playlist" +msgstr "" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "" + +msgctxt "#31058" +msgid "System music files" +msgstr "" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "" + +#empty strings from id 31060 to 31199 +#Submenu labels + +msgctxt "#31200" +msgid "Back" +msgstr "" + +msgctxt "#31201" +msgid "Location" +msgstr "" + +msgctxt "#31202" +msgid "View" +msgstr "" + +#empty strings from id 31203 to 31299 +#Extra labels + +msgctxt "#31300" +msgid "Current Temp" +msgstr "" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "" + +#empty string with id 31302 + +msgctxt "#31303" +msgid "Data provider" +msgstr "" + +#empty strings from id 31304 to 31308 + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "" + +#empty strings from id 31310 to 31319 + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "" + +#empty strings with id 31321 + +msgctxt "#31322" +msgid "Aired" +msgstr "" + +#empty strings from id 31323 to 31354 +#Video and Music OSD Labels + +msgctxt "#31355" +msgid "Video Menu" +msgstr "" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "" + +#empty strings with id 31357 + +msgctxt "#31358" +msgid "Teletext" +msgstr "" + +#empty strings from id 31357 to 31389 +#Skin Fontsets + +msgctxt "#31390" +msgid "Skin default" +msgstr "" + +msgctxt "#31391" +msgid "Arial based" +msgstr "" + +#empty strings from id 31392 to 31399 +#Description Labels + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission" +msgstr "" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "" + +msgctxt "#31407" +msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" +msgstr "" + +#empty strings from id 31408 to 31420 + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "" + +#empty strings from id 31422 to 31499 +#Skin Setting Headers + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "" + +#empty strings from id 31503 to 31549 +#Skin Setting Options + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "" + +msgctxt "#31552" +msgid "SYNC" +msgstr "" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "" + +msgctxt "#31554" +msgid "Background:" +msgstr "" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "" + +msgctxt "#31556" +msgid "Live TV" +msgstr "" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "" + +msgctxt "#31560" +msgid "Available groups" +msgstr "" + +msgctxt "#31561" +msgid "Add Group" +msgstr "" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "" + +msgctxt "#31900" +msgid "First Run" +msgstr "" + +msgctxt "#31901" +msgid "There are two things to know about navigating Estouchy" +msgstr "" + +msgctxt "#31902" +msgid "The Kodi logo functions as a 'HOME' button. Whenever you touch it, you will be taken back to the home screen." +msgstr "" + +msgctxt "#31903" +msgid "When you are playing audio or video, the item title will appear at the top of the screen. Touching it will take you to the fullscreen visualization or video window." +msgstr "" + +msgctxt "#31904" +msgid "Now Playing Title..." +msgstr "" diff --git a/addons/skin.estouchy/language/Esperanto/strings.po b/addons/skin.estouchy/language/Esperanto/strings.po new file mode 100644 index 0000000000..de0678189b --- /dev/null +++ b/addons/skin.estouchy/language/Esperanto/strings.po @@ -0,0 +1,21 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/xbmc-skins/language/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin Default" diff --git a/addons/skin.estouchy/language/Estonian/strings.po b/addons/skin.estouchy/language/Estonian/strings.po new file mode 100644 index 0000000000..67662b9377 --- /dev/null +++ b/addons/skin.estouchy/language/Estonian/strings.po @@ -0,0 +1,297 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Estonian (http://www.transifex.com/projects/p/xbmc-skins/language/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Heli seaded" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visuaali seaded" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visuaalide eelhäälestused" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menüü" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Täisekraan" + +msgctxt "#31009" +msgid "Working..." +msgstr "Toimetamine..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Sisselogitud kui" + +msgctxt "#31011" +msgid "N/A" +msgstr "Puudub" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Muusika - Failid" + +msgctxt "#31024" +msgid "Page" +msgstr "Leht" + +msgctxt "#31025" +msgid "Items" +msgstr "Nimetused" + +msgctxt "#31030" +msgid "Info List" +msgstr "Info loend" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info lai" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Hetkel mängib" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "MÄNGIB" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSIS" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "KIIRELT EDASI" + +msgctxt "#31045" +msgid "REWIND" +msgstr "TAGASI" + +msgctxt "#31049" +msgid "End Time" +msgstr "Lõpu aeg" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Järjesta: Kasvav" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Järjesta: Kahanev" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Ava esitusloend" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Salvesta esitusloend" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Sulge esitusloend" + +msgctxt "#31058" +msgid "System music files" +msgstr "Süsteemi muusika failid" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Valitud esitusloend" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "See fail on järjehoidjaga. Vali koht, millest soovid taasesitust jätkata." + +msgctxt "#31200" +msgid "Back" +msgstr "Tagasi" + +msgctxt "#31201" +msgid "Location" +msgstr "Asukoht" + +msgctxt "#31202" +msgid "View" +msgstr "Vaata" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Ilm praegu" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Viimati uuendatud" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Teenusepakkuja" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Mälukasutus:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Käibiv kraabits" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Vali kraabits" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Sisu skaneerimise valikud" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Hetkel saadaolevad Kodi kasutajaprofiilid" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Viimane sisselogimine" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke lauluvalija" + +msgctxt "#31322" +msgid "Aired" +msgstr "Eetris" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Esitusloendi valikud" + +msgctxt "#31351" +msgid "Pause" +msgstr "Paus" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stopp" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Kiirelt edasi" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Tagasi" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video menüü" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Lae subtiitrid alla" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Pildi andmed" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Rüü vaikeväärtus" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial'il põhinev" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Muuda rüüd · Määra keel ja regioon · Muuda faililoendi valikuid · Seadista ekraanisäästja" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Halda oma videokogu · Määra video esituse valikud · Muuda videoloendi valikuid · Määra subtiitrite font" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Halda oma muusikakogu · Määra muusika esituse valikud · Muuda muusikaloendi valikuid · Seadista lugude edastamine · Seadista karaoke valikud" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Määra piltide loendi valikud · Konfigureeri slaidiesitlusi" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Määra kolm linna, mille ilmaandmeid koguda" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Seadista Kodi juhtimine läbi UPnP ja HTTP · Konfigureeri failide ühiskasutust · Määra internetiühenduse valikud" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Seadista ja kalibreeri ekraane · Konfigureeri heliväljundit · Seadista pulte · Määra energiasäästu seaded · Luba silumine · Seadista pealukk" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Seadista rüü · Lisa ja eemalda peamenüü elemente · Muuda rüü taustu" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Vali enda Kodi profiil[CR]ja jätka" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Peamenüü lisamooduli kiirlingid" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Mitmesugused seaded" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Ilma andmed ja nupp peamenüüs" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Lisamooduli otsetee" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Lisa grupp" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Nimeta grupp ümber" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Kustuta grupp" diff --git a/addons/skin.estouchy/language/Faroese/strings.po b/addons/skin.estouchy/language/Faroese/strings.po new file mode 100644 index 0000000000..30832dcb62 --- /dev/null +++ b/addons/skin.estouchy/language/Faroese/strings.po @@ -0,0 +1,189 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Faroese (http://www.transifex.com/projects/p/xbmc-skins/language/fo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Fullan skerm" + +msgctxt "#31009" +msgid "Working..." +msgstr "Arbeiði..." + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Tónleikur - Fílir" + +msgctxt "#31024" +msgid "Page" +msgstr "Síða" + +msgctxt "#31025" +msgid "Items" +msgstr "Lutir" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Spæli nú" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "SPÆLI" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "STEÐGUR" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "SKJÓTT FRAMM" + +msgctxt "#31045" +msgid "REWIND" +msgstr "AFTUR" + +msgctxt "#31049" +msgid "End Time" +msgstr "Liðugt" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Skipan: Vaksandi" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Skipan: Minkandi" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Opna spælilista" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Goym spælilista" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Sløkk spælilista" + +msgctxt "#31058" +msgid "System music files" +msgstr "Tónleikafíl til skipan" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Verðandi spælilisti" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Henda fíl er bólka, vel eitt stað tú ynskir at spæla frá." + +msgctxt "#31201" +msgid "Location" +msgstr "Stað" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Verðandi hiti" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Seinast dagført" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Veitari av upplýsing" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Brúkt minni:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Verðandi Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Vel ein Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Stilling til lesing av tilfari" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Seinasta innritan" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Val av Karaoke lag " + +msgctxt "#31322" +msgid "Aired" +msgstr "Víst" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Stilling av spælilista" + +msgctxt "#31351" +msgid "Pause" +msgstr "Steðga" + +msgctxt "#31352" +msgid "Stop" +msgstr "Gevst" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Skjótt framm" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Aftur" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Heinta undirtekstir" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Vanlig útsjónd" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Bygt á Arial" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Vel eina Kodi uppseting[CR]fyri at innrita og halda áfram" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Beinleiðis sjónvarp" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Stovna bólk" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Broyt bólk" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Strika bólk" diff --git a/addons/skin.estouchy/language/Filipino/strings.po b/addons/skin.estouchy/language/Filipino/strings.po new file mode 100644 index 0000000000..cd128a129f --- /dev/null +++ b/addons/skin.estouchy/language/Filipino/strings.po @@ -0,0 +1,109 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Filipino (http://www.transifex.com/projects/p/xbmc-skins/language/fil/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fil\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Buong Screen" + +msgctxt "#31024" +msgid "Page" +msgstr "Pahina" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "PLAYING" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "Pause" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "FAST FORWARD" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Buksan ang Playlist" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "I-Save ang Playlist" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Isara ang Playlist" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Kasalukuyang Playlist" + +msgctxt "#31201" +msgid "Location" +msgstr "Lokasyon" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Kasalukuyang Temperatura" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Gamit na Memory" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Kasalukuyang Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Pumili ng Scraper" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Huling Logged In" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Song Selector" + +msgctxt "#31322" +msgid "Aired" +msgstr "Pinalabas" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Fast Forward" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Rewind" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Mag-download ng Subtitle" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Default ng Skin" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Pumili ng Kodi user Profile[CR]pag mag-login at magpatuloy" diff --git a/addons/skin.estouchy/language/Finnish/strings.po b/addons/skin.estouchy/language/Finnish/strings.po new file mode 100644 index 0000000000..76e0d1e5db --- /dev/null +++ b/addons/skin.estouchy/language/Finnish/strings.po @@ -0,0 +1,325 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/xbmc-skins/language/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Ääniasetukset" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualisoinnin asetukset" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualisoinnin esiasetukset" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Pikavalikko" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Kokoruutu" + +msgctxt "#31009" +msgid "Working..." +msgstr "Suoritetaan..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Kirjautunut käyttäjänä" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musiikki - Tiedostot" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Viimeisimmät elokuvat" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Viimeisimmät jaksot" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Viimeisimmät albumit" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Ääni vaimennettu" + +msgctxt "#31024" +msgid "Page" +msgstr "Sivu" + +msgctxt "#31025" +msgid "Items" +msgstr "Kohdetta" + +msgctxt "#31030" +msgid "Info List" +msgstr "Lista ja tiedot" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Leveät tiedot" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Nyt toistetaan" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "TOISTETAAN" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "TAUKO" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "KELAUS ETEENPÄIN" + +msgctxt "#31045" +msgid "REWIND" +msgstr "KELAUS TAAKSEPÄIN" + +msgctxt "#31049" +msgid "End Time" +msgstr "Päättymisaika" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Järjestä: Nousevasti" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Järjestä: Laskevasti" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Avaa toistolista" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Tallenna toistolista" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Sulje toistolista" + +msgctxt "#31058" +msgid "System music files" +msgstr "Musiikkitiedostot" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Nykyinen toistolista" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Tämä tiedosto on pinottu, valitse osa jonka haluat toistaa." + +msgctxt "#31200" +msgid "Back" +msgstr "Takaisin" + +msgctxt "#31201" +msgid "Location" +msgstr "Sijainti" + +msgctxt "#31202" +msgid "View" +msgstr "Näkymä" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Tämänhetkinen säätila" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Viimeksi päivitetty" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Tietojen tarjoaja" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Käytetty muisti:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Nykyinen hakupaikka" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Valitse hakupaikka" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Sisällön hakuasetukset" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Saatavilla olevat käyttäjäprofiilit" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Viimeksi kirjauduttu" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke kappaleen valinta" + +msgctxt "#31322" +msgid "Aired" +msgstr "Esitetty" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Toistolistan asetukset" + +msgctxt "#31351" +msgid "Pause" +msgstr "Tauko" + +msgctxt "#31352" +msgid "Stop" +msgstr "Pysäytä" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Kelaa eteenpäin" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Kelaa taaksepäin" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Elokuvavalikko" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Lataa tekstitykset" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Kuvan tiedot" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Ulkoasun oletus" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial pohjainen" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Vaihda ulkoasua · Vaihda kieliasetuksia · Aseta tiedostolistauksen asetukset[CR]Aseta ruudunsäästäjä" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Hallitse videokirjastoa · Aseta videotoiston asetukset · Vaihda videolistauksen asetuksia · Aseta tekstitysasetukset" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Hallitse musiikkikirjastoa · Aseta musiikkitoiston asetukset · Vaihda musiikkilistauksen asetuksia · Aseta kappaleen lähetysasetuksia · Aseta karaoke-asetukset" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Aseta kuvalistauksen asetukset · Määritä kuvaesityksiä" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Aseta kolme kaupunkia joista noudetaan säätiedot" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Aseta Kodi:n ohjaus UPNP:n ja HTTP:n kautta · Määritä tiedostojen jako · Aseta internet-asetukset" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Aseta ja kalibroi näyttö · Määritä äänilähtö · Aseta kauko-ohjaus · Aseta sähkönsäästöasetukset · Ota debuggaus käyttöön · Muokkaa pääkäyttäjän lukituksia" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Aseta Confluence-ulkoasun asetukset · Lisää ja poista päävalikon kohteita · Vaihda ulkoasun taustakuvia" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Valitse Kodi-käyttäjäprofiili[CR]kirjautuaksesi sisään" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Päävalikon kategoria-painikkeet" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Päävalikon lisäosien pikavalinnat" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Sekalaiset asetukset" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Päävalikon säätiedot ja -painike" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Lisäosan pikavalinta" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV-lähetys" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Piilota taustavideo" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Saatavilla olevat ryhmät" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Lisää ryhmä" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Muuta ryhmän nimeä" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Poista ryhmä" diff --git a/addons/skin.estouchy/language/French (Canada)/strings.po b/addons/skin.estouchy/language/French (Canada)/strings.po new file mode 100644 index 0000000000..84c6fb12ba --- /dev/null +++ b/addons/skin.estouchy/language/French (Canada)/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: French (Canada) (http://www.transifex.com/projects/p/xbmc-skins/language/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Paramètres audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Verr[CR]maj" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Options de visualisation" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Préréglages des visualisations" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menu contextuel" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Plein écran" + +msgctxt "#31009" +msgid "Working..." +msgstr "Travail en cours..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Présentement connecté en tant que" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/D" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musique - Fichiers" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Films récents" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Épisodes récents" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Albums récents" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volume en sourdine" + +msgctxt "#31024" +msgid "Page" +msgstr "Page" + +msgctxt "#31025" +msgid "Items" +msgstr "Éléments" + +msgctxt "#31030" +msgid "Info List" +msgstr "Liste d'infos" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Infos - large" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Lecture en cours" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Dernière mise à jour :" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "LECTURE EN COURS" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "EN PAUSE" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "AVANCE RAPIDE" + +msgctxt "#31045" +msgid "REWIND" +msgstr "RETOUR RAPIDE" + +msgctxt "#31049" +msgid "End Time" +msgstr "Heure de fin" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Trier : croissant" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Trier : décroissant" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Ouvrir la liste de lecture" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Enregistrer la liste de lecture" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Fermer la liste de lecture" + +msgctxt "#31058" +msgid "System music files" +msgstr "Fichiers musicaux du système" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Liste de lecture actuelle" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Ce fichier est empilé. Choisir un point de départ de la lecture." + +msgctxt "#31200" +msgid "Back" +msgstr "Retour" + +msgctxt "#31201" +msgid "Location" +msgstr "Lieu" + +msgctxt "#31202" +msgid "View" +msgstr "Vue" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Température actuelle" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Dernière mise à jour" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Fournisseur de données" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Mémoire utilisée :" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Extracteur actuel" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Choisir un extracteur" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Options de balayage du contenu" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Profils d'utilisateurs Kodi proposés présentement" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Dernière connexion" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Sélecteur de chansons du karaoké" + +msgctxt "#31322" +msgid "Aired" +msgstr "Diffusé" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Options de la liste de lecture" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Arrêt" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Avance rapide" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Retour rapide" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu vidéo" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Télécharger les sous-titres" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Infos de l'image" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Habillage par défaut" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Basé sur arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Changer l'habillage · Définir la langue et la région · Changer les options de listage des fichiers · Définir un économiseur d'écran" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Gérer la vidéothèque · Définir les paramètres de lecture des vidéos · Changer les options de listage des vidéos - Définir les polices des sous-titres" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Gérer l'audiothèque · Définir les paramètres de lecture de la musique · Changer les options de listage de la musique - Régler l'envoi des morceaux - Définir les options de karaoké" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Définir les options de listage d'images · Configurer les diaporamas" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Définir trois villes pour recueillir des informations météo" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Paramétrer le contrôle de Kodi par UPnP et HTTP · Configurer le partage de fichiers · Définir les options d'accès à Internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Configurer et étalonner les affichages · Configurer les sorties audio · Configurer les télécommandes · Définir les options d'économie d'énergie · Activer le débogage · Configurer le verrou maître" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Configurer l'habillage · Ajouter et supprimer des éléments au menu d'accueil · Changer les arrière-plans de l'habillage" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Choisissez votre profil d'utilisateur Kodi[CR]pour vous connecter et continuer" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Boutons de catégories du menu d'accueil" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Liens rapides de l'addiciel sur la page d'accueil" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Options diverses" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Infos météo et son bouton sur l'écran d'accueil" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Raccourci de l'addiciel" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SYNCHRO" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Utiliser un arrière-plan personnalisé" + +msgctxt "#31554" +msgid "Background:" +msgstr "Arrière-plan : " + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Configurer les paramètres télé - Changer les infos en plein écran - Gérer les paramètres des données du GÉP" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Télé en direct" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Cacher la vidéo d'arrière-plan" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Cacher la visualisation d'arrière-plan" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Paramètres des chaînes" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Groupes proposés" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Ajouter un groupe" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Renommer le groupe" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Supprimer le groupe" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Afficher les masqués" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Afficher les supprimés" diff --git a/addons/skin.estouchy/language/French/strings.po b/addons/skin.estouchy/language/French/strings.po new file mode 100644 index 0000000000..0ba7158877 --- /dev/null +++ b/addons/skin.estouchy/language/French/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: French (http://www.transifex.com/projects/p/xbmc-skins/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Configuration audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps · Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Options de visualisation" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Prérèglages de visualisation" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menu contextuel" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Plein écran" + +msgctxt "#31009" +msgid "Working..." +msgstr "En cours..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Currently logged in as" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musique - Fichiers" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Films récents" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episodes récents" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Albums récents" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volume Muet" + +msgctxt "#31024" +msgid "Page" +msgstr "Page" + +msgctxt "#31025" +msgid "Items" +msgstr "Objets" + +msgctxt "#31030" +msgid "Info List" +msgstr "Liste complète" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info Wide" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "En cours de lecture" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Dernière mise à jour" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "LECTURE" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSE" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "AVANCE RAPIDE" + +msgctxt "#31045" +msgid "REWIND" +msgstr "RETOUR RAPIDE" + +msgctxt "#31049" +msgid "End Time" +msgstr "Heure de fin" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Tri: Ascendant" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Tri: Descendant" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Ouvrir la liste de lecture" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Sauvegarder la liste de lecture" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Fermer la liste de lecture" + +msgctxt "#31058" +msgid "System music files" +msgstr "Système de fichiers musicaux" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Liste de lecture en cours" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Ce fichier est empilé, sélectionnez la partie que vous voulez jouer." + +msgctxt "#31200" +msgid "Back" +msgstr "Retour" + +msgctxt "#31201" +msgid "Location" +msgstr "Emplacement" + +msgctxt "#31202" +msgid "View" +msgstr "Vue" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Current Temp" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Dernière mise à jour" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Fournisseur de données" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Mémoire utilisée:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper Actuel" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Choisissez un Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Options d'analyse de contenu" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Profils disponibles" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Dernier connecté" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Sélecteur de chanson du karaoké" + +msgctxt "#31322" +msgid "Aired" +msgstr "Diffusé" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Options liste de lecture" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Arrêter" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Avance Rapide" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Retour Rapide" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu Films" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Télécharger les Sous-titres" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Infos image" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Thème par défaut" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Basé sur Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Changer le thème · Réglage de la langue et de la région · Modifier les options de la liste de fichiers · Changer l'économiseur d'écran" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Gérer votre médiathèque · Définir les options de lecture · Modifier les options vidéo · Régler la police des sous-titres" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Gérer votre médiathèque · Définir les options de lecture · Modifier les options musicales · Soumettre des chansons · Changer les options du karaoké" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Définir les options d'image · Configurer les diaporamas" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Choisir les trois villes qui recueilleront les informations météorologiques" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Permettre le contrôle de Kodi via UPnP et HTTP · Configurer le partage des fichiers · Définir les options d'accès Internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Configurer les sorties vidéo et audio · Configurer les périphériques de contrôle · Définir les options de gestion d'énergie · Activer le débogage · Configurer la sécurité" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Setup the Confluence skin · Add and remove home menu items · Change skin backgrounds" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Sélectionnez votre profil d'utilisateur Kodi · pour vous connecter et continuer" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Ecran d'accueil boutons catégorie" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Home Page Add-on Quick Links" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Options Divers" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Ecran d'accueil Météo et bouton" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Raccourcis Add-on" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SYNC" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Utiliser un arrière-plan personnalisé" + +msgctxt "#31554" +msgid "Background:" +msgstr "Arrière-plan :" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Régler les paramètres TV · Changer les infos en plein écran · Gérer les paramètres de données du Guide des Programmes" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV en direct" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Masquer l'arrière-plan video" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Masquer l'arrière plan de visualisation" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Paramètres de chaîne" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Groupes disponibles" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Ajouter un groupe" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Renommer le groupe" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Supprimer le groupe" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Afficher les masqués" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Afficher les suppressions" diff --git a/addons/skin.estouchy/language/Galician/strings.po b/addons/skin.estouchy/language/Galician/strings.po new file mode 100644 index 0000000000..2ed58a23e7 --- /dev/null +++ b/addons/skin.estouchy/language/Galician/strings.po @@ -0,0 +1,325 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Galician (http://www.transifex.com/projects/p/xbmc-skins/language/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Configuracións de audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Bloq[CR]Maius" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opcións de visualización" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Preconfiguracións de visualización" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menú contextual" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Pantalla completa" + +msgctxt "#31009" +msgid "Working..." +msgstr "Traballando..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Ingresado como" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Música - Ficheiros" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Filmes recentes" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episodios recentes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Álbums Recentes" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Sen Son" + +msgctxt "#31024" +msgid "Page" +msgstr "Páxina" + +msgctxt "#31025" +msgid "Items" +msgstr "Elementos" + +msgctxt "#31030" +msgid "Info List" +msgstr "Información en lista" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Información ampla" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Agora reproducindo" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "REPRODUCINDO" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSADO" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ADIANTE" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ATRÁS" + +msgctxt "#31049" +msgid "End Time" +msgstr "Tempo final" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Ordear: Ascendentemente" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Ordear: Descendentemente" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Abrir lista de reprodución" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Gardar lista de reprodución" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Pechar lista de reprodución" + +msgctxt "#31058" +msgid "System music files" +msgstr "Arquivos de música do sistema" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Lista de reprodución actual" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Este arquivo esta amontoado, selecione a parte que desexa reproducir." + +msgctxt "#31200" +msgid "Back" +msgstr "Atrás" + +msgctxt "#31201" +msgid "Location" +msgstr "Localización" + +msgctxt "#31202" +msgid "View" +msgstr "Vista" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatura actual" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Última actualización" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Proveedor de datos" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memoria empregada:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper actual" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Escolla un scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opcións de escaneo de contido" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Perfís de usuario de Kodi dispoñibles" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Último ingreso" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Seletor de cancións do Karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Emitido" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opcións da lista de reprodución" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pausa" + +msgctxt "#31352" +msgid "Stop" +msgstr "Parar" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Adiante" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Atrás" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menú de video" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Descargar subtítulos" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Información da imaxe" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Pel por defecto" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Baseado en Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Trocar pel · Estabrecer lingua e rexión · Trocar opcións do listado de arquivos · Configurar un gardapantallas" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Xestionar a bibloteca de video · Estabrecer as opcións de reprodución de video · Trocar as opcións do listade de videos · Estabrecer fonte de subtítulos" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Xestionar a bibloteca de música · Estabrecer as opcións de reprodución de música · Trocar as opcións de listado da música · Estabrecer sumisión de canción · Estabrecer opcións do karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Estabrecer as opcións do listado de imaxes · Configurar presentacións" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Estabrecer tres cidades para colleitar información meteorolóxica" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Configurar o control de Kodi vía UPnP e HTTP · Configurar a compartición de arquivos · Estabrecer as opcións de acceso a internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Configurar e calibrar as pantallas · Configurar a saída de audio · Configurar os controis remotos · Estabrecer as opcións de aforro enerxético · Activar depurado · Configurar bloque mestre" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Configurar a pel · Engadir e borrar elementos do menú inicial · Trocar os fondos da pel" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Selecione o seu perfíl de usuario de Kodi[CR]para ingresar e continuar" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Botóns de categorías do menú inicial" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Enlaces de acceso rápido a Engadidos na páxina inicial" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Opcións varias" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Botón e información da pantalla meteorolóxica inicial" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Atallo a Engadido" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV en Directo" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Agochar os fondos de vídeo" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Grupos dispoñíbeis" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Engadir Grupo" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Renomear Grupo" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Eliminar Grupo" diff --git a/addons/skin.estouchy/language/Georgian/strings.po b/addons/skin.estouchy/language/Georgian/strings.po new file mode 100644 index 0000000000..a002dcebf4 --- /dev/null +++ b/addons/skin.estouchy/language/Georgian/strings.po @@ -0,0 +1,217 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Georgian (http://www.transifex.com/projects/p/xbmc-skins/language/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "აუდიოს პარამეტრები" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "ვიზუალიზაციის პარამეტრები" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "ვიზუალიზაციის პრესეტები" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "კონტექსტური მენიუ" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "სრული ეკრანი" + +msgctxt "#31009" +msgid "Working..." +msgstr "დამუშავება..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "შემოსული ხართ როგორც" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "მუსიკალური ფაილები" + +msgctxt "#31024" +msgid "Page" +msgstr "გვერდი" + +msgctxt "#31025" +msgid "Items" +msgstr "ელემენტები" + +msgctxt "#31030" +msgid "Info List" +msgstr "ინფოს სია" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "ინფო ფართოდ" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "ახლა უკრავს" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "უკრავს" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "პაუზა" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "წინ გადახვევა" + +msgctxt "#31045" +msgid "REWIND" +msgstr "უკან გადახვევა" + +msgctxt "#31049" +msgid "End Time" +msgstr "დასრულების დრო" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "სორტირება: ზრდადობით" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "სორტირება: კლებადობით" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "ფლეილისტის გახსნა" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "ფლეილისტის შენახვა" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "ფლეილისტის დახურვა" + +msgctxt "#31058" +msgid "System music files" +msgstr "სისტემის მუსიკალური ფაილები" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "მიმდინარე ფლეილისტი" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "ეს ფაილი შეიცავს დასტებს, შეარჩიეთ ის ნაწილი რომლის დაკვრაც გინდათ." + +msgctxt "#31200" +msgid "Back" +msgstr "უკან" + +msgctxt "#31201" +msgid "Location" +msgstr "მდებარეობა" + +msgctxt "#31202" +msgid "View" +msgstr "ნახვა" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "მიმდინარე ტემპი" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "ბოლო განახლება" + +msgctxt "#31303" +msgid "Data provider" +msgstr "მონაცემების მომწოდებელი" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "გამოყენებული მეხსიერება:" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "შიგთავსის სკანირების პარამეტრები" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "ბოლოს შემოსული" + +msgctxt "#31322" +msgid "Aired" +msgstr "ეთერში გავიდა" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "ფლეილისტის პარამეტრები" + +msgctxt "#31351" +msgid "Pause" +msgstr "პაუზა" + +msgctxt "#31352" +msgid "Stop" +msgstr "შეჩერება" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "წინ გადახვევა" + +msgctxt "#31354" +msgid "Rewind" +msgstr "უკან გადახვევა" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "ვიდეოს მენიუ" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "სუბტიტრების გადმოწერა" + +msgctxt "#31357" +msgid "Image Info" +msgstr "ნახატის ინფო" + +msgctxt "#31390" +msgid "Skin default" +msgstr "თემაში ნაგულისხმევი" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "სხვა პარამეტრები" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "დამატებების გამშვები" diff --git a/addons/skin.estouchy/language/German/strings.po b/addons/skin.estouchy/language/German/strings.po new file mode 100644 index 0000000000..d283e45b9b --- /dev/null +++ b/addons/skin.estouchy/language/German/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: German (http://www.transifex.com/projects/p/xbmc-skins/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Audioeinstellungen" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Feststell-[CR]Taste" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualisierungsoptionen" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualisierungsvoreinstellungen" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Kontextmenü" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Vollbild" + +msgctxt "#31009" +msgid "Working..." +msgstr "Verarbeitung..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Zurzeit angemeldet als" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/V" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musik - Dateien" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Letzte Filme" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Letzte Folgen" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Letzte Alben" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Stumm" + +msgctxt "#31024" +msgid "Page" +msgstr "Seite" + +msgctxt "#31025" +msgid "Items" +msgstr "Einträge" + +msgctxt "#31030" +msgid "Info List" +msgstr "Infoliste" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Breite Info" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Es läuft" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Letzte Aktualisierung:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "WIEDERGABE" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSE" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "SCHNELL VORSPULEN" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ZURÜCKSPULEN" + +msgctxt "#31049" +msgid "End Time" +msgstr "Endet um" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sortieren: Aufsteigend" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sortieren: Absteigend" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Wiedergabeliste öffnen" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Wiedergabeliste speichern" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Wiedergabeliste schließen" + +msgctxt "#31058" +msgid "System music files" +msgstr "System-Musikdateien" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Aktuelle Wiedergabeliste" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Die Datei hat mehrere Teile, ab wo soll die Wiedergabe starten?." + +msgctxt "#31200" +msgid "Back" +msgstr "Zurück" + +msgctxt "#31201" +msgid "Location" +msgstr "Ort" + +msgctxt "#31202" +msgid "View" +msgstr "Ansicht" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Aktuelle Temperatur" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Letzte Aktualisierung" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Datenlieferant" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Speicherauslastung:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Aktueller Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Wähle einen Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Inhaltsscanoptionen" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Aktuell verfügbare Kodi-Benutzerprofile" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Letzte Anmeldung" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke-Songauswahl" + +msgctxt "#31322" +msgid "Aired" +msgstr "Ausgestrahlt" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Wiedergabelistenoptionen" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stopp" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Schnell vorspulen" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Zurückspulen" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Videomenü" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Untertitel herunterladen" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Bildinfo" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin-Standard" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial-basiert" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Skin ändern - Sprache und Region festlegen - Dateiauflistungsoptionen ändern - Bildschirmschoner einrichten" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Verwalten Sie Ihre Videobibliothek - Videowiedergabeoptionen festlegen - Videoauflistungsoptionen ändern - Untertitelschriftarten festlegen" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Verwalten Sie Ihre Musikbibliothek - Musikwiedergabeoptionen festlegen - Musikauflistungsoptionen ändern - Songeinsendung einrichten - Karaokeoptionen festlegen" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Bildauflistungsoptionen festlegen - Bildvorführungen konfigurieren" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Legen Sie drei Städte zum Sammeln der Wetterinformationen fest" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Steuerung von Kodi über UPnP und HTTP einrichten - Dateiaustausch konfigurieren - Internetzugangsoptionen festlegen" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Bildschirm einrichten und kalibrieren - Audioausgabe konfigurieren - Fernbedienungen einrichten - Energiesparoptionen festlegen - Fehlersuche aktivieren - Hauptsperre einrichten" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Skin einrichten - Hauptmenüeinträge hinzufügen und entfernen - Skin-Hintergründe ändern" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Wählen Sie Ihr Kodi-Benutzerprofil[CR]zum Anmelden und Fortfahren aus" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Kategorie-Schaltflächen im Hauptmenü" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Addon-Verknüfung im Hauptmenü" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Verschiedene Optionen" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Wetterinfo und Schaltfläche im Hauptmenü" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Add-on-Verknüpfung" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SYNCHRONISIEREN" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Benutzerdefinierten Hintergrund verwenden" + +msgctxt "#31554" +msgid "Background:" +msgstr "Hintergrund:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Fernseheinstellungen konfigurieren · Vollbildinformationen ändern · EPG-Dateneinstellungen verwalten" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live-Fernsehen" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Videohintergrund ausblenden" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Visualisierungshintergrund ausblenden" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Sendereinstellungen" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Verfügbare Gruppen" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Gruppe hinzufügen" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Gruppe umbenennen" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Gruppe löschen" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Verborgene anzeigen" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Gelöschte anzeigen" diff --git a/addons/skin.estouchy/language/Greek/strings.po b/addons/skin.estouchy/language/Greek/strings.po new file mode 100644 index 0000000000..73218a6c61 --- /dev/null +++ b/addons/skin.estouchy/language/Greek/strings.po @@ -0,0 +1,325 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Greek (http://www.transifex.com/projects/p/xbmc-skins/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Ρυθμίσεις Ήχου" + +msgctxt "#31003" +msgid "IP" +msgstr "Πρωτόκολλο Internet (IP)" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Ρυθμίσεις Οπτικοποίησης" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Προρυθμίσεις Οπτικοποιητή" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Μενού Επιλογών" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Πλήρης Οθόνη" + +msgctxt "#31009" +msgid "Working..." +msgstr "Απασχολημένο..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Συνδεδεμένος ως" + +msgctxt "#31011" +msgid "N/A" +msgstr "Άγνωστο" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Αρχεία Μουσικής" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Πρόσφατες Ταινίες" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Πρόσφατα Επεισόδια" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Πρόσφατα Άλμπουμ" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Σίγαση ήχου" + +msgctxt "#31024" +msgid "Page" +msgstr "Σελίδα" + +msgctxt "#31025" +msgid "Items" +msgstr "Αντικείμενα" + +msgctxt "#31030" +msgid "Info List" +msgstr "Λίστα Πληροφοριών" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Πληροφορίες Ευρύ" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Τώρα Εκτελείται" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ΑΝΑΠΑΡΑΓΩΓΗ" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "ΠΑΥΣΗ" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ΜΠΡΟΣΤΑ" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ΠΙΣΩ" + +msgctxt "#31049" +msgid "End Time" +msgstr "Χρόνος Λήξης" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Ταξ.: Αύξουσα" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Ταξ.: Φθίνουσα" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Άνοιγμα λίστας αναπ/γής" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Αποθήκευση λίστας αναπ/γής" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Κλείσιμο λίστας αναπ/γής" + +msgctxt "#31058" +msgid "System music files" +msgstr "Αρχεία μουσικής συστήματος" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Τρέχουσα λίστα αναπ/γής" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Αυτό το αρχείο είναι στοιβαγμένο, επιλέξτε από που να γίνει αναπαραγωγή." + +msgctxt "#31200" +msgid "Back" +msgstr "Πίσω" + +msgctxt "#31201" +msgid "Location" +msgstr "Τοποθεσία" + +msgctxt "#31202" +msgid "View" +msgstr "Προβολή" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Τρέχουσα Θερμοκρασία" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Τελευταία Ενημέρωση" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Πάροχος δεδομένων" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Χρήση Μνήμης:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Τρέχον Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Επιλογή Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Επιλογές Σάρωσης Περιεχομένου" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Διαθέσιμα προφίλ χρηστών Kodi" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Τελευταία Είσοδος" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Επιλογή Τραγουδιού Karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Πρώτη προβολή" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Επιλογές λίστας αναπ/γής" + +msgctxt "#31351" +msgid "Pause" +msgstr "Παύση" + +msgctxt "#31352" +msgid "Stop" +msgstr "Διακοπή" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Μπροστά" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Πίσω" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Μενού Βίντεο" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Λήψη Υποτίτλων" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Πληροφορίες Εικόνας" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Προεπιλογή" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Βασισμένη σε Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Αλλαγή κελύφους · Αλλαγή χώρας και γλώσσας συστήματος · Επιλογές καταλόγου αρχείων · Προσαρμογή της προφύλαξης οθόνης" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Διαχείριση της συλλογής βίντεο · Ρύθμιση αναπαραγωγής βίντεο · Επιλογές καταλόγου ταινιών · Ρύθμιση γραμματοσειράς υποτίτλων" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Διαχείριση της συλλογής τραγουδιών · Ρύθμιση αναπαραγωγής μουσικής · Επιλογές καταλόγου μουσικής · Ρύθμιση υποβολής τραγουδιού · Επιλογές karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Επιλογές καταλόγου εικόνων · Ρύθμιση παρουσίασης διαφανειών" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Ορισμός τριών πόλεων για τις οποίες θα γίνεται πρόγνωση καιρού" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Χειρισμός του Kodi μέσω UPnP και HTTP · Ρύθμιση κοινής χρήσης αρχείων · Ρύθμιση επιλογών σύνδεσης διαδικτύου" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Διαμόρφωση και βαθμονόμηση οθονών · Ρύθμιση εξόδου ήχου · Εγκατάσταση τηλεχειριστηρίων · Ρύθμιση εξοικονόμησης ενέργειας · Εντοπισμός σφαλμάτων (debug) · Ρύθμιση κεντρικού κλειδώματος" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Ρύθμιση του κελύφους · Προσθήκη και απομάκρυνση αντικειμένων από την αρχική οθόνη · Αλλαγή υποβάθρου κελύφους" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Επιλέξτε προφίλ χρήστη για το Kodi[CR]για να συνδεθείτε και να συνεχίσετε" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Πλήκτρα Κατηγοριών Κεντρικού Μενού" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Ταχείς Σύνδεσμοι Πρόσθετων Αρχικής Οθόνης" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Διάφορες Επιλογές" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Πληροφορίες Καιρού Αρχικής Οθόνης και πλήκτρο" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Συντόμευση Πρόσθετου" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Απόκρυψη υποβάθρου βίντεο" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Διαθέσιμα γκρουπ" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Προσθήκη Γκρουπ" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Ονομασία Γκρουπ" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Διαγραφή Γκρουπ" diff --git a/addons/skin.estouchy/language/Hebrew/strings.po b/addons/skin.estouchy/language/Hebrew/strings.po new file mode 100644 index 0000000000..055b854e3b --- /dev/null +++ b/addons/skin.estouchy/language/Hebrew/strings.po @@ -0,0 +1,353 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/xbmc-skins/language/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "הגדרות שמע" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "אפשרויות חיזוי" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "קביעוני חיזוי" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "תפריט משני" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "מסך מלא" + +msgctxt "#31009" +msgid "Working..." +msgstr "עסוק..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "מחובר כעת בתור" + +msgctxt "#31011" +msgid "N/A" +msgstr "לא זמין" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "מוזיקה - קבצים" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "סרטים אחרונים" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "פרקים אחרונים" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "אלבומים אחרונים" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "מושתק" + +msgctxt "#31024" +msgid "Page" +msgstr "עמוד" + +msgctxt "#31025" +msgid "Items" +msgstr "פריטים" + +msgctxt "#31030" +msgid "Info List" +msgstr "רשימת מידע" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "מידע רחב" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "מנגן כעת" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "עודכן לאחרונה:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "מנגן" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "מושהה" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "הרצה קדימה" + +msgctxt "#31045" +msgid "REWIND" +msgstr "הרצה אחורה" + +msgctxt "#31049" +msgid "End Time" +msgstr "זמן סיום" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "סדר מיון: עולה" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "סדר מיון: יורד" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "פתיחת רשימת ניגון" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "שמירת רשימת ניגון" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "סגירת רשימת ניגון" + +msgctxt "#31058" +msgid "System music files" +msgstr "קבצי מוזיקת מערכת" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "רשימת ניגון נוכחית" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "קובץ זה שייך לערימה. יש לבחור חלק ממנו יתחיל הניגון." + +msgctxt "#31200" +msgid "Back" +msgstr "אחורה" + +msgctxt "#31201" +msgid "Location" +msgstr "מיקום" + +msgctxt "#31202" +msgid "View" +msgstr "תצוגה" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "טמפ' נוכחית" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "עודכן לאחרונה" + +msgctxt "#31303" +msgid "Data provider" +msgstr "ספק מידע" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "זכרון בשימוש:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "סקרייפר נוכחי" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "בחירת סקרייפר" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "אפשרויות סריקת תוכן" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "חשבונות משתמש Kodi זמינים" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "חובר לאחרונה" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "בוחר שיר קריוקי" + +msgctxt "#31322" +msgid "Aired" +msgstr "שודר" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "אפשרויות רשימת ניגון" + +msgctxt "#31351" +msgid "Pause" +msgstr "השהיה" + +msgctxt "#31352" +msgid "Stop" +msgstr "עצירה" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "הרצה קדימה" + +msgctxt "#31354" +msgid "Rewind" +msgstr "הרצה אחורה" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "תפריט וידאו" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "הורדת כתוביות" + +msgctxt "#31357" +msgid "Image Info" +msgstr "פרטי תמונה" + +msgctxt "#31390" +msgid "Skin default" +msgstr "ברירת מחדל של המעטפת" + +msgctxt "#31391" +msgid "Arial based" +msgstr "מבוסס Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "החלפת מעטפת · בחירת שפה ואזור זמן · שינוי אפשרויות תצוגת קבצים · הגדרת שומר מסך" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "ניהול ספריית הווידאו · קביעת העדפות ניגון וידאו · שינוי אפשרויות תצוגת קבצי וידאו · הגדרת גופן כתוביות" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "ניהול ספריית המוזיקה · קביעת העדפות ניגון מוזיקה · שינוי אפשרויות תצוגת קבצי מוזיקה · הגדרת אפשרויות קריוקי" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "הגדרת אפשרויות תצוגת קבצי תמונה · הגדרת אפשרויות מצגת תמונה" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "בחירת עד שלוש ערים עבורן תוצג תחזית מזג אוויר" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "הגדרות שליטה על Kodi דרך UPnP ו־HTTP · הגדרות שיתוף קבצים · הפעלת Zeroconf · הגדרות AirPlay" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "הגדרת וכיול התקני תצוגה · הגדרת התקן פלט שמע · הגדרת שלט רחוק · קביעת העדפות חיסכון בחשמל · הפעלת יומן רישום מורחב · הגדרת קוד נעילה ראשי" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "הגדרת המעטפת · הוספת והסרת פריטי תפריט מסך הבית · שינוי רקעי המעטפת" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "יש לבחור חשבון משתמש Kodi[CR]להתחברות והמשך" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "כפתורי קטגוריות מסך הבית" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "קישורים מהירים להרחבות במסך הבית" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "אפשרויות שונות" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "מידע וכפתור מזג אוויר במסך הבית" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "קיצור דרך להרחבה" + +msgctxt "#31552" +msgid "SYNC" +msgstr "סנכרון" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "השתמש ברקע מותאם אישית" + +msgctxt "#31554" +msgid "Background:" +msgstr "רקע:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "שינוי הגדרות טלוויזיה · שינוי המידע המוצג במסך מלא · ניהול הגדרות נתוני לוח השידורים" + +msgctxt "#31556" +msgid "Live TV" +msgstr "טלוויזיה חיה" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "אל תציג וידאו ברקע" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "אל תציג חיזוי ברקע" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "הגדרות ערוץ" + +msgctxt "#31560" +msgid "Available groups" +msgstr "קבוצות זמינות" + +msgctxt "#31561" +msgid "Add Group" +msgstr "הוספת קבוצה" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "שינוי שם קבוצה" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "מחיקת קבוצה" diff --git a/addons/skin.estouchy/language/Hindi (Devanagiri)/strings.po b/addons/skin.estouchy/language/Hindi (Devanagiri)/strings.po new file mode 100644 index 0000000000..4e2604364c --- /dev/null +++ b/addons/skin.estouchy/language/Hindi (Devanagiri)/strings.po @@ -0,0 +1,33 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Hindi (Devanagiri) (http://www.transifex.com/projects/p/xbmc-skins/language/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "संगीत - फाइलें" + +msgctxt "#31024" +msgid "Page" +msgstr "पृष्ठ" + +msgctxt "#31025" +msgid "Items" +msgstr "वस्तुए" + +msgctxt "#31201" +msgid "Location" +msgstr "स्थान" diff --git a/addons/skin.estouchy/language/Hungarian/strings.po b/addons/skin.estouchy/language/Hungarian/strings.po new file mode 100644 index 0000000000..51b6a7f24a --- /dev/null +++ b/addons/skin.estouchy/language/Hungarian/strings.po @@ -0,0 +1,349 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/xbmc-skins/language/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Audió beállítások" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Billentyű[CR]Zár" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Vizualizáció opciók" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Vizualizáció altípusok" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menü" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Teljes képernyő" + +msgctxt "#31009" +msgid "Working..." +msgstr "Dolgozom..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Jelenleg bejelentkezve mint" + +msgctxt "#31011" +msgid "N/A" +msgstr "Nincs adat" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Zene - Fájlok" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Jelenlegi filmek" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Jelenlegi részek" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Jelenlegi albumok" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Némítás" + +msgctxt "#31024" +msgid "Page" +msgstr "Oldal" + +msgctxt "#31025" +msgid "Items" +msgstr "Elemek" + +msgctxt "#31030" +msgid "Info List" +msgstr "Infó lista" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Széles infó" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Most játszott" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "LEJÁTSZVA" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "MEGÁLLÍTVA" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ELŐRETEKERÉS" + +msgctxt "#31045" +msgid "REWIND" +msgstr "VISSZATEKERÉS" + +msgctxt "#31049" +msgid "End Time" +msgstr "Befejezés időpontja" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Rendezés : növekvő" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Rendezés : csökkenő" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Játszási lista megnyitása" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Játszási lista mentése" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Játszási lista törlése" + +msgctxt "#31058" +msgid "System music files" +msgstr "Rendszer zene fájlok" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Aktuális játszási lista" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Ez a fájl egyesítve volt, válaszd a részt amelyikből játszani akarsz" + +msgctxt "#31200" +msgid "Back" +msgstr "Vissza" + +msgctxt "#31201" +msgid "Location" +msgstr "Hely" + +msgctxt "#31202" +msgid "View" +msgstr "Nézet" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Jelenlegi hőmérséklet" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Utoljára módosítva" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Adatszolgáltató" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Használt memória:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Jelenlegi leolvasó" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Leolvasó kiválasztása" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Tartalom átvizsgálási opciók" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Jelenleg elérhető Kodi felhasználói profilok" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Utoljára bejelentkezve" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke dalválasztó" + +msgctxt "#31322" +msgid "Aired" +msgstr "Sugárzott" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Lejátszási lista opciók" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pillanat állj" + +msgctxt "#31352" +msgid "Stop" +msgstr "Állj" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Gyors előre" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Vissza" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Videó menü" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Felirat letöltése" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Kép infó" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Felszín alapértelmezése" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial betűkészlet" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Felszín választás · Nyelv és régió beállítás · Fájllista beállítások · Képernyővédő beállítása" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Filmkönyvtár beállítása · Filmlejátszási opciók · Filmlistázási opciók · Feliratok betűtípusa" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Zenekönyvtár beállítása · Zenelejátszási opciók · Zenelistázási opciók · Zeneszámok beállítása · Karaoke opciók" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Képlistázási opciók · Diavetítés beállítása" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "3 város beállítása az időjáráshoz" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Az Kodi beállítása UPnP-n és HTTP-n történő eléréshez · Fájlmegosztások · Internet hozzáférési opciók" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Kijelző beállítása / kalibrálása · Hangkimenet beállítása · Távvzérlés beállítása · Energiagazdálkodási opciók · Debug · Mesterzár beállítása" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Felszín beállítások · Főmenü elemek hozzáadása / törlése · Felszín hátterek beállítása" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Az Kodi profilod kiválasztása[CR]bejelentkezéshez és folytatás" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Főmenü kategória gombok" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Főoldal kiegészítő gyorslinkek" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Egyéb opciók" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Főmenü időjárás infó és gomb" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Kiegészítő parancsikon" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SZINKRONIZÁL" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Egyéni háttér használata" + +msgctxt "#31554" +msgid "Background:" +msgstr "Háttér:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "TV beállítások - Teljes képernyős infó beállítása - EPG adatok beállítása" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Élő TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Film háttér elrejtése" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Vizualizációs háttér elrejtése" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Csatorna beállítások" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Elérhető csoportok" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Csoport hozzáadása" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Csoport átnevezése" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Csoport törlése" diff --git a/addons/skin.estouchy/language/Icelandic/strings.po b/addons/skin.estouchy/language/Icelandic/strings.po new file mode 100644 index 0000000000..ab0ff4cdc6 --- /dev/null +++ b/addons/skin.estouchy/language/Icelandic/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/xbmc-skins/language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Hljóðstillingar" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Myndskreyting valmöguleikar" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Myndskreyting forstillingar" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Samhengisvalmynd" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Allur skjárinn" + +msgctxt "#31009" +msgid "Working..." +msgstr "Vinnur..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Skráður inn sem" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Tónlist - skrár" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Nýlegar kvikmyndir" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Nýlegar þáttaraðir" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Nýlegar plötur" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Hljóð þaggað" + +msgctxt "#31024" +msgid "Page" +msgstr "Síða" + +msgctxt "#31025" +msgid "Items" +msgstr "Hlutir" + +msgctxt "#31030" +msgid "Info List" +msgstr "Upplýsingalisti" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Upplýsingar - vítt" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Í spilun" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Síðast uppfært:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "SPILA" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "Í BIÐ" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "HRATT ÁFRAM" + +msgctxt "#31045" +msgid "REWIND" +msgstr "TIL BAKA" + +msgctxt "#31049" +msgid "End Time" +msgstr "Lokatími" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Raða: Hækkandi" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Raða: Lækkandi" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Opna spilunarlista" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Vista spilunarlista" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Loka spilunarlista" + +msgctxt "#31058" +msgid "System music files" +msgstr "Kerfi tónlistarskrár" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Núverandi spilunarlisti" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Þessi skrá er hluti af stafla, veldu þann hluta sem þú vilt spila" + +msgctxt "#31200" +msgid "Back" +msgstr "Til baka" + +msgctxt "#31201" +msgid "Location" +msgstr "Staðsetning" + +msgctxt "#31202" +msgid "View" +msgstr "Sýn" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Hitastig" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Síðast uppfært" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Uppruni gagna" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Minni í notkun:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Núverandi skrapari" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Veldu skrapara" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Valmöguleikar tengir innhaldsleit" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Tiltækilegir Kodi notendur" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Síðasta innskráning" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke lagaval" + +msgctxt "#31322" +msgid "Aired" +msgstr "Sýnt" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Spilunarlista valmöguleikar" + +msgctxt "#31351" +msgid "Pause" +msgstr "Bið" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stöðva" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Hratt áfram" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Til baka" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Myndefnis valmynd" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Niðurhala þýðingartextum" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Upplýsingar um mynd" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Sjálfgildi útlits" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Byggt á Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Breyta útlitinu · Breyta tungumáli og landssvæði · Breyta útliti skráarlista · Velja skjáhvílu" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Vinna með myndefnissafn · Stillingar á myndefnisafspilun · Breyta útliti myndefnislista · Velja leturgerð þýðingartexta" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Vinna með tónlistarsafn · Stillingar á tónlistarafspilun · Breyta útliti tónlistarlista · Stilla innsendingu laga · Stilla karaoke options" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Breyta útliti myndalista · Stilla myndasýningar" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Velja allt að þrjár borgin til að safna veðurupplýsingum um" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Stýring á Kodi með UPnP og HTTP · Stilla skráardeilingu · Stilla tengingu við internetið" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Setja upp og stilla skjái · Stilla hljóðúttak · Stilla fjarstýringar · Stilla orkusparnaðar möguleika · Virkja kembiúttak · Setja upp notendalæsingar" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Stilla útlit· Bæta við og eyða hlutum á upphafssíðu · Breyta bakgrunnum" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Veldu Kodi notanda[CR]til að skrá inn og hala áfram" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Flokkahnappar á upphafsmynd" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Tenglar í viðbætur á upphafsmynd" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Ýmsir valmöguleikar" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Veðurupplýsingar og hnappur á upphafsmynd" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Tengill á viðbót" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SAMHÆFA" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Nota sérsniðinn bakgrunn" + +msgctxt "#31554" +msgid "Background:" +msgstr "Bakgrunnur:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Skilgreina stillingar sjónvarps - Breyta upplýsingum á fullum skjá. - Meðhöndla gögn stafræns dagskrárvísis" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Sjónvarp bein útsending" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Fela lifandi bakgrunn" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Fela myndhrif í bakgrunni" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Stillingar rásar" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Tiltækir hópar" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Bæta við hópi" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Endurnefna hóp" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Eyða hópi" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Sýna falið" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Sýna eytt" diff --git a/addons/skin.estouchy/language/Indonesian/strings.po b/addons/skin.estouchy/language/Indonesian/strings.po new file mode 100644 index 0000000000..70466a661f --- /dev/null +++ b/addons/skin.estouchy/language/Indonesian/strings.po @@ -0,0 +1,273 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/xbmc-skins/language/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Pengaturan Suara" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Pilihan Visualisasi" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Preset Visualisasi" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Pilihan Konteks" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Tampilan Penuh" + +msgctxt "#31009" +msgid "Working..." +msgstr "Mengerjakan..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Tersambung sebagai" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Berkas - Musik" + +msgctxt "#31024" +msgid "Page" +msgstr "Halaman" + +msgctxt "#31025" +msgid "Items" +msgstr "Item" + +msgctxt "#31030" +msgid "Info List" +msgstr "daftar info" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Daftar Lebar" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Sedang Memainkan" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "Mainkan" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "JEDA" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "MAJU CEPAT" + +msgctxt "#31045" +msgid "REWIND" +msgstr "PUTAR ULANG" + +msgctxt "#31049" +msgid "End Time" +msgstr "Waktu Selesai" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sortir: Urut" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sortir: Terbalik" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Buka daftar putar" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Simpan daftar putar" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Tutup daftar putar" + +msgctxt "#31058" +msgid "System music files" +msgstr "Berkas sistem musik" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Daftar putar saat ini" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Berkas ini sudah ditumpuk, pilih bagian yang ingin anda mainkan" + +msgctxt "#31200" +msgid "Back" +msgstr "Mundur" + +msgctxt "#31201" +msgid "Location" +msgstr "Lokasi" + +msgctxt "#31202" +msgid "View" +msgstr "Tampilan" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temp saat ini" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Terakhir diperbarui" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Penyedia data" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memori Digunakan:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Pengais saat ini" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Pilih pengais" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Pilih opsi pemindaian" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Login terakhir" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Pemilih lagu karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Disiarkan" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opsi Daftar Main" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Berhenti" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Majukan" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Mundurkan" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu Video" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Unduh subtitle" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Info Gambar" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Kulit Standar" + +msgctxt "#31391" +msgid "Arial based" +msgstr "berbasis Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Ubah Tampilan . Tetapkan bahasa dan wilayah . Ubah file Opsi daftar . Tetapkan sebuah screensaver" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Atur tiga kota untuk mengumpulkan informasi cuaca" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Setel kontrol Kodi melalui UPnP dan HTTP. Konfigurasikan layanan berbagi berkas. setel pilihan akses internet" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Pilih profil pengguna Kodi Anda [CR]untuk login dan meneruskan" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Halaman utama pilihan lain link cepat" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Pilihan lain-lain" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Layar Utama Info Cuaca dan tombol" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Tambahan jalan pintas" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Siaran TV Langsung" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Tambahkan grup" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Namai ulang Grup" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Hapus Grup" diff --git a/addons/skin.estouchy/language/Italian/strings.po b/addons/skin.estouchy/language/Italian/strings.po new file mode 100644 index 0000000000..4db3e64bf4 --- /dev/null +++ b/addons/skin.estouchy/language/Italian/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/xbmc-skins/language/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Impostazioni audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opzioni visualizzazione" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Preset Visualizzazione" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menu contestuale" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Schermo Intero" + +msgctxt "#31009" +msgid "Working..." +msgstr "In corso..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Al momento loggato come" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musica - Files" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Film recenti" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episodi recenti" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Album recenti" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Audio disattivato" + +msgctxt "#31024" +msgid "Page" +msgstr "Pagina" + +msgctxt "#31025" +msgid "Items" +msgstr "Elementi" + +msgctxt "#31030" +msgid "Info List" +msgstr "Lista informazioni" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Informazioni estese" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "In Riproduzione" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Ultimo aggiornamento:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "IN RIPRODUZIONE" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "IN PAUSA" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "AVANZ. VELOCE" + +msgctxt "#31045" +msgid "REWIND" +msgstr "RIAVV. VELOCE" + +msgctxt "#31049" +msgid "End Time" +msgstr "Tempo Finale" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Ordinamento: Crescente" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Ordinamento: Decrescente" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Apri playlist" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Salva playlist" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Chiudi playlist" + +msgctxt "#31058" +msgid "System music files" +msgstr "Files musicali di sistema" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Playlist corrente" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Questo file è in più parti, seleziona la parte da cui partire." + +msgctxt "#31200" +msgid "Back" +msgstr "Indietro" + +msgctxt "#31201" +msgid "Location" +msgstr "Località" + +msgctxt "#31202" +msgid "View" +msgstr "Visualizza" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatura Corrente" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Ultimo aggiornamento" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Fornitore dei dati" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memoria Usata:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper Corrente" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Scegli uno Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opzioni Scansione Contenuti" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Profili utente Kodi attualmente disponibili" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Ultimo Login" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Song Selector" + +msgctxt "#31322" +msgid "Aired" +msgstr "In Onda" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opzioni Playlist" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pausa" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Avanti Veloce" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Riavvolgi" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu video" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Scarica Sottotitoli" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Informazioni Immagine" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin di default" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Basato su Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Cambia la skin · Imposta lingua e regione · Cambia le impostazioni di elenco dei file · Imposta uno screensaver" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Gestisci la tua Libreria Video · Cambia impostazioni di riproduzione dei video · Cambia impostazioni per le liste video · Imposta i fonts dei sottotitoli" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Gestisci la tua Libreria Musicale · Modifica impostazioni di riproduzione della musica · Modifica impostazioni per le liste audio · Cambia impostazioni invio canzone · Imposta opzioni per il karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Cambia impostazioni per le liste delle immagini · Configura lo slideshow" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Imposta tre città da cui raccogliere le informazioni sul meteo" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Imposta il controllo di Kodi via UPnP e HTTP · Configura le opzioni di condivisione · Modifica le opzioni di accesso ad Internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Imposta e calibra il video · Configura l'uscita audio · Imposta i controllo remoti · Imposta le opzioni di risparmio energetico · Abilita il Debug · Imposta il master lock" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Configura la skin · Aggiungi o rimuovi oggetti della pagina principale · Cambia gli sfondi della skin" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Scegli il tuo profilo utente di Kodi[CR]per fare il login e continuare" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Pulsanti categoria del menu Home" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Link veloci Add-on pagina principale" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Opzioni varie" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Informazioni meteo pagina principale e pulsante" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Scorciatoia Add-on" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SINCRONIZZA" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Usa Sfondo Personalizzato" + +msgctxt "#31554" +msgid "Background:" +msgstr "Sfondo:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Configura impostazioni TV · Modifica info schermo intero · Gestisci impostazioni dati EPG" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Nascondi sfondo video" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Nascondi sfondo visualizzazione" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Impostazioni Canali" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Gruppi disponibili" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Aggiungi gruppo" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Rinomina gruppo" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Elimina gruppo" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Mostra nascosti" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Mostra cancellati" diff --git a/addons/skin.estouchy/language/Japanese/strings.po b/addons/skin.estouchy/language/Japanese/strings.po new file mode 100644 index 0000000000..7a7318cd16 --- /dev/null +++ b/addons/skin.estouchy/language/Japanese/strings.po @@ -0,0 +1,297 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/xbmc-skins/language/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "オーディオ設定" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "ビジュアライザーオプション" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "ビジュアライザーのプリセット" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "コンテキストメニュー" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "フルスクリーン" + +msgctxt "#31009" +msgid "Working..." +msgstr "処理中..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "現在ログイン中:" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "ミュージック - ファイル" + +msgctxt "#31024" +msgid "Page" +msgstr "ページ" + +msgctxt "#31025" +msgid "Items" +msgstr "アイテム" + +msgctxt "#31030" +msgid "Info List" +msgstr "情報リスト" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "情報リスト(広く)" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "現在再生中" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "再生中" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "静止中" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "早送り" + +msgctxt "#31045" +msgid "REWIND" +msgstr "巻戻し" + +msgctxt "#31049" +msgid "End Time" +msgstr "終了時間" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "ソート: 昇順" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "ソート: 降順" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "プレイリストを開く" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "プレイリストを保存" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "プレイリストを閉じる" + +msgctxt "#31058" +msgid "System music files" +msgstr "システム音楽ファイル" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "現在のプレイリスト" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "このファイル内から再生したいパートを選択してください。" + +msgctxt "#31200" +msgid "Back" +msgstr "戻る" + +msgctxt "#31201" +msgid "Location" +msgstr "地域" + +msgctxt "#31202" +msgid "View" +msgstr "ビュー" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "現在の気温" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "最終更新時刻" + +msgctxt "#31303" +msgid "Data provider" +msgstr "気象データ提供元" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "メモリ使用量:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "現在のメタデータスクレーパー" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "メタデータスクレーパーを選択" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "コンテントスキャンオプション" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "現在利用可能な Kodi ユーザプロファイル" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "最終ログイン" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "カラオケソングセレクター" + +msgctxt "#31322" +msgid "Aired" +msgstr "放映日" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "プレイリストオプション" + +msgctxt "#31351" +msgid "Pause" +msgstr "一時停止" + +msgctxt "#31352" +msgid "Stop" +msgstr "停止" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "早送り" + +msgctxt "#31354" +msgid "Rewind" +msgstr "巻き戻し" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "ビデオメニュー" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "字幕をダウンロード" + +msgctxt "#31357" +msgid "Image Info" +msgstr "画像情報" + +msgctxt "#31390" +msgid "Skin default" +msgstr "スキンのデフォルト" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial ベース" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "スキン変更 · 言語と地域の設定 · ファイルリストオプション · スクリーンセーバー設定" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "ビデオライブラリ管理 · ビデオ再生オプション · ビデオリストオプション · 字幕用フォント設定" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "音楽ライブラリの管理 · 音楽再生オプション · 音楽一覧表示オプション · 楽曲送信設定 · カラオケ機能設定" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "画像一覧設定 · スライドショー設定" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "天気予報サービス用に三都市を設定" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "UPnP/HTTP 経由 Kodi 操作の設定 · ファイル共有設定 · インターネットアクセス設定" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "ディスプレイの設定と計測 · オーディオ出力設定 · リモコン設定 · 省電力オプション設定 · デバッグ機能を有効に · マスターロック設定" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "スキン設定 · ホームメニュー項目の追加と削除 · スキン背景の変更" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Kodi ユーザープロファイルを選択して[CR]ログインしてください" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "ホームページアドオンクイックリンク" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "その他のオプション" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "ホーム画面の天気情報とボタン" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "アドオンショートカット" + +msgctxt "#31556" +msgid "Live TV" +msgstr "ライブTV" + +msgctxt "#31561" +msgid "Add Group" +msgstr "グループの追加" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "グループの名称変更" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "グループの削除" diff --git a/addons/skin.estouchy/language/Korean/strings.po b/addons/skin.estouchy/language/Korean/strings.po new file mode 100644 index 0000000000..fd073fcece --- /dev/null +++ b/addons/skin.estouchy/language/Korean/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Korean (http://www.transifex.com/projects/p/xbmc-skins/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "오디오 설정" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "시각화 옵션" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "시각화 사전설정" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "컨텍스트 메뉴" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "전체 화면" + +msgctxt "#31009" +msgid "Working..." +msgstr "작업 중..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "로그인한 프로파일" + +msgctxt "#31011" +msgid "N/A" +msgstr "없음" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "음악 - 파일" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "최근 영화" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "최근 에피소드" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "최근 앨범" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "음소거" + +msgctxt "#31024" +msgid "Page" +msgstr "페이지" + +msgctxt "#31025" +msgid "Items" +msgstr "항목" + +msgctxt "#31030" +msgid "Info List" +msgstr "정보표시 목록" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "정보표시 배너" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "지금 재생 중" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "마지막 업데이트:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "재생 중" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "일시 중지" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "빠르게" + +msgctxt "#31045" +msgid "REWIND" +msgstr "뒤로" + +msgctxt "#31049" +msgid "End Time" +msgstr "종료 시간" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "정렬: 오름차순" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "정렬: 내림차순" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "재생목록 열기" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "재생목록 저장" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "재생목록 닫기" + +msgctxt "#31058" +msgid "System music files" +msgstr "시스템 음악 파일" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "현재 재생목록" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "이 파일은 연결되었습니다, 재생할 부분을 선택하세요." + +msgctxt "#31200" +msgid "Back" +msgstr "뒤로" + +msgctxt "#31201" +msgid "Location" +msgstr "위치" + +msgctxt "#31202" +msgid "View" +msgstr "보기" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "현재 온도" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "마지막 업데이트" + +msgctxt "#31303" +msgid "Data provider" +msgstr "날씨 정보 제공" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "사용 메모리:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "현재 자료수집기" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "자료수집기 선택" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "콘텐츠 검색 옵션" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "사용가능한 프로파일" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "마지막 로그인" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "노래방 노래 선택기" + +msgctxt "#31322" +msgid "Aired" +msgstr "방송" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "재생목록 옵션" + +msgctxt "#31351" +msgid "Pause" +msgstr "일시 중지" + +msgctxt "#31352" +msgid "Stop" +msgstr "중지" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "빠르게" + +msgctxt "#31354" +msgid "Rewind" +msgstr "뒤로" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "비디오 메뉴" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "자막 다운로드" + +msgctxt "#31357" +msgid "Image Info" +msgstr "이미지 정보" + +msgctxt "#31390" +msgid "Skin default" +msgstr "스킨 기본값" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial based" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "스킨 변경 · 언어 및 지역 설정 · 파일 목록 옵션 변경 · 화면보호기 설정" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "비디오 라이브러리 관리 · 비디오 재생 옵션 변경 · 비디오 목록 옵션 변경 · 자막 글꼴 설정" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "음악 라이브러리 관리 · 음악 재생 옵션 변경 · 음악 목록 옵션 변경 · 노래 전송 설정 · 노래방 옵션 설정" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "사진 목록 옵션 설정 · 슬라이드쇼 설정" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "날씨 정보를 수집할 세 도시 설정" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "UPnP와 HTTP를 통한 Kodi 제어 설정 · 파일 공유 설정 · 인터넷 접근 옵션 설정" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "화면 설정 및 조정 · 오디오 출력 설정 · 원격 제어 설정 · 전원 절약 옵션 설정 · 디버깅 사용 · 마스터 잠금 설정" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Confluence 스킨 설정 · 홈 메뉴 항목 추가 및 제거 · 스킨 배경 변경" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "로그인할 Kodi 사용자 프로파일을[CR]선택하고 계속하세요" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "홈화면에 표시할 메뉴" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "홈화면에 표시할 애드온 버튼" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "기타 옵션" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "홈화면 날씨 정보와 버튼" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "애드온 바로가기" + +msgctxt "#31552" +msgid "SYNC" +msgstr "싱크" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "사용자 배경 사용" + +msgctxt "#31554" +msgid "Background:" +msgstr "배경:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "TV 설정 - 전체화면 정보 변경 - EPG 데이터 설정 관리" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV 시청" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "비디오 배경 숨김" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "시각화 배경 숨김" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "채널 설정" + +msgctxt "#31560" +msgid "Available groups" +msgstr "사용 가능한 그룹" + +msgctxt "#31561" +msgid "Add Group" +msgstr "그룹 추가" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "그룹 이름 변경" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "그룹 삭제" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "숨김 항목 표시" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "삭제 항목 표시" diff --git a/addons/skin.estouchy/language/Latvian/strings.po b/addons/skin.estouchy/language/Latvian/strings.po new file mode 100644 index 0000000000..4eab5a066e --- /dev/null +++ b/addons/skin.estouchy/language/Latvian/strings.po @@ -0,0 +1,273 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/xbmc-skins/language/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Audio iestatījumi" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Vizualizācijas opcijas" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Vizualizācijas sagataves" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Satura izvēlne" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Pilnekrāna režīms" + +msgctxt "#31009" +msgid "Working..." +msgstr "Working..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Pašlaik ielogojies kā" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Mūzika - Datnes" + +msgctxt "#31024" +msgid "Page" +msgstr "Lapa" + +msgctxt "#31025" +msgid "Items" +msgstr "Vienumi" + +msgctxt "#31030" +msgid "Info List" +msgstr "Info saraksts" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info plats" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Pašlaik atskaņo" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ATSKAŅO" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "IEPAUZĒTS" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "TĪT UZ PRIEKŠU" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ATTĪT ATPAKAĻ" + +msgctxt "#31049" +msgid "End Time" +msgstr "Beigu laiks" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Kārtot: Augošā secībā" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Kārtot: Dilstošā secībā" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Atvērt atskaņošanas sarakstu" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Saglabāt atskaņošanas sarakstu" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Aizvērt atskaņošanas sarakstu" + +msgctxt "#31058" +msgid "System music files" +msgstr "Sistēmas mūzikas faili" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Pašreizējais atskaņošanas saraksts" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Šis fails ir grēda, izvēlēties daļu, no kuras atskaņot," + +msgctxt "#31200" +msgid "Back" +msgstr "Atpakaļ" + +msgctxt "#31201" +msgid "Location" +msgstr "Lokācija" + +msgctxt "#31202" +msgid "View" +msgstr "Skats" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Pašreiz temperatūra" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Pēdējie atjaunotie" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Datu piegādātājs" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Atmiņa izmantota:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Pašreizējais skrāpis" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Izvēlēties skrāpi" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Satura skenēšanas opcijas" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Pašlaik pieejamie Kodi lietotāju profili" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Pēdējoreiz pieteicies" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke dziesmas izvēlētājs" + +msgctxt "#31322" +msgid "Aired" +msgstr "Ēterā" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Spēļsaraksta opcijas" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pauze" + +msgctxt "#31352" +msgid "Stop" +msgstr "Apturēt" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Patīt uz priekšu" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Attīt atpakaļ" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video izvēlne" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Lejupielādē subtitrus" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Attēla informācija" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Apvalka noklusējums" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Balstīts uz Arial " + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Mainīt apvalku · Iestatīt valodu un reģionu · Izmanīt failu attēlošanu · Iestatīt ekrānsaudzētāju" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Iestatīt trīs pilsētas, lai savāktu laikapstākļu informāciju" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Atlasiet savu Kodi lietotāja profilu,[CR]lai pieslēgtos un turpinātu" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Mājas izvēlnes pielikumu ātrās saites" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Dažādas opcijas" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Mājas ekrāna laikapstākļu info un poga" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Pielikuma saīsne" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Tiešraides TV" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Pievienot grupu" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Pārsaukt grupu" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Dzēst grupu" diff --git a/addons/skin.estouchy/language/Lithuanian/strings.po b/addons/skin.estouchy/language/Lithuanian/strings.po new file mode 100644 index 0000000000..cfd4cee20b --- /dev/null +++ b/addons/skin.estouchy/language/Lithuanian/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/xbmc-skins/language/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Garso parametrai" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Vizualizacijos opcija" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Vizualizacijos parinktys" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Kontekstinis meniu" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Visame ekrane" + +msgctxt "#31009" +msgid "Working..." +msgstr "Veikia..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Šiuo metu prisijungęs kaip" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Muzikos - Failai" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Naujausi filmai" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Naujausi epizodai" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Naujausi albumai" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Garsas pritylditas" + +msgctxt "#31024" +msgid "Page" +msgstr "Puslapis" + +msgctxt "#31025" +msgid "Items" +msgstr "Objektas" + +msgctxt "#31030" +msgid "Info List" +msgstr "Informacijos sąrašas" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Plati informacija" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Dabar atkuriama" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Atnaujinta:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ATKŪRIMAS" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PRISTABDYTI" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "PRASUKTI PIRMYN" + +msgctxt "#31045" +msgid "REWIND" +msgstr "PRASUKTI ATGAL" + +msgctxt "#31049" +msgid "End Time" +msgstr "Pabaigos laikas" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Rūš.: Didėjimo tvarka" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Rūš.: Mažėjimo tvarka" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Atidaryti grojaraštį" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Įšsaugoti grojaraštį" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Uždaryti grojaraštį" + +msgctxt "#31058" +msgid "System music files" +msgstr "Sistemos garso failai" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Aktualus grojaraštis" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Tai sujungtas failas, pasirinkite norimą dalį peržiūrai" + +msgctxt "#31200" +msgid "Back" +msgstr "Atgal" + +msgctxt "#31201" +msgid "Location" +msgstr "Vieta" + +msgctxt "#31202" +msgid "View" +msgstr "Peržiūrėti" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Dabartinė temperatūra" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Paskutinis atnaujinimas" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Duomenų teikėjas" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Išnaudota atminties:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Aktualus Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Pasirinkti Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Nuskaitomo turinio parinktys" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Šiuo metu esami Kodi vartotojo profiliai" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Paskutinis prisijungimas" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke dainų selektorius" + +msgctxt "#31322" +msgid "Aired" +msgstr "Rodomas" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Grojaraščio parinktys" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pauzė" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stabdyti" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Prasukti pirmyn" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Prasukti atgal" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video meniu" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Atsisiųsti subtitrus" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Paveikslėlio informacija" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Kaip yra" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial pagrindu" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Keisti išvaizdą · Nustatyti kalbą ir regioną · Keisti failų sąrašo parinktis · Nustatyti ekrano užsklandą" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Tvarkyti video biblioteką · Nustatyti vaizdo atkūrimo parinktis · Keisti vaizdo sąrašo parinktis · Nustatyti subtitrų šriftus" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Tvarkyti biblioteką · Nustatyti muzikos grojimo parinktis · Keisti muzikos sąrašo parinktis · Sąranka dainai(-oms) · Nustatyti karaoke pateikimo parinktis" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Nustatyti nuotraukų sąrašo parinktis · Konfigūruoti skaidrių peržiūrą" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Nustatyti tris miestus, gauti informacijai apie orus" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Nustatyti kontrolę Kodi per UPnP ir HTTP · Konfigūruoti failo pasidalijimą · Nustatyti interneto prieigos parinktis" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Nustatyti ir/arba kalibruoti monitorių · Konfigūruoti garso išvestis · Nustatyti nuotolinį valdymą · Nustatyti galios taupymo variantus · Įgalinti derinimą · Sąranka: Naudotojas ir laptažodis" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Nustatyti išvaizdą · Pridėkite ir/arba šalinti namų menių elementus · Keisti išvaizdos fonus" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Pasirinkite Kodi vartotojo profilį[CR]įeikitei į sistemą ir tęskite." + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Titulinio meniu kategorijos mygtukai" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Pagrindinis priedų puslapio greitos nuorodos" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Įvairūs nustatymai" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Pagrindinio ekrano orų informacija ir mygtukas" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Priedų trumpinys" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SINCHRONIZUOTI" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Naudoti savą foną" + +msgctxt "#31554" +msgid "Background:" +msgstr "Fonas:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Konfigūruoti TV nustatymus · Pakeisti viso ekrano informaciją · Tvarkyti EPG duomenų nustatymus" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Televizija" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Slėpti vaizdo foną" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Slėpti vizualizacijos foną" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Kanalo nustatymai" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Galimos grupės" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Pridėti grupę" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Pervadinti grupę" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Pašalinti grupę" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Rodyti paslėptus" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Rodyti pašalintus" diff --git a/addons/skin.estouchy/language/Macedonian/strings.po b/addons/skin.estouchy/language/Macedonian/strings.po new file mode 100644 index 0000000000..6e85d646b8 --- /dev/null +++ b/addons/skin.estouchy/language/Macedonian/strings.po @@ -0,0 +1,317 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/xbmc-skins/language/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Поставки за аудио" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Подесувања за визуализации" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Постојни визуализации" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Мени за содржина" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Цел екран" + +msgctxt "#31009" +msgid "Working..." +msgstr "Обработка..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Логиран како" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Музика - Датотеки" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Последни Филмови" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Последни Епизоди" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Последни Албуми" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Звукот е исклучен" + +msgctxt "#31024" +msgid "Page" +msgstr "Страна" + +msgctxt "#31025" +msgid "Items" +msgstr "Ставки" + +msgctxt "#31030" +msgid "Info List" +msgstr "Инфо Листа" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Инфо Широко" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Сега се репродуцира" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "РЕПРОДУЦИРАЊЕ" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "ПАУЗИРАНО" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ПРЕМОТУВАЊЕ НАНАПРЕД" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ПРЕМОТУВАЊЕ" + +msgctxt "#31049" +msgid "End Time" +msgstr "Време на завршување" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Подреди: Растечки" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Подреди: Опаѓачки" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Отвори список на реп." + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Сочувај список на реп." + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Затвори список на реп." + +msgctxt "#31058" +msgid "System music files" +msgstr "Системски музички датотеки" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Сегашен список на реп." + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Оваа датотека е сложена, изаберете дел кој сакате да го репродуцирате." + +msgctxt "#31200" +msgid "Back" +msgstr "Назад" + +msgctxt "#31201" +msgid "Location" +msgstr "Локација" + +msgctxt "#31202" +msgid "View" +msgstr "Поглед" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Сегашна температура" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Последно ажурирање" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Добавувач на податоци" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Искористеност на меморија:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Сегашен добавувач" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Изаберете добавувач" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Опции на анализирање на содржина" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Достапни Kodi профили" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Последна пријава" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Бирач на караоке песни" + +msgctxt "#31322" +msgid "Aired" +msgstr "Емитувано" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Опции на список за репродукција" + +msgctxt "#31351" +msgid "Pause" +msgstr "Пауза" + +msgctxt "#31352" +msgid "Stop" +msgstr "Сопри" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Премотеј нанапред" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Премотај наназад" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Видео Мени" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Превземи преводи" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Инфо за слика" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Подразбирачка маска" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial based" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Смени ја маската · Подеси јазик и регион · Промени опции на листање на папки · Подеси заштита на екран" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Подеси ја видео библиотеката · Подеси видео опции · Подеси букви на превод" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Подеси ја аудио библиотеката · Подеси видео опции · Подеси караоке опции" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Подеси опции на листање на слики · Подеси слајдшоу" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Подеси 3 града за прибирање временски информации" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Подеси контрола врз Kodi преку UPnP и HTTP · Подеси споделување на папки · Подеси опции за пристап на интернет" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Подеси и калибрирај екрани · Подеси аудио излез · Подеси далечински контроли · Енергетски подесувања · Овозможи барање проблеми · Подеси главно заклучување" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Подеси маската · Додади и тргни ставки од главен екран · Промени позадини на маска" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Изаберете ваш Kodi кориснички[CR]профил за најава, а потоа продолжете понатаму" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Категориски Копчиња на Домашно Мени" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Home Page Add-on Quick Links" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Разни поставки" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Home Screen Weather Info and button" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Кратенка за додатокот" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Додади група" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Преименувај група" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Избриши група" diff --git a/addons/skin.estouchy/language/Malay/strings.po b/addons/skin.estouchy/language/Malay/strings.po new file mode 100644 index 0000000000..508c9ac7bb --- /dev/null +++ b/addons/skin.estouchy/language/Malay/strings.po @@ -0,0 +1,349 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Malay (http://www.transifex.com/projects/p/xbmc-skins/language/ms/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Tetapan Audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Pilihan Pengvisualan" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Pratetap Pengvisualan" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menu Konteks" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Skrin Penuh" + +msgctxt "#31009" +msgid "Working..." +msgstr "Berfungsi..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Buat masa ini mendaftar masuk sebagai" + +msgctxt "#31011" +msgid "N/A" +msgstr "T/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Muzik - Fail" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Cereka Terkini" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episod Terkini" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Album Terkini" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volum Disenyapkan" + +msgctxt "#31024" +msgid "Page" +msgstr "Halaman" + +msgctxt "#31025" +msgid "Items" +msgstr "Item" + +msgctxt "#31030" +msgid "Info List" +msgstr "Senarai Maklumat" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Maklumat Lebar" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Kini Dimainkan" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "DIMAINKAN" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "DIJEDA" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "MAJU PANTAS" + +msgctxt "#31045" +msgid "REWIND" +msgstr "UNDUR" + +msgctxt "#31049" +msgid "End Time" +msgstr "Masa Akhir" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Isih: Menaik" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Isih: Menurun" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Buka senarai main" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Simpan senarai main" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Tutup senarai main" + +msgctxt "#31058" +msgid "System music files" +msgstr "Fail muzik sistem" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Senarai main semasa" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Fail ini bertindan, pilih bahagian yang anda mahu mainkan." + +msgctxt "#31200" +msgid "Back" +msgstr "Undur" + +msgctxt "#31201" +msgid "Location" +msgstr "Lokasi" + +msgctxt "#31202" +msgid "View" +msgstr "Lihat" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Suhu Semasa" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Terakhid Dikemaskini" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Penyedia Data" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Ingatan Digunakan:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Pengikis Semasa" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Pilih Pengikis" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Pilihan Pengimbasan Kandungan" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Profil pengguna Kodi tersedia buat masa ini" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Terakhid Mendaftar Masuk" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Pemilih Lagu Karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Diudara" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Pilihan Senarai Main" + +msgctxt "#31351" +msgid "Pause" +msgstr "Jeda" + +msgctxt "#31352" +msgid "Stop" +msgstr "Henti" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Maju Pantas" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Undur" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu Video" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Muat Turun Sarikata" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Maklumat Imej" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Lalai Kulit" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Berasaskan Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Ubah kulit · Tetapkan bahasa dan wilayah · Ubah pilihan penyenaraian fail · Pasang penyelamat skrin" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Urus pustaka video anda · Tetapkan pilihan main balik video · Ubah pilihan penyenaraian video · Tetapkan fon sarikata" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Urus pustaka muzik anda · Tetapkan pilihan main balik muzik · Ubah pilihan penyenaraian muzik · Pasang penyerahan lagu · Tetapkan pilihan karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Tetapkan pilihan penyenaraian gambar · Konfigur paparan slaid" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Tetapkan tiga bandar untuk kutip maklumat cuaca" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Persediaan kawalan Kodi melalui UPnP dan HTTP · Konfigur perkongsian fail · Tetapkan pilihan capaian internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Sedia dan tentukur paparan · Konfigur output audio · Persediaan kawalan jauh · Tetapkan pilihan penjimatan kuasa · Benarkan penyahpepijatan · Persediaan kunci master" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Persediaan kulit · Tambah dan buang item menu rumah · Ubah latar belakang kulit" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Pilih Profil pengguna Kodi anda[CR]untuk daftar masuk dan teruskan" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Butang Kategori Menu Rumah" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Pautan Pantas Tambahan Laman Sesawang" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Pilihan Pelbagai" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Maklumat dan butang Cuaca Skrin Rumah" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Pintasan Tambahan" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SEGERAK" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Guna Latar Belakang Suai" + +msgctxt "#31554" +msgid "Background:" +msgstr "Latar Belakang:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Konfigur tetapan TV . Ubah maklumat skrin penuh · Urus tetapan data EPG" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV Langsung" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Sembunyi latar belakang video" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Sembunyi latar belakang pengvisualan" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Tetapan saluran" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Kumpulan tersedia" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Tambah Kumpulan" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Namakan Semula Kumpulan" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Padam Kumpulan" diff --git a/addons/skin.estouchy/language/Maltese/strings.po b/addons/skin.estouchy/language/Maltese/strings.po new file mode 100644 index 0000000000..35f4677b6a --- /dev/null +++ b/addons/skin.estouchy/language/Maltese/strings.po @@ -0,0 +1,21 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Maltese (http://www.transifex.com/projects/p/xbmc-skins/language/mt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mt\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);\n" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Qoxra Default" diff --git a/addons/skin.estouchy/language/Maori/strings.po b/addons/skin.estouchy/language/Maori/strings.po new file mode 100644 index 0000000000..cdabfaa246 --- /dev/null +++ b/addons/skin.estouchy/language/Maori/strings.po @@ -0,0 +1,37 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Maori (http://www.transifex.com/projects/p/xbmc-skins/language/mi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mi\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Rārangi ō naianei" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Tāpae i tēnei kōnae te, tīpako i te wahi e hiahia ana koe ki te takaro i te." + +msgctxt "#31201" +msgid "Location" +msgstr "Tauwāhi" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Kiri taunoa" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV" diff --git a/addons/skin.estouchy/language/Mongolian (Mongolia)/strings.po b/addons/skin.estouchy/language/Mongolian (Mongolia)/strings.po new file mode 100644 index 0000000000..a9b0939599 --- /dev/null +++ b/addons/skin.estouchy/language/Mongolian (Mongolia)/strings.po @@ -0,0 +1,29 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Mongolian (Mongolia) (http://www.transifex.com/projects/p/xbmc-skins/language/mn_MN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn_MN\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31200" +msgid "Back" +msgstr "Буцах" + +msgctxt "#31201" +msgid "Location" +msgstr "Байрлал" + +msgctxt "#31556" +msgid "Live TV" +msgstr "ТВ" diff --git a/addons/skin.estouchy/language/Norwegian/strings.po b/addons/skin.estouchy/language/Norwegian/strings.po new file mode 100644 index 0000000000..3efd74de79 --- /dev/null +++ b/addons/skin.estouchy/language/Norwegian/strings.po @@ -0,0 +1,321 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Norwegian (http://www.transifex.com/projects/p/xbmc-skins/language/no/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: no\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Lydinstillinger" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualiseringsalternativer" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualiseringsforvalg" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Hurtigmeny" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Fullskjerm" + +msgctxt "#31009" +msgid "Working..." +msgstr "Arbeider..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Logget inn som" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musikk - filer" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Nye filmer" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Nye episoder" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Nye album" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Dempet" + +msgctxt "#31024" +msgid "Page" +msgstr "Side" + +msgctxt "#31025" +msgid "Items" +msgstr "Elementer" + +msgctxt "#31030" +msgid "Info List" +msgstr "Infoliste" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Bred info" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Spilles nå" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "Spiller" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "Pause" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "Spol framover" + +msgctxt "#31045" +msgid "REWIND" +msgstr "Spol bakover" + +msgctxt "#31049" +msgid "End Time" +msgstr "Ferdig klokken" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sorter: Stigende" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sorter: Synkende" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Åpne spilleliste" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Lagre spilleliste" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Lukk spilleliste" + +msgctxt "#31058" +msgid "System music files" +msgstr "Systemmusikkfiler" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Nåværende spilleliste" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Denne fila er stablet, velg delen du vil spille fra" + +msgctxt "#31200" +msgid "Back" +msgstr "Tilbake" + +msgctxt "#31201" +msgid "Location" +msgstr "Sted" + +msgctxt "#31202" +msgid "View" +msgstr "Visning" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Været nå" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Sist oppdatert" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Datatilbyder" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Brukt minne:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Nåværende skraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Velg en skraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Alternativer for innholdsskraper" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Tilgjengelig Kodi brukerprofil" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Sist innlogget" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Song Selector" + +msgctxt "#31322" +msgid "Aired" +msgstr "Sendt" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Alternativer for spilleliste" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pause" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stopp" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Spol framover" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Spol bakover" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Videomeny" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Hent undertekster" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Bilde info" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Standard for skallet" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial-basert" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Bytt skall · Velg språl og region · Endre innstillinger for filvisning· Innstillinger for skjermsparer" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Organiser ditt videobibliotek · Endre innstillinger for videoavspilling· Endre video visningsalternativer · Endre undertekst font" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Organiser ditt musikkbibliotek · Endre musikk innstillinger for musikkavspilling · Endre instillinger for musikklytting · Endre karaoke instillinger" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Sett opp bildevisning · Konfigurer bildefremvisning" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Velg inntil tre byer for innsamling av værinformasjon" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Sett opp kontroll av Kodi via UPnP og HTTP - Konfigurer fildeling - Sett opp tilgang fra internett" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Sett opp og kalibrer skjermer - Konfigurer lydutgang - Sett opp fjernkontroller - Endre strømsparingsinnstillinger - Aktiver feilsøking - Sett en hovedlås" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Konfigurer skallet · Legg til og fjern hjemmeelementer · Endre skallets bakgrunner" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Velg din Kodi brukerprofil[CR]for å logge inn og fortsette" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Hjemmeny kategoriknapper" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Hurtilinker til tilegg for hjemmeny" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Diverse instillinger" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Hjemmeskjermens vær-informasjon og knapp" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Snarvei" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Skjul videobakgrunn" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Legg til gruppe" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Gi nytt navn på gruppe" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Slett gruppe" diff --git a/addons/skin.estouchy/language/Persian (Iran)/strings.po b/addons/skin.estouchy/language/Persian (Iran)/strings.po new file mode 100644 index 0000000000..0332c94991 --- /dev/null +++ b/addons/skin.estouchy/language/Persian (Iran)/strings.po @@ -0,0 +1,201 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/xbmc-skins/language/fa_IR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa_IR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "تمام صفحه" + +msgctxt "#31009" +msgid "Working..." +msgstr "در حال کار..." + +msgctxt "#31012" +msgid "Music - Files" +msgstr "موسیقی - فایل ها" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "ویدئوهای تازه" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "قسمتهای جدید" + +msgctxt "#31024" +msgid "Page" +msgstr "صفحه" + +msgctxt "#31025" +msgid "Items" +msgstr "موضوعات" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "در حال پخش" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "در حال پخش" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "مکث شده" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "حرکت سریع به جلو" + +msgctxt "#31045" +msgid "REWIND" +msgstr "حرکت سریع به عقب" + +msgctxt "#31049" +msgid "End Time" +msgstr "زمان اتمام" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "مرتب سازی صعودی" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "مرتب سازی نزولی" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "باز کردن لیست پخش" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "ذخیره لیست پخش" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "بستن لیست پخش" + +msgctxt "#31058" +msgid "System music files" +msgstr "سیستم فایل های موسیقی" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "لیست پخش فعلی" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "این فایل چند بخشی است, قسمت مورد نظر را برای پخش انتخاب کنید." + +msgctxt "#31201" +msgid "Location" +msgstr "مکان" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "دمای کنونی" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "آخرین بروزرسانی" + +msgctxt "#31303" +msgid "Data provider" +msgstr "ارائه دهنده اطلاعات" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "میزان استفاده حافظه:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "سرویس دریافت اطلاعات کنونی" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "سرویس دریافت اطلاعات را انتخاب کنید" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "انتخاب های جستجوی اجزاء" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "آخرین ورود" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "انتخاب آهنگ کاراوکه" + +msgctxt "#31322" +msgid "Aired" +msgstr "پخش شده" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "گزینه های لیست پخش" + +msgctxt "#31351" +msgid "Pause" +msgstr "مکث" + +msgctxt "#31352" +msgid "Stop" +msgstr "توقف" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "جلو رفتن سریع" + +msgctxt "#31354" +msgid "Rewind" +msgstr "بازکشت" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "دانلود زیر نویس ها" + +msgctxt "#31390" +msgid "Skin default" +msgstr "پیش فرض پوسته" + +msgctxt "#31391" +msgid "Arial based" +msgstr "بر اساس فونت Arial" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "جهت ورود و ادامه کار، کاربر kodi را انتخاب نمایید." + +msgctxt "#31556" +msgid "Live TV" +msgstr "تلویزیون زنده" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "مخفی کردن پس زمینه های ویدئویی" + +msgctxt "#31561" +msgid "Add Group" +msgstr "افزودن گروه جدید" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "تغییر نام گروه" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "حذف گروه" diff --git a/addons/skin.estouchy/language/Persian/strings.po b/addons/skin.estouchy/language/Persian/strings.po new file mode 100644 index 0000000000..69de7a6f19 --- /dev/null +++ b/addons/skin.estouchy/language/Persian/strings.po @@ -0,0 +1,37 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/xbmc-skins/language/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "تمامصفحه" + +msgctxt "#31024" +msgid "Page" +msgstr "صفحه" + +msgctxt "#31202" +msgid "View" +msgstr "نمایه" + +msgctxt "#31390" +msgid "Skin default" +msgstr "استاندارد" + +msgctxt "#31556" +msgid "Live TV" +msgstr "تلوزیون" diff --git a/addons/skin.estouchy/language/Polish/strings.po b/addons/skin.estouchy/language/Polish/strings.po new file mode 100644 index 0000000000..fc7373c8f1 --- /dev/null +++ b/addons/skin.estouchy/language/Polish/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/xbmc-skins/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Ustawienia dźwięku" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opcje wizualizacji" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Zdefiniowane szablony wizualizacji" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menu kontekstowe" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Pełny ekran" + +msgctxt "#31009" +msgid "Working..." +msgstr "Uruchamianie" + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Obecnie zalogowany jako" + +msgctxt "#31011" +msgid "N/A" +msgstr "brak" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Muzyka - Pliki" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Filmy ostatnio dodane" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Odcinki ostatnio dodane" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Albumy ostatnio dodane" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Wyciszone" + +msgctxt "#31024" +msgid "Page" +msgstr "Strona" + +msgctxt "#31025" +msgid "Items" +msgstr "Pozycje" + +msgctxt "#31030" +msgid "Info List" +msgstr "Lista informacji" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Informacje szerokie" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Teraz odtwarzane" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Ostatnia aktualizacja:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ODTWARZANIE" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUZA" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "DO PRZODU" + +msgctxt "#31045" +msgid "REWIND" +msgstr "DO TYŁU" + +msgctxt "#31049" +msgid "End Time" +msgstr "Koniec o godzinie" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sortuj: Rosnąco" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sortuj: Malejąco" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Otwórz listę odtwarzania" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Zapisz listę odtwarzania" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Zamknij listę odtwarzania" + +msgctxt "#31058" +msgid "System music files" +msgstr "Systemowe pliki muzyczne" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Aktualna lista odtwarzania" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Plik jest wynikiem scalenia, wybierz część do odtworzenia." + +msgctxt "#31200" +msgid "Back" +msgstr "Wstecz" + +msgctxt "#31201" +msgid "Location" +msgstr "Lokalizacja" + +msgctxt "#31202" +msgid "View" +msgstr "Widok" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatura" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Ostatnia aktualizacja" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Dostawca danych" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Użycie pamięci:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Aktualny ekstraktor" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Wybierz ekstraktor" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opcje skanowania zawartości" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Dostępne profile użytkowników" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Ostatnio zalogowany" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Selektor utworów Karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Data emisji" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opcje listy odtwarzania" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pauza" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Do przodu" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Do tyłu" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu wideo" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Pobierz napisy" + +msgctxt "#31357" +msgid "Image Info" +msgstr "O obrazie" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Domyślne dla skóry" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Bazujące na Arialu" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Wybór skóry · Ustawienia regionalne · Listy plików · Wygaszacz ekranu" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Biblioteka wideo · Odtwarzanie · Akceleracja[CR]Listy wideo · Napisy" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Biblioteka muzyki · Odtwarzanie · Listy utworów · CD-Audio · Karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Listy obrazów · Pokaz slajdów" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Wybór lokalizacji dla informacji pogodowych" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Zdalne sterowanie przez uPnP i HTTP · Współdzielenie plików · Aktywacja Zeroconf · Ustawienia AirPlay" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Wyświetlanie obrazu · Odtwarzanie dźwięku · Urządzenia wejściowe · Zdalne sterowanie · Oszczędzanie energii · Diagnostyka · Blokady" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Ustawienia skóry · Personalizacja menu startowego · Zmiana obrazów tła skóry" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Wybierz profil użytkownika[CR]do zalogowania, aby kontynuować" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Przyciski kategorii menu startowego" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Szybkie łącza dodatków w menu startowym" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Opcje dodatkowe" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Informacje i przycisk pogody na ekranie startowym" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Skrót do dodatku" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SYNCHRONIZACJA" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Używaj niestandardowego tła" + +msgctxt "#31554" +msgid "Background:" +msgstr "Tło:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Konfiguracja telewizji · Menu ekranowe · Przewodnik programów · Nagrywanie" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Telewizja" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Ukrywaj odtwarzane wideo w tle interfejsu" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Ukrywaj tło wizualizacji" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Ustawienia kanałów" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Dostępne grupy" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Dodaj grupę" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Przemianuj grupę" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Usuń grupę" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Pokazuj ukryte" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Pokazuj usunięte" diff --git a/addons/skin.estouchy/language/Portuguese (Brazil)/strings.po b/addons/skin.estouchy/language/Portuguese (Brazil)/strings.po new file mode 100644 index 0000000000..d6ac010dec --- /dev/null +++ b/addons/skin.estouchy/language/Portuguese (Brazil)/strings.po @@ -0,0 +1,349 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/xbmc-skins/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Configurações de Áudio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opções Visualização" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Predefinições de visualização" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menu de Contexto" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Tela Cheia" + +msgctxt "#31009" +msgid "Working..." +msgstr "Trabalhando..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Atualmente logado como" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Músicas - Arquivos" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Filmes Recentes" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episódios Recentes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Álbuns Recentes" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volume no Mudo" + +msgctxt "#31024" +msgid "Page" +msgstr "Página" + +msgctxt "#31025" +msgid "Items" +msgstr "Itens" + +msgctxt "#31030" +msgid "Info List" +msgstr "Lista Info" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info Largo" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Reproduzindo Agora" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "REPRODUZINDO" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSADO" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "Avanço Rápido" + +msgctxt "#31045" +msgid "REWIND" +msgstr "Retroceder" + +msgctxt "#31049" +msgid "End Time" +msgstr "Hora Término:" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Ordem: Ascendente" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Ordem: Descendente" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Abrir Lista de Reprodução" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Salvar Lista de Reprodução" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Fechar Lista de Reprodução" + +msgctxt "#31058" +msgid "System music files" +msgstr "Arquivos de música do sistema" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Lista de Reprodução atual" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Este arquivo está empilhado, selecione a parte de onde começar a reproduzir." + +msgctxt "#31200" +msgid "Back" +msgstr "Voltar" + +msgctxt "#31201" +msgid "Location" +msgstr "Local" + +msgctxt "#31202" +msgid "View" +msgstr "Visualização" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temp Atual" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Última Atualização" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Provedor de dados" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memória Usada:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper Atual" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Escolha um Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opções de análise de conteúdo" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Perfis de usuários disponíveis no Kodi" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Último login" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Seletor de Músicas Karaokê" + +msgctxt "#31322" +msgid "Aired" +msgstr "Exibido" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opções de Lista de reprodução" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pausa" + +msgctxt "#31352" +msgid "Stop" +msgstr "Parar" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Avanço Rápido" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Retroceder" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu de Vídeo" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Baixar Legendas" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Informações da Imagem" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Padrão da skin" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Baseada em Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Altere a skin · Defina idioma e região · Altere opções de listagem de arquivos · Configure um protetor de tela" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Gerencie sua coleção de vídeo · Definir opções de reprodução de vídeo · Alterar as opções de listagem Vídeo · Setar fontes para legendas" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Gerencie sua coleção de música · Definir opções de reprodução de música · Alterar as opções de listagem de música · · Instalação da apresentação de músicas · Setar opções do Karaokê" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Defina as opções de listagem de imagens · Configure slideshows" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Definir três cidades para coletar informações sobre o tempo" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Controle de configuração do Kodi através de UPnP e HTTP · Configure compartilhamento arquivo setar opções de acesso internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Configurar e calibrar displays · Configurar saída de áudio · Configurar controles remotos · Setar opções poupar energia · Ligar debugging · Configurar bloqueio Master" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Configure a skin Hybrid - Adicione e remova itens do menu - Alterar imagens de fundo da skin" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Selecione seu perfil de usuário no Kodi[CR] para logar-se e continuar" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Botões de Categoria do Menu Inicial" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Atalhos Rápidos de Add-ons da Página Inicial" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Opções Diversas" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Informações de Clima e botão da Tela Inicial" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Atalho para Add-on" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SINCRONIZAR" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Usar Imagem de Fundo Personalizada" + +msgctxt "#31554" +msgid "Background:" +msgstr "Imagem de Fundo:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Configurar os ajustes de TV · Alterar as informações da tela · Gerenciar os ajustes dos dados EPG" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV ao Vivo" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Ocultar vídeo como fundo" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Ocultar visualização como fundo" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Configurações de Canal" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Grupos disponíveis" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Adicionar Grupo" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Renomear Grupo" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Apagar Grupo" diff --git a/addons/skin.estouchy/language/Portuguese/strings.po b/addons/skin.estouchy/language/Portuguese/strings.po new file mode 100644 index 0000000000..f109f4d6e8 --- /dev/null +++ b/addons/skin.estouchy/language/Portuguese/strings.po @@ -0,0 +1,325 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/xbmc-skins/language/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Definições de Áudio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opções de Visualização" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Pré-Selecções de visualização" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menu de Contexto" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Ecrã cheio" + +msgctxt "#31009" +msgid "Working..." +msgstr "Processando..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Sessão iniciada como" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Ficheiros - Música" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Filmes Recentes" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episódios Recentes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Álbuns Recentes" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Sem Som" + +msgctxt "#31024" +msgid "Page" +msgstr "Página" + +msgctxt "#31025" +msgid "Items" +msgstr "Itens" + +msgctxt "#31030" +msgid "Info List" +msgstr "Lista de info" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info ampla" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Em Reprodução" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "REPRODUZINDO" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSADO" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "AVANÇAR" + +msgctxt "#31045" +msgid "REWIND" +msgstr "RECUAR" + +msgctxt "#31049" +msgid "End Time" +msgstr "Termina às" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Orientar: Ascendente" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Orientar: Descendente" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Abrir lista de reprodução" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Guardar lista de reprodução" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Fechar lista de reprodução" + +msgctxt "#31058" +msgid "System music files" +msgstr "Ficheiros de música do sistema" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Lista de reprodução actual" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Este ficheiro está empilhado. Seleccione a partir donde quer reproduzir." + +msgctxt "#31200" +msgid "Back" +msgstr "Retroceder" + +msgctxt "#31201" +msgid "Location" +msgstr "Localização" + +msgctxt "#31202" +msgid "View" +msgstr "Ver" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temp actual" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Última actualização" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Fornecedor de dados" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memória utilizada:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper actual" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Escolha um scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opções da busca de conteúdos" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Perfis de utilizadores do Kodi actualmente disponiveis" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Última vez ligado" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Selecção de música de karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Transmitido a" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opções da Lista Reprodução" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pausa" + +msgctxt "#31352" +msgid "Stop" +msgstr "Parar" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Avançar" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Retroceder" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu de Vídeo" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Transferir legendas" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Informações da imagem" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Padrão do tema" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Baseada em Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Mudar de Tema - Definir linguagem e região - Opções de listagem de ficheiros - Mudar o protector de ecrã" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Gerir a biblioteca de vídeo - Definir opções de reprodução de video - Alterar opções de listagem de vídeos- Definir tipo de letra das legendas" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Gerir a biblioteca de música - Definir opções de reprodução de música. Alterar opções de listagem de músicas - Configurar envio de músicas - Definir opções de karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Definir opções de listagem de imagens - Definir apresentações de slides" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Definir três cidades para obter informações meteorológicas." + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Configurar controlo do Kodi através de UPnP e HTTP · Configurar partilha de ficheiros · Configurar acesso à Internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Configurar e calibrar ecrãs · Configurar saídas de áudio · Configurar controle remoto · Configurar poupança de energia · Activar depuração · Configurar fecho central" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Configurar o tema - Adicionar e remover items do menu inicial - Alterar fundo do ecrã" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Escolha o seu perfil de utilizador do Kodi[CR]para iniciar sessão e continuar" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Botões de Categorias do Ecrã Inicial" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Atalhos de Add-on na página inicial" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Opções Diversas" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Info e botão de meteorologia na página inicial" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Atalho para Add-on" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV ao Vivo" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Ocultar fundo de vídeo" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Grupos disponíveis" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Adicionar Grupo" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Renomear Grupo" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Eliminar Grupo" diff --git a/addons/skin.estouchy/language/Romanian/strings.po b/addons/skin.estouchy/language/Romanian/strings.po new file mode 100644 index 0000000000..fc0728a9ba --- /dev/null +++ b/addons/skin.estouchy/language/Romanian/strings.po @@ -0,0 +1,345 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/xbmc-skins/language/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Setări Audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opțiuni pentru Vizualizare" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Vizualizări predefinite" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Meniu Contextual" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Pe tot ecranul" + +msgctxt "#31009" +msgid "Working..." +msgstr "Procesează..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Sunteți logat ca" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Fişiere - Muzică" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Filme recente" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episoade recente" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Albume recente" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volum oprit" + +msgctxt "#31024" +msgid "Page" +msgstr "Pagina" + +msgctxt "#31025" +msgid "Items" +msgstr "Obiecte" + +msgctxt "#31030" +msgid "Info List" +msgstr "Listă Informații" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Bară Informații " + +msgctxt "#31040" +msgid "Now Playing" +msgstr "În redare" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Ultima actualizare:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "RULEAZĂ" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUZĂ" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ÎNAINTE" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ÎNAPOI" + +msgctxt "#31049" +msgid "End Time" +msgstr "Se termină la" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sort.: Ascendent" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sort.: Descendent" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Deschide listă redare" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Salvare listă redare" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Închide listă redare" + +msgctxt "#31058" +msgid "System music files" +msgstr "Fisiere muzică" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Listă redare actuală" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Fisier împărţit, selectaţi de unde doriţi să rulaţi. " + +msgctxt "#31200" +msgid "Back" +msgstr "Înapoi" + +msgctxt "#31201" +msgid "Location" +msgstr "Locație" + +msgctxt "#31202" +msgid "View" +msgstr "Vizualizează" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatură curentă" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Ultima actualizare" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Furnizor informații" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memorie folosită:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Catalog curent" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Alegeți un catalog (scraper)" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opțiuni de scanare conținut" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Profilul curent Kodi" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Ultima intrare" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Selector cântec karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Difuzat pe" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opțiuni listă de redare" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pauză" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Derulează înainte" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Derulează înapoi" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Meniul Video" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Descărcare subtitrare" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Informații Imagine" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Standard pentru costum" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Cu Arial la bază" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "schimbă skinul · Configurează limba și regiunea · Schimbă modul cum sunt afișate fișierele · Schimbă protecția ecranului" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Aranjează libraria video · Configurează opțiunile de tip video · Schimbă opțiunile de afișare video · Configurează dimensiunea subtitrării" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Administrați librăria muzială · Setați opțiunile pentru playerul audio · Schimbați opțiunile de afișare a melodiilor · Setați modul de trimitere a melodiilor · Setați opțiunile karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Configurează opțiunile de afișare a imaginilor - Configurează diaporama" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Configurează trei orașe pentru care să se colecteze informații despre vreme" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Setați controlul Kodi prin UPnP sau HTTP Configurați sharingul de fișiere · Setați opțiunile de acces la internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Setați și calibrați display-ul · Configurați ieșirea audio · Setați controalele telecomenzii · Setați opțiunile de power saving · Activați debugging-ul · Setați parola principală" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Setați skinul · Adăugați și ștergeți elemente ale meniului principal · Schimbați imaginea de background a skinului" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Selectați profilul dumneavoastră de utilizator Kodi[CR]pentru a vă autentifica și a continua" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Pagina principală a legăturilor Suplimentelor" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Opțiuni Diverse" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Ecranul și butonul Informații Vreme" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Scurtatură Suplimente" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SINCRONIZARE" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Utilizează fundal personalizat" + +msgctxt "#31554" +msgid "Background:" +msgstr "Fundal: " + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV Live" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Ascunde fundal video" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Ascunde fundal vizualizare" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Setări canal" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Grupuri disponibile" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Adaugă Grup" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Redenumește Grup" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Șterge Grup" diff --git a/addons/skin.estouchy/language/Romansh/strings.po b/addons/skin.estouchy/language/Romansh/strings.po new file mode 100644 index 0000000000..3d04952038 --- /dev/null +++ b/addons/skin.estouchy/language/Romansh/strings.po @@ -0,0 +1,29 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Romansh (http://www.transifex.com/projects/p/xbmc-skins/language/rm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: rm\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31024" +msgid "Page" +msgstr "Pagina" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSA" + +msgctxt "#31201" +msgid "Location" +msgstr "Liug" diff --git a/addons/skin.estouchy/language/Russian/strings.po b/addons/skin.estouchy/language/Russian/strings.po new file mode 100644 index 0000000000..381569744d --- /dev/null +++ b/addons/skin.estouchy/language/Russian/strings.po @@ -0,0 +1,341 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/xbmc-skins/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Настройки звука" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "CAPS[CR]LOCK" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Параметры визуализации" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Настройки визуализации" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Контекстное меню" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Полный экран" + +msgctxt "#31009" +msgid "Working..." +msgstr "Подождите…" + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Вы вошли в систему как" + +msgctxt "#31011" +msgid "N/A" +msgstr "Н/Д" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Музыка — файлы" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Последние фильмы" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Последние серии" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Последние альбомы" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Звук выключен" + +msgctxt "#31024" +msgid "Page" +msgstr "страница" + +msgctxt "#31025" +msgid "Items" +msgstr "объектов" + +msgctxt "#31030" +msgid "Info List" +msgstr "Список" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Широкий вид" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Сейчас воспроизводится:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ВОСПРОИЗВЕДЕНИЕ" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "ПАУЗА" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ПЕРЕМОТКА ВПЕРЕД" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ПЕРЕМОТКА НАЗАД" + +msgctxt "#31049" +msgid "End Time" +msgstr "Время окончания" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "По возрастанию" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "По убыванию" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Открыть плейлист" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Сохранить плейлист" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Закрыть плейлист" + +msgctxt "#31058" +msgid "System music files" +msgstr "Файлы системных звуков" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Текущий плейлист" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Это объединенный файл. Выберите желаемую часть для просмотра." + +msgctxt "#31200" +msgid "Back" +msgstr "Назад" + +msgctxt "#31201" +msgid "Location" +msgstr "Место" + +msgctxt "#31202" +msgid "View" +msgstr "Вид" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Текущая температура" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Обновление" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Источник данных" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Используется памяти:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Текущий инфоресурс" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Выбрать инфоресурс" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Параметры сканирования содержимого" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Доступные профили пользователей Kodi" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Последний вход" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Выбор песен для караоке" + +msgctxt "#31322" +msgid "Aired" +msgstr "Премьера" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Параметры плейлиста" + +msgctxt "#31351" +msgid "Pause" +msgstr "Пауза" + +msgctxt "#31352" +msgid "Stop" +msgstr "Стоп" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Перемотка вперед" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Перемотка назад" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Видео меню" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Загрузить субтитры" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Информация о картинке" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Стандартн." + +msgctxt "#31391" +msgid "Arial based" +msgstr "На основе Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Изменение обложки · Настройка языка и региона · Изменение параметров списка файлов · Настройка заставки" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Управление медиатекой видео · Настройка параметров воспроизведения видео · Изменение параметров списка видео · Настройка шрифта субтитров" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Управление музыкальной медиатекой · Настройка параметров воспроизведения музыки · Изменение параметров списка музыки · Настройка представления песен · Настройка параметров караоке" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Настройка параметров списка фото · Настройка слайд-шоу" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Укажите три города для получения информации о погоде" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Настройка управления Kodi по UPnP и HTTP · Настройка общего доступа к файлам · Настройка подключения к Интернету" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Настройка и калибровка дисплея · Настройка вывода звука · Настройка пульта ДУ · Настройка параметров энергосбережения · Включение режима отладки · Настройка блокировки" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Настройка обложки · Добавление и удаление пунктов главного меню · Изменение фона обложки" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Выберите профиль пользователя Kodi,[CR]чтобы войти в систему" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Пункты главного меню" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Быстрые ссылки на главном экране" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Прочие параметры" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Сведения о погоде и кнопка на главном экране" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Ярлыки дополнений" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Использовать собственный фон" + +msgctxt "#31554" +msgid "Background:" +msgstr "Фон:" + +msgctxt "#31556" +msgid "Live TV" +msgstr "ТВ" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Скрыть фоновое видео" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Скрыть визуализации в фоне" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Настройки канала" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Доступные группы" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Добавить группу" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Переименовать группу" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Удалить группу" diff --git a/addons/skin.estouchy/language/Serbian (Cyrillic)/strings.po b/addons/skin.estouchy/language/Serbian (Cyrillic)/strings.po new file mode 100644 index 0000000000..a5fdcf01d3 --- /dev/null +++ b/addons/skin.estouchy/language/Serbian (Cyrillic)/strings.po @@ -0,0 +1,185 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Serbian (Cyrillic) (http://www.transifex.com/projects/p/xbmc-skins/language/sr_RS/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr_RS\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Постојеће визуализације" + +msgctxt "#31009" +msgid "Working..." +msgstr "Обрада..." + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Музика - Датотеке" + +msgctxt "#31024" +msgid "Page" +msgstr "Страна" + +msgctxt "#31025" +msgid "Items" +msgstr "Ставки" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Тренутно се репродукује" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "РЕПРОДУКОВАЊЕ" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "ПАУЗИРАНО" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ПРЕМОТАВАЊЕ УНАПРЕД" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ПРЕМОТАВАЊЕ УНАЗАД" + +msgctxt "#31049" +msgid "End Time" +msgstr "Време завршетка" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Сортирај Растуће" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Сортирај Опадајуће" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Отвори списак за репродукцију" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Сачувај списак за репродукцију" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Затвори списак за репродукцију" + +msgctxt "#31058" +msgid "System music files" +msgstr "Системске музичке датотеке" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Тренутни списак за репродукцију" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Ова датотека је сложена, изаберите који део желите да репродукујете из ње." + +msgctxt "#31201" +msgid "Location" +msgstr "Локација" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Тренутна температура" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Последње ажурирање" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Искоришћеност меморије:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Тренутни добављач" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Изаберите добављача" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Опције анализирања садржаја" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Последња пријава" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Бирач караоке песме" + +msgctxt "#31322" +msgid "Aired" +msgstr "Емитовано" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Опције списка за репродукцију" + +msgctxt "#31351" +msgid "Pause" +msgstr "Пауза" + +msgctxt "#31352" +msgid "Stop" +msgstr "Заустави" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Премотај унапред" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Премотај уназад" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Преузми титлове" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Подразумевана маска" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Засновано на Arial-у" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Изаберите ваш Kodi кориснички[CR]профил за пријаву, а потом наставите даље" + +msgctxt "#31556" +msgid "Live TV" +msgstr "ТВ уживо" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Додај групу" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Преименуј групу" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Обриши групу" diff --git a/addons/skin.estouchy/language/Serbian/strings.po b/addons/skin.estouchy/language/Serbian/strings.po new file mode 100644 index 0000000000..fbc2fb186a --- /dev/null +++ b/addons/skin.estouchy/language/Serbian/strings.po @@ -0,0 +1,193 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Serbian (http://www.transifex.com/projects/p/xbmc-skins/language/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Postojeće vizualizacije" + +msgctxt "#31009" +msgid "Working..." +msgstr "Obrada..." + +msgctxt "#31011" +msgid "N/A" +msgstr "N/D" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Muzika - Datoteke" + +msgctxt "#31024" +msgid "Page" +msgstr "Strana" + +msgctxt "#31025" +msgid "Items" +msgstr "Stavki" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Trenutno se reprodukuje" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "REPRODUKOVANjE" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUZIRANO" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "PREMOTAVANjE UNAPRED" + +msgctxt "#31045" +msgid "REWIND" +msgstr "PREMOTAVANjE UNAZAD" + +msgctxt "#31049" +msgid "End Time" +msgstr "Vreme završetka" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Složi: Uzlazno" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Složi: Silazno" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Otvori spisak za reprodukciju" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Sačuvaj spisak za reprodukciju" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Zatvori spisak za reprodukciju" + +msgctxt "#31058" +msgid "System music files" +msgstr "Sistemske muzičke datoteke" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Trenutni spisak za reprodukciju" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Ova datoteka je složena, izaberite koji deo želite da reprodukujete iz nje." + +msgctxt "#31201" +msgid "Location" +msgstr "Lokacija" + +msgctxt "#31202" +msgid "View" +msgstr "Prikaz" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Trenutna temperatura" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Poslednje ažuriranje" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Iskorišćenost memorije:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Trenutni dobavljač" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Izaberite dobavljača" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opcije analiziranja sadržaja" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Poslednja prijava" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Birač karaoke pesme" + +msgctxt "#31322" +msgid "Aired" +msgstr "Emitovano" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opcije spiska za reprodukciju" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pauza" + +msgctxt "#31352" +msgid "Stop" +msgstr "Zaustavi" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Premotaj unapred" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Premotaj unazad" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Preuzmi titlove" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Podrazumevana maska" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Zasnovano na Arialu" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Izaberite vaš Kodi korisnički[CR]profil za prijavu, a potom nastavite dalje" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Телевизија уживо" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Dodaj grupu" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Преименуј групу" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Обриши групу" diff --git a/addons/skin.estouchy/language/Sinhala/strings.po b/addons/skin.estouchy/language/Sinhala/strings.po new file mode 100644 index 0000000000..2245de76d0 --- /dev/null +++ b/addons/skin.estouchy/language/Sinhala/strings.po @@ -0,0 +1,21 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Sinhala (http://www.transifex.com/projects/p/xbmc-skins/language/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31201" +msgid "Location" +msgstr "පරිස්ථානය" diff --git a/addons/skin.estouchy/language/Slovak/strings.po b/addons/skin.estouchy/language/Slovak/strings.po new file mode 100644 index 0000000000..384e8a2ebf --- /dev/null +++ b/addons/skin.estouchy/language/Slovak/strings.po @@ -0,0 +1,317 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/xbmc-skins/language/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Audio nastavenia" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Možnosti vizualizácie" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Predvoľby vizualizácií" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Kontextové menu" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Celá obrazovka" + +msgctxt "#31009" +msgid "Working..." +msgstr "Pracuje sa..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Momentálne prihlásený ako" + +msgctxt "#31011" +msgid "N/A" +msgstr "Nedostupný" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Hudba - Súbory" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Najnovšie filmy" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Najnovšie epizódy" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Najnovšie albumy" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Zvuk vypnutý" + +msgctxt "#31024" +msgid "Page" +msgstr "Strana" + +msgctxt "#31025" +msgid "Items" +msgstr "Položiek" + +msgctxt "#31030" +msgid "Info List" +msgstr "Zoznam informácií" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Rozšírené informácie" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Práve hrá" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "PREHRÁVA" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUZA" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "RÝCHLO VPRED" + +msgctxt "#31045" +msgid "REWIND" +msgstr "SPÄŤ" + +msgctxt "#31049" +msgid "End Time" +msgstr "Čas konca" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Triediť: Vzostupne" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Triediť: Zostupne" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Otvoriť playlist" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Uložiť playlist" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Zatvoriť playlist" + +msgctxt "#31058" +msgid "System music files" +msgstr "Systémové hudobné súbory" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Aktuálny playlist" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Tento súbor je zlúčený, vyberte si ktorú časť chcete prehrať." + +msgctxt "#31200" +msgid "Back" +msgstr "Späť" + +msgctxt "#31201" +msgid "Location" +msgstr "Poloha" + +msgctxt "#31202" +msgid "View" +msgstr "Zobrazenie" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Aktuálna teplota" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Naposledy aktualizované" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Poskytovateľ dát" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Použitá pamäť:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Aktuálny sťahovač" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Vyber sťahovač" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Možnosti vyhľadávania obsahu" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Momentálne dostupné Kodi užívateľské profily" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Posledný prihlásený" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Výber Karaoke skladby" + +msgctxt "#31322" +msgid "Aired" +msgstr "Vysielané" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Možnosti playlistu" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pauza" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stop" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Dopredu" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Dozadu" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video menu" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Stiahnuť titulky" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Info o obrázku" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Predvolený vzhľad" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Zmeniť vzhľad · Nastaviť jazyk a región · Zmeniť možnosti výpisu súborov · Nastaviť šetrič obrazovky" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Spravovať zbierku videí · Nastaviť možnosti prehrávania videa · Zmeniť možnosti výpisu videí · Nastaviť font tituliek" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Spravovať zbierku hudby · Nastaviť možnosti prehrávania hudby · Zmeniť možnosti výpisu hudby · Nastaviť odosielanie pesničiek · Nastaviť možnosti karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Zmeniť možnosti výpisu obrázkov · Nastaviť prezentáciu" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Nastavte tri mestá pre zber dát o počasí" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Nastaviť možnosti ovládania Kodi cez UPnP alebo HTTP · Nastaviť zdieľanie súborov · Nastaviť možnosti prístupu na internet " + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Nastaviť a kalibrovať obrazovku · Nastaviť zvukový výstup · Nastaviť diaľkové ovládanie · Nastaviť možnosti úspory energie · Povoliť ladenie · Nastaviť rodičovský zámok" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Nastaviť vzhľad · Pridať a odobrať položky hlavného menu · Zmeniť pozadie vzhľadu" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Prihlásenie užívateľa[CR]Pokračujte výberom profilu" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Tlačidlá kategórií hlavného menu" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Rýchle odkazy rozšírení Úvodnej obrazovky" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Rôzne nastavenia" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Tlačítko a informácie o počasí Úvodnej obrazovky" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Odkaz Rozšírení" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Živé TV vysielanie" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Pridať skupinu" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Premenovať skupinu" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Odstrániť skupinu" diff --git a/addons/skin.estouchy/language/Slovenian/strings.po b/addons/skin.estouchy/language/Slovenian/strings.po new file mode 100644 index 0000000000..5942d002a7 --- /dev/null +++ b/addons/skin.estouchy/language/Slovenian/strings.po @@ -0,0 +1,361 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/xbmc-skins/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Nastavitve zvoka" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Nastavitve vizualizacije" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Privzete vizualizacije" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Meni" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Celoten zaslon" + +msgctxt "#31009" +msgid "Working..." +msgstr "Prosim, po?akajte..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Trenutno prijavljen kot" + +msgctxt "#31011" +msgid "N/A" +msgstr "Brez" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Glasba - Datoteke" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Nedavni filmi" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Nedavne epizode" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Nedavni albumi" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Zvok utišan" + +msgctxt "#31024" +msgid "Page" +msgstr "Page" + +msgctxt "#31025" +msgid "Items" +msgstr "Items" + +msgctxt "#31030" +msgid "Info List" +msgstr "Seznam" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "?irok seznam" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Trenutno predvajam" + +msgctxt "#31041" +msgid "Last updated:" +msgstr "Nazadnje posodobljeno:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "PREDVAJANJE" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PREKINJENO" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "PREVIJANJE NAPREJ" + +msgctxt "#31045" +msgid "REWIND" +msgstr "NAZAJ" + +msgctxt "#31049" +msgid "End Time" +msgstr "?as zaklju?ka" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Razvrsti: Nara??ajo?e" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Razvrsti: Padajo?e" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Odpri predvajalni seznam" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Shrani predvajalni seznam" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Zapri predvajalni seznam" + +msgctxt "#31058" +msgid "System music files" +msgstr "Sistemske glasbene datoteke" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Trenutni predvajalni seznam" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Ta datoteka je zdru?ena. Izberite del za predvajanje." + +msgctxt "#31200" +msgid "Back" +msgstr "Nazaj" + +msgctxt "#31201" +msgid "Location" +msgstr "Lokacija" + +msgctxt "#31202" +msgid "View" +msgstr "Pogled" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Trenutna temp." + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Zadnji? posodobljeno" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Ponudnik" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Poraba pomnilnika:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Trenutni ponudnik" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Izberi ponudnika" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Trenutne mo?nosti skeniranja" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Profili Kodi, ki so trenutno na voljo" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Zadnja prijava" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Izbira pesmi za karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "?e predvajano" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Mo?nosti predvajalnega seznama" + +msgctxt "#31351" +msgid "Pause" +msgstr "Prekini" + +msgctxt "#31352" +msgid "Stop" +msgstr "Ustavi" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Previj naprej" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Nazaj" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Filmski menu" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Prenesi podnapise" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Informacija o sliki" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Privzeto" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Zamenjajte preobleko ? Dolo?ite jezik in regijo ? Spremenite mo?nosti seznamov ? Nastavite ohranjevalnik zaslona" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Upravljajte s knji?nico videa ? Nastavite mo?nosti predvajanja videa ? Spremenite mo?nosti seznamov videa ? Dolo?ite pisavo podnapisov" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Upravljajte s knji?nico glasbe ? Nastavite mo?nosti predvajanja glasbe ? Spremenite mo?nosti seznamov glasbe ? Nastavite objavo pesmi ? Nastavite karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Spremenite mo?nosti seznamov slik ? Nastavite projekcije slik" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Izberite tri mesta, za katere bo na voljo vremenska napoved" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Nastavite upravljanje Kodi preko UPnP in HTTP ? Nastavite deljenje datotek ? Nastavite mo?nosti internetne povezave" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Nastavite in prilagodite zaslon ? Nastavite zvo?ni izhod ? Nastavite oddaljeno upravljanje ? Nastavite var?evanje z energijo ? Vklju?ite razhro??evanje ? Dolo?ite glavno geslo" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Nastavite preobleko Touched ? Dodajte in odstranite elemente na doma?em oknu ? Spremenite ozadja preobleke" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Izberite va? Kodi uporabni?ki profil[CR]za prijavo in nadaljujte" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Gumbi kategorij na doma?i strani" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Hitre povezave do dodatkov na doma?i strani" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Razne mo?nosti" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Vreme in gumb na doma?em zaslonu" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Bli?njica dodatka" + +msgctxt "#31552" +msgid "SYNC" +msgstr "USKLADI" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Uporabi ozadje po meri" + +msgctxt "#31554" +msgid "Background:" +msgstr "Ozadje:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "Prilagodi nastavitve TV · Spremeni celozaslonske info. · Upravljaj podatk. nastavitve EPG" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV v živo" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Skrij ozadje videa" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Skrij ozadje vizualizacije" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Nastavitve programa" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Skupine na voljo" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Dodaj skupino" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Preimenuj skupino" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Izbriši skupino" + +msgctxt "#31564" +msgid "Show hidden" +msgstr "Pokaži skrito" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Pokaži izbrisano" diff --git a/addons/skin.estouchy/language/Spanish (Argentina)/strings.po b/addons/skin.estouchy/language/Spanish (Argentina)/strings.po new file mode 100644 index 0000000000..7e312fe8f2 --- /dev/null +++ b/addons/skin.estouchy/language/Spanish (Argentina)/strings.po @@ -0,0 +1,325 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/xbmc-skins/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Ajustes de Audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Bloqueo[CR]Mayúsculas" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opciones de Visualización" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualizaciones Preestablecidas" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menú Contextual" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Pantalla Completa" + +msgctxt "#31009" +msgid "Working..." +msgstr "Cargando..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Identificado actualmente como" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Archivos - Música" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Películas recientes" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episodios recientes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Álbumes recientes" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Silencio" + +msgctxt "#31024" +msgid "Page" +msgstr "Página" + +msgctxt "#31025" +msgid "Items" +msgstr "Elementos" + +msgctxt "#31030" +msgid "Info List" +msgstr "Información como Lista" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Información a lo Ancho" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Reproduciendo" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "REPRODUCIENDO" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSADO" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "AVANCE RAPIDO" + +msgctxt "#31045" +msgid "REWIND" +msgstr "REBOBINAR" + +msgctxt "#31049" +msgid "End Time" +msgstr "Hora de Finalización" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Ordenar: Ascendente" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Ordenar: Descendente" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Abrir lista de reproducción" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Guardar lista de reproducción" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Cerrar lista de reproducción" + +msgctxt "#31058" +msgid "System music files" +msgstr "Archivos de música del sistema" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Lista de reproducción actual" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Este archivo está agrupado, selecciona la parte desde la que deseas reproducir." + +msgctxt "#31200" +msgid "Back" +msgstr "Atrás" + +msgctxt "#31201" +msgid "Location" +msgstr "Ubicación" + +msgctxt "#31202" +msgid "View" +msgstr "Vista" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatura Actual" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Última Actualización" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Proveedor de datos" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memoria Usada:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper Actual" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Elige un Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opciones de Escanéo de Contenido" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Perfiles Kodi disponibles actualmente" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Último ingreso de sesión" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Selector de Canción de Karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Estrenado" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opciones de Lista de Reproducción" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pausar" + +msgctxt "#31352" +msgid "Stop" +msgstr "Detener" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Avance Rápido" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Rebobinar" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menú de Video" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Descargar Subtítulos" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Información de la Imagen" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Por defecto" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Cambiar el skin · Seleccionar idioma y zona · Cambiar la visualización de los archivos · Elegir un salvapantallas" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Gestionar la colección de videos · Opciones de la reproducción de video · Cambiar la visualización de la lista de videos · Elegir el tipo de letra para los subtítulos" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Gestionar la colección de música · Opciones de la reproducción de música · Cambiar la visualización de la lista de música · Ajustes del envío de canciones · Ajustes del karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Cambiar las opciones de la lista de imágenes · Ajustes de las presentaciones" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Elige tres ciudades para la información climática" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Ajustes para el control de Kodi por UPnP y HTTP · Ajustes de la compartición de archivos · Ajustes del acceso a internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Ajustes y calibrado de la pantalla · Ajustes de la salida de audio · Ajustes de los controles remotos · Ajustes de ahorro de energía · Activar depuración · Ajustes del bloqueo maestro" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Ajustes del skin · Añadir y eliminar elementos del menú principal · Cambiar los fondos del skin" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Selecciona tu perfil de usuario de Kodi[CR]para ingresar y continuar" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Botones de Categorías del Menú Principal" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Accesos Directos a los Complementos desde el Menú Principal" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Otros Ajustes" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Información y acceso a Clima desde el Menú Principal" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Acceso Airecto a Complemento" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV en directo" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Ocultar vídeo de fondo" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Grupos disponibles" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Añdadir Grupo" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Renombrar Grupo" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Borrar Grupo" diff --git a/addons/skin.estouchy/language/Spanish (Mexico)/strings.po b/addons/skin.estouchy/language/Spanish (Mexico)/strings.po new file mode 100644 index 0000000000..736ca5d476 --- /dev/null +++ b/addons/skin.estouchy/language/Spanish (Mexico)/strings.po @@ -0,0 +1,301 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/xbmc-skins/language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Configuración de Audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opciones de Visualización" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Preajustes de Visualización" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menú Contextual" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Pantalla Completa" + +msgctxt "#31009" +msgid "Working..." +msgstr "Trabajando..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Actualmente iniciado sesión como" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musica - Archivos" + +msgctxt "#31024" +msgid "Page" +msgstr "Página" + +msgctxt "#31025" +msgid "Items" +msgstr "Artículos" + +msgctxt "#31030" +msgid "Info List" +msgstr "Información Lista" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Información Amplia" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Reproduciendo Ahora" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "REPRODUCIENDO" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "EN PAUSA" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "AVANCE RAPIDO" + +msgctxt "#31045" +msgid "REWIND" +msgstr "REBOBINAR" + +msgctxt "#31049" +msgid "End Time" +msgstr "Hora de Finalización" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Ordenar: Ascendente" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Ordenar: Descendente" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Abrir lista de reproducción" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Guardar lista de reproducción" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Cerrar lista de reproducción" + +msgctxt "#31058" +msgid "System music files" +msgstr "Archivos de música de sistema" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Lista de reproducción actual" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Este archivo esta apilado, selecciona la parte desde la cual deseas reproducir." + +msgctxt "#31200" +msgid "Back" +msgstr "Regresar" + +msgctxt "#31201" +msgid "Location" +msgstr "Ubicación" + +msgctxt "#31202" +msgid "View" +msgstr "Ver" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatura Actual" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Última Actualización" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Proveedor de datos" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memoria Usada:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper Actual" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Elegir un Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opciones de Escaneo de Contenido" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Perfiles de usuario Kodi actualmente disponibles" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Último Inicio de Sesión en" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Seleccionador de Canción Karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Transmitido" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opciones de Lista de Reproducción" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pausa" + +msgctxt "#31352" +msgid "Stop" +msgstr "Detener" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Avanzar" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Rebobinar" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menú de Video" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Descargar Subtítulos" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Información de Imágen" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Según skin" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Basado en Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Cambiar el skin · Establecer Lenguaje y Región · Cambiar opciones de listado de archivos · Configurar un protector de pantalla" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Administrar tu biblioteca de video · Establecer opciones de reproducción de video · Cambiar opciones de listado de videos · Establecer fuentes de subtítulos" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Administra tu biblioteca de música · Establece opciones de reproducción de música · Cambia opciones de listado de música · Configura el envío de canciones · Establece opciones de Karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Establecer opciones de listado de imágenes· Configurar presentaciones de imágenes" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Establece tres ciudades para reunir información del clima" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Configurar el control de Kodi via UPnP y HTTP · Configurar compartir archivos · Establecer opciones de acceso a Internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Configurar y calibrar pantallas · Configurar salida de audio · Configurar controles remotos · Establecer opciones de ahorro de energía · Habilitar depuración · Configurar bloqueo maestro" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Configurar el skin · Agregar y remover elementos del menú principal · Cambiar fondos del skin" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Selecciona tu Perfil Kodi[CR]para iniciar sesión y continuar" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Enlaces de Add-on de Página de Inicio" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Opciones variadas" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Información y botón de Clima de la Pantalla Principal" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Acceso directo a Add-on" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV en Vivo" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Esconder fondo de vídeo" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Agregar Grupo" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Renombrar Grupo" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Borrar Grupo" diff --git a/addons/skin.estouchy/language/Spanish/strings.po b/addons/skin.estouchy/language/Spanish/strings.po new file mode 100644 index 0000000000..9bec292878 --- /dev/null +++ b/addons/skin.estouchy/language/Spanish/strings.po @@ -0,0 +1,329 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/xbmc-skins/language/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Ajustes de Audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Bloqueo[CR]Mayúsculas" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Opciones de Visualización" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualizaciónes Preestablecidas" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menú Contextual" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Pantalla Completa" + +msgctxt "#31009" +msgid "Working..." +msgstr "Cargando..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Identificado actualmente como" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Música - Archivos" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Películas recientes" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Episodios recientes" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Álbumes recientes" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volumen Silenciado" + +msgctxt "#31024" +msgid "Page" +msgstr "Página" + +msgctxt "#31025" +msgid "Items" +msgstr "Elementos" + +msgctxt "#31030" +msgid "Info List" +msgstr "Información como Lista" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Información a lo Ancho" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Reproduciendo Ahora" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "REPRODUCIENDO" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSA" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "AVANCE RÁPIDO" + +msgctxt "#31045" +msgid "REWIND" +msgstr "REBOBINAR" + +msgctxt "#31049" +msgid "End Time" +msgstr "Hora de Finalización" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Orden: Ascendente" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Orden: Descendente" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Abrir lista de reproducción" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Guardar lista de reproducción" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Cerrar lista de reproducción" + +msgctxt "#31058" +msgid "System music files" +msgstr "Archivos de música del sistema" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Lista de reproducción actual" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Este archivo fue detenido, seleccione desde donde quiere reproducirlo." + +msgctxt "#31200" +msgid "Back" +msgstr "Retroceder" + +msgctxt "#31201" +msgid "Location" +msgstr "Ubicación" + +msgctxt "#31202" +msgid "View" +msgstr "Vista" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Temperatura Actual" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Última Actualización" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Proveedor de Datos" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Memoria Utilizada:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Scraper Actual" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Elige un Scraper" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Opciones de Escanéo de Contenido" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Perfiles Kodi disponibles actualmente" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Última Sesión el" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Seleccionador de Canción Karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Salió al Aire el" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Opciones de Lista de Reproducción" + +msgctxt "#31351" +msgid "Pause" +msgstr "Pausa" + +msgctxt "#31352" +msgid "Stop" +msgstr "Detener" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Avance Rápido" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Retroceder" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menú de Vídeo" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Descargar Subtítulos" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Información de la Imagen" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin por defecto" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Basada en Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Cambiar la skin - Seleccionar idioma y zona - Cambiar la visualización de los archivos - Elegir un salvapantallas" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Gestionar la colección de vídeo - Opciones de la reproducción de vídeo - Cambiar la visualización de la lista de vídeos - Elegir el tipo de letra para los subtítulos" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Gestionar la colección de música - Opciones de la reproducción de música - Cambiar la visualización de la lista de música - Ajustes del envío de canciones - Ajustes del karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Cambiar las opciones de la lista de imágenes - Ajustes de las presentaciones" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Elige tres ciudades para el informe meteorológico" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Ajustes para el control de Kodi por UPnP y HTTP - Ajustes de la compartición de archivos - Ajustes del acceso a internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Ajustes y calibrado de la pantalla - Ajustes de la salida de audio - Ajustes de los controles remotos - Ajustes de ahorro de energía - Activar depuración - Ajustes del bloqueo maestro" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Ajustes de la skin - Añadir y eliminar elementos del menú principal - Cambiar los fondos de la skin" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Selecciona tu usuario [CR] y continua" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Botones de Categorías del Menú Principal" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Enlaces Directos a los Complementos desde el Menú Principal" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Otros Ajustes" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Información y acceso al informe meteorológico desde el menú principal" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Acceso directo a Complemento" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SYNC" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV en directo" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Ocultar vídeo de fondo" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Grupos disponibles" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Añadir Grupo" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Renombrar Grupo" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Eliminar Grupo" diff --git a/addons/skin.estouchy/language/Swedish/strings.po b/addons/skin.estouchy/language/Swedish/strings.po new file mode 100644 index 0000000000..302b18b677 --- /dev/null +++ b/addons/skin.estouchy/language/Swedish/strings.po @@ -0,0 +1,329 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/xbmc-skins/language/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Ljudinställningar" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Visualiseringsval" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Visualiseringsförval" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Innehållsmeny" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Helskärm" + +msgctxt "#31009" +msgid "Working..." +msgstr "Arbetar..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "För närvarande inloggad som" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Musik - Filer" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Aktuella filmer" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Aktuella avsnitt" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Aktuella album" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Volym-dämpning" + +msgctxt "#31024" +msgid "Page" +msgstr "Sida" + +msgctxt "#31025" +msgid "Items" +msgstr "Objekt" + +msgctxt "#31030" +msgid "Info List" +msgstr "Infolista" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Info bred" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Nu spelas" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "SPELAR" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "PAUSAD" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "SPOLA FRAMÅT" + +msgctxt "#31045" +msgid "REWIND" +msgstr "SPOLA BAKÅT" + +msgctxt "#31049" +msgid "End Time" +msgstr "Sluttid" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sort: Stigande" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sort: Fallande" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Öppna spellista" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Spara spellista" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Stäng spellista" + +msgctxt "#31058" +msgid "System music files" +msgstr "Systemmusikfiler" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Nuvarande spellista" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Denna fil är sammanslagen, välj den del du vill spela." + +msgctxt "#31200" +msgid "Back" +msgstr "Tillbaka" + +msgctxt "#31201" +msgid "Location" +msgstr "Plats" + +msgctxt "#31202" +msgid "View" +msgstr "Vy" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Nuvarande temp" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Sist uppdatera" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Dataleverantör" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Använt minne:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Nuvarande skrapa" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Välj en skrapa" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Innehållsskanningsval" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Nuvarande tillgängliga Kodi-användarprofiler" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Sist inloggad" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaokesångväljare" + +msgctxt "#31322" +msgid "Aired" +msgstr "Sänt" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Spellistsval" + +msgctxt "#31351" +msgid "Pause" +msgstr "Paus" + +msgctxt "#31352" +msgid "Stop" +msgstr "Stopp" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Spola framåt" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Spola bakåt" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Videomeny" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Ladda ner undertexter" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Bildinfo" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skalstandard" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arialbaserad" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Ändra skalet · Ange språk och region · Ange fillistningsalternativ · Ange en skärmsläckare" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Hantera ditt filmbibliotek · Ange filmuppspelningsalternativ · Ändra videoförteckningsalternativ · Konfigurera undertextfonter" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Hantera ditt musikbibliotek · Ange musikuppspelningsalternativ · Ändra musiklistningsalternativ · Ange låtinskickning · Ange karaokealternativ" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Ange bildlistningsalternativ · Justera bildspel" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Ange tre städer för att insamling av väderinformation" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Ange kontroll av Kodi via UPnP och HTTP · Konfigurera fildelning · Konfigurera internetaccessalternativ" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Ange och kalibrera bildskärmar · Konfigurera ljudutgång · Ställa in fjärrkontroller · Ange energisparalternativ · Aktivera debuggningen · Konfigurera huvudkod och lås" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Ställa in Kodi-skin touched-skalet · Lägga till och ta bort hemsidans menyknappar · Ändra skalets bakgrunder" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Välj din Kodi-användarprofil[CR]för att logga in och fortsätta" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Hemskärmskategoriknappar" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Hemskärmens tilläggssnabblänkar" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Diverse val" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Hemskärmens väderinfo och knapp" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Tilläggsgenväg" + +msgctxt "#31552" +msgid "SYNC" +msgstr "SYNKRONISERA" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Live-TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Dölj videobakgrund" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Tillgängliga grupper" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Lägg till grupp" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Döp om grupp" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Ta bort grupp" diff --git a/addons/skin.estouchy/language/Tajik/strings.po b/addons/skin.estouchy/language/Tajik/strings.po new file mode 100644 index 0000000000..4adb3b9052 --- /dev/null +++ b/addons/skin.estouchy/language/Tajik/strings.po @@ -0,0 +1,185 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Tajik (http://www.transifex.com/projects/p/xbmc-skins/language/tg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31009" +msgid "Working..." +msgstr "Дар ҳоли иҷро..." + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Файлҳои мусиқӣ" + +msgctxt "#31024" +msgid "Page" +msgstr "Саҳифа" + +msgctxt "#31025" +msgid "Items" +msgstr "Объект" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Ҳозир пахш мекунад" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ДАР ҲОЛИ ПАХШ" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "ТАВАҚҚУФШУДА" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "БАСУРЪАТ БА ПЕШ ГАРДОНИДАНИ РОҲЧА" + +msgctxt "#31045" +msgid "REWIND" +msgstr "БА АҚИБ БУРДАН" + +msgctxt "#31049" +msgid "End Time" +msgstr "Вақти анҷом" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Мураттаб: Бароянда" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Мураттаб: Камшаванда" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Кушодани рӯйхати пахш" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Захира кардани рӯйхати пахш" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Пӯшидани рӯйхати пахш" + +msgctxt "#31058" +msgid "System music files" +msgstr "Файлҳои мусиқии системавӣ" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Рӯйхати пахши ҷорӣ" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Ин файли таркибӣ мебошад, қисмеро, ки мехоҳед пахш кунед, интихоб намоед." + +msgctxt "#31201" +msgid "Location" +msgstr "Ҷойгиршавӣ" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Ҳарорати ҷорӣ" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Навсозии охирин" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Провайдери иттилоотӣ" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Ҳофизаи истифодашуда:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Аксгирандаи ҷорӣ" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Интихоби аксгиранда" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Имконоти сканкунии мӯҳтаво" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Воридшавии охирин" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Интихобкунандаи суруди караоке" + +msgctxt "#31322" +msgid "Aired" +msgstr "Премера" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Имконоти рӯйхати пахш" + +msgctxt "#31351" +msgid "Pause" +msgstr "Таваққуф" + +msgctxt "#31352" +msgid "Stop" +msgstr "Истодан" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Басуръат ба пеш гардонидани роҳча" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Ба ақиб бурдан" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Боргирӣ кардани субтитрҳо" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Пӯсти пешфарз" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Дар асоси шрифти Arial" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Барои ворид шудан ва идома додан[CR]профили корбари Kodi-ро интихоб кунед" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Пахши мустақим" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Илова кардани гурӯҳ" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Тоза кардани гурӯҳ" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Нест кардани гурӯҳ" diff --git a/addons/skin.estouchy/language/Tamil (India)/strings.po b/addons/skin.estouchy/language/Tamil (India)/strings.po new file mode 100644 index 0000000000..21ba6023d7 --- /dev/null +++ b/addons/skin.estouchy/language/Tamil (India)/strings.po @@ -0,0 +1,297 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Tamil (India) (http://www.transifex.com/projects/p/xbmc-skins/language/ta_IN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta_IN\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "கேட்பொலி அமைப்புகள்" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "பெரியெழுத்து[CR]பூட்டு" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "காட்சி விருப்பங்கள்" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "காட்சி முன் நிறுவுகள்" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "சூழல் மெனு" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "முழுத்திரை" + +msgctxt "#31009" +msgid "Working..." +msgstr "சற்று காத்திருக்கவும்..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "தற்போது நுழைந்துள்ள பயனர் விவரம்" + +msgctxt "#31011" +msgid "N/A" +msgstr "இல்லை" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "இசை - கோப்புகள்" + +msgctxt "#31024" +msgid "Page" +msgstr "பக்கம்" + +msgctxt "#31025" +msgid "Items" +msgstr "உருப்படிகள்" + +msgctxt "#31030" +msgid "Info List" +msgstr "தகவல் பட்டியல்" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "பரந்த பரப்பு தகவல்" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "தற்போது வாசிக்கபடுவது" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "வாசிக்கபடுகிறது" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "இடைநிறுத்தம்" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "முன்சுற்று" + +msgctxt "#31045" +msgid "REWIND" +msgstr "பின்சுற்று" + +msgctxt "#31049" +msgid "End Time" +msgstr "முடியும் நேரம்" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "வரிசைபடுத்து : ஏறுவரிசை" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "வரிசைபடுத்து : இறங்குவரிசை" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "பட்டியலை திற" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "பட்டியலை சேமி" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "பட்டியலை முடு" + +msgctxt "#31058" +msgid "System music files" +msgstr "அமைப்பு இசை கோப்புகள்" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "தற்போதைய பட்டியல்" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "கோப்பு அடுக்கப்பட்டுள்ளது - வாசிக்கப்பட வேண்டியதை தேர்வு செய்க" + +msgctxt "#31200" +msgid "Back" +msgstr "பின்செல்" + +msgctxt "#31201" +msgid "Location" +msgstr "இருப்பிடம்" + +msgctxt "#31202" +msgid "View" +msgstr "காண்பி" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "தற்போதைய வெப்பம்" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "கடைசியாக புதுபித்தது" + +msgctxt "#31303" +msgid "Data provider" +msgstr "தரவு வழங்குநர்" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "பயன்படுத்தப்பட்டுள்ள நினைவகம்" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "தற்போதைய வலைசுரண்டி" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "வலைசுரண்டியை தேர்வுசெய்" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "உள்ளடக்கத்தை வருடும் விருப்பங்கள்" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "தற்போதுள்ள Kodi பயனர் பண்புகள்" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "கடைசியாக உள்நுழைந்தது" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "கரோக்கி பாடல் தொகுப்பான்" + +msgctxt "#31322" +msgid "Aired" +msgstr "வாசிக்கப்பட்டுள்ளது" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "இசைப்பட்டியல் விருப்பங்கள்" + +msgctxt "#31351" +msgid "Pause" +msgstr "இடைநிறுத்து" + +msgctxt "#31352" +msgid "Stop" +msgstr "நிறுத்து" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "முன்சுற்று" + +msgctxt "#31354" +msgid "Rewind" +msgstr "பின்சுற்று" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "நிகழ்பட மெனு" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "துணைத்தலைப்பை பதிவிறக்கு" + +msgctxt "#31357" +msgid "Image Info" +msgstr "பட தகவல்" + +msgctxt "#31390" +msgid "Skin default" +msgstr "இயல்புநிலை அலங்கார அமைப்பு" + +msgctxt "#31391" +msgid "Arial based" +msgstr "ஏரியல் தொடர்பான" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "தோல் மாற்ற · மொழி மற்றும் பிராந்தியம் அமைக்க · கோப்பு பட்டியல் விருப்பங்களை மாற்ற · திரை காப்பான் அமைக்க" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "உங்கள் வீடியோ நூலகத்தை நிர்வகிக்க · வீடியோ பின்னணி விருப்பங்களை அமைக்க · வீடியோ பட்டியல் விருப்பங்களை மாற்ற · வசன எழுத்துருக்களை அமைக்க" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "உங்கள் இசை நூலகம் மேலாண்மை · இசை பின்னணி விருப்பங்களை அமைக்கவும் · இசை பட்டியல் விருப்பங்களை மாற்ற · சமர்ப்பிப்பு பாடல் அமைப்பு · கரோக்கே விருப்பங்களை அமைக்க" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "படம் பட்டியல் விருப்பங்களை அமைக்கவும் · படக்காட்சி கட்டமைக்க" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "வானிலை தகவல்களை சேகரிக்க மூன்று நகரங்களின் பெயரை அமைக்க" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "UPnP மற்றும் HTTP வழியாக Kodiஅமைப்பு கட்டுப்பாடு · கோப்பு பகிர்வு கட்டமைப்பு · இணைய அணுகல் விருப்பங்களை அமைக்க" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "காட்சிகளை அமைப்பது மற்றும் அளவீடு · ஆடியோ வெளியீடு கட்டமைக்க · ரிமோட் கண்ட்ரோல்கள் அமைப்பதற்கு · மின் ஆற்றல் சேமிப்பு விருப்பங்கள் அமைக்க · பிழைத்திருத்தம் செயல்படுத்த · மாஸ்டர் பூட்டு அமைப்பு" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "அலங்காரம் அமைப்பதற்கு · முதன்மை மெனு உருப்படிகளை சேர்க்க மற்றும் நீக்க · தோல் பின்னணியில் மாற்ற" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "உங்கள் Kodi பயனர் விவரங்களை தேர்வுசெய்து[CR]உள்நுழைய தொடரச்செய்யவும்" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "முகப்புப்பக்க துணைப்-பயன் விரைவு இணைப்புகள்" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "இதர விருப்பங்கள்" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "முகப்புப்பக்க வானியல் தகவல் மற்றும் பொத்தான்" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "துணை-பயன் குறுக்குவழி" + +msgctxt "#31556" +msgid "Live TV" +msgstr "நேரடி தொலைக்காட்சி" + +msgctxt "#31561" +msgid "Add Group" +msgstr "குழுவை சேர்க்க" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "குழுவுக்கு வேறு பெயரிடு" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "குழுவை நீக்கு" diff --git a/addons/skin.estouchy/language/Tatar/strings.po b/addons/skin.estouchy/language/Tatar/strings.po new file mode 100644 index 0000000000..2ad3d1814d --- /dev/null +++ b/addons/skin.estouchy/language/Tatar/strings.po @@ -0,0 +1,25 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Tatar (http://www.transifex.com/projects/p/xbmc-skins/language/tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Видео меню" diff --git a/addons/skin.estouchy/language/Thai/strings.po b/addons/skin.estouchy/language/Thai/strings.po new file mode 100644 index 0000000000..c3fefb8736 --- /dev/null +++ b/addons/skin.estouchy/language/Thai/strings.po @@ -0,0 +1,333 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Thai (http://www.transifex.com/projects/p/xbmc-skins/language/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "การตั้งค่า เสียง" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "ตัวเลือก การแสดงแสงสี" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "ชุดรูปแบบ การแสดงแสงสี" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "เมนูเนื้อหา" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "เต็มหน้าจอ" + +msgctxt "#31009" +msgid "Working..." +msgstr "ทำงานอยู่..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "เข้าระบบในฐานะ" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "แฟ้ม - เพลง" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "ภาพยนตร์ ล่าสุด" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "ตอน ล่าสุด" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "อัลบั้ม ล่าสุด" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "ปิดเสียงแล้ว" + +msgctxt "#31024" +msgid "Page" +msgstr "หน้า" + +msgctxt "#31025" +msgid "Items" +msgstr "รายการ" + +msgctxt "#31030" +msgid "Info List" +msgstr "ข้อมูล รายชื่อ " + +msgctxt "#31031" +msgid "Info Wide" +msgstr "ข้อมูล แบบกว้าง" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "ขณะนี้กำลังเล่น" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "กำลังเล่น" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "หยุดชั่วขณะ" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ไปหน้าแบบเร็ว" + +msgctxt "#31045" +msgid "REWIND" +msgstr "เล่นกลับเร็ว" + +msgctxt "#31049" +msgid "End Time" +msgstr "เวลาสิ้นสุด" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "เรียง: น้อยไปมาก" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "เรียง: มากไปน้อย" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "เปิด รายการเล่น" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "บันทึก รายการเล่น" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "ปิด รายการเล่น" + +msgctxt "#31058" +msgid "System music files" +msgstr "แฟ้ม เพลงของระบบ" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "รายการเล่น ปัจจุบัน" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "แฟ้มนี้ซ้อนกันอยู่, เลือกส่วนที่คุณต้องการจะเล่นจาก." + +msgctxt "#31200" +msgid "Back" +msgstr "ย้อนกลับ" + +msgctxt "#31201" +msgid "Location" +msgstr "ที่ตั้ง" + +msgctxt "#31202" +msgid "View" +msgstr "มุมมอง" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "อุณหภูมิปัจจุบัน" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "อัพเดท ล่าสุด" + +msgctxt "#31303" +msgid "Data provider" +msgstr "ผู้ให้บริการ ข้อมูล" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "หน่วยความจำที่ใช้" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "ตัวดึงข้อมูล ที่ใช้อยู่" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "เลือก ตัวดึงข้อมูล" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "ตัวเลือก การสำรวจเนื้อหา" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "โปรไฟล์ผู้ใช้ Kodi ที่มีในปัจจุบัน" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "เข้าสู่ระบบ ล่าสุด" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "ตัวเลือกเพลง คาราโอเกะ" + +msgctxt "#31322" +msgid "Aired" +msgstr "ออกอากาศ" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "ตัวเลือก รายการเล่น" + +msgctxt "#31351" +msgid "Pause" +msgstr "หยุดชั่วขณะ" + +msgctxt "#31352" +msgid "Stop" +msgstr "หยุด" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "ไปหน้าแบบเร็ว" + +msgctxt "#31354" +msgid "Rewind" +msgstr "เล่นกลับเร็ว" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "เมนู วิดีโอ" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "ดาวน์โหลด คำบรรยาย" + +msgctxt "#31357" +msgid "Image Info" +msgstr "ข้อมูล รูปภาพ" + +msgctxt "#31390" +msgid "Skin default" +msgstr "หน้าตาพื้นฐาน" + +msgctxt "#31391" +msgid "Arial based" +msgstr "ใช้ฟ้อนท์ Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "เปลี่ยนหน้าตา · กำหนดภาษาและภูมิภาค · เปลี่ยนตัวเลือกการแสดงรายการแฟ้ม · ตั้งค่าการพักหน้าจอ" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "จัดการคลังข้อมูลวิดีโอ · กำหนดตัวเลือกการเล่นวิดีโอ · เปลี่ยนตัวเลือกการแสดงรายการวิดีโอ · กำหนดแบบอักษรคำบรรยาย" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "จัดการคลังข้อมูลเพลง · กำหนดตัวเลือกการเล่นเพลง · เปลี่ยนตัวเลือกการแสดงรายการเพลง · ตั้งค่าการส่งเพลง · กำหนดตัวเลือกคาราโอเกะ" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "กำหนดตัวเลือกแสดงรายการภาพ · ตั้งค่าการแสดงสไลด์" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "กำหนดสามเมือง เพื่อเก็บรวบรวมข้อมูลสภาพอากาศ" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "ตั้งค่าการควบคุม Kodi ผ่าน UPnP และ HTTP · กำหนดค่าใช้แฟ้มร่วมกัน · กำหนดตัวเลือกการเข้าถึงอินเทอร์เน็ต" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "ตั้งค่าและปรับเทียบจอแสดงผล · กำหนดค่าส่งออกเสียง · ตั้งค่าการควบคุมด้วยรีโมท · กำหนดตัวเลือกการประหยัดพลังงาน · เปิดใช้การแก้ไขข้อบกพร่อง · ตั้งค่าล็อคหลัก" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "ตั้งค่าหน้าตา · เพิ่มและลบรายการเมนูหลัก · เปลี่ยนพื้นหลังของหน้าตา" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "เลือกโปรไฟล์ผู้ใช้ Kodi ของคุณ[CR]เพื่อเข้าระบบและดำเนินการต่อไป" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "ปุ่มหมวดหมู่ หน้าหลัก" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "หน้าหลัก เชื่อมโยงด่วนไปยังส่วนเสริม" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "ตัวเลือกอื่นๆ" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "หน้าจอหลัก ปุ่มและข้อมูลสภาพอากาศ" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "ทางลัด ส่วนเสริม" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "ใช้พื้นหลังที่กำหนดเอง" + +msgctxt "#31554" +msgid "Background:" +msgstr "พื้นหลัง:" + +msgctxt "#31556" +msgid "Live TV" +msgstr "ทีวี สด" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "ซ่อน พื้นหลังการเล่นวิดีโอ" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "ซ่อน พื้นหลังการแสดงแสงสี" + +msgctxt "#31561" +msgid "Add Group" +msgstr "เพิ่มกลุ่ม" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "เปลี่ยนชื่อกลุ่ม" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "ลบกลุ่ม" diff --git a/addons/skin.estouchy/language/Turkish/strings.po b/addons/skin.estouchy/language/Turkish/strings.po new file mode 100644 index 0000000000..a2db8d9486 --- /dev/null +++ b/addons/skin.estouchy/language/Turkish/strings.po @@ -0,0 +1,349 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/xbmc-skins/language/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Ses Ayarları" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Görsel Öğe Seçenekleri" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Görsel Öğe Önayarları" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Kabuk Menü" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Tam ekran" + +msgctxt "#31009" +msgid "Working..." +msgstr "Çalışıyor..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Şu olarak giriş yapıldı" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Müzik - Dosyalar" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "En Son Filmler" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "En Son Diziler" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "En Son Albümler" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Ses Kapalı" + +msgctxt "#31024" +msgid "Page" +msgstr "Sayfa" + +msgctxt "#31025" +msgid "Items" +msgstr "Nesne" + +msgctxt "#31030" +msgid "Info List" +msgstr "Bilgi Listesi" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Geniş Bilgi" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Şimdi Yürütülüyor" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "OYNATILIYOR" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "DURAKLATILDI" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "İLERİ SAR" + +msgctxt "#31045" +msgid "REWIND" +msgstr "GERİ SAR" + +msgctxt "#31049" +msgid "End Time" +msgstr "Bitiş Zamanı" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sırala: Artan" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sırala: Azalan" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Çalma listesini aç" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Çalma listesini kaydet" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Çalma listesini kapat" + +msgctxt "#31058" +msgid "System music files" +msgstr "Sistem müzik dosyaları" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Geçerli çalma listesi" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Bu dosya istiflendi, oynatmak istediğiniz bölümü seçin." + +msgctxt "#31200" +msgid "Back" +msgstr "Geri" + +msgctxt "#31201" +msgid "Location" +msgstr "Konum" + +msgctxt "#31202" +msgid "View" +msgstr "Görünüm" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Mevcut Sıcaklık" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Son Güncelleme" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Veri sağlayıcı" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Kullanılan Bellek:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Geçerli Scraper" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Scraper Seç" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "İçerik Tarama Seçenekleri" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Uygun Kodi kullanıcı profilleri" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Son Giriş Yapan" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Karaoke Şarkı Seçici" + +msgctxt "#31322" +msgid "Aired" +msgstr "Gösterim" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Çalma Listesi Seçenekleri" + +msgctxt "#31351" +msgid "Pause" +msgstr "Duraklat" + +msgctxt "#31352" +msgid "Stop" +msgstr "Durdur" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "İleri Sar" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Geri Sar" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Video Menüsü" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Altyazıları İndir" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Resim Bilgisi" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Dış görünüm varsayılanı" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Arial tabanlı" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Dış görünümü değiştir · Bölge ve dili ayarla · Dosya listeleme ayarlarını değiştir · Bir ekran koruyucu ayarla" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Video kitaplığınızı yönetin · Video oynatma seçeneklerini belirle · Video listeleme seçeneklerini değiştir · Altyazı yazı tiplerini belirle" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Müzik kütüphanesini yönet · Müzik oynatma seçeneklerini belirle · Müzik listeleme seçeneklerini değiştir · Şarkı sunumu kurulumu · Karaoke seçeneklerini belirle" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Fotoğraf listeleme seçeneklerini belirle · Slayt gösterilerini yapılandır" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Hava durumu bilgisi almak için üç şehir seçin" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "UPnP ve HTTP üzerinden Kodi kontrolü ayarları · Dosya paylaşımını yapılandır · İnternet erişimi seçeneklerini ayarla" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Ekranları kur ve kalibre et · Ses çıkışını yapılandır · Uzaktan yönetimi kur · Güç tasarruf seçeneklerini belirle · Hata ayıklamayı etkinleştir · Yönetici kilidini kur" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Dış görünüm kurulumu · Ana menü nesneleri ekle ve kaldır · Dış görünüm arkaplanlarını değiştir" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Oturum açıp devam etmek için[CR]Kodi kullanıcı profilinizi seçin" + +msgctxt "#31500" +msgid "Home Menu Catagory Buttons" +msgstr "Ev Menüsü Kategori Butonları" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Anasayfa Eklenti Hızlı Bağlantılar" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Çeşitli Seçenekler" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Ana Ekran Hava Durumu Bilgisi ve düğmesi" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Eklenti Kısayolu" + +msgctxt "#31552" +msgid "SYNC" +msgstr "EŞİTLEME" + +msgctxt "#31553" +msgid "Use Custom Background" +msgstr "Özel Arkaplan Kullan" + +msgctxt "#31554" +msgid "Background:" +msgstr "Arkaplan:" + +msgctxt "#31555" +msgid "Configure TV settings · Change full screen info · Manage EPG data settings" +msgstr "TV ayarlarını yapılandır · Tam ekran bilgisini değiştir · EPG veri ayarlarını yönet" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Canlı TV" + +msgctxt "#31557" +msgid "Hide video background" +msgstr "Video arkaplanı gizle" + +msgctxt "#31558" +msgid "Hide visualization background" +msgstr "Görselleştirme arkaplanını gizle" + +msgctxt "#31559" +msgid "Channel settings" +msgstr "Kanal ayarları" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Kullanılabilir gruplar" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Grup Ekle" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Grubu Yeniden Adlandır" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Grubu Sil" diff --git a/addons/skin.estouchy/language/Ukrainian/strings.po b/addons/skin.estouchy/language/Ukrainian/strings.po new file mode 100644 index 0000000000..758b8e5914 --- /dev/null +++ b/addons/skin.estouchy/language/Ukrainian/strings.po @@ -0,0 +1,325 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/xbmc-skins/language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Налаштування звука" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Параметри візуалізації" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Налаштування візуалізації" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Контекстне меню" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Повний екран" + +msgctxt "#31009" +msgid "Working..." +msgstr "Зачекайте…" + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Поточний користувач:" + +msgctxt "#31011" +msgid "N/A" +msgstr "Н/Д" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Музика - Файли" + +msgctxt "#31013" +msgid "Recent Movies" +msgstr "Недавні Фільми" + +msgctxt "#31014" +msgid "Recent Episodes" +msgstr "Недавні Серіали" + +msgctxt "#31016" +msgid "Recent Albums" +msgstr "Недавні Альбоми" + +msgctxt "#31017" +msgid "Volume Muted" +msgstr "Звук Вимкнено" + +msgctxt "#31024" +msgid "Page" +msgstr "сторінка" + +msgctxt "#31025" +msgid "Items" +msgstr "у списку" + +msgctxt "#31030" +msgid "Info List" +msgstr "Інфо-список" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Широкий інфо-список" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Зараз відтворюється:" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ВІДТВОРЕННЯ" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "ПАУЗА" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "ПЕРЕМОТКА ВПЕРЕД" + +msgctxt "#31045" +msgid "REWIND" +msgstr "ПЕРЕМОТКА НАЗАД" + +msgctxt "#31049" +msgid "End Time" +msgstr "Час закінчення" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Висхідний" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Низхідний" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Відкрити список відтворення" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Зберегти список відтворення" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Закрити список відтворення" + +msgctxt "#31058" +msgid "System music files" +msgstr "Системні аудіофайли" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Поточний список відтворення" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Складений файл; виберіть частину для відтворення." + +msgctxt "#31200" +msgid "Back" +msgstr "Назад" + +msgctxt "#31201" +msgid "Location" +msgstr "Розташування" + +msgctxt "#31202" +msgid "View" +msgstr "Перегляд" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Поточна температура" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Останнє оновлення" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Джерело даних" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Використано пам'яті" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Поточний інфоресурс" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Вибрати інфоресурс" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Параметри сканування вмісту" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Доступні профілі користувачів Kodi" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Останній вхід" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Вибір пісень для караоке" + +msgctxt "#31322" +msgid "Aired" +msgstr "Прем'єра" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Параметри списку відтворення" + +msgctxt "#31351" +msgid "Pause" +msgstr "Пауза" + +msgctxt "#31352" +msgid "Stop" +msgstr "Стоп" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Перемотка вперед" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Перемотка назад" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Меню відео" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Завантажити субтитри" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Відомості про картинку" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Стандартні" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Стиль Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Вибір обкладинки · Зміна мови та регіону · Налаштування показу файлів · Вибір заставки" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Керування медіатекою відео · Налаштування параметрів відтворення відео · Параметри показу відеофайлів · Налаштування шрифтів субтитрів" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Керування медіатекою музики · Налаштування параметрів відтворення музики · Параметри показу аудіофайлів · Налаштування відправлення пісень · Налаштування караоке" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Параметри показу фото · Налаштування слайд-шоу" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Вибір трьох міст для отримання прогнозу погоди" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Керування Kodi за UPnP і HTTP · Налаштування доступу до файлів · Параметри доступу до Інтернету" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Налаштування й калібрування дисплеїв · Налаштування виведення аудіо · Налаштування дистанційного керування · Збереження енергії · Увімкнення налагодження · Налаштування блокування" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Налаштування обкладинки· Додавання й видалення пунктів головного меню · Зміна тла обкладинки" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Виберіть профіль користувача Kodi,[CR]щоб увійти до системи" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Ярлики для надбудов головного меню" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Додаткові параметри" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Прогноз погоди та кнопка на головному екрані" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Ярлики надбудов" + +msgctxt "#31554" +msgid "Background:" +msgstr "Тло:" + +msgctxt "#31556" +msgid "Live TV" +msgstr "ТБ" + +msgctxt "#31560" +msgid "Available groups" +msgstr "Доступні групи" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Додати групу" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Перейменувати групу" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Видалити групу" + +msgctxt "#31565" +msgid "Show deleted" +msgstr "Відображати видаленні" diff --git a/addons/skin.estouchy/language/Uzbek/strings.po b/addons/skin.estouchy/language/Uzbek/strings.po new file mode 100644 index 0000000000..46f80d6f3f --- /dev/null +++ b/addons/skin.estouchy/language/Uzbek/strings.po @@ -0,0 +1,37 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Uzbek (http://www.transifex.com/projects/p/xbmc-skins/language/uz/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "To'liq ekran" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Guruhni qo'shish" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Guruh nomini o'zgartirish" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Guruhni o'chirish" diff --git a/addons/skin.estouchy/language/Vietnamese/strings.po b/addons/skin.estouchy/language/Vietnamese/strings.po new file mode 100644 index 0000000000..c3e573021d --- /dev/null +++ b/addons/skin.estouchy/language/Vietnamese/strings.po @@ -0,0 +1,297 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/xbmc-skins/language/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "#31002" +msgid "Audio Settings" +msgstr "Cài đặt audio" + +msgctxt "#31003" +msgid "IP" +msgstr "IP" + +msgctxt "#31004" +msgid "Caps[CR]Lock" +msgstr "Caps[CR]Lock" + +msgctxt "#31005" +msgid "Visualization Options" +msgstr "Lựa chọn trình diễn" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Bộ preset trình diễn" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Menu ngữ cảnh" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Toàn màn hình" + +msgctxt "#31009" +msgid "Working..." +msgstr "Đang chạy..." + +msgctxt "#31010" +msgid "Currently logged in as" +msgstr "Đang đăng nhập với tên" + +msgctxt "#31011" +msgid "N/A" +msgstr "N/A" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Nhạc - Files" + +msgctxt "#31024" +msgid "Page" +msgstr "Trang" + +msgctxt "#31025" +msgid "Items" +msgstr "Các mục" + +msgctxt "#31030" +msgid "Info List" +msgstr "Thông tin" + +msgctxt "#31031" +msgid "Info Wide" +msgstr "Mở rộng" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Đang chơi" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "ĐANG CHƠI" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "DỪNG" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "TUA NHANH" + +msgctxt "#31045" +msgid "REWIND" +msgstr "TUA LÙI" + +msgctxt "#31049" +msgid "End Time" +msgstr "Kết thúc" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Sắp xếp: Tăng dần" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Sắp xếp: Giảm dần" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Mở playlist" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Lưu playlist" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Đóng playlist" + +msgctxt "#31058" +msgid "System music files" +msgstr "File nhạc trên hệ thống" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Playlist hiện tại" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "File này là một gói, hãy chọn phần mà ban muốn chơi." + +msgctxt "#31200" +msgid "Back" +msgstr "Lùi" + +msgctxt "#31201" +msgid "Location" +msgstr "Đường dẫn" + +msgctxt "#31202" +msgid "View" +msgstr "View" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Nhiệt độ hiện giờ" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Cập nhật cuối cùng" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Nhà cung cấp dữ liệu" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Bộ nhớ chiếm:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Trình thu thập hiện tại" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Chọn trình thu thập" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Lựa chọn quét nội dung" + +msgctxt "#31319" +msgid "Currently available Kodi user profiles" +msgstr "Các profile sử dụng Kodi" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Lần truy cập cuối" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Trình chọn bài hát karaoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Đã phát" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Thiết lập playlist" + +msgctxt "#31351" +msgid "Pause" +msgstr "Tạm dừng" + +msgctxt "#31352" +msgid "Stop" +msgstr "Dừng" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Tua nhanh" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Tua lùi" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Menu Video" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Tải phụ đề" + +msgctxt "#31357" +msgid "Image Info" +msgstr "Thông tin ảnh" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Skin mặc định" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Theo chuẩn Arial" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Thay đổi skin · Đặt ngôn ngữ và vùng · Thay đổi cách liệt kê file · Cài đặt trình bảo vệ màn hình" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Quản lý thư viện video · Đặt chế độ chơi video · Thay đổi cách liệt kê video · Đặt font phụ đề" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Quản lý thư viện nhạc · Đặt chế độ chơi nhạc · Thay đổi cách liệt kê nhạc · Cài đặt gửi lấy thông tin nhạc · Đặt chế độ karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Đặt cách liệt kê hình ảnh · Tuỳ chỉnh trình chiếu ảnh" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Đặt ba thành phố để thu thập thông tin thời tiết" + +msgctxt "#31405" +msgid "Setup control of Kodi via UPnP and HTTP · Configure file sharing · Set internet access options" +msgstr "Cài đặt điều khiển Kodi thông qua UPnP và HTTP · Tuỳ chỉnh chia sẻ file · Đặt cách truy cập Internet" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Cài đặt và điều chỉnh màn hình · Tuỳ chỉnh đầu ra Audio · Cài đặt bộ điều khiển từ xa · Đặt cách tiết kiệm năng lượng · Bật chế độ tìm sửa lỗi · Đặt khoá chủ" + +msgctxt "#31407" +msgid "Setup the skin · Add and remove home menu items · Change skin backgrounds" +msgstr "Cài đặt skin · Thêm và bỏ các mục con của menu bắt đầu · Thay đổi hình nền của skin" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Chọn profile Kodi[CR]để tiếp tục đăng nhập" + +msgctxt "#31501" +msgid "Home Page Add-on Quick Links" +msgstr "Link nhanh cho Add-on trên trang bắt đầu" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Các lựa chọn khác" + +msgctxt "#31550" +msgid "Home Screen Weather Info and button" +msgstr "Thông tin và các nút cho màn hình bắt đầu của thời tiết" + +msgctxt "#31551" +msgid "Add-on Shortcut" +msgstr "Phím nhanh add-on" + +msgctxt "#31556" +msgid "Live TV" +msgstr "TV trực tuyến" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Thêm nhóm" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Đổi tên nhóm" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Xoá nhóm" diff --git a/addons/skin.estouchy/language/Welsh/strings.po b/addons/skin.estouchy/language/Welsh/strings.po new file mode 100644 index 0000000000..37aee540d5 --- /dev/null +++ b/addons/skin.estouchy/language/Welsh/strings.po @@ -0,0 +1,245 @@ +# Kodi Media Center language file +# Addon Name: Estouchy +# Addon id: skin.estouchy +# Addon Provider: Team-Kodi +msgid "" +msgstr "" +"Project-Id-Version: XBMC Skins\n" +"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kodi Translation Team\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/xbmc-skins/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" + +msgctxt "#31006" +msgid "Visualization Presets" +msgstr "Rhagosodiaid Delweddu" + +msgctxt "#31007" +msgid "Context Menu" +msgstr "Dewislen Cyd-destun" + +msgctxt "#31008" +msgid "Fullscreen" +msgstr "Sgrin Lawn" + +msgctxt "#31009" +msgid "Working..." +msgstr "Gweithio..." + +msgctxt "#31011" +msgid "N/A" +msgstr "Dim" + +msgctxt "#31012" +msgid "Music - Files" +msgstr "Cerddoriaeth - Ffeiliau" + +msgctxt "#31024" +msgid "Page" +msgstr "Tudalen" + +msgctxt "#31025" +msgid "Items" +msgstr "Eitem" + +msgctxt "#31030" +msgid "Info List" +msgstr "Rhestr Wybodaeth" + +msgctxt "#31040" +msgid "Now Playing" +msgstr "Nawr yn Chwarae" + +msgctxt "#31042" +msgid "PLAYING" +msgstr "CHWARAE" + +msgctxt "#31043" +msgid "PAUSED" +msgstr "OEDWYD" + +msgctxt "#31044" +msgid "FAST FORWARD" +msgstr "YMLAEN CYFLYM" + +msgctxt "#31045" +msgid "REWIND" +msgstr "NÔL" + +msgctxt "#31049" +msgid "End Time" +msgstr "Amser Gorffen" + +msgctxt "#31050" +msgid "Sort: Ascending" +msgstr "Trefnu: Esgyn" + +msgctxt "#31051" +msgid "Sort: Descending" +msgstr "Trefnu: Disgyn" + +msgctxt "#31055" +msgid "Open playlist" +msgstr "Agor rhestr chwarae" + +msgctxt "#31056" +msgid "Save playlist" +msgstr "Cadw rhestr chwarae" + +msgctxt "#31057" +msgid "Close playlist" +msgstr "Cau rhestr chwarae" + +msgctxt "#31058" +msgid "System music files" +msgstr "Ffeiliau cerddoriaeth system" + +msgctxt "#31059" +msgid "Current playlist" +msgstr "Rhestr chwarae gyfredol" + +msgctxt "#31060" +msgid "This file is stacked, select the part you want to play from." +msgstr "Mae'r ffeil wedi ei stacio, dewiswch y darn i'w chwarae" + +msgctxt "#31200" +msgid "Back" +msgstr "Nôl" + +msgctxt "#31201" +msgid "Location" +msgstr "Lleoliad" + +msgctxt "#31202" +msgid "View" +msgstr "Golwg" + +msgctxt "#31300" +msgid "Current Temp" +msgstr "Tymheredd Presennol" + +msgctxt "#31301" +msgid "Last Updated" +msgstr "Diweddarwyd Diwethaf" + +msgctxt "#31303" +msgid "Data provider" +msgstr "Darparwr data" + +msgctxt "#31309" +msgid "Memory Used:" +msgstr "Defnydd Cof:" + +msgctxt "#31312" +msgid "Current Scraper" +msgstr "Crafwr Cyfredol" + +msgctxt "#31313" +msgid "Choose a Scraper" +msgstr "Dewis Crafwr" + +msgctxt "#31314" +msgid "Content Scanning Options" +msgstr "Dewisiadau Sganio Cyfredol" + +msgctxt "#31320" +msgid "Last Logged In" +msgstr "Mewngofnodwyd Ddiwethaf" + +msgctxt "#31321" +msgid "Karaoke Song Selector" +msgstr "Dewis Can Kareoke" + +msgctxt "#31322" +msgid "Aired" +msgstr "Darlledwyd" + +msgctxt "#31325" +msgid "Playlist Options" +msgstr "Dewisiadau Rhestr Chwarae" + +msgctxt "#31351" +msgid "Pause" +msgstr "Oedi" + +msgctxt "#31352" +msgid "Stop" +msgstr "Atal" + +msgctxt "#31353" +msgid "Fast Forward" +msgstr "Ymlaen Cyflym" + +msgctxt "#31354" +msgid "Rewind" +msgstr "Nôl" + +msgctxt "#31355" +msgid "Video Menu" +msgstr "Dewislen Fideo" + +msgctxt "#31356" +msgid "Download Subtitles" +msgstr "Llwytho Isdeitlau i Lawr" + +msgctxt "#31390" +msgid "Skin default" +msgstr "Croen rhagosodedig" + +msgctxt "#31391" +msgid "Arial based" +msgstr "Seileidig ar Ariel" + +msgctxt "#31400" +msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" +msgstr "Newid y croen · Gosod iaith ac ardal · Newid dewisiadau rhestru ffeiliau · Gosod yr arbedwr sgrin" + +msgctxt "#31401" +msgid "Manage your video library · Set video playback options · Change video listing options · Set subtitle fonts" +msgstr "Rheoli eich llyfrgell fideo · Gosod dewisiadau chwarae fideo · Newid dewisiadau rhestru fideo · Gosod ffontiau isdeitlau" + +msgctxt "#31402" +msgid "Manage your music library · Set music playback options · Change music listing options · Setup song submission · Set karaoke options" +msgstr "Rheoli eich llyfrgell cerddoriaeth · Gosod dewisiadau chwarae cerddoriaeth · Newid dewisiadau rhestru cerddoriaeth · Gosod cyflwyno caneuon · Gosod dewisiadau karaoke" + +msgctxt "#31403" +msgid "Set picture listing options · Configure slideshows" +msgstr "Gosod dewisiadau rhestru lluniau · Ffurfweddu sioeau sleidiau" + +msgctxt "#31404" +msgid "Set three cities to collect weather information" +msgstr "Gosod tair dinas i gasglu gwybodaeth tywydd" + +msgctxt "#31406" +msgid "Setup and calibrate displays · Configure audio output · Setup remote controls · Set power saving options · Enable debugging · Setup master lock" +msgstr "Gosod a chalibro dangosyddion · Ffurfweddu allbwn sain · Gosod rheolyddion pell · Gosod dewisiadau pŵer · Galluogi dadfygio · Gosod prif glo" + +msgctxt "#31421" +msgid "Select your Kodi user Profile[CR]to login and continue" +msgstr "Dewiswch eich Proffil[CR] defnyddiwr Kodi i fewngofnodi a pharhau" + +msgctxt "#31502" +msgid "Miscellaneous Options" +msgstr "Dewisiadau Amrywiol" + +msgctxt "#31556" +msgid "Live TV" +msgstr "Teledu" + +msgctxt "#31561" +msgid "Add Group" +msgstr "Pob Grŵp" + +msgctxt "#31562" +msgid "Rename Group" +msgstr "Ailenwi Grŵp" + +msgctxt "#31563" +msgid "Delete Group" +msgstr "Dileu Grŵp" diff --git a/addons/skin.estouchy/media/DefaultActor.png b/addons/skin.estouchy/media/DefaultActor.png Binary files differnew file mode 100644 index 0000000000..5371d55547 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultActor.png diff --git a/addons/skin.estouchy/media/DefaultAddSource.png b/addons/skin.estouchy/media/DefaultAddSource.png Binary files differnew file mode 100644 index 0000000000..dc3ed0e8bc --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddSource.png diff --git a/addons/skin.estouchy/media/DefaultAddon.png b/addons/skin.estouchy/media/DefaultAddon.png Binary files differnew file mode 100644 index 0000000000..5716fa7928 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddon.png diff --git a/addons/skin.estouchy/media/DefaultAddonAlbumInfo.png b/addons/skin.estouchy/media/DefaultAddonAlbumInfo.png Binary files differnew file mode 100644 index 0000000000..22e6b60494 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonAlbumInfo.png diff --git a/addons/skin.estouchy/media/DefaultAddonArtistInfo.png b/addons/skin.estouchy/media/DefaultAddonArtistInfo.png Binary files differnew file mode 100644 index 0000000000..8378b1f401 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonArtistInfo.png diff --git a/addons/skin.estouchy/media/DefaultAddonAudioDSP.png b/addons/skin.estouchy/media/DefaultAddonAudioDSP.png Binary files differnew file mode 100644 index 0000000000..5d401b88c8 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonAudioDSP.png diff --git a/addons/skin.estouchy/media/DefaultAddonAudioDecoder.png b/addons/skin.estouchy/media/DefaultAddonAudioDecoder.png Binary files differnew file mode 100644 index 0000000000..e4118dd56a --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonAudioDecoder.png diff --git a/addons/skin.estouchy/media/DefaultAddonAudioEncoder.png b/addons/skin.estouchy/media/DefaultAddonAudioEncoder.png Binary files differnew file mode 100644 index 0000000000..5d401b88c8 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonAudioEncoder.png diff --git a/addons/skin.estouchy/media/DefaultAddonContextItem.png b/addons/skin.estouchy/media/DefaultAddonContextItem.png Binary files differnew file mode 100644 index 0000000000..c00faf726c --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonContextItem.png diff --git a/addons/skin.estouchy/media/DefaultAddonHelper.png b/addons/skin.estouchy/media/DefaultAddonHelper.png Binary files differnew file mode 100644 index 0000000000..0f4b249af4 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonHelper.png diff --git a/addons/skin.estouchy/media/DefaultAddonImages.png b/addons/skin.estouchy/media/DefaultAddonImages.png Binary files differnew file mode 100644 index 0000000000..c4d7f9af02 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonImages.png diff --git a/addons/skin.estouchy/media/DefaultAddonInfoLibrary.png b/addons/skin.estouchy/media/DefaultAddonInfoLibrary.png Binary files differnew file mode 100644 index 0000000000..70ed80f056 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonInfoLibrary.png diff --git a/addons/skin.estouchy/media/DefaultAddonInfoProvider.png b/addons/skin.estouchy/media/DefaultAddonInfoProvider.png Binary files differnew file mode 100644 index 0000000000..c5f5ce29b5 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonInfoProvider.png diff --git a/addons/skin.estouchy/media/DefaultAddonLanguage.png b/addons/skin.estouchy/media/DefaultAddonLanguage.png Binary files differnew file mode 100644 index 0000000000..e784281b46 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonLanguage.png diff --git a/addons/skin.estouchy/media/DefaultAddonLibrary.png b/addons/skin.estouchy/media/DefaultAddonLibrary.png Binary files differnew file mode 100644 index 0000000000..a2718a14d3 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonLibrary.png diff --git a/addons/skin.estouchy/media/DefaultAddonLookAndFeel.png b/addons/skin.estouchy/media/DefaultAddonLookAndFeel.png Binary files differnew file mode 100644 index 0000000000..135eead684 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonLookAndFeel.png diff --git a/addons/skin.estouchy/media/DefaultAddonLyrics.png b/addons/skin.estouchy/media/DefaultAddonLyrics.png Binary files differnew file mode 100644 index 0000000000..fb0f277b68 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonLyrics.png diff --git a/addons/skin.estouchy/media/DefaultAddonMovieInfo.png b/addons/skin.estouchy/media/DefaultAddonMovieInfo.png Binary files differnew file mode 100644 index 0000000000..e2d4bed99d --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonMovieInfo.png diff --git a/addons/skin.estouchy/media/DefaultAddonMusic.png b/addons/skin.estouchy/media/DefaultAddonMusic.png Binary files differnew file mode 100644 index 0000000000..e0a9f5bd2d --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonMusic.png diff --git a/addons/skin.estouchy/media/DefaultAddonMusicVideoInfo.png b/addons/skin.estouchy/media/DefaultAddonMusicVideoInfo.png Binary files differnew file mode 100644 index 0000000000..2cd525c663 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonMusicVideoInfo.png diff --git a/addons/skin.estouchy/media/DefaultAddonNone.png b/addons/skin.estouchy/media/DefaultAddonNone.png Binary files differnew file mode 100644 index 0000000000..66fe18274d --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonNone.png diff --git a/addons/skin.estouchy/media/DefaultAddonPVRClient.png b/addons/skin.estouchy/media/DefaultAddonPVRClient.png Binary files differnew file mode 100644 index 0000000000..1da12c2856 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonPVRClient.png diff --git a/addons/skin.estouchy/media/DefaultAddonPicture.png b/addons/skin.estouchy/media/DefaultAddonPicture.png Binary files differnew file mode 100644 index 0000000000..810d025ab3 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonPicture.png diff --git a/addons/skin.estouchy/media/DefaultAddonProgram.png b/addons/skin.estouchy/media/DefaultAddonProgram.png Binary files differnew file mode 100644 index 0000000000..b39384d087 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonProgram.png diff --git a/addons/skin.estouchy/media/DefaultAddonRepository.png b/addons/skin.estouchy/media/DefaultAddonRepository.png Binary files differnew file mode 100644 index 0000000000..312b656094 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonRepository.png diff --git a/addons/skin.estouchy/media/DefaultAddonScreensaver.png b/addons/skin.estouchy/media/DefaultAddonScreensaver.png Binary files differnew file mode 100644 index 0000000000..a0d2c41d52 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonScreensaver.png diff --git a/addons/skin.estouchy/media/DefaultAddonService.png b/addons/skin.estouchy/media/DefaultAddonService.png Binary files differnew file mode 100644 index 0000000000..964cbebc06 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonService.png diff --git a/addons/skin.estouchy/media/DefaultAddonSkin.png b/addons/skin.estouchy/media/DefaultAddonSkin.png Binary files differnew file mode 100644 index 0000000000..135eead684 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonSkin.png diff --git a/addons/skin.estouchy/media/DefaultAddonSubtitles.png b/addons/skin.estouchy/media/DefaultAddonSubtitles.png Binary files differnew file mode 100644 index 0000000000..b8df8d5cf9 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonSubtitles.png diff --git a/addons/skin.estouchy/media/DefaultAddonTvInfo.png b/addons/skin.estouchy/media/DefaultAddonTvInfo.png Binary files differnew file mode 100644 index 0000000000..7672ac88b8 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonTvInfo.png diff --git a/addons/skin.estouchy/media/DefaultAddonUISounds.png b/addons/skin.estouchy/media/DefaultAddonUISounds.png Binary files differnew file mode 100644 index 0000000000..692a1a7c07 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonUISounds.png diff --git a/addons/skin.estouchy/media/DefaultAddonVideo.png b/addons/skin.estouchy/media/DefaultAddonVideo.png Binary files differnew file mode 100644 index 0000000000..3b323d09a0 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonVideo.png diff --git a/addons/skin.estouchy/media/DefaultAddonVisualization.png b/addons/skin.estouchy/media/DefaultAddonVisualization.png Binary files differnew file mode 100644 index 0000000000..5a73503d36 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonVisualization.png diff --git a/addons/skin.estouchy/media/DefaultAddonWeather.png b/addons/skin.estouchy/media/DefaultAddonWeather.png Binary files differnew file mode 100644 index 0000000000..5651416a2f --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonWeather.png diff --git a/addons/skin.estouchy/media/DefaultAddonWebSkin.png b/addons/skin.estouchy/media/DefaultAddonWebSkin.png Binary files differnew file mode 100644 index 0000000000..a80c788fc2 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAddonWebSkin.png diff --git a/addons/skin.estouchy/media/DefaultAlbumCover.png b/addons/skin.estouchy/media/DefaultAlbumCover.png Binary files differnew file mode 100644 index 0000000000..1aa1f35134 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAlbumCover.png diff --git a/addons/skin.estouchy/media/DefaultArtist.png b/addons/skin.estouchy/media/DefaultArtist.png Binary files differnew file mode 100644 index 0000000000..ea7ae9c2b4 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultArtist.png diff --git a/addons/skin.estouchy/media/DefaultAudio.png b/addons/skin.estouchy/media/DefaultAudio.png Binary files differnew file mode 100644 index 0000000000..9653bb1012 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultAudio.png diff --git a/addons/skin.estouchy/media/DefaultCDDA.png b/addons/skin.estouchy/media/DefaultCDDA.png Binary files differnew file mode 100644 index 0000000000..fc198f2e3d --- /dev/null +++ b/addons/skin.estouchy/media/DefaultCDDA.png diff --git a/addons/skin.estouchy/media/DefaultCountry.png b/addons/skin.estouchy/media/DefaultCountry.png Binary files differnew file mode 100644 index 0000000000..374bd1d674 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultCountry.png diff --git a/addons/skin.estouchy/media/DefaultDVDEmpty.png b/addons/skin.estouchy/media/DefaultDVDEmpty.png Binary files differnew file mode 100644 index 0000000000..c8a7584110 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultDVDEmpty.png diff --git a/addons/skin.estouchy/media/DefaultDVDFull.png b/addons/skin.estouchy/media/DefaultDVDFull.png Binary files differnew file mode 100644 index 0000000000..a4eac0ba19 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultDVDFull.png diff --git a/addons/skin.estouchy/media/DefaultDVDRom.png b/addons/skin.estouchy/media/DefaultDVDRom.png Binary files differnew file mode 100644 index 0000000000..6219221b3b --- /dev/null +++ b/addons/skin.estouchy/media/DefaultDVDRom.png diff --git a/addons/skin.estouchy/media/DefaultDirector.png b/addons/skin.estouchy/media/DefaultDirector.png Binary files differnew file mode 100644 index 0000000000..fad79d1a13 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultDirector.png diff --git a/addons/skin.estouchy/media/DefaultFile.png b/addons/skin.estouchy/media/DefaultFile.png Binary files differnew file mode 100644 index 0000000000..3d48411957 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultFile.png diff --git a/addons/skin.estouchy/media/DefaultFolder.png b/addons/skin.estouchy/media/DefaultFolder.png Binary files differnew file mode 100644 index 0000000000..f1e70a068b --- /dev/null +++ b/addons/skin.estouchy/media/DefaultFolder.png diff --git a/addons/skin.estouchy/media/DefaultFolderBack.png b/addons/skin.estouchy/media/DefaultFolderBack.png Binary files differnew file mode 100644 index 0000000000..96615d5917 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultFolderBack.png diff --git a/addons/skin.estouchy/media/DefaultGenre.png b/addons/skin.estouchy/media/DefaultGenre.png Binary files differnew file mode 100644 index 0000000000..25f733fd95 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultGenre.png diff --git a/addons/skin.estouchy/media/DefaultHardDisk.png b/addons/skin.estouchy/media/DefaultHardDisk.png Binary files differnew file mode 100644 index 0000000000..c64134d2de --- /dev/null +++ b/addons/skin.estouchy/media/DefaultHardDisk.png diff --git a/addons/skin.estouchy/media/DefaultIconError.png b/addons/skin.estouchy/media/DefaultIconError.png Binary files differnew file mode 100644 index 0000000000..d44b1d3d78 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultIconError.png diff --git a/addons/skin.estouchy/media/DefaultIconInfo.png b/addons/skin.estouchy/media/DefaultIconInfo.png Binary files differnew file mode 100644 index 0000000000..70a6a87225 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultIconInfo.png diff --git a/addons/skin.estouchy/media/DefaultIconWarning.png b/addons/skin.estouchy/media/DefaultIconWarning.png Binary files differnew file mode 100644 index 0000000000..f5f4790a1b --- /dev/null +++ b/addons/skin.estouchy/media/DefaultIconWarning.png diff --git a/addons/skin.estouchy/media/DefaultInProgressShows.png b/addons/skin.estouchy/media/DefaultInProgressShows.png Binary files differnew file mode 100644 index 0000000000..516248ce28 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultInProgressShows.png diff --git a/addons/skin.estouchy/media/DefaultMovieTitle.png b/addons/skin.estouchy/media/DefaultMovieTitle.png Binary files differnew file mode 100644 index 0000000000..694c0c709c --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMovieTitle.png diff --git a/addons/skin.estouchy/media/DefaultMovies.png b/addons/skin.estouchy/media/DefaultMovies.png Binary files differnew file mode 100644 index 0000000000..31abe4c836 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMovies.png diff --git a/addons/skin.estouchy/media/DefaultMusicAlbums.png b/addons/skin.estouchy/media/DefaultMusicAlbums.png Binary files differnew file mode 100644 index 0000000000..f3b416d858 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicAlbums.png diff --git a/addons/skin.estouchy/media/DefaultMusicArtists.png b/addons/skin.estouchy/media/DefaultMusicArtists.png Binary files differnew file mode 100644 index 0000000000..e74aeeb050 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicArtists.png diff --git a/addons/skin.estouchy/media/DefaultMusicCompilations.png b/addons/skin.estouchy/media/DefaultMusicCompilations.png Binary files differnew file mode 100644 index 0000000000..580504fb24 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicCompilations.png diff --git a/addons/skin.estouchy/media/DefaultMusicGenres.png b/addons/skin.estouchy/media/DefaultMusicGenres.png Binary files differnew file mode 100644 index 0000000000..7007aab826 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicGenres.png diff --git a/addons/skin.estouchy/media/DefaultMusicPlaylists.png b/addons/skin.estouchy/media/DefaultMusicPlaylists.png Binary files differnew file mode 100644 index 0000000000..2eac258f7d --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicPlaylists.png diff --git a/addons/skin.estouchy/media/DefaultMusicRecentlyAdded.png b/addons/skin.estouchy/media/DefaultMusicRecentlyAdded.png Binary files differnew file mode 100644 index 0000000000..4e6d197f55 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicRecentlyAdded.png diff --git a/addons/skin.estouchy/media/DefaultMusicRecentlyPlayed.png b/addons/skin.estouchy/media/DefaultMusicRecentlyPlayed.png Binary files differnew file mode 100644 index 0000000000..83a2e6b6db --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicRecentlyPlayed.png diff --git a/addons/skin.estouchy/media/DefaultMusicSongs.png b/addons/skin.estouchy/media/DefaultMusicSongs.png Binary files differnew file mode 100644 index 0000000000..ab4377fa05 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicSongs.png diff --git a/addons/skin.estouchy/media/DefaultMusicTop100.png b/addons/skin.estouchy/media/DefaultMusicTop100.png Binary files differnew file mode 100644 index 0000000000..dfab125b42 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicTop100.png diff --git a/addons/skin.estouchy/media/DefaultMusicTop100Albums.png b/addons/skin.estouchy/media/DefaultMusicTop100Albums.png Binary files differnew file mode 100644 index 0000000000..0fa7fd9a23 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicTop100Albums.png diff --git a/addons/skin.estouchy/media/DefaultMusicTop100Songs.png b/addons/skin.estouchy/media/DefaultMusicTop100Songs.png Binary files differnew file mode 100644 index 0000000000..c142562056 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicTop100Songs.png diff --git a/addons/skin.estouchy/media/DefaultMusicVideoTitle.png b/addons/skin.estouchy/media/DefaultMusicVideoTitle.png Binary files differnew file mode 100644 index 0000000000..837f56fff7 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicVideoTitle.png diff --git a/addons/skin.estouchy/media/DefaultMusicVideos.png b/addons/skin.estouchy/media/DefaultMusicVideos.png Binary files differnew file mode 100644 index 0000000000..3ef1653f7d --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicVideos.png diff --git a/addons/skin.estouchy/media/DefaultMusicYears.png b/addons/skin.estouchy/media/DefaultMusicYears.png Binary files differnew file mode 100644 index 0000000000..a3cd581eb2 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultMusicYears.png diff --git a/addons/skin.estouchy/media/DefaultNetwork.png b/addons/skin.estouchy/media/DefaultNetwork.png Binary files differnew file mode 100644 index 0000000000..ceb787bb78 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultNetwork.png diff --git a/addons/skin.estouchy/media/DefaultPicture.png b/addons/skin.estouchy/media/DefaultPicture.png Binary files differnew file mode 100644 index 0000000000..c4d7f9af02 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultPicture.png diff --git a/addons/skin.estouchy/media/DefaultPlaylist.png b/addons/skin.estouchy/media/DefaultPlaylist.png Binary files differnew file mode 100644 index 0000000000..4db18f4c58 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultPlaylist.png diff --git a/addons/skin.estouchy/media/DefaultProgram.png b/addons/skin.estouchy/media/DefaultProgram.png Binary files differnew file mode 100644 index 0000000000..0f8d5bb48d --- /dev/null +++ b/addons/skin.estouchy/media/DefaultProgram.png diff --git a/addons/skin.estouchy/media/DefaultRecentlyAddedEpisodes.png b/addons/skin.estouchy/media/DefaultRecentlyAddedEpisodes.png Binary files differnew file mode 100644 index 0000000000..4030555a53 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultRecentlyAddedEpisodes.png diff --git a/addons/skin.estouchy/media/DefaultRecentlyAddedMovies.png b/addons/skin.estouchy/media/DefaultRecentlyAddedMovies.png Binary files differnew file mode 100644 index 0000000000..39bf603787 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultRecentlyAddedMovies.png diff --git a/addons/skin.estouchy/media/DefaultRecentlyAddedMusicVideos.png b/addons/skin.estouchy/media/DefaultRecentlyAddedMusicVideos.png Binary files differnew file mode 100644 index 0000000000..f8873b0d79 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultRecentlyAddedMusicVideos.png diff --git a/addons/skin.estouchy/media/DefaultRemovableDisk.png b/addons/skin.estouchy/media/DefaultRemovableDisk.png Binary files differnew file mode 100644 index 0000000000..932fb115b5 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultRemovableDisk.png diff --git a/addons/skin.estouchy/media/DefaultScript.png b/addons/skin.estouchy/media/DefaultScript.png Binary files differnew file mode 100644 index 0000000000..b39384d087 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultScript.png diff --git a/addons/skin.estouchy/media/DefaultSets.png b/addons/skin.estouchy/media/DefaultSets.png Binary files differnew file mode 100644 index 0000000000..1566fa4393 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultSets.png diff --git a/addons/skin.estouchy/media/DefaultStudios.png b/addons/skin.estouchy/media/DefaultStudios.png Binary files differnew file mode 100644 index 0000000000..eacd8ddd53 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultStudios.png diff --git a/addons/skin.estouchy/media/DefaultTVShowTitle.png b/addons/skin.estouchy/media/DefaultTVShowTitle.png Binary files differnew file mode 100644 index 0000000000..2f8ffab5e5 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultTVShowTitle.png diff --git a/addons/skin.estouchy/media/DefaultTVShows.png b/addons/skin.estouchy/media/DefaultTVShows.png Binary files differnew file mode 100644 index 0000000000..119cc29b70 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultTVShows.png diff --git a/addons/skin.estouchy/media/DefaultTags.png b/addons/skin.estouchy/media/DefaultTags.png Binary files differnew file mode 100644 index 0000000000..f4f4a574ea --- /dev/null +++ b/addons/skin.estouchy/media/DefaultTags.png diff --git a/addons/skin.estouchy/media/DefaultVCD.png b/addons/skin.estouchy/media/DefaultVCD.png Binary files differnew file mode 100644 index 0000000000..fc198f2e3d --- /dev/null +++ b/addons/skin.estouchy/media/DefaultVCD.png diff --git a/addons/skin.estouchy/media/DefaultVideo.png b/addons/skin.estouchy/media/DefaultVideo.png Binary files differnew file mode 100644 index 0000000000..47e5f809be --- /dev/null +++ b/addons/skin.estouchy/media/DefaultVideo.png diff --git a/addons/skin.estouchy/media/DefaultVideoCover.png b/addons/skin.estouchy/media/DefaultVideoCover.png Binary files differnew file mode 100644 index 0000000000..47e5f809be --- /dev/null +++ b/addons/skin.estouchy/media/DefaultVideoCover.png diff --git a/addons/skin.estouchy/media/DefaultVideoDeleted.png b/addons/skin.estouchy/media/DefaultVideoDeleted.png Binary files differnew file mode 100644 index 0000000000..df77a94b9b --- /dev/null +++ b/addons/skin.estouchy/media/DefaultVideoDeleted.png diff --git a/addons/skin.estouchy/media/DefaultVideoPlaylists.png b/addons/skin.estouchy/media/DefaultVideoPlaylists.png Binary files differnew file mode 100644 index 0000000000..5710c3010f --- /dev/null +++ b/addons/skin.estouchy/media/DefaultVideoPlaylists.png diff --git a/addons/skin.estouchy/media/DefaultYear.png b/addons/skin.estouchy/media/DefaultYear.png Binary files differnew file mode 100644 index 0000000000..2de83141d5 --- /dev/null +++ b/addons/skin.estouchy/media/DefaultYear.png diff --git a/addons/skin.estouchy/media/Makefile.in b/addons/skin.estouchy/media/Makefile.in new file mode 100644 index 0000000000..4b5e8ef05d --- /dev/null +++ b/addons/skin.estouchy/media/Makefile.in @@ -0,0 +1,14 @@ +TARGET=Textures.xbt + +all: $(TARGET) + +.PHONY: force + +$(TARGET): + @TEXTUREPACKER@ -dupecheck -input . -output $(TARGET) + +clean: + rm -f $(TARGET) + +distclean: clean + diff --git a/addons/skin.estouchy/media/OverlayWatched.png b/addons/skin.estouchy/media/OverlayWatched.png Binary files differnew file mode 100644 index 0000000000..918b976202 --- /dev/null +++ b/addons/skin.estouchy/media/OverlayWatched.png diff --git a/addons/skin.estouchy/media/OverlayWatching.png b/addons/skin.estouchy/media/OverlayWatching.png Binary files differnew file mode 100644 index 0000000000..686d39a3e3 --- /dev/null +++ b/addons/skin.estouchy/media/OverlayWatching.png diff --git a/addons/skin.estouchy/media/arrow_down.png b/addons/skin.estouchy/media/arrow_down.png Binary files differnew file mode 100644 index 0000000000..b8253e8e9f --- /dev/null +++ b/addons/skin.estouchy/media/arrow_down.png diff --git a/addons/skin.estouchy/media/arrow_left.png b/addons/skin.estouchy/media/arrow_left.png Binary files differnew file mode 100644 index 0000000000..8f583fd31b --- /dev/null +++ b/addons/skin.estouchy/media/arrow_left.png diff --git a/addons/skin.estouchy/media/arrow_right.png b/addons/skin.estouchy/media/arrow_right.png Binary files differnew file mode 100644 index 0000000000..89ba69e6cc --- /dev/null +++ b/addons/skin.estouchy/media/arrow_right.png diff --git a/addons/skin.estouchy/media/arrow_up.png b/addons/skin.estouchy/media/arrow_up.png Binary files differnew file mode 100644 index 0000000000..5990be8c4b --- /dev/null +++ b/addons/skin.estouchy/media/arrow_up.png diff --git a/addons/skin.estouchy/media/black.png b/addons/skin.estouchy/media/black.png Binary files differnew file mode 100644 index 0000000000..54456e02dc --- /dev/null +++ b/addons/skin.estouchy/media/black.png diff --git a/addons/skin.estouchy/media/blank.png b/addons/skin.estouchy/media/blank.png Binary files differnew file mode 100644 index 0000000000..54b25d764d --- /dev/null +++ b/addons/skin.estouchy/media/blank.png diff --git a/addons/skin.estouchy/media/busy.png b/addons/skin.estouchy/media/busy.png Binary files differnew file mode 100644 index 0000000000..45dc5eb6a7 --- /dev/null +++ b/addons/skin.estouchy/media/busy.png diff --git a/addons/skin.estouchy/media/button_nofocus.png b/addons/skin.estouchy/media/button_nofocus.png Binary files differnew file mode 100644 index 0000000000..e4299b9e7a --- /dev/null +++ b/addons/skin.estouchy/media/button_nofocus.png diff --git a/addons/skin.estouchy/media/calibrate_aspect.png b/addons/skin.estouchy/media/calibrate_aspect.png Binary files differnew file mode 100644 index 0000000000..240c128171 --- /dev/null +++ b/addons/skin.estouchy/media/calibrate_aspect.png diff --git a/addons/skin.estouchy/media/calibrate_bottom.png b/addons/skin.estouchy/media/calibrate_bottom.png Binary files differnew file mode 100644 index 0000000000..6569a32bef --- /dev/null +++ b/addons/skin.estouchy/media/calibrate_bottom.png diff --git a/addons/skin.estouchy/media/calibrate_subtitles.png b/addons/skin.estouchy/media/calibrate_subtitles.png Binary files differnew file mode 100644 index 0000000000..1512f09efb --- /dev/null +++ b/addons/skin.estouchy/media/calibrate_subtitles.png diff --git a/addons/skin.estouchy/media/calibrate_top.png b/addons/skin.estouchy/media/calibrate_top.png Binary files differnew file mode 100644 index 0000000000..a09b327a1d --- /dev/null +++ b/addons/skin.estouchy/media/calibrate_top.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultActor.png b/addons/skin.estouchy/media/defaulticons/DefaultActor.png Binary files differnew file mode 100644 index 0000000000..f6e0ee01e7 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultActor.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddSource.png b/addons/skin.estouchy/media/defaulticons/DefaultAddSource.png Binary files differnew file mode 100644 index 0000000000..32080a0c60 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddSource.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddon.png b/addons/skin.estouchy/media/defaulticons/DefaultAddon.png Binary files differnew file mode 100644 index 0000000000..8f70449c3c --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddon.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonAlbumInfo.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonAlbumInfo.png Binary files differnew file mode 100644 index 0000000000..9dff113911 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonAlbumInfo.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonArtistInfo.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonArtistInfo.png Binary files differnew file mode 100644 index 0000000000..e449fe74b7 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonArtistInfo.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonAudioDSP.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonAudioDSP.png Binary files differnew file mode 100644 index 0000000000..3003167da5 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonAudioDSP.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonAudioDecoder.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonAudioDecoder.png Binary files differnew file mode 100644 index 0000000000..417763dbb8 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonAudioDecoder.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonAudioEncoder.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonAudioEncoder.png Binary files differnew file mode 100644 index 0000000000..3003167da5 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonAudioEncoder.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonContextItem.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonContextItem.png Binary files differnew file mode 100644 index 0000000000..439c581b1f --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonContextItem.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonHelper.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonHelper.png Binary files differnew file mode 100644 index 0000000000..db45d8df12 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonHelper.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonImages.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonImages.png Binary files differnew file mode 100644 index 0000000000..48c2b2a5fe --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonImages.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonInfoLibrary.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonInfoLibrary.png Binary files differnew file mode 100644 index 0000000000..44776f36f5 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonInfoLibrary.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonInfoProvider.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonInfoProvider.png Binary files differnew file mode 100644 index 0000000000..be56dc53f0 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonInfoProvider.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonLanguage.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonLanguage.png Binary files differnew file mode 100644 index 0000000000..402ee03056 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonLanguage.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonLibrary.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonLibrary.png Binary files differnew file mode 100644 index 0000000000..8f70449c3c --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonLibrary.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonLookAndFeel.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonLookAndFeel.png Binary files differnew file mode 100644 index 0000000000..7f18709814 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonLookAndFeel.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonLyrics.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonLyrics.png Binary files differnew file mode 100644 index 0000000000..b55b3e4927 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonLyrics.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonMovieInfo.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonMovieInfo.png Binary files differnew file mode 100644 index 0000000000..e666c8a6a9 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonMovieInfo.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonMusic.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonMusic.png Binary files differnew file mode 100644 index 0000000000..2149932fc1 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonMusic.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonMusicVideoInfo.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonMusicVideoInfo.png Binary files differnew file mode 100644 index 0000000000..fb77dae4a3 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonMusicVideoInfo.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonNone.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonNone.png Binary files differnew file mode 100644 index 0000000000..b432b776d1 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonNone.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonPVRClient.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonPVRClient.png Binary files differnew file mode 100644 index 0000000000..154a90f3be --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonPVRClient.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonPicture.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonPicture.png Binary files differnew file mode 100644 index 0000000000..192182f32a --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonPicture.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonProgram.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonProgram.png Binary files differnew file mode 100644 index 0000000000..13ed6ed736 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonProgram.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonRepository.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonRepository.png Binary files differnew file mode 100644 index 0000000000..8407b09eeb --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonRepository.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonScreensaver.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonScreensaver.png Binary files differnew file mode 100644 index 0000000000..45937d7847 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonScreensaver.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonService.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonService.png Binary files differnew file mode 100644 index 0000000000..6684bae5e1 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonService.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonSkin.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonSkin.png Binary files differnew file mode 100644 index 0000000000..7f18709814 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonSkin.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonSubtitles.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonSubtitles.png Binary files differnew file mode 100644 index 0000000000..fd29cc054d --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonSubtitles.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonTvInfo.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonTvInfo.png Binary files differnew file mode 100644 index 0000000000..2b91259f41 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonTvInfo.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonUISounds.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonUISounds.png Binary files differnew file mode 100644 index 0000000000..70b6d799f3 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonUISounds.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonVideo.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonVideo.png Binary files differnew file mode 100644 index 0000000000..729c84fdbd --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonVideo.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonVisualization.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonVisualization.png Binary files differnew file mode 100644 index 0000000000..dce0930889 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonVisualization.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonWeather.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonWeather.png Binary files differnew file mode 100644 index 0000000000..6e6dc0f1dc --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonWeather.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAddonWebSkin.png b/addons/skin.estouchy/media/defaulticons/DefaultAddonWebSkin.png Binary files differnew file mode 100644 index 0000000000..fa3850329b --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAddonWebSkin.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAlbumCover.png b/addons/skin.estouchy/media/defaulticons/DefaultAlbumCover.png Binary files differnew file mode 100644 index 0000000000..78bca92117 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAlbumCover.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultArtist.png b/addons/skin.estouchy/media/defaulticons/DefaultArtist.png Binary files differnew file mode 100644 index 0000000000..4b62eefabf --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultArtist.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultAudio.png b/addons/skin.estouchy/media/defaulticons/DefaultAudio.png Binary files differnew file mode 100644 index 0000000000..4a68d7c9db --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultAudio.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultCDDA.png b/addons/skin.estouchy/media/defaulticons/DefaultCDDA.png Binary files differnew file mode 100644 index 0000000000..78bca92117 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultCDDA.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultCountry.png b/addons/skin.estouchy/media/defaulticons/DefaultCountry.png Binary files differnew file mode 100644 index 0000000000..fa3850329b --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultCountry.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultDVDEmpty.png b/addons/skin.estouchy/media/defaulticons/DefaultDVDEmpty.png Binary files differnew file mode 100644 index 0000000000..886d5c545d --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultDVDEmpty.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultDVDFull.png b/addons/skin.estouchy/media/defaulticons/DefaultDVDFull.png Binary files differnew file mode 100644 index 0000000000..fb45dcbf9b --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultDVDFull.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultDVDRom.png b/addons/skin.estouchy/media/defaulticons/DefaultDVDRom.png Binary files differnew file mode 100644 index 0000000000..fb45dcbf9b --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultDVDRom.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultDirector.png b/addons/skin.estouchy/media/defaulticons/DefaultDirector.png Binary files differnew file mode 100644 index 0000000000..f6e0ee01e7 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultDirector.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultFile.png b/addons/skin.estouchy/media/defaulticons/DefaultFile.png Binary files differnew file mode 100644 index 0000000000..82b0bc2189 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultFile.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultFolder.png b/addons/skin.estouchy/media/defaulticons/DefaultFolder.png Binary files differnew file mode 100644 index 0000000000..4cd26bd118 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultFolder.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultFolderBack.png b/addons/skin.estouchy/media/defaulticons/DefaultFolderBack.png Binary files differnew file mode 100644 index 0000000000..a0d5aaba30 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultFolderBack.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultGenre.png b/addons/skin.estouchy/media/defaulticons/DefaultGenre.png Binary files differnew file mode 100644 index 0000000000..8a269a4c02 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultGenre.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultHardDisk.png b/addons/skin.estouchy/media/defaulticons/DefaultHardDisk.png Binary files differnew file mode 100644 index 0000000000..083394b037 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultHardDisk.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultInProgressShows.png b/addons/skin.estouchy/media/defaulticons/DefaultInProgressShows.png Binary files differnew file mode 100644 index 0000000000..6b1b24cb28 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultInProgressShows.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMovieTitle.png b/addons/skin.estouchy/media/defaulticons/DefaultMovieTitle.png Binary files differnew file mode 100644 index 0000000000..4ad807f0db --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMovieTitle.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMovies.png b/addons/skin.estouchy/media/defaulticons/DefaultMovies.png Binary files differnew file mode 100644 index 0000000000..6d510f2c51 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMovies.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicAlbums.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicAlbums.png Binary files differnew file mode 100644 index 0000000000..78bca92117 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicAlbums.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicArtists.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicArtists.png Binary files differnew file mode 100644 index 0000000000..cba36df733 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicArtists.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicCompilations.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicCompilations.png Binary files differnew file mode 100644 index 0000000000..03acc4dc29 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicCompilations.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicGenres.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicGenres.png Binary files differnew file mode 100644 index 0000000000..6d51e37831 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicGenres.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicPlaylists.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicPlaylists.png Binary files differnew file mode 100644 index 0000000000..d96a3cac68 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicPlaylists.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicRecentlyAdded.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicRecentlyAdded.png Binary files differnew file mode 100644 index 0000000000..d337d68b42 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicRecentlyAdded.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicRecentlyPlayed.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicRecentlyPlayed.png Binary files differnew file mode 100644 index 0000000000..57ebd5433b --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicRecentlyPlayed.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicSongs.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicSongs.png Binary files differnew file mode 100644 index 0000000000..66104631de --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicSongs.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicTop100.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicTop100.png Binary files differnew file mode 100644 index 0000000000..fc1df4bb15 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicTop100.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicTop100Albums.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicTop100Albums.png Binary files differnew file mode 100644 index 0000000000..557a266674 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicTop100Albums.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicTop100Songs.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicTop100Songs.png Binary files differnew file mode 100644 index 0000000000..66104631de --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicTop100Songs.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicVideoTitle.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicVideoTitle.png Binary files differnew file mode 100644 index 0000000000..909f14c8e0 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicVideoTitle.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicVideos.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicVideos.png Binary files differnew file mode 100644 index 0000000000..909f14c8e0 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicVideos.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultMusicYears.png b/addons/skin.estouchy/media/defaulticons/DefaultMusicYears.png Binary files differnew file mode 100644 index 0000000000..c82a4b1e49 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultMusicYears.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultNetwork.png b/addons/skin.estouchy/media/defaulticons/DefaultNetwork.png Binary files differnew file mode 100644 index 0000000000..107a2c0234 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultNetwork.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultPicture.png b/addons/skin.estouchy/media/defaulticons/DefaultPicture.png Binary files differnew file mode 100644 index 0000000000..48c2b2a5fe --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultPicture.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultPlaylist.png b/addons/skin.estouchy/media/defaulticons/DefaultPlaylist.png Binary files differnew file mode 100644 index 0000000000..8a269a4c02 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultPlaylist.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultProgram.png b/addons/skin.estouchy/media/defaulticons/DefaultProgram.png Binary files differnew file mode 100644 index 0000000000..55041a4325 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultProgram.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultRecentlyAddedEpisodes.png b/addons/skin.estouchy/media/defaulticons/DefaultRecentlyAddedEpisodes.png Binary files differnew file mode 100644 index 0000000000..683ebc2b42 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultRecentlyAddedEpisodes.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultRecentlyAddedMovies.png b/addons/skin.estouchy/media/defaulticons/DefaultRecentlyAddedMovies.png Binary files differnew file mode 100644 index 0000000000..df6abb3c11 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultRecentlyAddedMovies.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultRecentlyAddedMusicVideos.png b/addons/skin.estouchy/media/defaulticons/DefaultRecentlyAddedMusicVideos.png Binary files differnew file mode 100644 index 0000000000..a60043cae0 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultRecentlyAddedMusicVideos.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultRemovableDisk.png b/addons/skin.estouchy/media/defaulticons/DefaultRemovableDisk.png Binary files differnew file mode 100644 index 0000000000..083394b037 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultRemovableDisk.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultScript.png b/addons/skin.estouchy/media/defaulticons/DefaultScript.png Binary files differnew file mode 100644 index 0000000000..6684bae5e1 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultScript.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultSets.png b/addons/skin.estouchy/media/defaulticons/DefaultSets.png Binary files differnew file mode 100644 index 0000000000..5b926763ac --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultSets.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultStudios.png b/addons/skin.estouchy/media/defaulticons/DefaultStudios.png Binary files differnew file mode 100644 index 0000000000..4ad807f0db --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultStudios.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultTVShowTitle.png b/addons/skin.estouchy/media/defaulticons/DefaultTVShowTitle.png Binary files differnew file mode 100644 index 0000000000..d87de0dcce --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultTVShowTitle.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultTVShows.png b/addons/skin.estouchy/media/defaulticons/DefaultTVShows.png Binary files differnew file mode 100644 index 0000000000..d81d436506 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultTVShows.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultTags.png b/addons/skin.estouchy/media/defaulticons/DefaultTags.png Binary files differnew file mode 100644 index 0000000000..9dff113911 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultTags.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultVCD.png b/addons/skin.estouchy/media/defaulticons/DefaultVCD.png Binary files differnew file mode 100644 index 0000000000..fb45dcbf9b --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultVCD.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultVideo.png b/addons/skin.estouchy/media/defaulticons/DefaultVideo.png Binary files differnew file mode 100644 index 0000000000..a389117f36 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultVideo.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultVideoCover.png b/addons/skin.estouchy/media/defaulticons/DefaultVideoCover.png Binary files differnew file mode 100644 index 0000000000..a389117f36 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultVideoCover.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultVideoDeleted.png b/addons/skin.estouchy/media/defaulticons/DefaultVideoDeleted.png Binary files differnew file mode 100644 index 0000000000..a389117f36 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultVideoDeleted.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultVideoPlaylists.png b/addons/skin.estouchy/media/defaulticons/DefaultVideoPlaylists.png Binary files differnew file mode 100644 index 0000000000..d96a3cac68 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultVideoPlaylists.png diff --git a/addons/skin.estouchy/media/defaulticons/DefaultYear.png b/addons/skin.estouchy/media/defaulticons/DefaultYear.png Binary files differnew file mode 100644 index 0000000000..ce7866f768 --- /dev/null +++ b/addons/skin.estouchy/media/defaulticons/DefaultYear.png diff --git a/addons/skin.estouchy/media/dialog_back.png b/addons/skin.estouchy/media/dialog_back.png Binary files differnew file mode 100644 index 0000000000..859800f995 --- /dev/null +++ b/addons/skin.estouchy/media/dialog_back.png diff --git a/addons/skin.estouchy/media/dialog_header.png b/addons/skin.estouchy/media/dialog_header.png Binary files differnew file mode 100644 index 0000000000..45eecc24ba --- /dev/null +++ b/addons/skin.estouchy/media/dialog_header.png diff --git a/addons/skin.estouchy/media/epg/0.png b/addons/skin.estouchy/media/epg/0.png Binary files differnew file mode 100644 index 0000000000..393212bef0 --- /dev/null +++ b/addons/skin.estouchy/media/epg/0.png diff --git a/addons/skin.estouchy/media/epg/112.png b/addons/skin.estouchy/media/epg/112.png Binary files differnew file mode 100644 index 0000000000..bd1d4a923f --- /dev/null +++ b/addons/skin.estouchy/media/epg/112.png diff --git a/addons/skin.estouchy/media/epg/128.png b/addons/skin.estouchy/media/epg/128.png Binary files differnew file mode 100644 index 0000000000..e706466586 --- /dev/null +++ b/addons/skin.estouchy/media/epg/128.png diff --git a/addons/skin.estouchy/media/epg/144.png b/addons/skin.estouchy/media/epg/144.png Binary files differnew file mode 100644 index 0000000000..76eb3ef4a8 --- /dev/null +++ b/addons/skin.estouchy/media/epg/144.png diff --git a/addons/skin.estouchy/media/epg/16.png b/addons/skin.estouchy/media/epg/16.png Binary files differnew file mode 100644 index 0000000000..bec8716748 --- /dev/null +++ b/addons/skin.estouchy/media/epg/16.png diff --git a/addons/skin.estouchy/media/epg/160.png b/addons/skin.estouchy/media/epg/160.png Binary files differnew file mode 100644 index 0000000000..7fcf425d1a --- /dev/null +++ b/addons/skin.estouchy/media/epg/160.png diff --git a/addons/skin.estouchy/media/epg/176.png b/addons/skin.estouchy/media/epg/176.png Binary files differnew file mode 100644 index 0000000000..c721326ba1 --- /dev/null +++ b/addons/skin.estouchy/media/epg/176.png diff --git a/addons/skin.estouchy/media/epg/192.png b/addons/skin.estouchy/media/epg/192.png Binary files differnew file mode 100644 index 0000000000..393212bef0 --- /dev/null +++ b/addons/skin.estouchy/media/epg/192.png diff --git a/addons/skin.estouchy/media/epg/208.png b/addons/skin.estouchy/media/epg/208.png Binary files differnew file mode 100644 index 0000000000..393212bef0 --- /dev/null +++ b/addons/skin.estouchy/media/epg/208.png diff --git a/addons/skin.estouchy/media/epg/224.png b/addons/skin.estouchy/media/epg/224.png Binary files differnew file mode 100644 index 0000000000..393212bef0 --- /dev/null +++ b/addons/skin.estouchy/media/epg/224.png diff --git a/addons/skin.estouchy/media/epg/240.png b/addons/skin.estouchy/media/epg/240.png Binary files differnew file mode 100644 index 0000000000..393212bef0 --- /dev/null +++ b/addons/skin.estouchy/media/epg/240.png diff --git a/addons/skin.estouchy/media/epg/256.png b/addons/skin.estouchy/media/epg/256.png Binary files differnew file mode 100644 index 0000000000..393212bef0 --- /dev/null +++ b/addons/skin.estouchy/media/epg/256.png diff --git a/addons/skin.estouchy/media/epg/32.png b/addons/skin.estouchy/media/epg/32.png Binary files differnew file mode 100644 index 0000000000..9ce1b7906c --- /dev/null +++ b/addons/skin.estouchy/media/epg/32.png diff --git a/addons/skin.estouchy/media/epg/48.png b/addons/skin.estouchy/media/epg/48.png Binary files differnew file mode 100644 index 0000000000..881b75bb6c --- /dev/null +++ b/addons/skin.estouchy/media/epg/48.png diff --git a/addons/skin.estouchy/media/epg/64.png b/addons/skin.estouchy/media/epg/64.png Binary files differnew file mode 100644 index 0000000000..3fb2bce63d --- /dev/null +++ b/addons/skin.estouchy/media/epg/64.png diff --git a/addons/skin.estouchy/media/epg/80.png b/addons/skin.estouchy/media/epg/80.png Binary files differnew file mode 100644 index 0000000000..c5514d2aa3 --- /dev/null +++ b/addons/skin.estouchy/media/epg/80.png diff --git a/addons/skin.estouchy/media/epg/96.png b/addons/skin.estouchy/media/epg/96.png Binary files differnew file mode 100644 index 0000000000..2e0c601b3b --- /dev/null +++ b/addons/skin.estouchy/media/epg/96.png diff --git a/addons/skin.estouchy/media/epg_record.png b/addons/skin.estouchy/media/epg_record.png Binary files differnew file mode 100644 index 0000000000..10a46b0236 --- /dev/null +++ b/addons/skin.estouchy/media/epg_record.png diff --git a/addons/skin.estouchy/media/epg_schedule.png b/addons/skin.estouchy/media/epg_schedule.png Binary files differnew file mode 100644 index 0000000000..e495bebde7 --- /dev/null +++ b/addons/skin.estouchy/media/epg_schedule.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.33.png b/addons/skin.estouchy/media/flagging/aspectratio/1.33.png Binary files differnew file mode 100644 index 0000000000..6e2a9206a2 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/1.33.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.37.png b/addons/skin.estouchy/media/flagging/aspectratio/1.37.png Binary files differnew file mode 100644 index 0000000000..f27f895997 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/1.37.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.66.png b/addons/skin.estouchy/media/flagging/aspectratio/1.66.png Binary files differnew file mode 100644 index 0000000000..94a75b7fec --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/1.66.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.78.png b/addons/skin.estouchy/media/flagging/aspectratio/1.78.png Binary files differnew file mode 100644 index 0000000000..213311cd19 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/1.78.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.85.png b/addons/skin.estouchy/media/flagging/aspectratio/1.85.png Binary files differnew file mode 100644 index 0000000000..eb82c10901 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/1.85.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.20.png b/addons/skin.estouchy/media/flagging/aspectratio/2.20.png Binary files differnew file mode 100644 index 0000000000..a8413d55cf --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/2.20.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.35.png b/addons/skin.estouchy/media/flagging/aspectratio/2.35.png Binary files differnew file mode 100644 index 0000000000..3be27cf2c9 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/2.35.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.40.png b/addons/skin.estouchy/media/flagging/aspectratio/2.40.png Binary files differnew file mode 100644 index 0000000000..d620c00494 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/2.40.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.55.png b/addons/skin.estouchy/media/flagging/aspectratio/2.55.png Binary files differnew file mode 100644 index 0000000000..e0c52cf653 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/2.55.png diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.76.png b/addons/skin.estouchy/media/flagging/aspectratio/2.76.png Binary files differnew file mode 100644 index 0000000000..5240a34e5d --- /dev/null +++ b/addons/skin.estouchy/media/flagging/aspectratio/2.76.png diff --git a/addons/skin.estouchy/media/flagging/audio/0.png b/addons/skin.estouchy/media/flagging/audio/0.png Binary files differnew file mode 100644 index 0000000000..b879c0908b --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/0.png diff --git a/addons/skin.estouchy/media/flagging/audio/1.png b/addons/skin.estouchy/media/flagging/audio/1.png Binary files differnew file mode 100644 index 0000000000..6d863272ab --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/1.png diff --git a/addons/skin.estouchy/media/flagging/audio/10.png b/addons/skin.estouchy/media/flagging/audio/10.png Binary files differnew file mode 100644 index 0000000000..fd947143c6 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/10.png diff --git a/addons/skin.estouchy/media/flagging/audio/2.png b/addons/skin.estouchy/media/flagging/audio/2.png Binary files differnew file mode 100644 index 0000000000..01f2a1ce84 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/2.png diff --git a/addons/skin.estouchy/media/flagging/audio/3.png b/addons/skin.estouchy/media/flagging/audio/3.png Binary files differnew file mode 100644 index 0000000000..17b4b8c098 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/3.png diff --git a/addons/skin.estouchy/media/flagging/audio/4.png b/addons/skin.estouchy/media/flagging/audio/4.png Binary files differnew file mode 100644 index 0000000000..3a631829b6 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/4.png diff --git a/addons/skin.estouchy/media/flagging/audio/5.png b/addons/skin.estouchy/media/flagging/audio/5.png Binary files differnew file mode 100644 index 0000000000..fc08608ee6 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/5.png diff --git a/addons/skin.estouchy/media/flagging/audio/6.png b/addons/skin.estouchy/media/flagging/audio/6.png Binary files differnew file mode 100644 index 0000000000..298a7c9c39 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/6.png diff --git a/addons/skin.estouchy/media/flagging/audio/7.png b/addons/skin.estouchy/media/flagging/audio/7.png Binary files differnew file mode 100644 index 0000000000..20adbe7ce3 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/7.png diff --git a/addons/skin.estouchy/media/flagging/audio/8.png b/addons/skin.estouchy/media/flagging/audio/8.png Binary files differnew file mode 100644 index 0000000000..993ca09031 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/8.png diff --git a/addons/skin.estouchy/media/flagging/audio/aac.png b/addons/skin.estouchy/media/flagging/audio/aac.png Binary files differnew file mode 100644 index 0000000000..41cb9d7892 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/aac.png diff --git a/addons/skin.estouchy/media/flagging/audio/ac3.png b/addons/skin.estouchy/media/flagging/audio/ac3.png Binary files differnew file mode 100644 index 0000000000..12f4286e2c --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/ac3.png diff --git a/addons/skin.estouchy/media/flagging/audio/aif.png b/addons/skin.estouchy/media/flagging/audio/aif.png Binary files differnew file mode 100644 index 0000000000..69f3808c12 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/aif.png diff --git a/addons/skin.estouchy/media/flagging/audio/aifc.png b/addons/skin.estouchy/media/flagging/audio/aifc.png Binary files differnew file mode 100644 index 0000000000..2bd671ae0b --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/aifc.png diff --git a/addons/skin.estouchy/media/flagging/audio/aiff.png b/addons/skin.estouchy/media/flagging/audio/aiff.png Binary files differnew file mode 100644 index 0000000000..69f3808c12 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/aiff.png diff --git a/addons/skin.estouchy/media/flagging/audio/alac.png b/addons/skin.estouchy/media/flagging/audio/alac.png Binary files differnew file mode 100644 index 0000000000..d0d83ee439 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/alac.png diff --git a/addons/skin.estouchy/media/flagging/audio/ape.png b/addons/skin.estouchy/media/flagging/audio/ape.png Binary files differnew file mode 100644 index 0000000000..3b95e190e9 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/ape.png diff --git a/addons/skin.estouchy/media/flagging/audio/avc.png b/addons/skin.estouchy/media/flagging/audio/avc.png Binary files differnew file mode 100644 index 0000000000..4ec1e941c2 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/avc.png diff --git a/addons/skin.estouchy/media/flagging/audio/cdda.png b/addons/skin.estouchy/media/flagging/audio/cdda.png Binary files differnew file mode 100644 index 0000000000..e7e26d136b --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/cdda.png diff --git a/addons/skin.estouchy/media/flagging/audio/dca.png b/addons/skin.estouchy/media/flagging/audio/dca.png Binary files differnew file mode 100644 index 0000000000..69e3dc2e72 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/dca.png diff --git a/addons/skin.estouchy/media/flagging/audio/dolbydigital.png b/addons/skin.estouchy/media/flagging/audio/dolbydigital.png Binary files differnew file mode 100644 index 0000000000..12f4286e2c --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/dolbydigital.png diff --git a/addons/skin.estouchy/media/flagging/audio/dts.png b/addons/skin.estouchy/media/flagging/audio/dts.png Binary files differnew file mode 100644 index 0000000000..69e3dc2e72 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/dts.png diff --git a/addons/skin.estouchy/media/flagging/audio/dtshd_hra.png b/addons/skin.estouchy/media/flagging/audio/dtshd_hra.png Binary files differnew file mode 100644 index 0000000000..22649171e2 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/dtshd_hra.png diff --git a/addons/skin.estouchy/media/flagging/audio/dtshd_ma.png b/addons/skin.estouchy/media/flagging/audio/dtshd_ma.png Binary files differnew file mode 100644 index 0000000000..d732075a54 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/dtshd_ma.png diff --git a/addons/skin.estouchy/media/flagging/audio/dtsma.png b/addons/skin.estouchy/media/flagging/audio/dtsma.png Binary files differnew file mode 100644 index 0000000000..d732075a54 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/dtsma.png diff --git a/addons/skin.estouchy/media/flagging/audio/eac3.png b/addons/skin.estouchy/media/flagging/audio/eac3.png Binary files differnew file mode 100644 index 0000000000..12f4286e2c --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/eac3.png diff --git a/addons/skin.estouchy/media/flagging/audio/flac.png b/addons/skin.estouchy/media/flagging/audio/flac.png Binary files differnew file mode 100644 index 0000000000..b7d040053f --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/flac.png diff --git a/addons/skin.estouchy/media/flagging/audio/mp1.png b/addons/skin.estouchy/media/flagging/audio/mp1.png Binary files differnew file mode 100644 index 0000000000..174b76cffb --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/mp1.png diff --git a/addons/skin.estouchy/media/flagging/audio/mp2.png b/addons/skin.estouchy/media/flagging/audio/mp2.png Binary files differnew file mode 100644 index 0000000000..163291d788 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/mp2.png diff --git a/addons/skin.estouchy/media/flagging/audio/mp3.png b/addons/skin.estouchy/media/flagging/audio/mp3.png Binary files differnew file mode 100644 index 0000000000..de67f9e0e2 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/mp3.png diff --git a/addons/skin.estouchy/media/flagging/audio/ogg.png b/addons/skin.estouchy/media/flagging/audio/ogg.png Binary files differnew file mode 100644 index 0000000000..3d46f9e072 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/ogg.png diff --git a/addons/skin.estouchy/media/flagging/audio/opus.png b/addons/skin.estouchy/media/flagging/audio/opus.png Binary files differnew file mode 100644 index 0000000000..f6eac13b6f --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/opus.png diff --git a/addons/skin.estouchy/media/flagging/audio/pcm.png b/addons/skin.estouchy/media/flagging/audio/pcm.png Binary files differnew file mode 100644 index 0000000000..9916455336 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/pcm.png diff --git a/addons/skin.estouchy/media/flagging/audio/pcm_bluray.png b/addons/skin.estouchy/media/flagging/audio/pcm_bluray.png Binary files differnew file mode 100644 index 0000000000..9916455336 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/pcm_bluray.png diff --git a/addons/skin.estouchy/media/flagging/audio/pcm_s16le.png b/addons/skin.estouchy/media/flagging/audio/pcm_s16le.png Binary files differnew file mode 100644 index 0000000000..9916455336 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/pcm_s16le.png diff --git a/addons/skin.estouchy/media/flagging/audio/pcm_s24le.png b/addons/skin.estouchy/media/flagging/audio/pcm_s24le.png Binary files differnew file mode 100644 index 0000000000..9916455336 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/pcm_s24le.png diff --git a/addons/skin.estouchy/media/flagging/audio/truehd.png b/addons/skin.estouchy/media/flagging/audio/truehd.png Binary files differnew file mode 100644 index 0000000000..12f4286e2c --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/truehd.png diff --git a/addons/skin.estouchy/media/flagging/audio/vorbis.png b/addons/skin.estouchy/media/flagging/audio/vorbis.png Binary files differnew file mode 100644 index 0000000000..978a88ca76 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/vorbis.png diff --git a/addons/skin.estouchy/media/flagging/audio/wav.png b/addons/skin.estouchy/media/flagging/audio/wav.png Binary files differnew file mode 100644 index 0000000000..daacfeab3c --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/wav.png diff --git a/addons/skin.estouchy/media/flagging/audio/wavpack.png b/addons/skin.estouchy/media/flagging/audio/wavpack.png Binary files differnew file mode 100644 index 0000000000..ee11276a0e --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/wavpack.png diff --git a/addons/skin.estouchy/media/flagging/audio/wma.png b/addons/skin.estouchy/media/flagging/audio/wma.png Binary files differnew file mode 100644 index 0000000000..80b092c88a --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/wma.png diff --git a/addons/skin.estouchy/media/flagging/audio/wmapro.png b/addons/skin.estouchy/media/flagging/audio/wmapro.png Binary files differnew file mode 100644 index 0000000000..80b092c88a --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/wmapro.png diff --git a/addons/skin.estouchy/media/flagging/audio/wmav2.png b/addons/skin.estouchy/media/flagging/audio/wmav2.png Binary files differnew file mode 100644 index 0000000000..80b092c88a --- /dev/null +++ b/addons/skin.estouchy/media/flagging/audio/wmav2.png diff --git a/addons/skin.estouchy/media/flagging/blank.png b/addons/skin.estouchy/media/flagging/blank.png Binary files differnew file mode 100644 index 0000000000..42df4940ad --- /dev/null +++ b/addons/skin.estouchy/media/flagging/blank.png diff --git a/addons/skin.estouchy/media/flagging/resolution/1080.png b/addons/skin.estouchy/media/flagging/resolution/1080.png Binary files differnew file mode 100644 index 0000000000..ba06672822 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/resolution/1080.png diff --git a/addons/skin.estouchy/media/flagging/resolution/480.png b/addons/skin.estouchy/media/flagging/resolution/480.png Binary files differnew file mode 100644 index 0000000000..2fd93955f2 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/resolution/480.png diff --git a/addons/skin.estouchy/media/flagging/resolution/540.png b/addons/skin.estouchy/media/flagging/resolution/540.png Binary files differnew file mode 100644 index 0000000000..0078f04724 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/resolution/540.png diff --git a/addons/skin.estouchy/media/flagging/resolution/576.png b/addons/skin.estouchy/media/flagging/resolution/576.png Binary files differnew file mode 100644 index 0000000000..97ea404897 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/resolution/576.png diff --git a/addons/skin.estouchy/media/flagging/resolution/720.png b/addons/skin.estouchy/media/flagging/resolution/720.png Binary files differnew file mode 100644 index 0000000000..1583c15ba5 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/resolution/720.png diff --git a/addons/skin.estouchy/media/flagging/source/Set.png b/addons/skin.estouchy/media/flagging/source/Set.png Binary files differnew file mode 100644 index 0000000000..ba7e7183e3 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/source/Set.png diff --git a/addons/skin.estouchy/media/flagging/video/1080.png b/addons/skin.estouchy/media/flagging/video/1080.png Binary files differnew file mode 100644 index 0000000000..1e1a3f4fd5 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/1080.png diff --git a/addons/skin.estouchy/media/flagging/video/3D.png b/addons/skin.estouchy/media/flagging/video/3D.png Binary files differnew file mode 100644 index 0000000000..281530b268 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/3D.png diff --git a/addons/skin.estouchy/media/flagging/video/480.png b/addons/skin.estouchy/media/flagging/video/480.png Binary files differnew file mode 100644 index 0000000000..a45cc6335b --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/480.png diff --git a/addons/skin.estouchy/media/flagging/video/4K.png b/addons/skin.estouchy/media/flagging/video/4K.png Binary files differnew file mode 100644 index 0000000000..ecdfe0245a --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/4K.png diff --git a/addons/skin.estouchy/media/flagging/video/540.png b/addons/skin.estouchy/media/flagging/video/540.png Binary files differnew file mode 100644 index 0000000000..ae8d70002c --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/540.png diff --git a/addons/skin.estouchy/media/flagging/video/576.png b/addons/skin.estouchy/media/flagging/video/576.png Binary files differnew file mode 100644 index 0000000000..2644cdb547 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/576.png diff --git a/addons/skin.estouchy/media/flagging/video/720.png b/addons/skin.estouchy/media/flagging/video/720.png Binary files differnew file mode 100644 index 0000000000..f77373dc20 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/720.png diff --git a/addons/skin.estouchy/media/flagging/video/avc1.png b/addons/skin.estouchy/media/flagging/video/avc1.png Binary files differnew file mode 100644 index 0000000000..f7929bac10 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/avc1.png diff --git a/addons/skin.estouchy/media/flagging/video/bluray.png b/addons/skin.estouchy/media/flagging/video/bluray.png Binary files differnew file mode 100644 index 0000000000..f37b44be1e --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/bluray.png diff --git a/addons/skin.estouchy/media/flagging/video/divx.png b/addons/skin.estouchy/media/flagging/video/divx.png Binary files differnew file mode 100644 index 0000000000..ba16219ff3 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/divx.png diff --git a/addons/skin.estouchy/media/flagging/video/dvd.png b/addons/skin.estouchy/media/flagging/video/dvd.png Binary files differnew file mode 100644 index 0000000000..2deba2555b --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/dvd.png diff --git a/addons/skin.estouchy/media/flagging/video/flv.png b/addons/skin.estouchy/media/flagging/video/flv.png Binary files differnew file mode 100644 index 0000000000..f3ec94f8bc --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/flv.png diff --git a/addons/skin.estouchy/media/flagging/video/h264.png b/addons/skin.estouchy/media/flagging/video/h264.png Binary files differnew file mode 100644 index 0000000000..90c1ee05f7 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/h264.png diff --git a/addons/skin.estouchy/media/flagging/video/hddvd.png b/addons/skin.estouchy/media/flagging/video/hddvd.png Binary files differnew file mode 100644 index 0000000000..c10e740551 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/hddvd.png diff --git a/addons/skin.estouchy/media/flagging/video/hdmv.png b/addons/skin.estouchy/media/flagging/video/hdmv.png Binary files differnew file mode 100644 index 0000000000..f37b44be1e --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/hdmv.png diff --git a/addons/skin.estouchy/media/flagging/video/hev1.png b/addons/skin.estouchy/media/flagging/video/hev1.png Binary files differnew file mode 100644 index 0000000000..3e8f67d752 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/hev1.png diff --git a/addons/skin.estouchy/media/flagging/video/hevc.png b/addons/skin.estouchy/media/flagging/video/hevc.png Binary files differnew file mode 100644 index 0000000000..3e8f67d752 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/hevc.png diff --git a/addons/skin.estouchy/media/flagging/video/hvc1.png b/addons/skin.estouchy/media/flagging/video/hvc1.png Binary files differnew file mode 100644 index 0000000000..3e8f67d752 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/hvc1.png diff --git a/addons/skin.estouchy/media/flagging/video/mpeg1video.png b/addons/skin.estouchy/media/flagging/video/mpeg1video.png Binary files differnew file mode 100644 index 0000000000..c158b9df78 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/mpeg1video.png diff --git a/addons/skin.estouchy/media/flagging/video/mpeg2video.png b/addons/skin.estouchy/media/flagging/video/mpeg2video.png Binary files differnew file mode 100644 index 0000000000..327fa27950 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/mpeg2video.png diff --git a/addons/skin.estouchy/media/flagging/video/tv.png b/addons/skin.estouchy/media/flagging/video/tv.png Binary files differnew file mode 100644 index 0000000000..8c6468d881 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/tv.png diff --git a/addons/skin.estouchy/media/flagging/video/vc-1.png b/addons/skin.estouchy/media/flagging/video/vc-1.png Binary files differnew file mode 100644 index 0000000000..ff16a78df2 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/vc-1.png diff --git a/addons/skin.estouchy/media/flagging/video/vhs.png b/addons/skin.estouchy/media/flagging/video/vhs.png Binary files differnew file mode 100644 index 0000000000..b40591d40a --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/vhs.png diff --git a/addons/skin.estouchy/media/flagging/video/vp8.png b/addons/skin.estouchy/media/flagging/video/vp8.png Binary files differnew file mode 100644 index 0000000000..fdab12021d --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/vp8.png diff --git a/addons/skin.estouchy/media/flagging/video/vp9.png b/addons/skin.estouchy/media/flagging/video/vp9.png Binary files differnew file mode 100644 index 0000000000..fdab12021d --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/vp9.png diff --git a/addons/skin.estouchy/media/flagging/video/wmv.png b/addons/skin.estouchy/media/flagging/video/wmv.png Binary files differnew file mode 100644 index 0000000000..feed3afa35 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/wmv.png diff --git a/addons/skin.estouchy/media/flagging/video/wmv3.png b/addons/skin.estouchy/media/flagging/video/wmv3.png Binary files differnew file mode 100644 index 0000000000..feed3afa35 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/wmv3.png diff --git a/addons/skin.estouchy/media/flagging/video/wvc1.png b/addons/skin.estouchy/media/flagging/video/wvc1.png Binary files differnew file mode 100644 index 0000000000..ff16a78df2 --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/wvc1.png diff --git a/addons/skin.estouchy/media/flagging/video/xvid.png b/addons/skin.estouchy/media/flagging/video/xvid.png Binary files differnew file mode 100644 index 0000000000..8219cb260e --- /dev/null +++ b/addons/skin.estouchy/media/flagging/video/xvid.png diff --git a/addons/skin.estouchy/media/grey.png b/addons/skin.estouchy/media/grey.png Binary files differnew file mode 100644 index 0000000000..7d61790624 --- /dev/null +++ b/addons/skin.estouchy/media/grey.png diff --git a/addons/skin.estouchy/media/header.png b/addons/skin.estouchy/media/header.png Binary files differnew file mode 100644 index 0000000000..d897fa4d52 --- /dev/null +++ b/addons/skin.estouchy/media/header.png diff --git a/addons/skin.estouchy/media/icon_breadcrumb_addons.png b/addons/skin.estouchy/media/icon_breadcrumb_addons.png Binary files differnew file mode 100644 index 0000000000..2489e3b993 --- /dev/null +++ b/addons/skin.estouchy/media/icon_breadcrumb_addons.png diff --git a/addons/skin.estouchy/media/icon_breadcrumb_music.png b/addons/skin.estouchy/media/icon_breadcrumb_music.png Binary files differnew file mode 100644 index 0000000000..1bb31d1405 --- /dev/null +++ b/addons/skin.estouchy/media/icon_breadcrumb_music.png diff --git a/addons/skin.estouchy/media/icon_breadcrumb_pictures.png b/addons/skin.estouchy/media/icon_breadcrumb_pictures.png Binary files differnew file mode 100644 index 0000000000..81489ed061 --- /dev/null +++ b/addons/skin.estouchy/media/icon_breadcrumb_pictures.png diff --git a/addons/skin.estouchy/media/icon_breadcrumb_settings.png b/addons/skin.estouchy/media/icon_breadcrumb_settings.png Binary files differnew file mode 100644 index 0000000000..f4f76089c4 --- /dev/null +++ b/addons/skin.estouchy/media/icon_breadcrumb_settings.png diff --git a/addons/skin.estouchy/media/icon_breadcrumb_tv.png b/addons/skin.estouchy/media/icon_breadcrumb_tv.png Binary files differnew file mode 100644 index 0000000000..5d9d5192ff --- /dev/null +++ b/addons/skin.estouchy/media/icon_breadcrumb_tv.png diff --git a/addons/skin.estouchy/media/icon_breadcrumb_video.png b/addons/skin.estouchy/media/icon_breadcrumb_video.png Binary files differnew file mode 100644 index 0000000000..19ac42564b --- /dev/null +++ b/addons/skin.estouchy/media/icon_breadcrumb_video.png diff --git a/addons/skin.estouchy/media/icon_breadcrumb_weather.png b/addons/skin.estouchy/media/icon_breadcrumb_weather.png Binary files differnew file mode 100644 index 0000000000..d83a705286 --- /dev/null +++ b/addons/skin.estouchy/media/icon_breadcrumb_weather.png diff --git a/addons/skin.estouchy/media/icon_button_back.png b/addons/skin.estouchy/media/icon_button_back.png Binary files differnew file mode 100644 index 0000000000..470e3b89ca --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_back.png diff --git a/addons/skin.estouchy/media/icon_button_city.png b/addons/skin.estouchy/media/icon_button_city.png Binary files differnew file mode 100644 index 0000000000..f073ab0b69 --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_city.png diff --git a/addons/skin.estouchy/media/icon_button_favourites.png b/addons/skin.estouchy/media/icon_button_favourites.png Binary files differnew file mode 100644 index 0000000000..e5ff8d3074 --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_favourites.png diff --git a/addons/skin.estouchy/media/icon_button_filemanager.png b/addons/skin.estouchy/media/icon_button_filemanager.png Binary files differnew file mode 100644 index 0000000000..5ef03f5429 --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_filemanager.png diff --git a/addons/skin.estouchy/media/icon_button_filter.png b/addons/skin.estouchy/media/icon_button_filter.png Binary files differnew file mode 100644 index 0000000000..163cf01bef --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_filter.png diff --git a/addons/skin.estouchy/media/icon_button_filtered.png b/addons/skin.estouchy/media/icon_button_filtered.png Binary files differnew file mode 100644 index 0000000000..70a627202d --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_filtered.png diff --git a/addons/skin.estouchy/media/icon_button_logoff.png b/addons/skin.estouchy/media/icon_button_logoff.png Binary files differnew file mode 100644 index 0000000000..e4ca1feb5a --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_logoff.png diff --git a/addons/skin.estouchy/media/icon_button_profile.png b/addons/skin.estouchy/media/icon_button_profile.png Binary files differnew file mode 100644 index 0000000000..e4ca1feb5a --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_profile.png diff --git a/addons/skin.estouchy/media/icon_button_refresh.png b/addons/skin.estouchy/media/icon_button_refresh.png Binary files differnew file mode 100644 index 0000000000..c49b84ab89 --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_refresh.png diff --git a/addons/skin.estouchy/media/icon_button_settings.png b/addons/skin.estouchy/media/icon_button_settings.png Binary files differnew file mode 100644 index 0000000000..827078a6ed --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_settings.png diff --git a/addons/skin.estouchy/media/icon_button_shutdown.png b/addons/skin.estouchy/media/icon_button_shutdown.png Binary files differnew file mode 100644 index 0000000000..082a630d68 --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_shutdown.png diff --git a/addons/skin.estouchy/media/icon_button_systeminfo.png b/addons/skin.estouchy/media/icon_button_systeminfo.png Binary files differnew file mode 100644 index 0000000000..390bfa8be0 --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_systeminfo.png diff --git a/addons/skin.estouchy/media/icon_button_view.png b/addons/skin.estouchy/media/icon_button_view.png Binary files differnew file mode 100644 index 0000000000..0401217965 --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_view.png diff --git a/addons/skin.estouchy/media/icon_button_volume.png b/addons/skin.estouchy/media/icon_button_volume.png Binary files differnew file mode 100644 index 0000000000..3c943d21d6 --- /dev/null +++ b/addons/skin.estouchy/media/icon_button_volume.png diff --git a/addons/skin.estouchy/media/icon_dialog_close.png b/addons/skin.estouchy/media/icon_dialog_close.png Binary files differnew file mode 100644 index 0000000000..7f8d766984 --- /dev/null +++ b/addons/skin.estouchy/media/icon_dialog_close.png diff --git a/addons/skin.estouchy/media/icon_header_clock.png b/addons/skin.estouchy/media/icon_header_clock.png Binary files differnew file mode 100644 index 0000000000..e9ed044a13 --- /dev/null +++ b/addons/skin.estouchy/media/icon_header_clock.png diff --git a/addons/skin.estouchy/media/icon_keyboard_arrowkey.png b/addons/skin.estouchy/media/icon_keyboard_arrowkey.png Binary files differnew file mode 100644 index 0000000000..37042724dc --- /dev/null +++ b/addons/skin.estouchy/media/icon_keyboard_arrowkey.png diff --git a/addons/skin.estouchy/media/icon_keyboard_backspace.png b/addons/skin.estouchy/media/icon_keyboard_backspace.png Binary files differnew file mode 100644 index 0000000000..f3fad87c8e --- /dev/null +++ b/addons/skin.estouchy/media/icon_keyboard_backspace.png diff --git a/addons/skin.estouchy/media/icon_keyboard_enter.png b/addons/skin.estouchy/media/icon_keyboard_enter.png Binary files differnew file mode 100644 index 0000000000..e03f29bde5 --- /dev/null +++ b/addons/skin.estouchy/media/icon_keyboard_enter.png diff --git a/addons/skin.estouchy/media/icon_keyboard_shift.png b/addons/skin.estouchy/media/icon_keyboard_shift.png Binary files differnew file mode 100644 index 0000000000..45bcd8dfff --- /dev/null +++ b/addons/skin.estouchy/media/icon_keyboard_shift.png diff --git a/addons/skin.estouchy/media/icon_menu_addons.png b/addons/skin.estouchy/media/icon_menu_addons.png Binary files differnew file mode 100644 index 0000000000..85ffe3c86d --- /dev/null +++ b/addons/skin.estouchy/media/icon_menu_addons.png diff --git a/addons/skin.estouchy/media/icon_menu_livetv.png b/addons/skin.estouchy/media/icon_menu_livetv.png Binary files differnew file mode 100644 index 0000000000..2a7b80ce95 --- /dev/null +++ b/addons/skin.estouchy/media/icon_menu_livetv.png diff --git a/addons/skin.estouchy/media/icon_menu_movies.png b/addons/skin.estouchy/media/icon_menu_movies.png Binary files differnew file mode 100644 index 0000000000..6059022b5e --- /dev/null +++ b/addons/skin.estouchy/media/icon_menu_movies.png diff --git a/addons/skin.estouchy/media/icon_menu_music.png b/addons/skin.estouchy/media/icon_menu_music.png Binary files differnew file mode 100644 index 0000000000..1841404697 --- /dev/null +++ b/addons/skin.estouchy/media/icon_menu_music.png diff --git a/addons/skin.estouchy/media/icon_menu_pictures.png b/addons/skin.estouchy/media/icon_menu_pictures.png Binary files differnew file mode 100644 index 0000000000..3ba5ce09d9 --- /dev/null +++ b/addons/skin.estouchy/media/icon_menu_pictures.png diff --git a/addons/skin.estouchy/media/icon_menu_radio.png b/addons/skin.estouchy/media/icon_menu_radio.png Binary files differnew file mode 100644 index 0000000000..26be7993f6 --- /dev/null +++ b/addons/skin.estouchy/media/icon_menu_radio.png diff --git a/addons/skin.estouchy/media/icon_menu_tvshows.png b/addons/skin.estouchy/media/icon_menu_tvshows.png Binary files differnew file mode 100644 index 0000000000..7600d0734d --- /dev/null +++ b/addons/skin.estouchy/media/icon_menu_tvshows.png diff --git a/addons/skin.estouchy/media/icon_menu_videos.png b/addons/skin.estouchy/media/icon_menu_videos.png Binary files differnew file mode 100644 index 0000000000..5596241cd8 --- /dev/null +++ b/addons/skin.estouchy/media/icon_menu_videos.png diff --git a/addons/skin.estouchy/media/icon_settings_addons.png b/addons/skin.estouchy/media/icon_settings_addons.png Binary files differnew file mode 100644 index 0000000000..ab371bc31e --- /dev/null +++ b/addons/skin.estouchy/media/icon_settings_addons.png diff --git a/addons/skin.estouchy/media/icon_settings_appearance.png b/addons/skin.estouchy/media/icon_settings_appearance.png Binary files differnew file mode 100644 index 0000000000..cb27b005b7 --- /dev/null +++ b/addons/skin.estouchy/media/icon_settings_appearance.png diff --git a/addons/skin.estouchy/media/icon_settings_music.png b/addons/skin.estouchy/media/icon_settings_music.png Binary files differnew file mode 100644 index 0000000000..afd125382f --- /dev/null +++ b/addons/skin.estouchy/media/icon_settings_music.png diff --git a/addons/skin.estouchy/media/icon_settings_network.png b/addons/skin.estouchy/media/icon_settings_network.png Binary files differnew file mode 100644 index 0000000000..73ca548d0b --- /dev/null +++ b/addons/skin.estouchy/media/icon_settings_network.png diff --git a/addons/skin.estouchy/media/icon_settings_pictures.png b/addons/skin.estouchy/media/icon_settings_pictures.png Binary files differnew file mode 100644 index 0000000000..259f9339c6 --- /dev/null +++ b/addons/skin.estouchy/media/icon_settings_pictures.png diff --git a/addons/skin.estouchy/media/icon_settings_system.png b/addons/skin.estouchy/media/icon_settings_system.png Binary files differnew file mode 100644 index 0000000000..84b3d73743 --- /dev/null +++ b/addons/skin.estouchy/media/icon_settings_system.png diff --git a/addons/skin.estouchy/media/icon_settings_tv.png b/addons/skin.estouchy/media/icon_settings_tv.png Binary files differnew file mode 100644 index 0000000000..659dc0bd84 --- /dev/null +++ b/addons/skin.estouchy/media/icon_settings_tv.png diff --git a/addons/skin.estouchy/media/icon_settings_video.png b/addons/skin.estouchy/media/icon_settings_video.png Binary files differnew file mode 100644 index 0000000000..03a437f473 --- /dev/null +++ b/addons/skin.estouchy/media/icon_settings_video.png diff --git a/addons/skin.estouchy/media/icon_settings_weather.png b/addons/skin.estouchy/media/icon_settings_weather.png Binary files differnew file mode 100644 index 0000000000..70aa5d8e13 --- /dev/null +++ b/addons/skin.estouchy/media/icon_settings_weather.png diff --git a/addons/skin.estouchy/media/kodi_logo.png b/addons/skin.estouchy/media/kodi_logo.png Binary files differnew file mode 100644 index 0000000000..f5ca574545 --- /dev/null +++ b/addons/skin.estouchy/media/kodi_logo.png diff --git a/addons/skin.estouchy/media/list_focus.png b/addons/skin.estouchy/media/list_focus.png Binary files differnew file mode 100644 index 0000000000..eba76f51f3 --- /dev/null +++ b/addons/skin.estouchy/media/list_focus.png diff --git a/addons/skin.estouchy/media/list_nofocus.png b/addons/skin.estouchy/media/list_nofocus.png Binary files differnew file mode 100644 index 0000000000..9ccfd3ee51 --- /dev/null +++ b/addons/skin.estouchy/media/list_nofocus.png diff --git a/addons/skin.estouchy/media/osd_forward.png b/addons/skin.estouchy/media/osd_forward.png Binary files differnew file mode 100644 index 0000000000..4aca6f7ff5 --- /dev/null +++ b/addons/skin.estouchy/media/osd_forward.png diff --git a/addons/skin.estouchy/media/osd_next.png b/addons/skin.estouchy/media/osd_next.png Binary files differnew file mode 100644 index 0000000000..837750efef --- /dev/null +++ b/addons/skin.estouchy/media/osd_next.png diff --git a/addons/skin.estouchy/media/osd_pause.png b/addons/skin.estouchy/media/osd_pause.png Binary files differnew file mode 100644 index 0000000000..d2eb48c771 --- /dev/null +++ b/addons/skin.estouchy/media/osd_pause.png diff --git a/addons/skin.estouchy/media/osd_play.png b/addons/skin.estouchy/media/osd_play.png Binary files differnew file mode 100644 index 0000000000..bd94609de8 --- /dev/null +++ b/addons/skin.estouchy/media/osd_play.png diff --git a/addons/skin.estouchy/media/osd_previous.png b/addons/skin.estouchy/media/osd_previous.png Binary files differnew file mode 100644 index 0000000000..33f4f4a12f --- /dev/null +++ b/addons/skin.estouchy/media/osd_previous.png diff --git a/addons/skin.estouchy/media/osd_record.png b/addons/skin.estouchy/media/osd_record.png Binary files differnew file mode 100644 index 0000000000..83bc846c1e --- /dev/null +++ b/addons/skin.estouchy/media/osd_record.png diff --git a/addons/skin.estouchy/media/osd_rewind.png b/addons/skin.estouchy/media/osd_rewind.png Binary files differnew file mode 100644 index 0000000000..f77bc0adf7 --- /dev/null +++ b/addons/skin.estouchy/media/osd_rewind.png diff --git a/addons/skin.estouchy/media/osd_stop.png b/addons/skin.estouchy/media/osd_stop.png Binary files differnew file mode 100644 index 0000000000..9f93d40910 --- /dev/null +++ b/addons/skin.estouchy/media/osd_stop.png diff --git a/addons/skin.estouchy/media/panel.png b/addons/skin.estouchy/media/panel.png Binary files differnew file mode 100644 index 0000000000..d5cb1df5df --- /dev/null +++ b/addons/skin.estouchy/media/panel.png diff --git a/addons/skin.estouchy/media/pointer_focus.png b/addons/skin.estouchy/media/pointer_focus.png Binary files differnew file mode 100644 index 0000000000..af15dba529 --- /dev/null +++ b/addons/skin.estouchy/media/pointer_focus.png diff --git a/addons/skin.estouchy/media/radiobutton_off.png b/addons/skin.estouchy/media/radiobutton_off.png Binary files differnew file mode 100644 index 0000000000..edab26acb7 --- /dev/null +++ b/addons/skin.estouchy/media/radiobutton_off.png diff --git a/addons/skin.estouchy/media/radiobutton_on.png b/addons/skin.estouchy/media/radiobutton_on.png Binary files differnew file mode 100644 index 0000000000..89740fcc81 --- /dev/null +++ b/addons/skin.estouchy/media/radiobutton_on.png diff --git a/addons/skin.estouchy/media/rating/0.png b/addons/skin.estouchy/media/rating/0.png Binary files differnew file mode 100644 index 0000000000..3c9d8ff521 --- /dev/null +++ b/addons/skin.estouchy/media/rating/0.png diff --git a/addons/skin.estouchy/media/rating/1.png b/addons/skin.estouchy/media/rating/1.png Binary files differnew file mode 100644 index 0000000000..4fe26199d9 --- /dev/null +++ b/addons/skin.estouchy/media/rating/1.png diff --git a/addons/skin.estouchy/media/rating/10.png b/addons/skin.estouchy/media/rating/10.png Binary files differnew file mode 100644 index 0000000000..894d321a1c --- /dev/null +++ b/addons/skin.estouchy/media/rating/10.png diff --git a/addons/skin.estouchy/media/rating/2.png b/addons/skin.estouchy/media/rating/2.png Binary files differnew file mode 100644 index 0000000000..1286875a69 --- /dev/null +++ b/addons/skin.estouchy/media/rating/2.png diff --git a/addons/skin.estouchy/media/rating/3.png b/addons/skin.estouchy/media/rating/3.png Binary files differnew file mode 100644 index 0000000000..9cd8b9138a --- /dev/null +++ b/addons/skin.estouchy/media/rating/3.png diff --git a/addons/skin.estouchy/media/rating/4.png b/addons/skin.estouchy/media/rating/4.png Binary files differnew file mode 100644 index 0000000000..a3fa8f40c7 --- /dev/null +++ b/addons/skin.estouchy/media/rating/4.png diff --git a/addons/skin.estouchy/media/rating/5.png b/addons/skin.estouchy/media/rating/5.png Binary files differnew file mode 100644 index 0000000000..3ba3b01de1 --- /dev/null +++ b/addons/skin.estouchy/media/rating/5.png diff --git a/addons/skin.estouchy/media/rating/6.png b/addons/skin.estouchy/media/rating/6.png Binary files differnew file mode 100644 index 0000000000..e4fad9501c --- /dev/null +++ b/addons/skin.estouchy/media/rating/6.png diff --git a/addons/skin.estouchy/media/rating/7.png b/addons/skin.estouchy/media/rating/7.png Binary files differnew file mode 100644 index 0000000000..19611cf9a7 --- /dev/null +++ b/addons/skin.estouchy/media/rating/7.png diff --git a/addons/skin.estouchy/media/rating/8.png b/addons/skin.estouchy/media/rating/8.png Binary files differnew file mode 100644 index 0000000000..944ea4e306 --- /dev/null +++ b/addons/skin.estouchy/media/rating/8.png diff --git a/addons/skin.estouchy/media/rating/9.png b/addons/skin.estouchy/media/rating/9.png Binary files differnew file mode 100644 index 0000000000..fa123a4e76 --- /dev/null +++ b/addons/skin.estouchy/media/rating/9.png diff --git a/addons/skin.estouchy/media/separator.png b/addons/skin.estouchy/media/separator.png Binary files differnew file mode 100644 index 0000000000..ca071a03d5 --- /dev/null +++ b/addons/skin.estouchy/media/separator.png diff --git a/addons/skin.estouchy/media/side_panel.png b/addons/skin.estouchy/media/side_panel.png Binary files differnew file mode 100644 index 0000000000..d4062c7fb2 --- /dev/null +++ b/addons/skin.estouchy/media/side_panel.png diff --git a/addons/skin.estouchy/media/slider.png b/addons/skin.estouchy/media/slider.png Binary files differnew file mode 100644 index 0000000000..55a92677cb --- /dev/null +++ b/addons/skin.estouchy/media/slider.png diff --git a/addons/skin.estouchy/media/slider_focus.png b/addons/skin.estouchy/media/slider_focus.png Binary files differnew file mode 100644 index 0000000000..ca1d1d0ee3 --- /dev/null +++ b/addons/skin.estouchy/media/slider_focus.png diff --git a/addons/skin.estouchy/media/slider_nofocus.png b/addons/skin.estouchy/media/slider_nofocus.png Binary files differnew file mode 100644 index 0000000000..a5a7a40cc9 --- /dev/null +++ b/addons/skin.estouchy/media/slider_nofocus.png diff --git a/addons/skin.estouchy/media/subtitles/flags/-.gif b/addons/skin.estouchy/media/subtitles/flags/-.gif Binary files differnew file mode 100644 index 0000000000..a14bb5af20 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/-.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/ar.gif b/addons/skin.estouchy/media/subtitles/flags/ar.gif Binary files differnew file mode 100644 index 0000000000..55463dedb4 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/ar.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/bg.gif b/addons/skin.estouchy/media/subtitles/flags/bg.gif Binary files differnew file mode 100644 index 0000000000..a620896acd --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/bg.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/bs.gif b/addons/skin.estouchy/media/subtitles/flags/bs.gif Binary files differnew file mode 100644 index 0000000000..2969ce8f17 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/bs.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/ca.gif b/addons/skin.estouchy/media/subtitles/flags/ca.gif Binary files differnew file mode 100644 index 0000000000..8d4124b562 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/ca.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/cs.gif b/addons/skin.estouchy/media/subtitles/flags/cs.gif Binary files differnew file mode 100644 index 0000000000..334c528da8 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/cs.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/da.gif b/addons/skin.estouchy/media/subtitles/flags/da.gif Binary files differnew file mode 100644 index 0000000000..1d200354c4 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/da.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/de.gif b/addons/skin.estouchy/media/subtitles/flags/de.gif Binary files differnew file mode 100644 index 0000000000..4a7cff4227 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/de.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/el.gif b/addons/skin.estouchy/media/subtitles/flags/el.gif Binary files differnew file mode 100644 index 0000000000..b20ce2101d --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/el.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/en.gif b/addons/skin.estouchy/media/subtitles/flags/en.gif Binary files differnew file mode 100644 index 0000000000..b44b08f69d --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/en.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/es.gif b/addons/skin.estouchy/media/subtitles/flags/es.gif Binary files differnew file mode 100644 index 0000000000..83c3019c25 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/es.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/et.gif b/addons/skin.estouchy/media/subtitles/flags/et.gif Binary files differnew file mode 100644 index 0000000000..95c3e98f20 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/et.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/fa.gif b/addons/skin.estouchy/media/subtitles/flags/fa.gif Binary files differnew file mode 100644 index 0000000000..f1e66af735 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/fa.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/fi.gif b/addons/skin.estouchy/media/subtitles/flags/fi.gif Binary files differnew file mode 100644 index 0000000000..e3d9574d04 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/fi.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/fo.gif b/addons/skin.estouchy/media/subtitles/flags/fo.gif Binary files differnew file mode 100644 index 0000000000..3301bc26cf --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/fo.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/fr.gif b/addons/skin.estouchy/media/subtitles/flags/fr.gif Binary files differnew file mode 100644 index 0000000000..75a234551e --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/fr.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/gl.gif b/addons/skin.estouchy/media/subtitles/flags/gl.gif Binary files differnew file mode 100644 index 0000000000..686983faed --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/gl.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/he.gif b/addons/skin.estouchy/media/subtitles/flags/he.gif Binary files differnew file mode 100644 index 0000000000..c6dc6b578a --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/he.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/hi.gif b/addons/skin.estouchy/media/subtitles/flags/hi.gif Binary files differnew file mode 100644 index 0000000000..a1c16ee41d --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/hi.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/hr.gif b/addons/skin.estouchy/media/subtitles/flags/hr.gif Binary files differnew file mode 100644 index 0000000000..b4cc470042 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/hr.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/hu.gif b/addons/skin.estouchy/media/subtitles/flags/hu.gif Binary files differnew file mode 100644 index 0000000000..78a5724dd5 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/hu.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/hy.gif b/addons/skin.estouchy/media/subtitles/flags/hy.gif Binary files differnew file mode 100644 index 0000000000..1ba4423aa3 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/hy.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/id.gif b/addons/skin.estouchy/media/subtitles/flags/id.gif Binary files differnew file mode 100644 index 0000000000..8b288fa2ae --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/id.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/is.gif b/addons/skin.estouchy/media/subtitles/flags/is.gif Binary files differnew file mode 100644 index 0000000000..23e9c6f69f --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/is.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/it.gif b/addons/skin.estouchy/media/subtitles/flags/it.gif Binary files differnew file mode 100644 index 0000000000..a6c51739f7 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/it.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/ja.gif b/addons/skin.estouchy/media/subtitles/flags/ja.gif Binary files differnew file mode 100644 index 0000000000..b645bc8d8d --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/ja.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/kk.gif b/addons/skin.estouchy/media/subtitles/flags/kk.gif Binary files differnew file mode 100644 index 0000000000..8ff39eb698 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/kk.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/ko.gif b/addons/skin.estouchy/media/subtitles/flags/ko.gif Binary files differnew file mode 100644 index 0000000000..fb33719cd0 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/ko.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/lb.gif b/addons/skin.estouchy/media/subtitles/flags/lb.gif Binary files differnew file mode 100644 index 0000000000..fe9916c434 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/lb.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/lt.gif b/addons/skin.estouchy/media/subtitles/flags/lt.gif Binary files differnew file mode 100644 index 0000000000..b92b0a62e1 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/lt.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/lv.gif b/addons/skin.estouchy/media/subtitles/flags/lv.gif Binary files differnew file mode 100644 index 0000000000..9fd8286391 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/lv.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/mk.gif b/addons/skin.estouchy/media/subtitles/flags/mk.gif Binary files differnew file mode 100644 index 0000000000..a8320ba538 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/mk.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/ms.gif b/addons/skin.estouchy/media/subtitles/flags/ms.gif Binary files differnew file mode 100644 index 0000000000..02cf19d2eb --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/ms.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/nl.gif b/addons/skin.estouchy/media/subtitles/flags/nl.gif Binary files differnew file mode 100644 index 0000000000..1469462051 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/nl.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/no.gif b/addons/skin.estouchy/media/subtitles/flags/no.gif Binary files differnew file mode 100644 index 0000000000..dbd2cbe715 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/no.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/pb.gif b/addons/skin.estouchy/media/subtitles/flags/pb.gif Binary files differnew file mode 100644 index 0000000000..361fe5e37a --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/pb.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/pl.gif b/addons/skin.estouchy/media/subtitles/flags/pl.gif Binary files differnew file mode 100644 index 0000000000..08397c12f2 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/pl.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/pt.gif b/addons/skin.estouchy/media/subtitles/flags/pt.gif Binary files differnew file mode 100644 index 0000000000..5704a0ce57 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/pt.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/ro.gif b/addons/skin.estouchy/media/subtitles/flags/ro.gif Binary files differnew file mode 100644 index 0000000000..5fdc82c19f --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/ro.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/ru.gif b/addons/skin.estouchy/media/subtitles/flags/ru.gif Binary files differnew file mode 100644 index 0000000000..81c864f01a --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/ru.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/sk.gif b/addons/skin.estouchy/media/subtitles/flags/sk.gif Binary files differnew file mode 100644 index 0000000000..ea8da1e0f4 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/sk.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/sl.gif b/addons/skin.estouchy/media/subtitles/flags/sl.gif Binary files differnew file mode 100644 index 0000000000..7401d6df45 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/sl.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/sq.gif b/addons/skin.estouchy/media/subtitles/flags/sq.gif Binary files differnew file mode 100644 index 0000000000..96be1ade01 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/sq.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/sr.gif b/addons/skin.estouchy/media/subtitles/flags/sr.gif Binary files differnew file mode 100644 index 0000000000..930f88d1b5 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/sr.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/sv.gif b/addons/skin.estouchy/media/subtitles/flags/sv.gif Binary files differnew file mode 100644 index 0000000000..4096b9a3da --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/sv.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/tr.gif b/addons/skin.estouchy/media/subtitles/flags/tr.gif Binary files differnew file mode 100644 index 0000000000..7c4926e063 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/tr.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/uk.gif b/addons/skin.estouchy/media/subtitles/flags/uk.gif Binary files differnew file mode 100644 index 0000000000..093ada8038 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/uk.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/vi.gif b/addons/skin.estouchy/media/subtitles/flags/vi.gif Binary files differnew file mode 100644 index 0000000000..a48c11356f --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/vi.gif diff --git a/addons/skin.estouchy/media/subtitles/flags/zh.gif b/addons/skin.estouchy/media/subtitles/flags/zh.gif Binary files differnew file mode 100644 index 0000000000..d1c350b083 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/flags/zh.gif diff --git a/addons/skin.estouchy/media/subtitles/rating/rating0.png b/addons/skin.estouchy/media/subtitles/rating/rating0.png Binary files differnew file mode 100644 index 0000000000..f24e610b4a --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/rating/rating0.png diff --git a/addons/skin.estouchy/media/subtitles/rating/rating1.png b/addons/skin.estouchy/media/subtitles/rating/rating1.png Binary files differnew file mode 100644 index 0000000000..cdcb644b25 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/rating/rating1.png diff --git a/addons/skin.estouchy/media/subtitles/rating/rating2.png b/addons/skin.estouchy/media/subtitles/rating/rating2.png Binary files differnew file mode 100644 index 0000000000..f599438a87 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/rating/rating2.png diff --git a/addons/skin.estouchy/media/subtitles/rating/rating3.png b/addons/skin.estouchy/media/subtitles/rating/rating3.png Binary files differnew file mode 100644 index 0000000000..b9722645cc --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/rating/rating3.png diff --git a/addons/skin.estouchy/media/subtitles/rating/rating4.png b/addons/skin.estouchy/media/subtitles/rating/rating4.png Binary files differnew file mode 100644 index 0000000000..bc9fcf20f2 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/rating/rating4.png diff --git a/addons/skin.estouchy/media/subtitles/rating/rating5.png b/addons/skin.estouchy/media/subtitles/rating/rating5.png Binary files differnew file mode 100644 index 0000000000..9bf37f3a74 --- /dev/null +++ b/addons/skin.estouchy/media/subtitles/rating/rating5.png diff --git a/addons/skin.estouchy/media/thumb_focus.png b/addons/skin.estouchy/media/thumb_focus.png Binary files differnew file mode 100644 index 0000000000..3ba185c443 --- /dev/null +++ b/addons/skin.estouchy/media/thumb_focus.png diff --git a/addons/skin.estouchy/media/weather/0.png b/addons/skin.estouchy/media/weather/0.png Binary files differnew file mode 100644 index 0000000000..5e8d79a9e3 --- /dev/null +++ b/addons/skin.estouchy/media/weather/0.png diff --git a/addons/skin.estouchy/media/weather/1.png b/addons/skin.estouchy/media/weather/1.png Binary files differnew file mode 100644 index 0000000000..a155e1bdf5 --- /dev/null +++ b/addons/skin.estouchy/media/weather/1.png diff --git a/addons/skin.estouchy/media/weather/10.png b/addons/skin.estouchy/media/weather/10.png Binary files differnew file mode 100644 index 0000000000..9199e764c1 --- /dev/null +++ b/addons/skin.estouchy/media/weather/10.png diff --git a/addons/skin.estouchy/media/weather/11.png b/addons/skin.estouchy/media/weather/11.png Binary files differnew file mode 100644 index 0000000000..7fdc821cb2 --- /dev/null +++ b/addons/skin.estouchy/media/weather/11.png diff --git a/addons/skin.estouchy/media/weather/12.png b/addons/skin.estouchy/media/weather/12.png Binary files differnew file mode 100644 index 0000000000..4f7d908729 --- /dev/null +++ b/addons/skin.estouchy/media/weather/12.png diff --git a/addons/skin.estouchy/media/weather/13.png b/addons/skin.estouchy/media/weather/13.png Binary files differnew file mode 100644 index 0000000000..e1a1f9c88b --- /dev/null +++ b/addons/skin.estouchy/media/weather/13.png diff --git a/addons/skin.estouchy/media/weather/14.png b/addons/skin.estouchy/media/weather/14.png Binary files differnew file mode 100644 index 0000000000..e1a1f9c88b --- /dev/null +++ b/addons/skin.estouchy/media/weather/14.png diff --git a/addons/skin.estouchy/media/weather/15.png b/addons/skin.estouchy/media/weather/15.png Binary files differnew file mode 100644 index 0000000000..e1a1f9c88b --- /dev/null +++ b/addons/skin.estouchy/media/weather/15.png diff --git a/addons/skin.estouchy/media/weather/16.png b/addons/skin.estouchy/media/weather/16.png Binary files differnew file mode 100644 index 0000000000..9985421aa7 --- /dev/null +++ b/addons/skin.estouchy/media/weather/16.png diff --git a/addons/skin.estouchy/media/weather/17.png b/addons/skin.estouchy/media/weather/17.png Binary files differnew file mode 100644 index 0000000000..e5e3199f83 --- /dev/null +++ b/addons/skin.estouchy/media/weather/17.png diff --git a/addons/skin.estouchy/media/weather/18.png b/addons/skin.estouchy/media/weather/18.png Binary files differnew file mode 100644 index 0000000000..4f7d908729 --- /dev/null +++ b/addons/skin.estouchy/media/weather/18.png diff --git a/addons/skin.estouchy/media/weather/19.png b/addons/skin.estouchy/media/weather/19.png Binary files differnew file mode 100644 index 0000000000..d0bd5a7f8e --- /dev/null +++ b/addons/skin.estouchy/media/weather/19.png diff --git a/addons/skin.estouchy/media/weather/2.png b/addons/skin.estouchy/media/weather/2.png Binary files differnew file mode 100644 index 0000000000..829725debf --- /dev/null +++ b/addons/skin.estouchy/media/weather/2.png diff --git a/addons/skin.estouchy/media/weather/20.png b/addons/skin.estouchy/media/weather/20.png Binary files differnew file mode 100644 index 0000000000..d0bd5a7f8e --- /dev/null +++ b/addons/skin.estouchy/media/weather/20.png diff --git a/addons/skin.estouchy/media/weather/21.png b/addons/skin.estouchy/media/weather/21.png Binary files differnew file mode 100644 index 0000000000..d0bd5a7f8e --- /dev/null +++ b/addons/skin.estouchy/media/weather/21.png diff --git a/addons/skin.estouchy/media/weather/22.png b/addons/skin.estouchy/media/weather/22.png Binary files differnew file mode 100644 index 0000000000..d0bd5a7f8e --- /dev/null +++ b/addons/skin.estouchy/media/weather/22.png diff --git a/addons/skin.estouchy/media/weather/23.png b/addons/skin.estouchy/media/weather/23.png Binary files differnew file mode 100644 index 0000000000..a155e1bdf5 --- /dev/null +++ b/addons/skin.estouchy/media/weather/23.png diff --git a/addons/skin.estouchy/media/weather/24.png b/addons/skin.estouchy/media/weather/24.png Binary files differnew file mode 100644 index 0000000000..829725debf --- /dev/null +++ b/addons/skin.estouchy/media/weather/24.png diff --git a/addons/skin.estouchy/media/weather/25.png b/addons/skin.estouchy/media/weather/25.png Binary files differnew file mode 100644 index 0000000000..d1d38aeba3 --- /dev/null +++ b/addons/skin.estouchy/media/weather/25.png diff --git a/addons/skin.estouchy/media/weather/26.png b/addons/skin.estouchy/media/weather/26.png Binary files differnew file mode 100644 index 0000000000..279e26f2f0 --- /dev/null +++ b/addons/skin.estouchy/media/weather/26.png diff --git a/addons/skin.estouchy/media/weather/27.png b/addons/skin.estouchy/media/weather/27.png Binary files differnew file mode 100644 index 0000000000..cf5e4b0c57 --- /dev/null +++ b/addons/skin.estouchy/media/weather/27.png diff --git a/addons/skin.estouchy/media/weather/28.png b/addons/skin.estouchy/media/weather/28.png Binary files differnew file mode 100644 index 0000000000..062162517e --- /dev/null +++ b/addons/skin.estouchy/media/weather/28.png diff --git a/addons/skin.estouchy/media/weather/29.png b/addons/skin.estouchy/media/weather/29.png Binary files differnew file mode 100644 index 0000000000..cf5e4b0c57 --- /dev/null +++ b/addons/skin.estouchy/media/weather/29.png diff --git a/addons/skin.estouchy/media/weather/3.png b/addons/skin.estouchy/media/weather/3.png Binary files differnew file mode 100644 index 0000000000..5e8d79a9e3 --- /dev/null +++ b/addons/skin.estouchy/media/weather/3.png diff --git a/addons/skin.estouchy/media/weather/30.png b/addons/skin.estouchy/media/weather/30.png Binary files differnew file mode 100644 index 0000000000..062162517e --- /dev/null +++ b/addons/skin.estouchy/media/weather/30.png diff --git a/addons/skin.estouchy/media/weather/31.png b/addons/skin.estouchy/media/weather/31.png Binary files differnew file mode 100644 index 0000000000..5248160102 --- /dev/null +++ b/addons/skin.estouchy/media/weather/31.png diff --git a/addons/skin.estouchy/media/weather/32.png b/addons/skin.estouchy/media/weather/32.png Binary files differnew file mode 100644 index 0000000000..1a0a67ae95 --- /dev/null +++ b/addons/skin.estouchy/media/weather/32.png diff --git a/addons/skin.estouchy/media/weather/33.png b/addons/skin.estouchy/media/weather/33.png Binary files differnew file mode 100644 index 0000000000..aa77723ca6 --- /dev/null +++ b/addons/skin.estouchy/media/weather/33.png diff --git a/addons/skin.estouchy/media/weather/34.png b/addons/skin.estouchy/media/weather/34.png Binary files differnew file mode 100644 index 0000000000..34dea0cf36 --- /dev/null +++ b/addons/skin.estouchy/media/weather/34.png diff --git a/addons/skin.estouchy/media/weather/35.png b/addons/skin.estouchy/media/weather/35.png Binary files differnew file mode 100644 index 0000000000..e5e3199f83 --- /dev/null +++ b/addons/skin.estouchy/media/weather/35.png diff --git a/addons/skin.estouchy/media/weather/36.png b/addons/skin.estouchy/media/weather/36.png Binary files differnew file mode 100644 index 0000000000..1a0a67ae95 --- /dev/null +++ b/addons/skin.estouchy/media/weather/36.png diff --git a/addons/skin.estouchy/media/weather/37.png b/addons/skin.estouchy/media/weather/37.png Binary files differnew file mode 100644 index 0000000000..5e8d79a9e3 --- /dev/null +++ b/addons/skin.estouchy/media/weather/37.png diff --git a/addons/skin.estouchy/media/weather/38.png b/addons/skin.estouchy/media/weather/38.png Binary files differnew file mode 100644 index 0000000000..5e8d79a9e3 --- /dev/null +++ b/addons/skin.estouchy/media/weather/38.png diff --git a/addons/skin.estouchy/media/weather/39.png b/addons/skin.estouchy/media/weather/39.png Binary files differnew file mode 100644 index 0000000000..9199e764c1 --- /dev/null +++ b/addons/skin.estouchy/media/weather/39.png diff --git a/addons/skin.estouchy/media/weather/4.png b/addons/skin.estouchy/media/weather/4.png Binary files differnew file mode 100644 index 0000000000..5e8d79a9e3 --- /dev/null +++ b/addons/skin.estouchy/media/weather/4.png diff --git a/addons/skin.estouchy/media/weather/40.png b/addons/skin.estouchy/media/weather/40.png Binary files differnew file mode 100644 index 0000000000..9199e764c1 --- /dev/null +++ b/addons/skin.estouchy/media/weather/40.png diff --git a/addons/skin.estouchy/media/weather/41.png b/addons/skin.estouchy/media/weather/41.png Binary files differnew file mode 100644 index 0000000000..e1a1f9c88b --- /dev/null +++ b/addons/skin.estouchy/media/weather/41.png diff --git a/addons/skin.estouchy/media/weather/42.png b/addons/skin.estouchy/media/weather/42.png Binary files differnew file mode 100644 index 0000000000..e1a1f9c88b --- /dev/null +++ b/addons/skin.estouchy/media/weather/42.png diff --git a/addons/skin.estouchy/media/weather/43.png b/addons/skin.estouchy/media/weather/43.png Binary files differnew file mode 100644 index 0000000000..a155e1bdf5 --- /dev/null +++ b/addons/skin.estouchy/media/weather/43.png diff --git a/addons/skin.estouchy/media/weather/44.png b/addons/skin.estouchy/media/weather/44.png Binary files differnew file mode 100644 index 0000000000..062162517e --- /dev/null +++ b/addons/skin.estouchy/media/weather/44.png diff --git a/addons/skin.estouchy/media/weather/45.png b/addons/skin.estouchy/media/weather/45.png Binary files differnew file mode 100644 index 0000000000..34b69e9b07 --- /dev/null +++ b/addons/skin.estouchy/media/weather/45.png diff --git a/addons/skin.estouchy/media/weather/46.png b/addons/skin.estouchy/media/weather/46.png Binary files differnew file mode 100644 index 0000000000..195ea4d8b2 --- /dev/null +++ b/addons/skin.estouchy/media/weather/46.png diff --git a/addons/skin.estouchy/media/weather/47.png b/addons/skin.estouchy/media/weather/47.png Binary files differnew file mode 100644 index 0000000000..056d7dd279 --- /dev/null +++ b/addons/skin.estouchy/media/weather/47.png diff --git a/addons/skin.estouchy/media/weather/5.png b/addons/skin.estouchy/media/weather/5.png Binary files differnew file mode 100644 index 0000000000..79eb907c59 --- /dev/null +++ b/addons/skin.estouchy/media/weather/5.png diff --git a/addons/skin.estouchy/media/weather/6.png b/addons/skin.estouchy/media/weather/6.png Binary files differnew file mode 100644 index 0000000000..4f7d908729 --- /dev/null +++ b/addons/skin.estouchy/media/weather/6.png diff --git a/addons/skin.estouchy/media/weather/7.png b/addons/skin.estouchy/media/weather/7.png Binary files differnew file mode 100644 index 0000000000..79eb907c59 --- /dev/null +++ b/addons/skin.estouchy/media/weather/7.png diff --git a/addons/skin.estouchy/media/weather/8.png b/addons/skin.estouchy/media/weather/8.png Binary files differnew file mode 100644 index 0000000000..d0bd5a7f8e --- /dev/null +++ b/addons/skin.estouchy/media/weather/8.png diff --git a/addons/skin.estouchy/media/weather/9.png b/addons/skin.estouchy/media/weather/9.png Binary files differnew file mode 100644 index 0000000000..d0bd5a7f8e --- /dev/null +++ b/addons/skin.estouchy/media/weather/9.png diff --git a/addons/skin.estouchy/media/weather/na.png b/addons/skin.estouchy/media/weather/na.png Binary files differnew file mode 100644 index 0000000000..a6f435754a --- /dev/null +++ b/addons/skin.estouchy/media/weather/na.png diff --git a/addons/skin.estouchy/media/white.png b/addons/skin.estouchy/media/white.png Binary files differnew file mode 100644 index 0000000000..238aa9067c --- /dev/null +++ b/addons/skin.estouchy/media/white.png diff --git a/addons/skin.estouchy/xml/AddonBrowser.xml b/addons/skin.estouchy/xml/AddonBrowser.xml new file mode 100644 index 0000000000..ec51473fd9 --- /dev/null +++ b/addons/skin.estouchy/xml/AddonBrowser.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50,500,550</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[24001]$INFO[Container.FolderName, - ]</label> + <visible>!StringCompare(ListItem.Path,addons://)</visible> + </control> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[24001] - $LOCALIZE[31039] $INFO[Window(AddonBrowser).Property(Updated)]</label> + <visible>StringCompare(ListItem.Path,addons://)</visible> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-width" value="1530"/> + <param name="layout-width" value="306"/> + </include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-width" value="1090"/> + <param name="layout-width" value="363"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 500 --> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1230"/> + <param name="label2-posx" value="1360r"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 500 --> + <param name="panel-width" value="1090"/> + <param name="label-width" value="790"/> + <param name="label2-posx" value="920r"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 550 --> + <param name="panel-width" value="1530"/> + <param name="textbox-width-movies" value="1350"/> + <param name="textbox-width-episodes" value="1250"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 550 --> + <param name="panel-width" value="1090"/> + <param name="textbox-width-movies" value="910"/> + <param name="textbox-width-episodes" value="810"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">80</param> + <param name="panel-height">480</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/CustomFirstRun.xml b/addons/skin.estouchy/xml/CustomFirstRun.xml new file mode 100644 index 0000000000..09001d8520 --- /dev/null +++ b/addons/skin.estouchy/xml/CustomFirstRun.xml @@ -0,0 +1,156 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window id="1111" type="dialog"> + <defaultcontrol always="true">450</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <onunload>Skin.SetString(FirstRun,done)</onunload> + <coordinates> + <posx>280</posx> + <posy>245</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>720</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>720</width> + <height>410</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + <label>$LOCALIZE[31900]</label> + </control> + <control type="group"> + <posx>650</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>720</width> + <height>320</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="textbox"> + <posx>20</posx> + <posy>80</posy> + <width>660</width> + <height>120</height> + <label>31901</label> + <font>font20_title</font> + </control> + <control type="label"> + <posx>10</posx> + <posy>160</posy> + <height>20</height> + <width>600</width> + <font>font20</font> + <label>$NUMBER[1])</label> + </control> + <control type="textbox"> + <posx>40</posx> + <posy>160</posy> + <width>640</width> + <height>120</height> + <label>31902</label> + <font>font20</font> + </control> + <control type="label"> + <posx>10</posx> + <posy>260</posy> + <height>20</height> + <width>600</width> + <font>font20</font> + <label>$NUMBER[2])</label> + </control> + <control type="textbox"> + <posx>40</posx> + <posy>260</posy> + <width>640</width> + <height>120</height> + <label>31903</label> + <font>font20</font> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>400</posy> + <width>660</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + <onclick>PreviousMenu</onclick> + </control> + </control> + <control type="label"> + <posx>0</posx> + <posy>-230</posy> + <height>20</height> + <width>720</width> + <font>font20</font> + <label>$LOCALIZE[31904]</label> + <textcolor>grey3</textcolor> + <align>center</align> + </control> + <control type="image"> + <posx>-140</posx> + <posy>-180</posy> + <width>85</width> + <height>85</height> + <texture>defaulticons/DefaultFolderBack.png</texture> + <animation effect="rotate" start="0" end="-45" center="auto" condition="true">Conditional</animation> + <animation effect="slide" start="0,0" end="-170,160" time="0" condition="StringCompare(Skin.AspectRatio,16:9)">conditional</animation> + </control> + <control type="label"> + <posx>-85</posx> + <posy>-120</posy> + <height>85</height> + <width>85</width> + <font>font35_title</font> + <label>$NUMBER[1]</label> + <align>center</align> + <aligny>center</aligny> + <animation effect="slide" start="0,0" end="-213,0" time="0" condition="StringCompare(Skin.AspectRatio,16:9)">conditional</animation> + </control> + <control type="image"> + <posx>317</posx> + <posy>-180</posy> + <width>85</width> + <height>85</height> + <texture>defaulticons/DefaultFolderBack.png</texture> + <animation effect="rotate" start="0" end="-90" center="auto" condition="true">Conditional</animation> + </control> + <control type="label"> + <posx>317</posx> + <posy>-120</posy> + <height>85</height> + <width>85</width> + <font>font35_title</font> + <label>$NUMBER[2]</label> + <align>center</align> + <aligny>center</aligny> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/CustomVolume.xml b/addons/skin.estouchy/xml/CustomVolume.xml new file mode 100644 index 0000000000..6699bc7a7a --- /dev/null +++ b/addons/skin.estouchy/xml/CustomVolume.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window id="1112" type="dialog"> + <include>dialogeffect</include> + <controls> + <control type="button"> + <description>Hidden button to close the window when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>960</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Back</onclick> + <visible>![Window.IsVisible(Notification) | Window.IsVisible(VolumeBar)]</visible> + </control> + <control type="group"> + <posx>390</posx> + <posy>0</posy> + <width>500</width> + <height>78</height> + <include>16x9_xPos_Relocation</include> + <visible>![Window.IsVisible(Notification) | Window.IsVisible(VolumeBar)]</visible> + <control type="label"> + <description>label</description> + <posx>0</posx> + <posy>10</posy> + <height>58</height> + <width>500</width> + <label>13376</label> + <font>font20_title</font> + <aligny>center</aligny> + </control> + <control type="label"> + <description>Volumelabel</description> + <posx>500</posx> + <posy>10</posy> + <height>58</height> + <width>500</width> + <label>$INFO[Control.GetLabel(1)]</label> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + </control> + <control type="progress" id="2"> + <description>Volume</description> + <posx>0</posx> + <posy>68</posy> + <width>500</width> + <height>10</height> + <texturebg colordiffuse="grey3">white.png</texturebg> + <midtexture colordiffuse="blue">white.png</midtexture> + <info>Player.Volume</info> + </control> + <control type="slider" id="1"> + <description>Volume Slider</description> + <posx>0</posx> + <posy>10</posy> + <width>500</width> + <height>80</height> + <info>Player.Volume</info> + <action>Volume</action> + <texturesliderbar>-</texturesliderbar> + <textureslidernib>-</textureslidernib> + <textureslidernibfocus>-</textureslidernibfocus> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogAddonInfo.xml b/addons/skin.estouchy/xml/DialogAddonInfo.xml new file mode 100644 index 0000000000..0e41b6eaae --- /dev/null +++ b/addons/skin.estouchy/xml/DialogAddonInfo.xml @@ -0,0 +1,292 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true"></defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>15</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1250</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>1160</width> + <label>$LOCALIZE[24003]</label> + </control> + <control type="group"> + <posx>1180</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1250</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + + <control type="group"> + <posy>70</posy> + <posx>20</posx> + <control type="label"> + <description>Addon Title value</description> + <posx>20</posx> + <posy>0</posy> + <width>1210</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font28_title</font> + <label>$INFO[ListItem.AddonName]</label> + <scroll>true</scroll> + </control> + <control type="image"> + <posx>0</posx> + <posy>40</posy> + <width>260</width> + <height>300</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>280</posx> + <posy>50</posy> + <width>680</width> + <height>30</height> + <font>font20_title</font> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[21821]$INFO[Container(601).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(601).NumPages,/, )]</label> + </control> + <control type="textbox" id="601"> + <description>Description Value for Albums</description> + <posx>280</posx> + <posy>82</posy> + <width>930</width> + <height>298</height> + <font>font20</font> + <pagecontrol>-</pagecontrol> + <label>$INFO[ListItem.AddonDescription]</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>1210</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="group"> + <posx>0</posx> + <posy>420</posy> + <control type="label"> + <description>Type txt</description> + <posx>200</posx> + <posy>0</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[146]</label> + <align>right</align> + <aligny>center</aligny> + <font>font20_title</font> + </control> + <control type="label"> + <description>Type Value</description> + <posx>210</posx> + <posy>0</posy> + <width>1020</width> + <height>25</height> + <label fallback="416">$INFO[ListItem.AddonType]</label> + <align>left</align> + <aligny>center</aligny> + <font>font20</font> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Author txt</description> + <posx>200</posx> + <posy>30</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[21863]:</label> + <align>right</align> + <aligny>center</aligny> + <font>font20_title</font> + </control> + <control type="label"> + <description>Author Value</description> + <posx>210</posx> + <posy>30</posy> + <width>1020</width> + <height>25</height> + <label fallback="416">$INFO[ListItem.AddonCreator]</label> + <align>left</align> + <aligny>center</aligny> + <font>font20</font> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Version txt</description> + <posx>200</posx> + <posy>60</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[24051]</label> + <align>right</align> + <aligny>center</aligny> + <font>font20_title</font> + </control> + <control type="label"> + <description>Version Value</description> + <posx>210</posx> + <posy>60</posy> + <width>1020</width> + <height>25</height> + <label fallback="416">$INFO[ListItem.AddonVersion]</label> + <align>left</align> + <aligny>center</aligny> + <font>font20</font> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Summary txt</description> + <posx>200</posx> + <posy>90</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[20037]:</label> + <align>right</align> + <aligny>center</aligny> + <font>font20_title</font> + </control> + <control type="fadelabel"> + <description>Summary Value</description> + <posx>210</posx> + <posy>90</posy> + <width>1020</width> + <height>25</height> + <label fallback="416">$INFO[ListItem.AddonSummary]</label> + <align>left</align> + <aligny>center</aligny> + <font>font20</font> + <scrollout>false</scrollout> + <pauseatend>2000</pauseatend> + </control> + <control type="label"> + <description>Disclaimer txt</description> + <posx>200</posx> + <posy>120</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[24052]:</label> + <align>right</align> + <aligny>center</aligny> + <font>font20_title</font> + <textcolor>selected</textcolor> + <visible>IsEmpty(ListItem.AddonBroken)</visible> + </control> + <control type="textbox"> + <description>Disclaimer</description> + <posx>210</posx> + <posy>117</posy> + <width>1020</width> + <height>88</height> + <font>font20</font> + <label fallback="231">$INFO[ListItem.AddonDisclaimer]</label> + <textcolor>selected</textcolor> + <autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll> + <visible>IsEmpty(ListItem.AddonBroken)</visible> + </control> + <control type="label"> + <description>Broken label</description> + <posx>200</posx> + <posy>120</posy> + <width>200</width> + <height>25</height> + <font>font20_title</font> + <label>$LOCALIZE[24098]:</label> + <align>right</align> + <aligny>center</aligny> + <font>font20_title</font> + <textcolor>selected</textcolor> + <visible>!IsEmpty(ListItem.AddonBroken)</visible> + </control> + <control type="textbox"> + <description>Reason label</description> + <posx>210</posx> + <posy>117</posy> + <width>1020</width> + <height>88</height> + <font>font20</font> + <label>$INFO[ListItem.Addonbroken]</label> + <align>left</align> + <aligny>center</aligny> + <textcolor>selected</textcolor> + <autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll> + <visible>!IsEmpty(ListItem.AddonBroken)</visible> + </control> + </control> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>730</posy> + <width>1250</width> + <height>60</height> + <itemgap>2</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id ="6"> + <description>Enable Addon button</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24022</label> + </control> + <control type="button" id="7"> + <description>Disable Addon button</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24021</label> + </control> + <control type="button" id="9"> + <description>Addon Settings</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24020</label> + </control> + <control type="button" id="8"> + <description>Update Addon button</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24069</label> + </control> + <control type="button" id="10"> + <description>Changelog button</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24036</label> + </control> + <control type="radiobutton" id="13"> + <description>Auto-Update button</description> + <width>250</width> + <align>left</align> + <include>ButtonInfoDialogsCommonValues</include> + <label>21340</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogAddonSettings.xml b/addons/skin.estouchy/xml/DialogAddonSettings.xml new file mode 100644 index 0000000000..6e34d12940 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogAddonSettings.xml @@ -0,0 +1,180 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol></defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="20"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>-</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="group"> + <posx>20</posx> + <posy>70</posy> + <control type="button"> + <description>left Arrow</description> + <posx>0</posx> + <posy>10</posy> + <width>24</width> + <height>40</height> + <texturefocus>arrow_left.png</texturefocus> + <texturenofocus>arrow_left.png</texturenofocus> + <onclick>Control.Move(9,-1)</onclick> + <include>VisibleFadeEffect</include> + <visible>Container(9).HasPrevious</visible> + </control> + <control type="button" id="11001"> + <description>right Arrow</description> + <posx>920</posx> + <posy>10</posy> + <width>24</width> + <height>40</height> + <texturefocus>arrow_right.png</texturefocus> + <texturenofocus>arrow_right.png</texturenofocus> + <onclick>Control.Move(9,1)</onclick> + <include>VisibleFadeEffect</include> + <visible>Container(9).HasNext</visible> + </control> + </control> + <control type="grouplist" id="9"> + <description>button area</description> + <posx>60</posx> + <posy>70</posy> + <width>880</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <aligny>center</aligny> + <orientation>horizontal</orientation> + <onleft>9</onleft> + <onright>9</onright> + <onup>2</onup> + <ondown>2</ondown> + </control> + <control type="image"> + <posx>0</posx> + <posy>140</posy> + <width>1000</width> + <height>554</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist" id="2"> + <description>control area</description> + <posx>0</posx> + <posy>140</posy> + <width>1000</width> + <height>554</height> + <itemgap>-1</itemgap> + <pagecontrol>30</pagecontrol> + <onup>9</onup> + <ondown>9001</ondown> + <onleft>2</onleft> + <onright>30</onright> + </control> + <control type="button" id="13"> + <description>Default Category Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="3"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="radiobutton" id="4"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="spincontrolex" id="5"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="6"> + <description>separator image</description> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="label" id="7"> + <posx>20</posx> + <height>50</height> + <font>font20_title</font> + <label>-</label> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="sliderex" id="8"> + <description>Default Slider</description> + <height>70</height> + <font>font25</font> + </control> + <control type="grouplist" id="9001"> + <posx>20</posx> + <posy>730</posy> + <width>960</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9001</onleft> + <onright>9001</onright> + <onup>2</onup> + <ondown>9</ondown> + <control type="button" id="10"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="11"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="12"> + <description>Defaults Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>409</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogAudioDSPManager.xml b/addons/skin.estouchy/xml/DialogAudioDSPManager.xml new file mode 100644 index 0000000000..d0ad13209c --- /dev/null +++ b/addons/skin.estouchy/xml/DialogAudioDSPManager.xml @@ -0,0 +1,474 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">20</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>50</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1160</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>1070</width> + <label>$LOCALIZE[15020]</label> + </control> + <control type="group"> + <posx>1090</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1160</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="group"> + <posx>20</posx> + <posy>65</posy> + <control type="button"> + <description>left Arrow</description> + <posx>0</posx> + <posy>10</posy> + <width>24</width> + <height>40</height> + <texturefocus>arrow_left.png</texturefocus> + <texturenofocus>arrow_left.png</texturenofocus> + <onclick>Control.Move(9000,-1)</onclick> + <include>VisibleFadeEffect</include> + </control> + <control type="button"> + <description>right Arrow</description> + <posx>1100</posx> + <posy>10</posy> + <width>24</width> + <height>40</height> + <texturefocus>arrow_right.png</texturefocus> + <texturenofocus>arrow_right.png</texturenofocus> + <onclick>Control.Move(9000,1)</onclick> + <include>VisibleFadeEffect</include> + </control> + </control> + <control type="list" id="9000"> + <posx>67</posx> + <posy>70</posy> + <width>1035</width> + <height>60</height> + <orientation>horizontal</orientation> + <onup>9001</onup> + <ondown>9001</ondown> + <onleft>20</onleft> + <onright>20</onright> + <itemlayout width="345" height="50"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>340</width> + <height>50</height> + <texture>button_nofocus.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>0</posy> + <width>320</width> + <height>50</height> + <textcolor>white</textcolor> + <font>font20_title</font> + <label>$INFO[ListItem.Label]</label> + <scroll>false</scroll> + <scrollspeed>0</scrollspeed> + <align>center</align> + <aligny>center</aligny> + </control> + </itemlayout> + <focusedlayout width="345" height="40"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>340</width> + <height>50</height> + <texture>list_focus.png</texture> + <animation effect="fade" start="100" end="50" time="0" condition="!Control.HasFocus(9000)">conditional</animation> + </control> + <control type="label"> + <posx>10</posx> + <posy>0</posy> + <width>320</width> + <height>50</height> + <textcolor>white</textcolor> + <font>font20_title</font> + <label>$INFO[ListItem.Label]</label> + <scroll>false</scroll> + <scrollspeed>0</scrollspeed> + <align>center</align> + <aligny>center</aligny> + </control> + </focusedlayout> + <content> + <item id="91"> + <label>1. $LOCALIZE[15057]</label> + <label2>$LOCALIZE[15114]</label2> + <visible>true</visible> + <onclick>noop</onclick> + <property name="currentMode">InputResampling</property> + </item> + <item id="92"> + <label>2. $LOCALIZE[15058]</label> + <label2>$LOCALIZE[15113]</label2> + <visible>true</visible> + <onclick>noop</onclick> + <property name="currentMode">Preprocessing</property> + </item> + <item id="93"> + <label>3. $LOCALIZE[15059]</label> + <label2>$LOCALIZE[15115]</label2> + <visible>true</visible> + <onclick>noop</onclick> + <property name="currentMode">Masterprocessing</property> + </item> + <item id="94"> + <label>4. $LOCALIZE[15060]</label> + <label2>$LOCALIZE[15117]</label2> + <visible>true</visible> + <onclick>noop</onclick> + <property name="currentMode">Postprocessing</property> + </item> + <item id="95"> + <label>5. $LOCALIZE[15061]</label> + <label2>$LOCALIZE[15116]</label2> + <visible>true</visible> + <onclick>noop</onclick> + <property name="currentMode">OutputResampling</property> + </item> + </content> + </control> + <control type="textbox"> + <posx>20</posx> + <posy>135</posy> + <width>1120</width> + <height>50</height> + <font>font20_title</font> + <align>center</align> + <label>$INFO[Container(9000).ListItem.Label2]</label> + </control> + <control type="group" id="200"> + <posx>0</posx> + <posy>210</posy> + <width>1200</width> + <height>500</height> + <ondown>9001</ondown> + <onup>9000</onup> + <control type="group"> + <control type="label"> + <posx>20</posx> + <posy>2</posy> + <width>540</width> + <height>30</height> + <font>font20_title</font> + <label>$LOCALIZE[15050] ($INFO[Container(20).NumItems])</label> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>0</posx> + <posy>40</posy> + <width>580</width> + <height>400</height> + <texture>panel.png</texture> + </control> + <control type="list" id="20"> + <posx>0</posx> + <posy>40</posy> + <width>580</width> + <height>400</height> + <onup>9000</onup> + <ondown>9001</ondown> + <onleft>21</onleft> + <onright>60</onright> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="100" width="580"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>579</width> + <height>100</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>90</width> + <height>90</height> + <texture fallback="DefaultAddonAudioDSP.png">$INFO[ListItem.Property(Icon)]</texture> + <aspectratio aligny="center" align="left">keep</aspectratio> + </control> + <control type="label"> + <posx>100</posx> + <posy>10</posy> + <width>475</width> + <height>40</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>grey3</textcolor> + <scroll>false</scroll> + <label>$INFO[ListItem.AddonName)]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>45</posy> + <width>475</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Property(Name)]</label> + </control> + </itemlayout> + <focusedlayout height="100" width="580"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>579</width> + <height>100</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!Control.HasFocus(20)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>579</width> + <height>100</height> + <texture>list_focus.png</texture> + <visible>Control.HasFocus(20)</visible> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>90</width> + <height>90</height> + <texture fallback="DefaultAddonAudioDSP.png">$INFO[ListItem.Property(Icon)]</texture> + <aspectratio aligny="center" align="left">keep</aspectratio> + </control> + <control type="label"> + <posx>100</posx> + <posy>10</posy> + <width>475</width> + <height>40</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <scroll>false</scroll> + <label>$INFO[ListItem.AddonName]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>45</posy> + <width>475</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Property(Name)]</label> + </control> + </focusedlayout> + </control> + <control type="image"> + <posx>579</posx> + <posy>40</posy> + <width>2</width> + <height>400</height> + <texture border="2">separator.png</texture> + </control> + </control> + <control type="group"> + <posx>580</posx> + <control type="label"> + <posx>20</posx> + <posy>2</posy> + <width>540</width> + <height>30</height> + <font>font20_title</font> + <label>$LOCALIZE[15051] ($INFO[Container(21).NumItems])</label> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>0</posx> + <posy>40</posy> + <width>580</width> + <height>400</height> + <texture>panel.png</texture> + </control> + <control type="list" id="21"> + <posx>0</posx> + <posy>40</posy> + <width>580</width> + <height>400</height> + <onup>9000</onup> + <ondown>9001</ondown> + <onleft>20</onleft> + <onright>61</onright> + <pagecontrol>61</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="100" width="580"> + <control type="image"> + <posx>1</posx> + <posy>0</posy> + <width>579</width> + <height>100</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>90</width> + <height>90</height> + <texture fallback="DefaultAddonAudioDSP.png">$INFO[ListItem.Property(Icon)]</texture> + <aspectratio aligny="center" align="left">keep</aspectratio> + </control> + <control type="label"> + <posx>100</posx> + <posy>10</posy> + <width>475</width> + <height>40</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>grey3</textcolor> + <scroll>false</scroll> + <label>$INFO[ListItem.AddonName]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>45</posy> + <width>475</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Property(Name)]</label> + </control> + </itemlayout> + <focusedlayout height="100" width="580"> + <control type="image"> + <posx>1</posx> + <posy>0</posy> + <width>579</width> + <height>100</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!Control.HasFocus(21)</visible> + </control> + <control type="image"> + <posx>1</posx> + <posy>0</posy> + <width>579</width> + <height>100</height> + <texture>list_focus.png</texture> + <visible>Control.HasFocus(21)</visible> + </control> + <control type="image"> + <posx>6</posx> + <posy>5</posy> + <width>90</width> + <height>90</height> + <texture fallback="DefaultAddonAudioDSP.png">$INFO[ListItem.Property(Icon)]</texture> + <aspectratio aligny="center" align="left">keep</aspectratio> + </control> + <control type="label"> + <posx>101</posx> + <posy>10</posy> + <width>475</width> + <height>40</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <scroll>false</scroll> + <label>$INFO[ListItem.AddonName]</label> + </control> + <control type="label"> + <posx>101</posx> + <posy>45</posy> + <width>475</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Property(Name)]</label> + </control> + </focusedlayout> + </control> + </control> + <control type="label"> + <posx>10</posx> + <posy>460</posy> + <width>1160</width> + <height>30</height> + <font>font20_title</font> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[Container(20).ListItem.Property(Description)]</label> + <wrapmultiline>true</wrapmultiline> + <visible>Control.HasFocus(20)</visible> + </control> + <control type="label"> + <posx>10</posx> + <posy>460</posy> + <width>1160</width> + <height>30</height> + <font>font20_title</font> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[Container(21).ListItem.Property(Description)]</label> + <wrapmultiline>true</wrapmultiline> + <visible>Control.HasFocus(21)</visible> + </control> + </control> + <control type="grouplist" id="9001"> + <posx>0</posx> + <posy>730</posy> + <width>1160</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>20</onup> + <ondown>20</ondown> + <control type="radiobutton" id="22"> + <textoffsetx>5</textoffsetx> + <radioposx>275</radioposx> + <width>350</width> + <align>left</align> + <include>ButtonInfoDialogsCommonValues</include> + <label>15064</label> + </control> + <control type="button" id="23"> + <width>350</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>14070</label> + </control> + <control type="button" id="24"> + <width>350</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>15066</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogAudioDSPSettings.xml b/addons/skin.estouchy/xml/DialogAudioDSPSettings.xml new file mode 100644 index 0000000000..ea456f2a80 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogAudioDSPSettings.xml @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>5</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>240</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="label" id="2"> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>700</width> + <label>-</label> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="grouplist" id="5"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>740</height> + <itemgap>-1</itemgap> + <pagecontrol>60</pagecontrol> + <onleft>60</onleft> + <onright>60</onright> + <onup>5</onup> + <ondown>5</ondown> + </control> + <control type="edit" id="12"> + <height>70</height> + <font>font25</font> + </control> + <control type="sliderex" id="13"> + <height>70</height> + <font>font25</font> + </control> + <control type="button" id="7"> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="label" id="14"> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="radiobutton" id="8"> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="spincontrolex" id="9"> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="11"> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogBusy.xml b/addons/skin.estouchy/xml/DialogBusy.xml new file mode 100644 index 0000000000..8f869071b6 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogBusy.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <include>dialogeffect</include> + <controls> + <control type="group"> + <posx>390</posx> + <posy>0</posy> + <width>500</width> + <height>78</height> + <include>16x9_xPos_Relocation</include> + <visible>![Window.IsVisible(Notification) | Window.IsVisible(VolumeBar) | Window.IsVisible(1112)]</visible> + <control type="image"> + <description>Busy animation</description> + <posx>20</posx> + <posy>10</posy> + <width>58</width> + <height>58</height> + <texture>busy.png</texture> + <aspectratio>keep</aspectratio> + <animation effect="rotate" start="0" end="360" center="auto" time="1200" loop="true" condition="true">conditional</animation> + </control> + <control type="label"> + <description>Busy label</description> + <posx>100</posx> + <posy>0</posy> + <width>400</width> + <height>78</height> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31009]</label> + <font>font25</font> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogButtonMenu.xml b/addons/skin.estouchy/xml/DialogButtonMenu.xml new file mode 100644 index 0000000000..c971ec0dba --- /dev/null +++ b/addons/skin.estouchy/xml/DialogButtonMenu.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <onload>Dialog.Close(shutdownmenu)</onload> +</window> diff --git a/addons/skin.estouchy/xml/DialogConfirm.xml b/addons/skin.estouchy/xml/DialogConfirm.xml new file mode 100644 index 0000000000..cdf5d2fd32 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogConfirm.xml @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <onload condition="Window.IsVisible(yesnodialog)">SetFocus(11)</onload> + <coordinates> + <posx>290</posx> + <posy>300</posy> + </coordinates> + <include>16x9_xPos_Relocation</include> + <include>dialogeffect</include> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <description>Header Background</description> + <posx>0</posx> + <posy>0</posy> + <width>700</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="group"> + <posx>630</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + </control> + <control type="image"> + <description>Background</description> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>250</height> + <texture>dialog_back.png</texture> + </control> + <control type="textbox" id="9"> + <posx>20</posx> + <posy>82</posy> + <width>660</width> + <height>110</height> + <label>-</label> + <font>font22</font> + </control> + <control type="progress" id="20"> + <description>Progressbar</description> + <posx>20</posx> + <posy>210</posy> + <width>660</width> + <height>10</height> + <info>System.Progressbar</info> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>240</posy> + <width>660</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <visible>!Window.IsVisible(yesnodialog)</visible> + <control type="button" id="10"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="11"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="12"> + <description>Custom button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + </control> + <control type="group"> + <posx>145</posx> + <posy>240</posy> + <width>660</width> + <height>60</height> + <visible>Window.IsVisible(yesnodialog)</visible> + <control type="button" id="10"> + <description>OK button</description> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="11"> + <description>Cancel button</description> + <posx>210</posx> + <posy>0</posy> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogContentSettings.xml b/addons/skin.estouchy/xml/DialogContentSettings.xml new file mode 100644 index 0000000000..9cc1ff5e24 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogContentSettings.xml @@ -0,0 +1,126 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">20</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>195</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[20333]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>510</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>415</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="button" id="20"> + <description>Content Picker</description> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>70</height> + <font>font25</font> + <label>-</label> + <onup>28</onup> + <ondown>21</ondown> + </control> + <control type="button" id="21"> + <description>Scraper Picker</description> + <posx>0</posx> + <posy>129</posy> + <width>1000</width> + <height>70</height> + <font>font25</font> + <label>-</label> + <onup>20</onup> + <ondown>5</ondown> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>0</posx> + <posy>198</posy> + <width>1000</width> + <height>277</height> + <itemgap>-1</itemgap> + <onup>21</onup> + <ondown>28</ondown> + <onleft>5</onleft> + <onright>5</onright> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>500</posy> + <width>1000</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>5</onup> + <ondown>20</ondown> + <control type="button" id="28"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="29"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="22"> + <description>Settings Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>5</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogContextMenu.xml b/addons/skin.estouchy/xml/DialogContextMenu.xml new file mode 100644 index 0000000000..7b43230889 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogContextMenu.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>1000</defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <posx>0</posx> + <posy>-30</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <description>Header Background</description> + <posx>0</posx> + <posy>0</posy> + <width>400</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>300</width> + <label>$LOCALIZE[31007]</label> + </control> + <control type="image" id="999"> + <description>background image</description> + <posx>0</posx> + <posy>60</posy> + <width>400</width> + <height>700</height> + <texture>dialog_back.png</texture> + </control> + <control type="group"> + <posx>330</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="grouplist" id="996"> + <description>grouplist for context buttons</description> + <posx>0</posx> + <posy>60</posy> + <width>400</width> + <height max="700">auto</height> + <itemgap>0</itemgap> + </control> + <control type="button" id="1000"> + <description>button template</description> + <posx>0</posx> + <posy>-</posy> + <width>400</width> + <height>70</height> + <font>font25</font> + <align>center</align> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml b/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml new file mode 100644 index 0000000000..a53b5c507a --- /dev/null +++ b/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <include>dialogeffect</include> + <controls> + <control type="group"> + <posx>390</posx> + <posy>0</posy> + <width>500</width> + <height>78</height> + <include>16x9_xPos_Relocation</include> + <visible>![Window.IsVisible(Notification) | Window.IsVisible(BusyDialog) | Window.IsVisible(VolumeBar) | Window.IsVisible(1112) | Window.IsVisible(Visualisation)] | Window.IsVisible(FullscreenVideo)</visible> + <control type="fadelabel" id="30"> + <posx>0</posx> + <posy>10</posy> + <width>500</width> + <height>15</height> + <font>font18_title</font> + <align>center</align> + <aligny>center</aligny> + <scrollout>false</scrollout> + <pauseatend>2000</pauseatend> + </control> + <control type="fadelabel" id="31"> + <posx>0</posx> + <posy>34</posy> + <width>500</width> + <height>20</height> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + <scrollout>false</scrollout> + <pauseatend>2000</pauseatend> + <haspath>true</haspath> + </control> + <control type="progress" id="32"> + <description>progress control</description> + <posx>0</posx> + <posy>72</posy> + <width>500</width> + <height>6</height> + <texturebg colordiffuse="grey3">white.png</texturebg> + <midtexture colordiffuse="blue">white.png</midtexture> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogFavourites.xml b/addons/skin.estouchy/xml/DialogFavourites.xml new file mode 100644 index 0000000000..39e8f8b3c6 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogFavourites.xml @@ -0,0 +1,134 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">450</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>280</posx> + <posy>90</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>720</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>720</width> + <height>720</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + <label>$LOCALIZE[1036]</label> + </control> + <control type="group"> + <posx>650</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>670</width> + <height>720</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="450"> + <posx>0</posx> + <posy>60</posy> + <width>670</width> + <height>720</height> + <onup>450</onup> + <onleft>450</onleft> + <onright>450</onright> + <ondown>450</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout width="670" height="80"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>670</width> + <height>80</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>595</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + </itemlayout> + <focusedlayout width="670" height="80"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>670</width> + <height>80</height> + <texture>list_focus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>595</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>690</posx> + <posy>90</posy> + <width>10</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogKeyboard.xml b/addons/skin.estouchy/xml/DialogKeyboard.xml new file mode 100644 index 0000000000..6fe2090f10 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogKeyboard.xml @@ -0,0 +1,639 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">65</defaultcontrol> + <coordinates> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="group"> + <posx>48</posx> + <posy>500r</posy> + <animation effect="slide" start="0,610" end="0,0" time="400" easing="out" tween="quadratic" >WindowOpen</animation> + <animation effect="slide" start="0,0" end="0,610" time="400" easing="in" tween="quadratic" >WindowClose</animation> + <include>16x9_xPos_Relocation</include> + <control type="group"> + <visible>Control.IsVisible(313)</visible> + <control type="image"> + <posx>0</posx> + <posy>-170</posy> + <width>1184</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="313"> + <description>coding text input</description> + <posx>20</posx> + <posy>-170</posy> + <width>1144</width> + <include>WindowTitleCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>-110</posy> + <width>1184</width> + <height>60</height> + <aspectratio>stretch</aspectratio> + <texture>dialog_back.png</texture> + </control> + <control type="label" id="314"> + <description>coding text choices</description> + <posx>0</posx> + <posy>-110</posy> + <width>1144</width> + <height>60</height> + <font>font25</font> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + </control> + </control> + <control type="image"> + <posx>0</posx> + <posy>-50</posy> + <width>1184</width> + <height>60</height> + <texture>dialog_header.png</texture> + </control> + <control type="group"> + <posx>1114</posx> + <posy>-50</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="311"> + <description>dialog Heading</description> + <posx>20</posx> + <posy>-50</posy> + <width>1144</width> + <include>WindowTitleCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>10</posy> + <width>1184</width> + <height>456</height> + <aspectratio>stretch</aspectratio> + <texture>dialog_back.png</texture> + </control> + <control type="edit" id="312"> + <description>Edit Text</description> + <posx>0</posx> + <posy>10</posy> + <width>1144</width> + <height>60</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + </control> + <control type="group"> + <posx>0</posx> + <posy>70</posy> + <!-- First Row --> + <control type="grouplist"> + <width>1184</width> + <align>center</align> + <orientation>horizontal</orientation> + <itemgap>4</itemgap> + <control type="button" id="100"> + <description>(0,0) key button</description> + <onup>32</onup> + <ondown>120</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="101"> + <description>(0,1) key button</description> + <onup>32</onup> + <ondown>121</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="102"> + <description>(0,2) key button</description> + <onup>32</onup> + <ondown>122</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="103"> + <description>(0,3) key button</description> + <onup>32</onup> + <ondown>123</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="104"> + <description>(0,4) key button</description> + <onup>8</onup> + <ondown>124</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="105"> + <description>(0,5) key button</description> + <onup>8</onup> + <ondown>125</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="106"> + <description>(0,6) key button</description> + <onup>8</onup> + <ondown>126</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="107"> + <description>(0,7) key button</description> + <onup>8</onup> + <ondown>127</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="108"> + <description>(0,8) key button</description> + <onup>305</onup> + <ondown>128</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="109"> + <description>(0,9) key button</description> + <onup>305</onup> + <ondown>129</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="110"> + <description>(0,10) key button</description> + <onup>306</onup> + <ondown>130</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="111"> + <description>(0,11) key button</description> + <onup>306</onup> + <ondown>131</ondown> + <include>KeyboardButton</include> + </control> + <control type="group"> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <control type="button" id="8"> + <description>'BACKSPACE' button</description> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <textcolor>white</textcolor> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + </control> + <control type="image"> + <description>BackSpace Icon image</description> + <posx>39</posx> + <posy>13</posy> + <width>50</width> + <height>50</height> + <texture>icon_keyboard_backspace.png</texture> + </control> + </control> + </control> + <!-- Second Row --> + <control type="grouplist"> + <posy>80</posy> + <width>1184</width> + <align>center</align> + <orientation>horizontal</orientation> + <itemgap>4</itemgap> + <control type="button" id="120"> + <description>(1,0) key button</description> + <onup>100</onup> + <ondown>140</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="121"> + <description>(1,1) key button</description> + <onup>101</onup> + <ondown>141</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="122"> + <description>(1,2) key button</description> + <onup>102</onup> + <ondown>142</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="123"> + <description>(1,3) key button</description> + <onup>103</onup> + <ondown>143</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="124"> + <description>(1,4) key button</description> + <onup>104</onup> + <ondown>144</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="125"> + <description>(1,5) key button</description> + <onup>105</onup> + <ondown>145</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="126"> + <description>(1,6) key button</description> + <onup>106</onup> + <ondown>146</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="127"> + <description>(1,7) key button</description> + <onup>107</onup> + <ondown>147</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="128"> + <description>(1,8) key button</description> + <onup>108</onup> + <ondown>148</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="129"> + <description>(1,9) key button</description> + <onup>109</onup> + <ondown>149</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="130"> + <description>(1,10) key button</description> + <onup>110</onup> + <ondown>150</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="131"> + <description>(1,11) key button</description> + <onup>111</onup> + <ondown>151</ondown> + <include>KeyboardButton</include> + </control> + <control type="group"> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <control type="button" id="300"> + <description>DONE button</description> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <textcolor>white</textcolor> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + </control> + <control type="image"> + <description>Enter\done Icon image</description> + <posx>39</posx> + <posy>13</posy> + <width>50</width> + <height>50</height> + <aspectratio>keep</aspectratio> + <texture>icon_keyboard_enter.png</texture> + </control> + </control> + </control> + <!-- Third Row --> + <control type="grouplist"> + <posy>160</posy> + <width>1184</width> + <align>center</align> + <orientation>horizontal</orientation> + <itemgap>4</itemgap> + <control type="button" id="140"> + <description>(2,0) key button</description> + <onup>120</onup> + <ondown>160</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="141"> + <description>(2,1) key button</description> + <onup>121</onup> + <ondown>161</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="142"> + <description>(2,2) key button</description> + <onup>122</onup> + <ondown>162</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="143"> + <description>(2,3) key button</description> + <onup>123</onup> + <ondown>163</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="144"> + <description>(2,4) key button</description> + <onup>124</onup> + <ondown>164</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="145"> + <description>(2,5) key button</description> + <onup>125</onup> + <ondown>165</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="146"> + <description>(2,6) key button</description> + <onup>126</onup> + <ondown>166</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="147"> + <description>(2,7) key button</description> + <onup>127</onup> + <ondown>167</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="148"> + <description>(2,8) key button</description> + <onup>128</onup> + <ondown>168</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="149"> + <description>(2,9) key button</description> + <onup>129</onup> + <ondown>169</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="150"> + <description>(2,10) key button</description> + <onup>130</onup> + <ondown>170</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="151"> + <description>(2,11) key button</description> + <onup>131</onup> + <ondown>171</ondown> + <include>KeyboardButton</include> + </control> + <control type="togglebutton" id="303"> + <description>CAPS LOCK button</description> + <posx>0</posx> + <posy>170</posy> + <width>128</width> + <height>76</height> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <alttexturenofocus colordiffuse="grey3">white.png</alttexturenofocus> + <alttexturefocus>list_focus.png</alttexturefocus> + <textcolor>white</textcolor> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + <label>31004</label> + <altlabel>[COLOR=blue]$LOCALIZE[31004][/COLOR]</altlabel> + </control> + </control> + <!-- Forth Row --> + <control type="grouplist"> + <posy>240</posy> + <width>1184</width> + <align>center</align> + <orientation>horizontal</orientation> + <itemgap>4</itemgap> + <control type="button" id="160"> + <description>(3,0) key button</description> + <onup>140</onup> + <ondown>32</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="161"> + <description>(3,1) key button</description> + <onup>141</onup> + <ondown>32</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="162"> + <description>(3,2) key button</description> + <onup>142</onup> + <ondown>32</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="163"> + <description>(3,3) key button</description> + <onup>143</onup> + <ondown>32</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="164"> + <description>(3,4) key button</description> + <onup>144</onup> + <ondown>8</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="165"> + <description>(3,5) key button</description> + <onup>145</onup> + <ondown>8</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="166"> + <description>(3,6) key button</description> + <onup>146</onup> + <ondown>8</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="167"> + <description>(3,7) key button</description> + <onup>147</onup> + <ondown>8</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="168"> + <description>(3,8) key button</description> + <onup>148</onup> + <ondown>305</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="169"> + <description>(3,9) key button</description> + <onup>149</onup> + <ondown>305</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="170"> + <description>(3,10) key button</description> + <onup>150</onup> + <ondown>306</ondown> + <include>KeyboardButton</include> + </control> + <control type="button" id="171"> + <description>(3,11) key button</description> + <onup>151</onup> + <ondown>306</ondown> + <include>KeyboardButton</include> + </control> + <control type="group"> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <control type="button" id="302"> + <description>SHIFT button</description> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <textcolor>white</textcolor> + <font>font25</font> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + </control> + <control type="image"> + <description>Shift Icon image</description> + <posx>39</posx> + <posy>13</posy> + <width>50</width> + <height>50</height> + <aspectratio>keep</aspectratio> + <texture>icon_keyboard_shift.png</texture> + </control> + </control> + </control> + <!-- Fifth Row --> + <control type="grouplist"> + <posy>320</posy> + <width>1184</width> + <align>center</align> + <orientation>horizontal</orientation> + <itemgap>4</itemgap> + <control type="button" id="307"> + <description>IP Input button</description> + <posx>0</posx> + <posy>85</posy> + <width>128</width> + <height>76</height> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <textcolor>white</textcolor> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <label>31003</label> + </control> + <control type="togglebutton" id="304"> + <description>Symbols button</description> + <width>128</width> + <height>76</height> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <alttexturenofocus colordiffuse="grey3">white.png</alttexturenofocus> + <alttexturefocus>list_focus.png</alttexturefocus> + <textcolor>white</textcolor> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <label>@#$!</label> + <altlabel>[COLOR=blue]@#$%[/COLOR]</altlabel> + </control> + <control type="group"> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <control type="button" id="305"> + <description>previous button</description> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <textcolor>white</textcolor> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + </control> + <control type="image"> + <description>Previous Icon image</description> + <posx>39</posx> + <posy>18</posy> + <width>50</width> + <height>40</height> + <aspectratio>keep</aspectratio> + <texture flipx="true">icon_keyboard_arrowkey.png</texture> + </control> + </control> + <control type="group"> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <control type="button" id="306"> + <description>next button</description> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>76</height> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <textcolor>white</textcolor> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + </control> + <control type="image"> + <description>Next Icon image</description> + <posx>39</posx> + <posy>18</posy> + <width>50</width> + <height>40</height> + <aspectratio>keep</aspectratio> + <texture>icon_keyboard_arrowkey.png</texture> + </control> + </control> + <control type="button" id="32"> + <description>SPACE button</description> + <width>260</width> + <height>76</height> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <label>20182</label> + </control> + <control type="button" id="309"> + <description>Layout button</description> + <width>260</width> + <height>76</height> + <label>20177</label> + <onup>302</onup> + <ondown>100</ondown> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <textcolor>white</textcolor> + <font>font22</font> + <align>center</align> + <aligny>center</aligny> + </control> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogMediaFilter.xml b/addons/skin.estouchy/xml/DialogMediaFilter.xml new file mode 100644 index 0000000000..5849865785 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogMediaFilter.xml @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">5</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>240</posx> + <posy>95</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>710</height> + <texture>dialog_back.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>700</width> + <label>-</label> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>622</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>622</height> + <itemgap>-1</itemgap> + <pagecontrol>-</pagecontrol> + <onup>9001</onup> + <ondown>9001</ondown> + <onleft>9001</onleft> + <onright>9001</onright> + </control> + <control type="sliderex" id="13"> + <description>Default Slider</description> + <height>70</height> + <font>font25</font> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="11"> + <description>separator image</description> + <height>5</height> + <texture border="2">separator.png</texture> + </control> + <control type="edit" id="12"> + <description>Default Edit</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="group" id="9001"> + <posx>195</posx> + <posy>700</posy> + <control type="button" id="28"> + <description>Ok Button</description> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + <onup>5</onup> + <onleft>27</onleft> + <onright>27</onright> + <ondown>5</ondown> + </control> + <control type="button" id="27"> + <description>Clear Button</description> + <posx>230</posx> + <posy>0</posy> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>192</label> + <onup>5</onup> + <onleft>28</onleft> + <onright>28</onright> + <ondown>5</ondown> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogMediaSource.xml b/addons/skin.estouchy/xml/DialogMediaSource.xml new file mode 100644 index 0000000000..df93a637d0 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogMediaSource.xml @@ -0,0 +1,239 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>10</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>135</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[13406]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>590</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>path label</description> + <posx>0</posx> + <posy>60</posy> + <width>960</width> + <height>40</height> + <align>center</align> + <aligny>center</aligny> + <font>font20_title</font> + <label>1021</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>760</width> + <height>350</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="10"> + <posx>0</posx> + <posy>100</posy> + <width>760</width> + <height>350</height> + <onup>9001</onup> + <onleft>9000</onleft> + <onright>60</onright> + <ondown>12</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="70"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>760</width> + <height>70</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>720</width> + <height>70</height> + <font>font25</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="70"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>760</width> + <height>70</height> + <texture>list_focus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>720</width> + <height>70</height> + <font>font25</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="group" id="9000"> + <posx>780</posx> + <posy>175</posy> + <control type="button" id="11"> + <description>Browse Button</description> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>60</height> + <label>1024</label> + <align>center</align> + <aligny>center</aligny> + <font>font18_title</font> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus>button_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>18</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>13</ondown> + </control> + <control type="button" id="13"> + <description>Add Path Button</description> + <posx>0</posx> + <posy>70</posy> + <width>200</width> + <height>60</height> + <label>15019</label> + <align>center</align> + <aligny>center</aligny> + <font>font18_title</font> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus>button_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>11</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>14</ondown> + </control> + <control type="button" id="14"> + <description>Remove Path Button</description> + <posx>0</posx> + <posy>140</posy> + <width>200</width> + <height>60</height> + <label>1210</label> + <align>center</align> + <aligny>center</aligny> + <font>font18_title</font> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus>button_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>13</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>12</ondown> + </control> + </control> + <control type="image"> + <posx>0</posx> + <posy>450</posy> + <width>1000</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="label"> + <description>Name label</description> + <posx>20</posx> + <posy>452</posy> + <width>960</width> + <height>40</height> + <align>center</align> + <aligny>center</aligny> + <font>font20_title</font> + <label>1022</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>492</posy> + <width>1000</width> + <height>70</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="edit" id="12"> + <description>Name Button</description> + <posx>0</posx> + <posy>492</posy> + <width>1000</width> + <height>70</height> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + <font>font25</font> + <onup>10</onup> + <onleft>12</onleft> + <onright>19</onright> + <ondown>9001</ondown> + </control> + <control type="grouplist" id="9001"> + <posx>20</posx> + <posy>580</posy> + <width>960</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9001</onleft> + <onright>9001</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="18"> + <description>Ok Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="19"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="20"> + <description>Set Content Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>20333</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogMusicInfo.xml b/addons/skin.estouchy/xml/DialogMusicInfo.xml new file mode 100644 index 0000000000..3f7624f795 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogMusicInfo.xml @@ -0,0 +1,735 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">9000</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$INFO[Listitem.Artist]</label> + <visible>container.content(Artists)</visible> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$INFO[Listitem.Title]</label> + <visible>container.content(Songs)</visible> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>660</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="group"> + <visible>Container.Content(Songs)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="list" id="49"> + <posx>0</posx> + <posy>0</posy> + <width>960</width> + <height>730</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[557]:</label> + <label2>$INFO[ListItem.Artist]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Artist)</visible> + </item> + <item> + <label>$LOCALIZE[558]:</label> + <label2>$INFO[ListItem.Album]$INFO[listitem.discnumber, - $LOCALIZE[427] ]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Album)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[175]:</label> + <label2>$INFO[ListItem.Mood]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Mood)</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + <item> + <label>$LOCALIZE[554]:</label> + <label2>$INFO[ListItem.TrackNumber]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.TrackNumber)</visible> + </item> + <item> + <label>$LOCALIZE[563]:</label> + <label2>$INFO[ListItem.RatingAndVotes]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.RatingAndVotes)</visible> + </item> + <item> + <label>$LOCALIZE[38018]:</label> + <label2>$INFO[ListItem.Userrating]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Userrating)</visible> + </item> + <item> + <label>$LOCALIZE[29903]:</label> + <label2>$INFO[ListItem.Property(Role.Composer)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.Composer))</visible> + </item> + <item> + <label>$LOCALIZE[29905]:</label> + <label2>$INFO[ListItem.Property(Role.Conductor)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.Conductor))</visible> + </item> + <item> + <label>$LOCALIZE[38034]:</label> + <label2>$INFO[ListItem.Property(Role.Orchestra)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.Orchestra))</visible> + </item> + <item> + <label>$LOCALIZE[38035]:</label> + <label2>$INFO[ListItem.Property(Role.Lyricist)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.Lyricist))</visible> + </item> + <item> + <label>$LOCALIZE[38036]:</label> + <label2>$INFO[ListItem.Property(Role.Remixer)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.Remixer))</visible> + </item> + <item> + <label>$LOCALIZE[38037]:</label> + <label2>$INFO[ListItem.Property(Role.Arranger)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.Arranger))</visible> + </item> + <item> + <label>$LOCALIZE[38038]:</label> + <label2>$INFO[ListItem.Property(Role.Engineer)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.Engineer))</visible> + </item> + <item> + <label>$LOCALIZE[38039]:</label> + <label2>$INFO[ListItem.Property(Role.Producer)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.Producer))</visible> + </item> + <item> + <label>$LOCALIZE[38040]:</label> + <label2>$INFO[ListItem.Property(Role.DJMixer)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.DJMixer))</visible> + </item> + <item> + <label>$LOCALIZE[38041]:</label> + <label2>$INFO[ListItem.Property(Role.Mixer)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Role.Mixer))</visible> + </item> + </content> + </control> + </control> + <control type="group"> + <visible>Container.Content(Albums) + !Control.IsVisible(50)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>260</width> + <height>360</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="textbox"> + <description>Description Value for Albums</description> + <posx>280</posx> + <posy>0</posy> + <width>650</width> + <height>375</height> + <font>font20</font> + <pagecontrol>60</pagecontrol> + <label>$INFO[ListItem.Property(Album_Description)]</label> + </control> + <control type="scrollbar" id="60"> + <posx>950</posx> + <posy>30</posy> + <width>10</width> + <height>315</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>400</posy> + <width>960</width> + <height>330</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[557]:</label> + <label2>$INFO[ListItem.Artist]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Artist)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[563]:</label> + <label2>$INFO[ListItem.Rating]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Rating)</visible> + </item> + <item> + <label>$LOCALIZE[175]:</label> + <label2>$INFO[ListItem.Property(Album_Mood)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Album_Mood))</visible> + </item> + <item> + <label>$LOCALIZE[176]:</label> + <label2>$INFO[ListItem.Property(Album_Style)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Album_Style))</visible> + </item> + <item> + <label>$LOCALIZE[21895]:</label> + <label2>$INFO[ListItem.Property(Album_Theme)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Album_Theme))</visible> + </item> + <item> + <label>$LOCALIZE[21899]:</label> + <label2>$INFO[ListItem.Property(Album_Label)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Album_Label))</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + </content> + </control> + </control> + <control type="group"> + <visible>Container.Content(Artists) + !Control.IsVisible(50)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>260</width> + <height>360</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="textbox"> + <description>Description Value for Artists</description> + <posx>280</posx> + <posy>0</posy> + <width>650</width> + <height>375</height> + <font>font20</font> + <pagecontrol>60</pagecontrol> + <label>$INFO[ListItem.Property(Artist_Description)]</label> + </control> + <control type="scrollbar" id="60"> + <posx>950</posx> + <posy>30</posy> + <width>10</width> + <height>315</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>400</posy> + <width>960</width> + <height>330</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[21893]:</label> + <label2>$INFO[ListItem.Property(Artist_Born)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Born))</visible> + </item> + <item> + <label>$LOCALIZE[21894]:</label> + <label2>$INFO[ListItem.Property(Artist_Formed)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Formed))</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[175]:</label> + <label2>$INFO[ListItem.Property(Artist_Mood)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Mood))</visible> + </item> + <item> + <label>$LOCALIZE[176]:</label> + <label2>$INFO[ListItem.Property(Artist_Style)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Style))</visible> + </item> + <item> + <label>$LOCALIZE[21897]:</label> + <label2>$INFO[ListItem.Property(Artist_Died)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Died))</visible> + </item> + <item> + <label>$LOCALIZE[21896]:</label> + <label2>$INFO[ListItem.Property(Artist_Disbanded)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Disbanded))</visible> + </item> + <item> + <label>$LOCALIZE[21898]:</label> + <label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_YearsActive))</visible> + </item> + </content> + </control> + </control> + <control type="panel" id="50"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>660</height> + <onup>50</onup> + <onleft>50</onleft> + <onright>50</onright> + <ondown>50</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <include>VisibleFadeEffect</include> + <visible>[Container.Content(Artists) + !IsEmpty(Window.Property(ShowAlbumList))] | [Container.Content(Albums) + !IsEmpty(Window.Property(ShowSongList))]</visible> + <itemlayout condition="Container.Content(Albums)" height="60" width="1000"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>30</posx> + <posy>0</posy> + <width>940</width> + <height>60</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>([B]$INFO[ListItem.TrackNumber][/B]) - $INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>470</posx> + <posy>0</posy> + <width>500</width> + <height>60</height> + <font>font20</font> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Duration]</label> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Albums)" height="60" width="700"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture>list_focus.png</texture> + </control> + <control type="label"> + <posx>30</posx> + <posy>0</posy> + <width>940</width> + <height>60</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>([B]$INFO[ListItem.TrackNumber][/B]) - $INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>470</posx> + <posy>0</posy> + <width>500</width> + <height>60</height> + <font>font20</font> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Duration]</label> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Artists)" height="330" width="333"> + <control type="image"> + <posx>26</posx> + <posy>15</posy> + <width>280</width> + <height>280</height> + <texture>$INFO[ListItem.Icon]</texture> + <aspectratio>stretch</aspectratio> + </control> + <control type="label"> + <posx>15</posx> + <posy>285</posy> + <width>303</width> + <height>40</height> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Artists)" height="330" width="333"> + <control type="image"> + <posx>26</posx> + <posy>15</posy> + <width>280</width> + <height>280</height> + <texture>$INFO[ListItem.Icon]</texture> + <aspectratio>stretch</aspectratio> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>323</width> + <height>320</height> + <texture border="5">thumb_focus.png</texture> + </control> + <control type="label"> + <posx>15</posx> + <posy>285</posy> + <width>303</width> + <height>40</height> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>730</posy> + <width>1000</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="6"> + <description>Refresh</description> + <width>235</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>-</label> + </control> + <control type="button" id="10"> + <description>Get Thumb</description> + <width>235</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>-</label> + </control> + <control type="button" id="12"> + <description>Get Fanart</description> + <width>235</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>-</label> + </control> + <control type="button" id="7"> + <description>Rating button</description> + <width>235</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>-</label> + </control> + <control type="togglebutton" id="900"> + <description>list / info button</description> + <width>235</width> + <include>ButtonInfoDialogsCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus>button_nofocus.png</alttexturenofocus> + <label>21888</label> + <altlabel>19033</altlabel> + <usealttexture>!IsEmpty(Window.Property(ShowAlbumList))</usealttexture> + <onclick condition="IsEmpty(Window.Property(ShowAlbumList))">SetProperty(ShowAlbumList, show)</onclick> + <onclick condition="!IsEmpty(Window.Property(ShowAlbumList))">ClearProperty(ShowAlbumList)</onclick> + <visible>Container.Content(Artists)</visible> + </control> + <control type="togglebutton" id="900"> + <description>list / info button</description> + <width>235</width> + <include>ButtonInfoDialogsCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus>button_nofocus.png</alttexturenofocus> + <label>182</label> + <altlabel>19033</altlabel> + <usealttexture>!IsEmpty(Window.Property(ShowSongList))</usealttexture> + <onclick condition="IsEmpty(Window.Property(ShowSongList))">SetProperty(ShowSongList, show)</onclick> + <onclick condition="!IsEmpty(Window.Property(ShowSongList))">ClearProperty(ShowSongList)</onclick> + <visible>Container.Content(Albums)</visible> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogNetworkSetup.xml b/addons/skin.estouchy/xml/DialogNetworkSetup.xml new file mode 100644 index 0000000000..8eff7926ad --- /dev/null +++ b/addons/skin.estouchy/xml/DialogNetworkSetup.xml @@ -0,0 +1,190 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>10</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>240</posx> + <posy>220</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>710</width> + <label>$LOCALIZE[1007]</label> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>510</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>570</width> + <height>70</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="edit" id="11"> + <description>Server Address Button</description> + <posx>0</posx> + <posy>60</posy> + <width>570</width> + <height>70</height> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <font>font25</font> + <label>-</label> + <onup>10</onup> + <onleft>12</onleft> + <onright>12</onright> + <ondown>16</ondown> + </control> + <control type="button" id="12"> + <description>Server Browse Button</description> + <posx>590</posx> + <posy>65</posy> + <width>190</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>1024</label> + <onup>10</onup> + <onleft>11</onleft> + <onright>11</onright> + <ondown>16</ondown> + </control> + <control type="image"> + <posx>0</posx> + <posy>130</posy> + <height>70</height> + <width>800</width> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="spincontrolex" id="10"> + <description>Protocol SpinControl</description> + <posx>0</posx> + <posy>130</posy> + <height>70</height> + <width>800</width> + <disabledcolor>grey3</disabledcolor> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <reverse>yes</reverse> + <font>font25</font> + <label>1008</label> + <onup>18</onup> + <ondown>11</ondown> + <onleft>10</onleft> + <onright>10</onright> + </control> + <control type="image"> + <posx>0</posx> + <posy>200</posy> + <width>800</width> + <height>280</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="edit" id="16"> + <description>Remote path Button</description> + <posx>0</posx> + <posy>200</posy> + <width>800</width> + <height>70</height> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <font>font25</font> + <label>-</label> + <onup>11</onup> + <onleft>16</onleft> + <onright>16</onright> + <ondown>13</ondown> + </control> + <control type="edit" id="13"> + <description>Port Button</description> + <posx>0</posx> + <posy>270</posy> + <width>800</width> + <height>70</height> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <font>font25</font> + <label>1013</label> + <onup>16</onup> + <onleft>13</onleft> + <onright>13</onright> + <ondown>14</ondown> + </control> + <control type="edit" id="14"> + <description>Username Button</description> + <posx>0</posx> + <posy>340</posy> + <width>800</width> + <height>70</height> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <font>font25</font> + <label>1014</label> + <onup>13</onup> + <onleft>14</onleft> + <onright>14</onright> + <ondown>15</ondown> + </control> + <control type="edit" id="15"> + <description>Password Button</description> + <posx>0</posx> + <posy>410</posy> + <width>800</width> + <height>70</height> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <font>font25</font> + <label>15052</label> + <onup>14</onup> + <onleft>15</onleft> + <onright>15</onright> + <ondown>18</ondown> + </control> + <control type="grouplist" id="9001"> + <posx>20</posx> + <posy>500</posy> + <width>760</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9001</onleft> + <onright>9001</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="18"> + <description>Ok Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="19"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogNotification.xml b/addons/skin.estouchy/xml/DialogNotification.xml new file mode 100644 index 0000000000..894dd4e64f --- /dev/null +++ b/addons/skin.estouchy/xml/DialogNotification.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <include>dialogeffect</include> + <controls> + <control type="group"> + <posx>390</posx> + <posy>0</posy> + <width>500</width> + <height>78</height> + <include>16x9_xPos_Relocation</include> + <control type="image" id="400"> + <description>Icon</description> + <posx>20</posx> + <posy>10</posy> + <width>58</width> + <height>58</height> + <aspectratio>keep</aspectratio> + </control> + <control type="fadelabel" id="401"> + <description>Line 1 Label</description> + <posx>0</posx> + <posy>20</posy> + <width>500</width> + <height>15</height> + <font>font18_title</font> + <align>center</align> + <aligny>center</aligny> + <scrollout>false</scrollout> + <pauseatend>2000</pauseatend> + </control> + <control type="fadelabel" id="402"> + <description>Line 2 Label</description> + <posx>0</posx> + <posy>42</posy> + <width>500</width> + <height>20</height> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + <scrollout>false</scrollout> + <pauseatend>2000</pauseatend> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogNumeric.xml b/addons/skin.estouchy/xml/DialogNumeric.xml new file mode 100644 index 0000000000..1fd26777a8 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogNumeric.xml @@ -0,0 +1,342 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">21</defaultcontrol> + <coordinates> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="group"> + <posx>452</posx> + <posy>180</posy> + <animation effect="slide" start="0,-820" end="0,0" time="500" easing="out" tween="quadratic" >WindowOpen</animation> + <animation effect="slide" start="0,0" end="0,-820" time="500" easing="in" tween="quadratic" >WindowClose</animation> + <include>16x9_xPos_Relocation</include> + <control type="image"> + <description>Header Background</description> + <posx>0</posx> + <posy>0</posy> + <width>376</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="group"> + <posx>306</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <width>274</width> + <include>WindowTitleCommons</include> + <label>$LOCALIZE[13406]</label> + </control> + <control type="image"> + <description>Background</description> + <posx>0</posx> + <posy>60</posy> + <width>376</width> + <height>386</height> + <texture>dialog_back.png</texture> + </control> + <control type="label" id="4"> + <description>Edit Text</description> + <posx>20</posx> + <posy>60</posy> + <width>340</width> + <height>70</height> + <font>font25</font> + <textcolor>selected</textcolor> + <disabledcolor>grey2</disabledcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="group"> + <posx>0</posx> + <posy>130</posy> + <control type="button" id="11"> + <description>1 button</description> + <posx>0</posx> + <posy>0</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12311</label> + <onleft>23</onleft> + <onright>12</onright> + <onup>20</onup> + <ondown>14</ondown> + </control> + <control type="button" id="12"> + <description>2 button</description> + <posx>95</posx> + <posy>0</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12312</label> + <onleft>11</onleft> + <onright>13</onright> + <onup>10</onup> + <ondown>15</ondown> + </control> + <control type="button" id="13"> + <description>3 button</description> + <posx>190</posx> + <posy>0</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12313</label> + <onleft>12</onleft> + <onright>23</onright> + <onup>22</onup> + <ondown>16</ondown> + </control> + <control type="button" id="23"> + <description>Backspace button</description> + <posx>285</posx> + <posy>0</posy> + <width>91</width> + <height>156</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <textwidth>120</textwidth> + <label>-</label> + <textcolor>white</textcolor> + <onleft>13</onleft> + <onright>11</onright> + <onup>21</onup> + <ondown>21</ondown> + </control> + <control type="image"> + <description>BackSpace Icon image</description> + <posx>305</posx> + <posy>60</posy> + <width>50</width> + <height>50</height> + <texture>icon_keyboard_backspace.png</texture> + </control> + <control type="button" id="14"> + <description>4 button</description> + <posx>0</posx> + <posy>80</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12314</label> + <onleft>23</onleft> + <onright>15</onright> + <onup>11</onup> + <ondown>17</ondown> + </control> + <control type="button" id="15"> + <description>5 button</description> + <posx>95</posx> + <posy>80</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12315</label> + <onleft>14</onleft> + <onright>16</onright> + <onup>12</onup> + <ondown>18</ondown> + </control> + <control type="button" id="16"> + <description>6 button</description> + <posx>190</posx> + <posy>80</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12316</label> + <onleft>15</onleft> + <onright>23</onright> + <onup>13</onup> + <ondown>19</ondown> + </control> + <control type="button" id="17"> + <description>7 button</description> + <posx>0</posx> + <posy>160</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12317</label> + <onleft>21</onleft> + <onright>18</onright> + <onup>14</onup> + <ondown>20</ondown> + </control> + <control type="button" id="18"> + <description>8 button</description> + <posx>95</posx> + <posy>160</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12318</label> + <onleft>17</onleft> + <onright>19</onright> + <onup>15</onup> + <ondown>10</ondown> + </control> + <control type="button" id="19"> + <description>9 button</description> + <posx>190</posx> + <posy>160</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12319</label> + <onleft>18</onleft> + <onright>21</onright> + <onup>16</onup> + <ondown>22</ondown> + </control> + <control type="button" id="21"> + <description>Done button</description> + <posx>285</posx> + <posy>160</posy> + <width>91</width> + <height>156</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <textwidth>120</textwidth> + <label>-</label> + <textcolor>white</textcolor> + <onleft>19</onleft> + <onright>17</onright> + <onup>23</onup> + <ondown>23</ondown> + </control> + <control type="image"> + <description>Enter\done Icon image</description> + <posx>305</posx> + <posy>220</posy> + <width>50</width> + <height>50</height> + <aspectratio>keep</aspectratio> + <texture>icon_keyboard_enter.png</texture> + </control> + <control type="button" id="20"> + <description>prev button</description> + <posx>0</posx> + <posy>240</posy> + <width>91</width> + <height>76</height> + <font>font30</font> + <label>-</label> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <onleft>21</onleft> + <onright>10</onright> + <onup>17</onup> + <ondown>11</ondown> + </control> + <control type="image"> + <description>Previous Icon image</description> + <posx>22</posx> + <posy>260</posy> + <width>50</width> + <height>40</height> + <aspectratio>keep</aspectratio> + <texture flipx="true">icon_keyboard_arrowkey.png</texture> + </control> + <control type="button" id="10"> + <description>0 button</description> + <posx>95</posx> + <posy>240</posy> + <width>91</width> + <height>76</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <label>12310</label> + <onleft>20</onleft> + <onright>22</onright> + <onup>18</onup> + <ondown>12</ondown> + </control> + <control type="button" id="22"> + <description>next button</description> + <posx>190</posx> + <posy>240</posy> + <width>91</width> + <height>76</height> + <font>font30</font> + <label>-</label> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <texturenofocus colordiffuse="grey3">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <onleft>10</onleft> + <onright>21</onright> + <onup>19</onup> + <ondown>13</ondown> + </control> + <control type="image"> + <description>Next Icon image</description> + <posx>212</posx> + <posy>260</posy> + <width>50</width> + <height>40</height> + <aspectratio>keep</aspectratio> + <texture>icon_keyboard_arrowkey.png</texture> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPVRChannelManager.xml b/addons/skin.estouchy/xml/DialogPVRChannelManager.xml new file mode 100644 index 0000000000..595342093e --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPVRChannelManager.xml @@ -0,0 +1,286 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">20</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>75</posx> + <posy>90</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1130</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>1130</width> + <label>$LOCALIZE[19199] - $LOCALIZE[19023]</label> + <visible>IsEmpty(Window.Property(IsRadio))</visible> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>1130</width> + <label>$LOCALIZE[19199] - $LOCALIZE[19024]</label> + <visible>!IsEmpty(Window.Property(IsRadio))</visible> + </control> + <control type="group"> + <posx>1060</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1130</width> + <height>720</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>500</width> + <height>630</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="20"> + <posx>0</posx> + <posy>60</posy> + <width>500</width> + <height>630</height> + <onleft>9000</onleft> + <onright>60</onright> + <onup>20</onup> + <ondown>10</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="70" width="500"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>70</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>60</width> + <height>60</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>420</width> + <height>60</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label> + </control> + </itemlayout> + <focusedlayout height="70" width="500"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>70</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>60</width> + <height>60</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>420</width> + <height>60</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>520</posx> + <posy>90</posy> + <width>10</width> + <height>570</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>20</onleft> + <onright>20</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="image"> + <posx>550</posx> + <posy>100</posy> + <width>580</width> + <height>415</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist"> + <posx>550</posx> + <posy>60</posy> + <itemgap>-1</itemgap> + <control type="label" id="900"> + <width>580</width> + <height>40</height> + <font>font20_title</font> + <label>$LOCALIZE[31559]</label> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="radiobutton" id="7"> + <description>Channel activated</description> + <width>580</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19074</label> + </control> + <control type="edit" id="8"> + <description>Channel name</description> + <width>580</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <label>19201</label> + </control> + <control type="group" id="999"> + <posx>0</posx> + <posy>0</posy> + <width>580</width> + <height>70</height> + <control type="button" id="9"> + <description>Channel logo Button</description> + <posx>0</posx> + <posy>0</posy> + <width>580</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <label>19202</label> + <onleft>20</onleft> + <onright>9000</onright> + <onup>8</onup> + <ondown>12</ondown> + </control> + <control type="image" id="10"> + <description>Current Channel Icon</description> + <posx>515</posx> + <posy>5</posy> + <width>60</width> + <height>60</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Property(Icon)]</texture> + </control> + </control> + <control type="radiobutton" id="12"> + <description>EPG activated</description> + <width>580</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19206</label> + </control> + <control type="spincontrolex" id="13"> + <description>EPG source</description> + <width>580</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <label>19200</label> + </control> + <control type="radiobutton" id="14"> + <description>Parental locked</description> + <width>580</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19267</label> + <onleft>20</onleft> + </control> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>710</posy> + <width>1130</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>20</onup> + <ondown>20</ondown> + <control type="button" id="4"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="6"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="5"> + <description>Apply</description> + <width>250</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>14070</label> + </control> + <control type="togglebutton" id="34"> + <description>TV/Radio Button</description> + <width>250</width> + <include>ButtonInfoDialogsCommonValues</include> + <usealttexture>!IsEmpty(Window.Property(IsRadio))</usealttexture> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus>button_nofocus.png</alttexturenofocus> + <label>19024</label> + <altlabel>19023</altlabel> + </control> + <control type="button" id="31"> + <description>Add channel button</description> + <width>250</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>19204</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml b/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml new file mode 100644 index 0000000000..edffff3597 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml @@ -0,0 +1,222 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">11</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>240</posx> + <posy>90</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>720</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>700</width> + <label>$LOCALIZE[19019]</label> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>750</width> + <height>720</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="11"> + <posx>0</posx> + <posy>60</posy> + <width>750</width> + <height>720</height> + <onleft>60</onleft> + <onright>60</onright> + <onup>11</onup> + <ondown>11</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="90" width="750"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>750</width> + <height>90</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>80</width> + <height>80</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>100</posx> + <posy>0</posy> + <width>640</width> + <height>40</height> + <font>font20_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.ChannelNumberLabel,,. ]$INFO[ListItem.Label][/B]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>28</posy> + <width>640</width> + <height>40</height> + <font>font22</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>63</posy> + <width>100</width> + <height>20</height> + <font>font14_title</font> + <textcolor>blue</textcolor> + <selectedcolor>blue</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.StartTime]</label> + <visible>ListItem.HasEpg</visible> + </control> + <control type="progress"> + <description>Progress</description> + <posx>200</posx> + <posy>70</posy> + <width>450</width> + <height>10</height> + <info>ListItem.Progress</info> + </control> + <control type="label"> + <posx>650</posx> + <posy>63</posy> + <width>100</width> + <height>20</height> + <font>font14_title</font> + <textcolor>blue</textcolor> + <selectedcolor>blue</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.EndTime]</label> + <visible>ListItem.HasEpg</visible> + </control> + </itemlayout> + <focusedlayout height="90" width="750"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>750</width> + <height>90</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>80</width> + <height>80</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>100</posx> + <posy>0</posy> + <width>640</width> + <height>40</height> + <font>font20_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.ChannelNumberLabel,,. ]$INFO[ListItem.Label][/B]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>28</posy> + <width>640</width> + <height>40</height> + <font>font22</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>63</posy> + <width>100</width> + <height>20</height> + <font>font14_title</font> + <textcolor>blue</textcolor> + <selectedcolor>blue</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.StartTime]</label> + <visible>ListItem.HasEpg</visible> + </control> + <control type="progress"> + <description>Progress</description> + <posx>200</posx> + <posy>70</posy> + <width>450</width> + <height>10</height> + <info>ListItem.Progress</info> + </control> + <control type="label"> + <posx>650</posx> + <posy>63</posy> + <width>100</width> + <height>20</height> + <font>font14_title</font> + <textcolor>blue</textcolor> + <selectedcolor>blue</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.EndTime]</label> + <visible>ListItem.HasEpg</visible> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>770</posx> + <posy>90</posy> + <width>10</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>11</onleft> + <onright>11</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPVRGroupManager.xml b/addons/skin.estouchy/xml/DialogPVRGroupManager.xml new file mode 100644 index 0000000000..750691e02e --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPVRGroupManager.xml @@ -0,0 +1,408 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">12</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>100</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1080</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>1040</width> + <label>$LOCALIZE[19143] - $LOCALIZE[19023]</label> + <visible>IsEmpty(Window.Property(IsRadio))</visible> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>1040</width> + <label>$LOCALIZE[19143] - $LOCALIZE[19024]</label> + <visible>!IsEmpty(Window.Property(IsRadio))</visible> + </control> + <control type="group"> + <posx>1010</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1080</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="label" id="22"> + <posx>0</posx> + <posy>60</posy> + <width>500</width> + <height>40</height> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>500</width> + <height>350</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="12"> + <posx>0</posx> + <posy>100</posy> + <width>500</width> + <height>350</height> + <onleft>11</onleft> + <onright>60</onright> + <onup>9000</onup> + <ondown>13</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="70" width="500"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>70</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>60</width> + <height>60</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>70</posx> + <posy>0</posy> + <width>415</width> + <height>70</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="70" width="500"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>70</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>60</width> + <height>60</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>70</posx> + <posy>0</posy> + <width>415</width> + <height>70</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>515</posx> + <posy>130</posy> + <width>10</width> + <height>290</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>12</onleft> + <onright>11</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="label" id="21"> + <posx>540</posx> + <posy>60</posy> + <width>500</width> + <height>40</height> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>540</posx> + <posy>100</posy> + <width>500</width> + <height>350</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="11"> + <posx>540</posx> + <posy>100</posy> + <width>500</width> + <height>350</height> + <onleft>11</onleft> + <onright>61</onright> + <onup>9000</onup> + <ondown>13</ondown> + <pagecontrol>61</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="70" width="500"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>70</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>60</width> + <height>60</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>70</posx> + <posy>0</posy> + <width>415</width> + <height>70</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="70" width="500"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>600</width> + <height>70</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>60</width> + <height>60</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>70</posx> + <posy>0</posy> + <width>415</width> + <height>70</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="61"> + <posx>1055</posx> + <posy>130</posy> + <width>10</width> + <height>290</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>11</onleft> + <onright>12</onright> + <ondown>61</ondown> + <onup>61</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="image"> + <posx>0</posx> + <posy>450</posy> + <width>1080</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>452</posy> + <width>1040</width> + <height>40</height> + <label>$LOCALIZE[31560]</label> + <font>font20</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>0</posx> + <posy>492</posy> + <width>1030</width> + <height>210</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="13"> + <posx>0</posx> + <posy>492</posy> + <width>1030</width> + <height>210</height> + <onleft>62</onleft> + <onright>62</onright> + <onup>12</onup> + <ondown>9000</ondown> + <pagecontrol>62</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="70" width="1030"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1030</width> + <height>70</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>60</width> + <height>60</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>70</posx> + <posy>0</posy> + <width>950</width> + <height>70</height> + <font>font25</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="70" width="1030"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1030</width> + <height>70</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>60</width> + <height>60</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>70</posx> + <posy>0</posy> + <width>950</width> + <height>70</height> + <font>font25</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="62"> + <posx>1050</posx> + <posy>522</posy> + <width>10</width> + <height>150</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>13</onleft> + <onright>13</onright> + <ondown>62</ondown> + <onup>62</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>730</posy> + <width>1080</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>13</onup> + <ondown>12</ondown> + <control type="button" id="26"> + <description>Add button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>31561</label> + </control> + <control type="button" id="27"> + <description>Rename button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>31562</label> + </control> + <control type="button" id="25"> + <description>Hide button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>19289</label> + </control> + <control type="button" id="28"> + <description>Delete button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>31563</label> + </control> + <control type="button" id="29"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPVRGuideOSD.xml b/addons/skin.estouchy/xml/DialogPVRGuideOSD.xml new file mode 100644 index 0000000000..5944b7a171 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPVRGuideOSD.xml @@ -0,0 +1,222 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">11</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>240</posx> + <posy>100</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>720</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>700</width> + <label>$INFO[VideoPlayer.ChannelName]</label> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>750</width> + <height>720</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="11"> + <posx>0</posx> + <posy>60</posy> + <width>750</width> + <height>720</height> + <onleft>60</onleft> + <onright>60</onright> + <onup>11</onup> + <ondown>11</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="90" width="750"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>750</width> + <height>90</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>2</posx> + <posy>2</posy> + <width>86</width> + <height>86</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>100</posx> + <posy>0</posy> + <width>640</width> + <height>40</height> + <font>font20_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.ChannelNumberLabel,,. ]$INFO[ListItem.Label][/B]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>28</posy> + <width>640</width> + <height>40</height> + <font>font22</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>63</posy> + <width>100</width> + <height>20</height> + <font>font14_title</font> + <textcolor>blue</textcolor> + <selectedcolor>blue</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.StartTime]</label> + <visible>ListItem.HasEpg</visible> + </control> + <control type="progress"> + <description>Progress</description> + <posx>200</posx> + <posy>70</posy> + <width>450</width> + <height>10</height> + <info>ListItem.Progress</info> + </control> + <control type="label"> + <posx>650</posx> + <posy>63</posy> + <width>100</width> + <height>20</height> + <font>font14_title</font> + <textcolor>blue</textcolor> + <selectedcolor>blue</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.EndTime]</label> + <visible>ListItem.HasEpg</visible> + </control> + </itemlayout> + <focusedlayout height="90" width="750"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>750</width> + <height>90</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>2</posx> + <posy>2</posy> + <width>86</width> + <height>86</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>100</posx> + <posy>0</posy> + <width>640</width> + <height>40</height> + <font>font20_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.ChannelNumberLabel,,. ]$INFO[ListItem.Label][/B]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>28</posy> + <width>640</width> + <height>40</height> + <font>font22</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>63</posy> + <width>100</width> + <height>20</height> + <font>font14_title</font> + <textcolor>blue</textcolor> + <selectedcolor>blue</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.StartTime]</label> + <visible>ListItem.HasEpg</visible> + </control> + <control type="progress"> + <description>Progress</description> + <posx>200</posx> + <posy>70</posy> + <width>450</width> + <height>10</height> + <info>ListItem.Progress</info> + </control> + <control type="label"> + <posx>650</posx> + <posy>63</posy> + <width>100</width> + <height>20</height> + <font>font14_title</font> + <textcolor>blue</textcolor> + <selectedcolor>blue</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.EndTime]</label> + <visible>ListItem.HasEpg</visible> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>770</posx> + <posy>90</posy> + <width>10</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>11</onleft> + <onright>11</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPVRGuideSearch.xml b/addons/skin.estouchy/xml/DialogPVRGuideSearch.xml new file mode 100644 index 0000000000..700a939f2d --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPVRGuideSearch.xml @@ -0,0 +1,258 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>-</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>120</posx> + <posy>90</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1040</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>1000</width> + <label>$LOCALIZE[19142]</label> + </control> + <control type="group"> + <posx>970</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1040</width> + <height>720</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1040</width> + <height>70</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="edit" id="9"> + <description>Search button</description> + <posx>0</posx> + <posy>60</posy> + <width>1040</width> + <height>70</height> + <label>-</label> + <hinttext><$LOCALIZE[19133]></hinttext> + </control> + <control type="image"> + <posx>0</posx> + <posy>130</posy> + <width>1040</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>132</posy> + <width>519</width> + <height>560</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist"> + <posx>0</posx> + <posy>132</posy> + <itemgap>0</itemgap> + <control type="radiobutton" id="10"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19134</label> + </control> + <control type="radiobutton" id="11"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <label>19135</label> + </control> + <control type="edit" id="14"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19128</label> + </control> + <control type="edit" id="15"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <label>19129</label> + </control> + <control type="spincontrolex" id="18"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>515</label> + </control> + <control type="radiobutton" id="20"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19132</label> + </control> + <control type="radiobutton" id="22"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19123</label> + </control> + <control type="radiobutton" id="24"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19124</label> + </control> + </control> + <control type="image"> + <posx>519</posx> + <posy>132</posy> + <width>2</width> + <height>560</height> + <texture border="2">separator.png</texture> + </control> + <control type="image"> + <posx>521</posx> + <posy>132</posy> + <width>519</width> + <height>560</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist"> + <posx>521</posx> + <posy>132</posy> + <itemgap>0</itemgap> + <control type="spincontrolex" id="12"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19130</label> + </control> + <control type="spincontrolex" id="13"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <label>19131</label> + </control> + <control type="edit" id="16"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19126</label> + </control> + <control type="edit" id="17"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <label>19127</label> + </control> + <control type="radiobutton" id="19"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19121</label> + </control> + <control type="spincontrolex" id="21"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <label>19141</label> + </control> + <control type="spincontrolex" id="23"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <label>19148</label> + </control> + <control type="radiobutton" id="27"> + <width>519</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + <label>19125</label> + </control> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>710</posy> + <width>1040</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>20</onup> + <ondown>20</ondown> + <control type="button" id="28"> + <description>Defaults button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>10035</label> + </control> + <control type="button" id="25"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="26"> + <description>Search button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>137</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPVRInfo.xml b/addons/skin.estouchy/xml/DialogPVRInfo.xml new file mode 100644 index 0000000000..4043365dfc --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPVRInfo.xml @@ -0,0 +1,216 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">9000</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>130</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$INFO[ListItem.Title]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>640</height> + <texture>dialog_back.png</texture> + </control> + <control type="group"> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>260</width> + <height>360</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="textbox" id="400"> + <description>Description</description> + <posx>280</posx> + <posy>0</posy> + <width>650</width> + <height>375</height> + <font>font20</font> + <pagecontrol>60</pagecontrol> + <label>$INFO[ListItem.Plot]</label> + </control> + <control type="scrollbar" id="60"> + <posx>950</posx> + <posy>30</posy> + <width>10</width> + <height>315</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>400</posy> + <width>960</width> + <height>330</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[369]:</label> + <label2>$INFO[ListItem.Title]</label2> + <onclick>noop</onclick> + </item> + <item> + <label>$LOCALIZE[142]</label> + <label2>$INFO[ListItem.StartTime] - $INFO[ListItem.EndTime] ($INFO[ListItem.StartDate])</label2> + <onclick>noop</onclick> + </item> + <item> + <label>$LOCALIZE[180]:</label> + <label2>$INFO[ListItem.Duration]</label2> + <onclick>noop</onclick> + </item> + <item> + <label>$LOCALIZE[19148]:</label> + <label2>$INFO[ListItem.ChannelName]</label2> + <onclick>noop</onclick> + </item> + <item> + <label>$LOCALIZE[135]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>noop</onclick> + </item> + </content> + </control> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>630</posy> + <width>1000</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="4"> + <description>Find similar</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>19003</label> + <visible>Window.IsActive(PVRGuideInfo)</visible> + </control> + <control type="button" id="5"> + <description>Switch Channel</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>19165</label> + <visible>Window.IsActive(PVRGuideInfo)</visible> + </control> + <control type="button" id="6"> + <description>Record</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>-</label> + <visible>Window.IsActive(PVRGuideInfo)</visible> + </control> + <control type="button" id="7"> + <description>OK</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPVRRadioRDSInfo.xml b/addons/skin.estouchy/xml/DialogPVRRadioRDSInfo.xml new file mode 100644 index 0000000000..09a5c7fe48 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPVRRadioRDSInfo.xml @@ -0,0 +1,242 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">5</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[29900]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>660</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="49"> + <posx>20</posx> + <posy>80</posy> + <width>960</width> + <height>630</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[557]:</label> + <label2>$INFO[RDS.Artist]</label2> + <onclick>noop</onclick> + <visible>IsEmpty(RDS.Band)</visible> + </item> + <item> + <label>$LOCALIZE[29901]:</label> + <label2>$INFO[RDS.Band]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.Band)</visible> + </item> + <item> + <label>$LOCALIZE[556]:</label> + <label2>$INFO[RDS.Title]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.Title)</visible> + </item> + <item> + <label>$LOCALIZE[558]:</label> + <label2>$INFO[RDS.Album]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.Album)</visible> + </item> + <item> + <label>$LOCALIZE[569]:</label> + <label2>$INFO[RDS.Comment]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.Comment)</visible> + </item> + <item> + <label>$LOCALIZE[29903]:</label> + <label2>$INFO[RDS.Composer]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.Composer)</visible> + </item> + <item> + <label>$LOCALIZE[29905]:</label> + <label2>$INFO[RDS.Conductor]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.Conductor)</visible> + </item> + <item> + <label>$LOCALIZE[29902]:</label> + <label2>$INFO[RDS.ProgStyle]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.ProgStyle)</visible> + </item> + <item> + <label>$LOCALIZE[29906]:</label> + <label2>$INFO[RDS.ProgHost]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.ProgHost)</visible> + </item> + <item> + <label>$LOCALIZE[19148]:</label> + <label2>$INFO[RDS.ProgStation]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.ProgStation)</visible> + </item> + <item> + <label>$LOCALIZE[29907]:</label> + <label2>$INFO[RDS.ProgEditStaff]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.ProgEditStaff)</visible> + </item> + <item> + <label>$LOCALIZE[19030]:</label> + <label2>$INFO[RDS.ProgNow]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.ProgNow)</visible> + </item> + <item> + <label>$LOCALIZE[19031]:</label> + <label2>$INFO[RDS.ProgNext]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.ProgNext)</visible> + </item> + <item> + <label>$LOCALIZE[29910]:</label> + <label2>$INFO[RDS.PhoneStudio]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.PhoneStudio)</visible> + </item> + <item> + <label>$LOCALIZE[29911]:</label> + <label2>$INFO[RDS.EmailStudio]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.EmailStudio)</visible> + </item> + <item> + <label>$LOCALIZE[29912]:</label> + <label2>$INFO[RDS.SMSStudio]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.SMSStudio)</visible> + </item> + <item> + <label>$LOCALIZE[29914]:</label> + <label2>$INFO[RDS.ProgHomepage]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.ProgHomepage)</visible> + </item> + <item> + <label>$LOCALIZE[29910]:</label> + <label2>$INFO[RDS.PhoneHotline]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.PhoneHotline)</visible> + </item> + <item> + <label>$LOCALIZE[29911]:</label> + <label2>$INFO[RDS.EmailHotline]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(RDS.EmailHotline)</visible> + </item> + </content> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>730</posy> + <width>1000</width> + <height>50</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="10"> + <description>OK button</description> + <width>230</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPVRTimerSettings.xml b/addons/skin.estouchy/xml/DialogPVRTimerSettings.xml new file mode 100644 index 0000000000..cf915797b8 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPVRTimerSettings.xml @@ -0,0 +1,148 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">5</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>240</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>760</width> + <label>$LOCALIZE[19065]</label> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>650</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist" id="5"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>650</height> + <itemgap>-1</itemgap> + <onup>9000</onup> + <ondown>9000</ondown> + <onleft>9000</onleft> + <onright>9000</onright> + </control> + <control type="button" id="7"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </control> + <control type="label" id="14"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>70</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="radiobutton" id="8"> + <posx>0</posx> + <posy>0</posy> + <width>580</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </control> + <control type="spincontrolex" id="9"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </control> + <control type="sliderex" id="13"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </control> + <control type="image" id="11"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="edit" id="12"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>70</height> + <font>font25</font> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>730</posy> + <width>800</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>20</onup> + <ondown>20</ondown> + <control type="button" id="28"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="29"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPeripheralSettings.xml b/addons/skin.estouchy/xml/DialogPeripheralSettings.xml new file mode 100644 index 0000000000..a59ff632f5 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPeripheralSettings.xml @@ -0,0 +1,133 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>5</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>-</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>622</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>622</height> + <itemgap>-1</itemgap> + <pagecontrol>60</pagecontrol> + <onleft>28</onleft> + <onright>60</onright> + <onup>28</onup> + <ondown>28</ondown> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="label" id="14"> + <description>Default Label</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="sliderex" id="13"> + <description>Default Slider</description> + <height>70</height> + <font>font25</font> + </control> + <control type="image" id="11"> + <description>separator image</description> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>730</posy> + <width>960</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="28"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="29"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="50"> + <description>Defaults Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>409</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogPictureInfo.xml b/addons/skin.estouchy/xml/DialogPictureInfo.xml new file mode 100644 index 0000000000..c6cb36eab2 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogPictureInfo.xml @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">5</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>90</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[13406]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>720</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>720</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="5"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>720</height> + <onleft>5</onleft> + <onright>5</onright> + <onup>5</onup> + <ondown>5</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>960</width> + <height>60</height> + <font>font20_title</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>960</width> + <height>60</height> + <font>font20</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="60"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture>list_focus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>960</width> + <height>60</height> + <font>font20_title</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>960</width> + <height>60</height> + <font>font20</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogSeekBar.xml b/addons/skin.estouchy/xml/DialogSeekBar.xml new file mode 100644 index 0000000000..bfe6d61c65 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogSeekBar.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> +</window> diff --git a/addons/skin.estouchy/xml/DialogSelect.xml b/addons/skin.estouchy/xml/DialogSelect.xml new file mode 100644 index 0000000000..d328be82b0 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogSelect.xml @@ -0,0 +1,250 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">3</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>285</posx> + <posy>105</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>720</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>720</width> + <height>690</height> + <texture>dialog_back.png</texture> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>610</width> + <label>$LOCALIZE[13406]</label> + </control> + <control type="group"> + <posx>650</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>680</width> + <height>600</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="3"> + <posx>0</posx> + <posy>60</posy> + <width>680</width> + <height>600</height> + <onup>3</onup> + <ondown>3</ondown> + <onleft>5</onleft> + <onright>61</onright> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60" width="680"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>680</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>640</width> + <height>60</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="60" width="680"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>680</width> + <height>60</height> + <texture>list_focus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>640</width> + <height>60</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>695</posx> + <posy>90</posy> + <width>10</width> + <height>540</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + <visible>Control.IsVisible(3)</visible> + </control> + <control type="list" id="6"> + <posx>0</posx> + <posy>60</posy> + <width>670</width> + <height>600</height> + <onup>6</onup> + <ondown>6</ondown> + <onleft>5</onleft> + <onright>61</onright> + <pagecontrol>61</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="120" width="670"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>680</width> + <height>120</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>15</posy> + <width>540</width> + <height>30</height> + <font>font20_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.Label][/B]</label> + </control> + <control type="textbox"> + <posx>30</posx> + <posy>50</posy> + <width>530</width> + <height>60</height> + <font>font22</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonSummary]</label> + </control> + <control type="image"> + <posx>555</posx> + <posy>5</posy> + <width>110</width> + <height>110</height> + <texture>$INFO[Listitem.Icon]</texture> + </control> + </itemlayout> + <focusedlayout height="120" width="670"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>670</width> + <height>120</height> + <texture>list_focus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>15</posy> + <width>540</width> + <height>30</height> + <font>font20_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.Label][/B]</label> + </control> + <control type="textbox"> + <posx>30</posx> + <posy>50</posy> + <width>530</width> + <height>60</height> + <font>font22</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonSummary]</label> + </control> + <control type="image"> + <posx>555</posx> + <posy>5</posy> + <width>110</width> + <height>110</height> + <texture>$INFO[Listitem.Icon]</texture> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="61"> + <posx>690</posx> + <posy>90</posy> + <width>10</width> + <height>540</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>6</onleft> + <onright>6</onright> + <ondown>61</ondown> + <onup>61</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + <visible>Control.IsVisible(6)</visible> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>680</posy> + <width>680</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="5"> + <description>Get more button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="7"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>-</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogSubtitles.xml b/addons/skin.estouchy/xml/DialogSubtitles.xml new file mode 100644 index 0000000000..280fb55eae --- /dev/null +++ b/addons/skin.estouchy/xml/DialogSubtitles.xml @@ -0,0 +1,377 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">49</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>960</width> + <label>$LOCALIZE[287]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="100"> + <description>textarea</description> + <posx>20</posx> + <posy>60</posy> + <width>960</width> + <height>40</height> + <font>font20_title</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="group" id="250"> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>940</width> + <height>560</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="120"> + <posx>0</posx> + <posy>100</posy> + <width>940</width> + <height>560</height> + <onleft>120</onleft> + <onright>120</onright> + <onup>120</onup> + <ondown>120</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout width="940" height="80"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>940</width> + <height>80</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>10</posy> + <width>900</width> + <height>25</height> + <font>font22</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <posx>20</posx> + <posy>44</posy> + <width>30</width> + <height>20</height> + <texture>$INFO[Listitem.Thumb,subtitles/flags/,.gif]</texture> + </control> + <control type="label"> + <posx>55</posx> + <posy>40</posy> + <width>80</width> + <height>25</height> + <font>font20</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>755</posx> + <posy>35</posy> + <width>60</width> + <height>35</height> + <texture border="5">flagging/blank.png</texture> + <visible>ListItem.property(sync)</visible> + </control> + <control type="label"> + <posx>760</posx> + <posy>35</posy> + <width>50</width> + <height>35</height> + <font>font11_title</font> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <label>[B]$LOCALIZE[31552][/B]</label> + <visible>ListItem.property(sync)</visible> + </control> + <control type="image"> + <posx>820</posx> + <posy>40</posy> + <width>100</width> + <height>25</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.ActualIcon,subtitles/rating/rating,.png]</texture> + </control> + </itemlayout> + <focusedlayout width="940" height="80"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>940</width> + <height>80</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!Control.HasFocus(120)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>940</width> + <height>80</height> + <texture>list_focus.png</texture> + <visible>Control.HasFocus(120)</visible> + </control> + <control type="label"> + <posx>20</posx> + <posy>10</posy> + <width>900</width> + <height>25</height> + <font>font22</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <posx>20</posx> + <posy>44</posy> + <width>30</width> + <height>20</height> + <texture>$INFO[Listitem.Thumb,subtitles/flags/,.gif]</texture> + </control> + <control type="label"> + <posx>55</posx> + <posy>40</posy> + <width>80</width> + <height>25</height> + <font>font20</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>755</posx> + <posy>35</posy> + <width>60</width> + <height>35</height> + <texture border="5">flagging/blank.png</texture> + <visible>ListItem.property(sync)</visible> + </control> + <control type="label"> + <posx>760</posx> + <posy>35</posy> + <width>50</width> + <height>35</height> + <font>font11_title</font> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <label>[B]$LOCALIZE[31552][/B]</label> + <visible>ListItem.property(sync)</visible> + </control> + <control type="image"> + <posx>820</posx> + <posy>40</posy> + <width>100</width> + <height>25</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.ActualIcon,subtitles/rating/rating,.png]</texture> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>965</posx> + <posy>130</posy> + <width>10</width> + <height>500</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>730</posy> + <width>1000</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button"> + <description>Subtitle chooser Button</description> + <width>300</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>19101</label> + <onclick>Skin.ToggleSetting(SubtitleSourceChooserVisible)</onclick> + </control> + <control type="button" id="160"> + <description>Refresh</description> + <width>300</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24120</label> + </control> + </control> + </control> + <control type="group"> + <posx>380</posx> + <posy>125</posy> + <visible>Skin.HasSetting(SubtitleSourceChooserVisible)</visible> + <include>VisibleFadeEffect</include> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>320</width> + <height>490</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>220</width> + <label>$LOCALIZE[19101]</label> + </control> + <control type="group"> + <posx>250</posx> + <posy>0</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>59</height> + <texture border="2">separator.png</texture> + <colordiffuse>FF464646</colordiffuse> + </control> + <control type="button"> + <description>Close Button</description> + <posx>4</posx> + <posy>0</posy> + <width>60</width> + <height>60</height> + <font>-</font> + <onclick>Skin.ToggleSetting(SubtitleSourceChooserVisible)</onclick> + <texturefocus>icon_dialog_close.png</texturefocus> + <texturenofocus>icon_dialog_close.png</texturenofocus> + </control> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>320</width> + <height>490</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="panel" id="150"> + <posx>0</posx> + <posy>60</posy> + <width>320</width> + <height>490</height> + <onleft>150</onleft> + <onright>150</onright> + <onup>160</onup> + <ondown>160</ondown> + <viewtype label="535">list</viewtype> + <scrolltime>200</scrolltime> + <itemlayout width="320" height="70"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>70</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>0</posy> + <width>300</width> + <height>70</height> + <font>font20</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout width="320" height="70"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>70</height> + <texture>list_focus.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>0</posy> + <width>300</width> + <height>70</height> + <font>font20</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + </control> + <control type="image" id="110"> + <posx>-10</posx> + <posy>-10</posy> + <width>1</width> + <height>1</height> + </control> + <control type="group" id="111"> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogTextViewer.xml b/addons/skin.estouchy/xml/DialogTextViewer.xml new file mode 100644 index 0000000000..b719e20d9a --- /dev/null +++ b/addons/skin.estouchy/xml/DialogTextViewer.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>61</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label></label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="textbox" id="5"> + <description>textarea</description> + <posx>20</posx> + <posy>60</posy> + <width>900</width> + <height>720</height> + <label>-</label> + <font>font20</font> + <align>justify</align> + <pagecontrol>61</pagecontrol> + </control> + <control type="scrollbar" id="61"> + <posx>960</posx> + <posy>90</posy> + <width>10</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>61</onleft> + <onright>61</onright> + <ondown>61</ondown> + <onup>61</onup> + <showonepage>true</showonepage> + <orientation>vertical</orientation> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogVideoInfo.xml b/addons/skin.estouchy/xml/DialogVideoInfo.xml new file mode 100644 index 0000000000..daf8b46b44 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogVideoInfo.xml @@ -0,0 +1,726 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">49</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$INFO[Listitem.Title]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>660</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="group"> + <visible>!Control.IsVisible(50)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>240</width> + <height>330</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="textbox" id="600"> + <description>Description Value</description> + <posx>260</posx> + <posy>0</posy> + <width>670</width> + <height>285</height> + <font>font20</font> + <pagecontrol>60</pagecontrol> + <label>$INFO[ListItem.Plot]</label> + </control> + <control type="scrollbar" id="60"> + <posx>950</posx> + <posy>30</posy> + <width>10</width> + <height>235</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="grouplist"> + <description>Media Codec Flagging Images</description> + <posx>260</posx> + <posy>286</posy> + <width>960</width> + <height>44</height> + <itemgap>5</itemgap> + <orientation>horizontal</orientation> + <include>VisibleFadeEffect</include> + <include>VideoCodecFlaggingConditions</include> + <include>AudioCodecFlaggingConditions</include> + <include>AudioChannelsFlaggingConditions</include> + <include>AspectCodecFlaggingConditions</include> + <include>VideoTypeHackFlaggingConditions</include> + <visible>Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>335</posy> + <width>960</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>345</posy> + <width>960</width> + <height>300</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <visible>Container.Content(Movies)</visible> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[20339]:</label> + <label2>$INFO[ListItem.Director]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Director)</visible> + </item> + <item> + <label>$LOCALIZE[20417]:</label> + <label2>$INFO[ListItem.Writer]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Writer)</visible> + </item> + <item> + <label>$LOCALIZE[572]:</label> + <label2>$INFO[ListItem.Studio]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Studio)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + <item> + <label>$LOCALIZE[2050]:</label> + <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Duration)</visible> + </item> + <item> + <label>$LOCALIZE[563]:</label> + <label2>$INFO[ListItem.RatingAndVotes]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.RatingAndVotes)</visible> + </item> + <item> + <label>$LOCALIZE[38018]:</label> + <label2>$INFO[ListItem.UserRating]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.UserRating)</visible> + </item> + <item> + <label>$LOCALIZE[202]:</label> + <label2>$INFO[ListItem.TagLine]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.TagLine)</visible> + </item> + <item> + <label>$LOCALIZE[20074]:</label> + <label2>$INFO[ListItem.mpaa]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.mpaa)</visible> + </item> + <item> + <label>$LOCALIZE[15311]</label> + <label2>$INFO[ListItem.FilenameAndPath]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> + </item> + </content> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>345</posy> + <width>960</width> + <height>300</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <visible>Container.Content(TVShows)</visible> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[20360]:</label> + <label2>$INFO[listitem.episode] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Episode)</visible> + </item> + <item> + <label>$LOCALIZE[31322]:</label> + <label2>$INFO[ListItem.Premiered]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Premiered)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + <item> + <label>$LOCALIZE[563]:</label> + <label2>$INFO[ListItem.Rating]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Rating)</visible> + </item> + <item> + <label>$LOCALIZE[38018]:</label> + <label2>$INFO[ListItem.UserRating]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.UserRating)</visible> + </item> + <item> + <label>$LOCALIZE[15311]</label> + <label2>$INFO[ListItem.FilenameAndPath]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> + </item> + </content> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>345</posy> + <width>960</width> + <height>300</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <visible>Container.Content(Episodes)</visible> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[20364]:</label> + <label2>$INFO[ListItem.TVShowTitle]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.TVShowTitle)</visible> + </item> + <item> + <label>$LOCALIZE[20373]:</label> + <label2>$INFO[ListItem.Season]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Season)</visible> + </item> + <item> + <label>$LOCALIZE[20359]:</label> + <label2>$INFO[ListItem.Episode]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Episode)</visible> + </item> + <item> + <label>$LOCALIZE[31322]:</label> + <label2>$INFO[ListItem.Premiered]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Premiered)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[20339]:</label> + <label2>$INFO[ListItem.Director]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Director)</visible> + </item> + <item> + <label>$LOCALIZE[20417]:</label> + <label2>$INFO[ListItem.Writer]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Writer)</visible> + </item> + <item> + <label>$LOCALIZE[2050]:</label> + <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Duration)</visible> + </item> + <item> + <label>$LOCALIZE[563]:</label> + <label2>$INFO[ListItem.Rating]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Rating)</visible> + </item> + <item> + <label>$LOCALIZE[38018]:</label> + <label2>$INFO[ListItem.UserRating]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.UserRating)</visible> + </item> + <item> + <label>$LOCALIZE[15311]</label> + <label2>$INFO[ListItem.FilenameAndPath]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> + </item> + </content> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>345</posy> + <width>960</width> + <height>300</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <visible>Container.Content(MusicVideos)</visible> + <itemlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>30</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>white</selectedcolor> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[557]:</label> + <label2>$INFO[ListItem.Artist]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Artist)</visible> + </item> + <item> + <label>$LOCALIZE[558]:</label> + <label2>$INFO[ListItem.Album]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Album)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[572]:</label> + <label2>$INFO[ListItem.Studio]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Studio)</visible> + </item> + <item> + <label>$LOCALIZE[20417]:</label> + <label2>$INFO[ListItem.Writer]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Writer)</visible> + </item> + <item> + <label>$LOCALIZE[20339]:</label> + <label2>$INFO[ListItem.Director]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Director)</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + <item> + <label>$LOCALIZE[2050]:</label> + <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.Duration)</visible> + </item> + <item> + <label>$LOCALIZE[38018]:</label> + <label2>$INFO[ListItem.UserRating]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.UserRating)</visible> + </item> + <item> + <label>$LOCALIZE[15311]</label> + <label2>$INFO[ListItem.FilenameAndPath]</label2> + <onclick>noop</onclick> + <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> + </item> + </content> + </control> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>600</height> + <texture colordiffuse="40000000">panel.png</texture> + <visible>Control.IsVisible(50)</visible> + </control> + <control type="panel" id="50"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>600</height> + <onup>50</onup> + <onleft>50</onleft> + <onright>50</onright> + <ondown>50</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <include>VisibleFadeEffect</include> + <itemlayout height="100" width="500"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>100</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>4</posy> + <width>100</width> + <height>92</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="textbox"> + <posx>120</posx> + <posy>12</posy> + <width>360</width> + <height>78</height> + <font>font20</font> + <align>left</align> + <label>$INFO[ListItem.Label][CR]$INFO[ListItem.Label2,(,)]</label> + </control> + </itemlayout> + <focusedlayout height="100" width="500"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>100</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>4</posy> + <width>100</width> + <height>92</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="textbox"> + <posx>120</posx> + <posy>12</posy> + <width>360</width> + <height>78</height> + <font>font20</font> + <align>left</align> + <label>$INFO[ListItem.Label][CR]$INFO[ListItem.Label2,(,)]</label> + </control> + </focusedlayout> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>730</posy> + <width>1000</width> + <height>60</height> + <itemgap>2</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="togglebutton" id="8"> + <description>Play/browse to Show</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>208</label> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus>button_nofocus.png</alttexturenofocus> + <altlabel>1024</altlabel> + <usealttexture>Container.Content(TVShows)</usealttexture> + </control> + <control type="button" id="5"> + <description>Cast/Review</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>206</label> + </control> + <control type="button" id="6"> + <description>Refresh</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>184</label> + </control> + <control type="button" id="10"> + <description>Get Art</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>13511</label> + </control> + <control type="button" id="11"> + <description>Play Trailer</description> + <width>195</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>20410</label> + <visible>!IsEmpty(ListItem.Trailer)</visible> + </control> + <control type="button" id="7"> + <description>Rating button</description> + <width>195</width> + <label>38023</label> + <include>ButtonInfoDialogsCommonValues</include> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/DialogVolumeBar.xml b/addons/skin.estouchy/xml/DialogVolumeBar.xml new file mode 100644 index 0000000000..926ecc2ca0 --- /dev/null +++ b/addons/skin.estouchy/xml/DialogVolumeBar.xml @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <include>dialogeffect</include> + <controls> + <control type="group"> + <posx>390</posx> + <posy>0</posy> + <width>500</width> + <height>78</height> + <include>16x9_xPos_Relocation</include> + <visible>![Window.IsVisible(Notification)]</visible> + <control type="label"> + <description>label</description> + <posx>0</posx> + <posy>10</posy> + <height>58</height> + <width>500</width> + <label>13376</label> + <font>font20_title</font> + <aligny>center</aligny> + </control> + <control type="label"> + <description>Volumelabel</description> + <posx>500</posx> + <posy>10</posy> + <height>58</height> + <width>500</width> + <label>$INFO[Control.GetLabel(1)]</label> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + </control> + <control type="progress" id="2"> + <description>Volume</description> + <posx>0</posx> + <posy>72</posy> + <width>500</width> + <height>6</height> + <texturebg colordiffuse="grey3">white.png</texturebg> + <midtexture colordiffuse="blue">white.png</midtexture> + <info>Player.Volume</info> + </control> + <control type="slider" id="1"> + <description>Volume Slider</description> + <posx>0</posx> + <posy>72</posy> + <width>500</width> + <height>6</height> + <info>Player.Volume</info> + <texturesliderbar>-</texturesliderbar> + <textureslidernib>-</textureslidernib> + <textureslidernibfocus>-</textureslidernibfocus> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/EventLog.xml b/addons/skin.estouchy/xml/EventLog.xml new file mode 100644 index 0000000000..9d3b16d912 --- /dev/null +++ b/addons/skin.estouchy/xml/EventLog.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[14111]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="List" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1240"/> + <param name="label2-posx" value="1360r"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-width" value="1090"/> + <param name="label-width" value="800"/> + <param name="label2-posx" value="920r"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">240</param> + <param name="panel-height">360</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/FileBrowser.xml b/addons/skin.estouchy/xml/FileBrowser.xml new file mode 100644 index 0000000000..1fbd8d1930 --- /dev/null +++ b/addons/skin.estouchy/xml/FileBrowser.xml @@ -0,0 +1,255 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">450</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>280</posx> + <posy>85</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>720</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>720</width> + <height>730</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + <label>$LOCALIZE[1023]</label> + </control> + <control type="group"> + <posx>650</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>670</width> + <height>640</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="450"> + <posx>0</posx> + <posy>60</posy> + <width>670</width> + <height>640</height> + <onup>450</onup> + <onleft>450</onleft> + <onright>450</onright> + <ondown>450</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout width="670" height="80"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>670</width> + <height>80</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <font>font22</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>595</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + </itemlayout> + <focusedlayout width="670" height="80"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>670</width> + <height>80</height> + <texture>list_focus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <font>font22</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>595</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>690</posx> + <posy>90</posy> + <width>10</width> + <height>560</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + <visible>Control.IsVisible(450)</visible> + </control> + <control type="panel" id="451"> + <posx>10</posx> + <posy>80</posy> + <width>660</width> + <height>620</height> + <onleft>9000</onleft> + <onright>61</onright> + <onup>451</onup> + <ondown>451</ondown> + <pagecontrol>61</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="310" width="330"> + <control type="image"> + <posx>35</posx> + <posy>0</posy> + <width>260</width> + <height>260</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>10</posx> + <posy>270</posy> + <width>300</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="310" width="330"> + <control type="image"> + <posx>35</posx> + <posy>0</posy> + <width>260</width> + <height>260</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="image"> + <posx>35</posx> + <posy>0</posy> + <width>260</width> + <height>260</height> + <texture border="5">thumb_focus.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>270</posy> + <width>300</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="61"> + <posx>695</posx> + <posy>100</posy> + <width>10</width> + <height>560</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + <visible>Control.IsVisible(451)</visible> + </control> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>720</posy> + <width>720</width> + <height>60</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="413"> + <description>OK button</description> + <width>148</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="414"> + <description>Cancel button</description> + <width>148</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="415"> + <description>Create folder button</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>119</label> + </control> + <control type="radiobutton" id="416"> + <description>Flip Image button</description> + <width>220</width> + <align>left</align> + <textoffsetx>5</textoffsetx> + <radioposx>145</radioposx> + <include>ButtonInfoDialogsCommonValues</include> + <label>749</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/FileManager.xml b/addons/skin.estouchy/xml/FileManager.xml new file mode 100644 index 0000000000..b26814a267 --- /dev/null +++ b/addons/skin.estouchy/xml/FileManager.xml @@ -0,0 +1,299 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>20</defaultcontrol> + <controls> + <include>CommonBackground</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[7]</label> + </control> + <control type="group"> + <include>16x9_xPos_Relocation</include> + <posx>20</posx> + <posy>80</posy> + <include>Window_OpenClose_Animation_Zoom</include> + <control type="label" id="101"> + <description>current directory text label</description> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>40</height> + <font>font20_title</font> + <align>left</align> + <shadowcolor>black</shadowcolor> + <scroll>true</scroll> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>0</posx> + <posy>40</posy> + <width>570</width> + <height>720</height> + <texture>panel.png</texture> + </control> + <control type="panel" id="20"> + <posx>0</posx> + <posy>40</posy> + <width>570</width> + <height>720</height> + <onleft>21</onleft> + <onright>21</onright> + <onup>20</onup> + <ondown>20</ondown> + <viewtype label="">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="80" width="570"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="80" width="570"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>595</posx> + <posy>70</posy> + <width>10</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + </control> + <control type="group"> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <posx>650</posx> + <posy>80</posy> + <control type="label" id="102"> + <description>current directory text label</description> + <posx>570</posx> + <posy>0</posy> + <width>570</width> + <height>40</height> + <font>font20_title</font> + <align>right</align> + <shadowcolor>black</shadowcolor> + <scroll>true</scroll> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>0</posx> + <posy>40</posy> + <width>570</width> + <height>720</height> + <texture>panel.png</texture> + </control> + <control type="panel" id="21"> + <posx>0</posx> + <posy>40</posy> + <width>570</width> + <height>720</height> + <onleft>20</onleft> + <onright>20</onright> + <onup>21</onup> + <ondown>21</ondown> + <viewtype label="">list</viewtype> + <pagecontrol>61</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="80" width="570"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="80" width="570"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="61"> + <posx>595</posx> + <posy>70</posy> + <width>10</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>ParentDir</onclick> + <icon>icon_button_back.png</icon> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + </item> + </content> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/Font.xml b/addons/skin.estouchy/xml/Font.xml new file mode 100644 index 0000000000..641ad7e57e --- /dev/null +++ b/addons/skin.estouchy/xml/Font.xml @@ -0,0 +1,192 @@ +<?xml version="1.0" encoding="UTF-8"?> +<fonts> + <fontset id="Default" idloc="31390"> + <!-- Normal Fonts --> + <font> + <name>font13</name> + <filename>Arial.ttf</filename> + <size>24</size> + </font> + <font> + <name>font16</name> + <filename>Arial.ttf</filename> + <size>16</size> + </font> + <font> + <name>font20</name> + <filename>Arial.ttf</filename> + <size>20</size> + </font> + <font> + <name>font22</name> + <filename>Arial.ttf</filename> + <size>22</size> + </font> + <font> + <name>font24</name> + <filename>Arial.ttf</filename> + <size>24</size> + </font> + <font> + <name>font25</name> + <filename>Arial.ttf</filename> + <size>25</size> + </font> + <font> + <name>font30</name> + <filename>Arial.ttf</filename> + <size>30</size> + </font> + <!-- Title Fonts --> + <font> + <name>font11_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>11</size> + </font> + <font> + <name>font14_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>14</size> + </font> + <font> + <name>font18_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>18</size> + </font> + <font> + <name>font20_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>20</size> + </font> + <font> + <name>font24_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>24</size> + </font> + <font> + <name>font28_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>28</size> + </font> + <font> + <name>font30_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>30</size> + </font> + <font> + <name>font35_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>35</size> + </font> + <font> + <name>font80_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>80</size> + </font> + <font> + <name>font20_narrow</name> + <filename>Arial.ttf</filename> + <size>20</size> + <linespacing>0.91</linespacing> + </font> + </fontset> + <fontset id="Arial" idloc="31391"> + <!-- Normal Fonts --> + <font> + <name>font13</name> + <filename>Arial.ttf</filename> + <size>24</size> + </font> + <font> + <name>font16</name> + <filename>Arial.ttf</filename> + <size>16</size> + </font> + <font> + <name>font20</name> + <filename>Arial.ttf</filename> + <size>20</size> + </font> + <font> + <name>font22</name> + <filename>Arial.ttf</filename> + <size>22</size> + </font> + <font> + <name>font24</name> + <filename>Arial.ttf</filename> + <size>24</size> + </font> + <font> + <name>font25</name> + <filename>Arial.ttf</filename> + <size>25</size> + </font> + <font> + <name>font30</name> + <filename>Arial.ttf</filename> + <size>30</size> + </font> + <!-- Title Fonts --> + <font> + <name>font11_title</name> + <filename>Arial.ttf</filename> + <size>11</size> + <style>bold</style> + </font> + <font> + <name>font14_title</name> + <filename>Arial.ttf</filename> + <size>14</size> + <style>bold</style> + </font> + <font> + <name>font18_title</name> + <filename>Arial.ttf</filename> + <size>18</size> + <style>bold</style> + </font> + <font> + <name>font20_title</name> + <filename>Arial.ttf</filename> + <size>20</size> + <style>bold</style> + </font> + <font> + <name>font24_title</name> + <filename>Arial.ttf</filename> + <size>24</size> + <style>bold</style> + </font> + <font> + <name>font28_title</name> + <filename>Arial.ttf</filename> + <size>28</size> + <style>bold</style> + </font> + <font> + <name>font30_title</name> + <filename>Arial.ttf</filename> + <size>30</size> + <style>bold</style> + </font> + <font> + <name>font35_title</name> + <filename>Arial.ttf</filename> + <size>35</size> + <style>bold</style> + </font> + <font> + <name>font80_title</name> + <filename>Arial.ttf</filename> + <size>80</size> + <style>bold</style> + </font> + <font> + <name>font20_narrow</name> + <filename>Arial.ttf</filename> + <size>20</size> + <linespacing>0.91</linespacing> + </font> + </fontset> +</fonts> diff --git a/addons/skin.estouchy/xml/Home.xml b/addons/skin.estouchy/xml/Home.xml new file mode 100644 index 0000000000..a74d132439 --- /dev/null +++ b/addons/skin.estouchy/xml/Home.xml @@ -0,0 +1,256 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">9000</defaultcontrol> + <onload condition="IsEmpty(Skin.String(FirstRun))">ActivateWindow(1111)</onload> + <controls> + <control type="label"> + <posx>-10</posx> + <posy>-10</posy> + <width>0</width> + <height>0</height> + <label>$INFO[Weather.FanartCode]</label> <!-- trigger weather retrieval --> + </control> + <include>CommonBackground</include> + <control type="group"> + <include>Window_OpenClose_Animation</include> + <animation effect="slide" start="0,0" end="106,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + <visible>Library.HasContent(Movies) | Library.HasContent(TVShows) | Library.HasContent(Music) | IntegerGreaterThan(Container(2400).NumItems,0)</visible> + <control type="button"> + <posx>509r</posx> + <posy>120</posy> + <width>33</width> + <height>55</height> + <texturenofocus>arrow_left.png</texturenofocus> + <texturefocus colordiffuse="blue">arrow_left.png</texturefocus> + <onclick>Control.Move(9010,-1)</onclick> + </control> + <control type="button"> + <posx>176r</posx> + <posy>120</posy> + <width>33</width> + <height>55</height> + <texturenofocus>arrow_right.png</texturenofocus> + <texturefocus colordiffuse="blue">arrow_right.png</texturefocus> + <onclick>Control.Move(9010,1)</onclick> + </control> + <control type="wraplist" id="9010"> + <include>VisibleFadeEffect</include> + <posx>426r</posx> + <posy>78</posy> + <width>200</width> + <height>140</height> + <onup>9000</onup> + <ondown>9002</ondown> + <scrolltime>0</scrolltime> + <orientation>Horizontal</orientation> + <itemlayout width="200" height="140"> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <height>100</height> + <width>160</width> + <texture>button_nofocus.png</texture> + </control> + <control type="label"> + <posx>5</posx> + <posy>0</posy> + <height>140</height> + <width>190</width> + <label>$INFO[ListItem.Label]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <font>font22</font> + </control> + </itemlayout> + <focusedlayout width="200" height="140"> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <height>100</height> + <width>160</width> + <texture>button_nofocus.png</texture> + <visible>!Control.HasFocus(9010)</visible> + </control> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <height>100</height> + <width>160</width> + <texture>list_focus.png</texture> + <visible>Control.HasFocus(9010)</visible> + </control> + <control type="label"> + <posx>5</posx> + <posy>0</posy> + <height>140</height> + <width>190</width> + <label>$INFO[ListItem.Label]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <font>font22</font> + </control> + </focusedlayout> + <content> + <item id="1"> + <label>$LOCALIZE[31011][CR]$LOCALIZE[31013]</label> + <onclick>Control.Move(9010,1)</onclick> + <icon>-</icon> + <thumb>-</thumb> + <visible>Library.HasContent(Movies)</visible> + </item> + <item id="2"> + <label>$LOCALIZE[31011][CR]$LOCALIZE[31014]</label> + <onclick>Control.Move(9010,1)</onclick> + <icon>-</icon> + <thumb>-</thumb> + <visible>Library.HasContent(TVShows)</visible> + </item> + <item id="3"> + <label>$LOCALIZE[31011][CR]$LOCALIZE[31016]</label> + <onclick>Control.Move(9010,1)</onclick> + <icon>-</icon> + <thumb>-</thumb> + <visible>Library.HasContent(Music)</visible> + </item> + <item id="4"> + <label>24001</label> + <onclick>Control.Move(9010,1)</onclick> + <icon>-</icon> + <thumb>-</thumb> + <visible>IntegerGreaterThan(Container(2400).NumItems,0)</visible> + </item> + </content> + </control> + </control> + <control type="group"> + <animation effect="slide" start="0,0" end="212,0" time="0" condition="StringCompare(Skin.AspectRatio,16:9) + !Library.HasContent(Movies) + !Library.HasContent(TVShows) + !Library.HasContent(Music) + !IntegerGreaterThan(Container(2400).NumItems,0)">Conditional</animation> + <animation effect="slide" start="0,0" end="323,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3) + !Library.HasContent(Movies) + !Library.HasContent(TVShows) + !Library.HasContent(Music) + !IntegerGreaterThan(Container(2400).NumItems,0)">Conditional</animation> + <include condition="StringCompare(Skin.AspectRatio,16:9)" name="HomeMenu"> + <param name="panel-width">1000</param> + <param name="layout-width">500</param> + <param name="list-width">480</param> + <param name="label-posx-left">110</param> + <param name="label-posx-right">0</param> + <param name="label-width">370</param> + <param name="icon-posx-left">6</param> + <param name="icon-posx-right">386</param> + <param name="iconback-posx">383</param> + <param name="iconback-width">98</param> + </include> + <include condition="StringCompare(Skin.AspectRatio,4:3)" name="HomeMenu"> + <param name="panel-width">832</param> + <param name="layout-width">416</param> + <param name="list-width">400</param> + <param name="label-posx-left">90</param> + <param name="label-posx-right">-20</param> + <param name="label-width">330</param> + <param name="icon-posx-left">-6</param> + <param name="icon-posx-right">318</param> + <param name="iconback-posx">326</param> + <param name="iconback-width">75</param> + </include> + <control type="panel" id="9002"> + <include>Window_OpenClose_Animation</include> + <posx>240</posx> + <posy>185r</posy> + <animation effect="fade" start="100" end="0" time="300" condition="Window.Next(Home)">WindowClose</animation> + <animation effect="fade" end="100" start="0" time="300" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="slide" start="0,0" end="60,0" time="0" condition="StringCompare(Container(9002).NumItems,4)">conditional</animation> + <animation effect="slide" start="0,0" end="120,0" time="0" condition="StringCompare(Container(9002).NumItems,3)">conditional</animation> + <animation effect="slide" start="0,0" end="-100,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + <width>802</width> + <height>120</height> + <onleft>9002</onleft> + <onright>9002</onright> + <onup>9001</onup> + <ondown>20</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>300</scrolltime> + <orientation>Horizontal</orientation> + <itemlayout height="100" width="120"> + <control type="image"> + <posx>5</posx> + <posy>0</posy> + <width>90</width> + <height>90</height> + <texture>button_nofocus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>80</width> + <height>80</height> + <bordersize>12</bordersize> + <texture>$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + </itemlayout> + <focusedlayout height="100" width="120"> + <control type="image"> + <posx>5</posx> + <posy>0</posy> + <width>90</width> + <height>90</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>80</width> + <height>80</height> + <bordersize>12</bordersize> + <texture>$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + </focusedlayout> + <content> + <item> + <label>13012</label> + <onclick>Quit</onclick> + <icon>icon_button_shutdown.png</icon> + </item> + <item> + <label>20126</label> + <onclick>System.LogOff</onclick> + <icon>icon_button_logoff.png</icon> + <visible>System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)</visible> + </item> + <item> + <label>5</label> + <onclick>ActivateWindow(Settings)</onclick> + <icon>icon_button_settings.png</icon> + </item> + <item> + <label>13376</label> + <onclick>ActivateWindow(1112)</onclick> + <icon>icon_button_volume.png</icon> + <visible>!System.Platform.IOS</visible> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + </item> + <item> + <label>20183</label> + <onclick>ReloadSkin</onclick> + <icon>icon_button_refresh.png</icon> + <visible>false</visible> + </item> + </content> + </control> + </control> + <include condition="StringCompare(Skin.AspectRatio,16:9)" name="HomeRecentlyAddedInfo"> + <param name="group-posx">640r</param> + <param name="panel-width">630</param> + </include> + <include condition="StringCompare(Skin.AspectRatio,4:3)" name="HomeRecentlyAddedInfo"> + <param name="group-posx">430r</param> + <param name="panel-width">420</param> + </include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml new file mode 100644 index 0000000000..eb09d09fd4 --- /dev/null +++ b/addons/skin.estouchy/xml/Includes.xml @@ -0,0 +1,1578 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <include file="defaults.xml" /> + <include file="IncludesCodecFlagging.xml" /> + <include file="IncludesPlayerControls.xml" /> + <include file="IncludesHomeRecentlyAdded.xml" /> + <include file="IncludesKeypad.xml" /> + + <include file="ViewsList.xml" /> + <include file="ViewsThumbnail.xml" /> + <include file="ViewsWide.xml" /> + <include file="ViewsPVR.xml" /> + + <constant name="FanartCrossfadeTime">500</constant> + <constant name="IconCrossfadeTime">400</constant> + + <variable name="PlaylistHeader"> + <value condition="Window.IsVisible(musicplaylist)">$LOCALIZE[10517]</value> + <value condition="Window.IsVisible(videoplaylist)">$LOCALIZE[10522]</value> + </variable> + <variable name="OSDImage"> + <value condition="Window.IsVisible(MusicOSD)">$INFO[MusicPlayer.Cover]</value> + <value condition="Window.IsVisible(VideoOSD)">$INFO[VideoPlayer.Cover]</value> + </variable> + <variable name="OSDLabel1"> + <value condition="Window.IsVisible(MusicOSD)">$INFO[MusicPlayer.Artist]</value> + <value condition="Window.IsVisible(VideoOSD) + VideoPlayer.Content(Episodes)">$INFO[VideoPlayer.TVShowTitle]</value> + <value condition="Window.IsVisible(VideoOSD)">$INFO[VideoPlayer.Studio]</value> + </variable> + <variable name="OSDLabel2"> + <value condition="Window.IsVisible(MusicOSD)">$INFO[MusicPlayer.Title]</value> + <value condition="Window.IsVisible(VideoOSD)">$INFO[VideoPlayer.Title]</value> + </variable> + <variable name="OSDLabel3"> + <value condition="Window.IsVisible(MusicOSD)">$INFO[MusicPlayer.Album]</value> + <value condition="Window.IsVisible(VideoOSD) + VideoPlayer.Content(Episodes)">$INFO[VideoPlayer.Season,$LOCALIZE[20373]: ]     $INFO[VideoPlayer.Episode,$LOCALIZE[20359]: ]</value> + <value condition="Window.IsVisible(VideoOSD)">$INFO[VideoPlayer.Genre]</value> + </variable> + <variable name="OSDLabel4"> + <value condition="Window.IsVisible(MusicOSD) + !MusicPartyMode.Enabled">$INFO[MusicPlayer.Playlistposition,$LOCALIZE[554]: ]$INFO[MusicPlayer.Playlistlength, / ]</value> + <value condition="Window.IsVisible(VideoOSD) + Player.ChapterCount">$INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ]</value> + </variable> + <variable name="OSDLabel5"> + <value condition="Window.IsVisible(MusicOSD) + MusicPlayer.HasNext">$LOCALIZE[209]: $INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title]</value> + <value condition="Window.IsVisible(VideoOSD)">$LOCALIZE[31049] $INFO[Player.FinishTime]</value> + </variable> + <variable name="PosterThumb"> + <value condition="!IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value> + <value condition="IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Icon]</value> + </variable> + <variable name="PVRSection"> + <value condition="Window.IsVisible(TVChannels) | Window.IsVisible(TVGuide) | Window.IsVisible(TVRecordings) | Window.IsVisible(TVTimers) | Window.IsVisible(TVTimerRules) | Window.IsVisible(TVSearch)">$LOCALIZE[31556]</value> + <value condition="Window.IsVisible(RadioChannels) | Window.IsVisible(RadioGuide) | Window.IsVisible(RadioRecordings) | Window.IsVisible(RadioTimers) | Window.IsVisible(RadioTimerRules) | Window.IsVisible(RadioSearch)">$LOCALIZE[19021]</value> + </variable> + <variable name="PVRSwitch"> + <value condition="Window.IsVisible(TVChannels) | Window.IsVisible(TVGuide) | Window.IsVisible(TVRecordings) | Window.IsVisible(TVTimers) | Window.IsVisible(TVTimerRules) | Window.IsVisible(TVSearch)">$LOCALIZE[19021]</value> + <value condition="Window.IsVisible(RadioChannels) | Window.IsVisible(RadioGuide) | Window.IsVisible(RadioRecordings) | Window.IsVisible(RadioTimers) | Window.IsVisible(RadioTimerRules) | Window.IsVisible(RadioSearch)">$LOCALIZE[31556]</value> + </variable> + <variable name="Breadcrumb-Icon"> + <value condition="Window.IsVisible(Videos) | Window.IsVisible(VideoPlaylist)">icon_breadcrumb_video.png</value> + <value condition="Window.IsVisible(MusicLibrary) | Window.IsVisible(MusicPlaylist)">icon_breadcrumb_music.png</value> + <value condition="Window.IsVisible(Weather)">icon_breadcrumb_weather.png</value> + <value condition="Window.IsVisible(Pictures)">icon_breadcrumb_pictures.png</value> + <value condition="Window.IsVisible(Programs) | Window.IsVisible(AddonBrowser)">icon_breadcrumb_addons.png</value> + <value condition="Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels) | Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide) | Window.IsVisible(TVRecordings) | Window.IsVisible(RadioRecordings) | Window.IsVisible(TVSearch) | Window.IsVisible(RadioSearch) | Window.IsVisible(TVTimers) | Window.IsVisible(RadioTimers) | Window.IsVisible(TVTimerRules) | Window.IsVisible(RadioTimerRules)">icon_breadcrumb_tv.png</value> + <value>icon_breadcrumb_settings.png</value> + </variable> + <variable name="SeekLabel"> + <value condition="Player.Forwarding">$LOCALIZE[31044] $VAR[Speed]</value> + <value condition="Player.Rewinding">$LOCALIZE[31045] $VAR[Speed]</value> + <value condition="Player.Seeking + !Player.DisplayAfterSeek">[UPPERCASE]$LOCALIZE[773][/UPPERCASE]</value> + <value condition="Player.Seeking">$INFO[Player.SeekTime]</value> + <value condition="Player.DisplayAfterSeek + ![Player.Forwarding | Player.Rewinding]">[UPPERCASE]$LOCALIZE[773][/UPPERCASE] $INFO[Player.SeekOffset]</value> + <value condition="!IsEmpty(Player.SeekStepSize) + ![Player.Forwarding | Player.Rewinding]">[UPPERCASE]$LOCALIZE[773][/UPPERCASE] $INFO[Player.SeekStepSize]</value> + </variable> + <variable name="Speed"> + <value condition="Player.Forwarding2x | Player.Rewinding2x">2x</value> + <value condition="Player.Forwarding4x | Player.Rewinding4x">4x</value> + <value condition="Player.Forwarding8x | Player.Rewinding8x">8x</value> + <value condition="Player.Forwarding16x | Player.Rewinding16x">16x</value> + <value condition="Player.Forwarding32x | Player.Rewinding32x">32x</value> + </variable> + + <include name="ScreenWidth"> + <include condition="StringCompare(Skin.AspectRatio,16:9)">ScreenWidth-16x9</include> + <include condition="StringCompare(Skin.AspectRatio,4:3)">ScreenWidth-4x3</include> + </include> + + <include name="ScreenWidth-16x9"> + <width>1706</width> + </include> + <include name="ScreenWidth-4x3"> + <width>1280</width> + </include> + + <include name="CommonBackground"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <aspectratio>scale</aspectratio> + <include>ScreenWidth</include> + <height>960</height> + <texture fallback="special://skin/background/SKINDEFAULT.jpg">special://skin/background/$INFO[Skin.CurrentTheme].jpg</texture> + <visible>!Skin.HasSetting(UseCustomBackground)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <aspectratio>scale</aspectratio> + <include>ScreenWidth</include> + <height>960</height> + <texture>$INFO[Skin.String(CustomBackground)]</texture> + <visible>Skin.HasSetting(UseCustomBackground)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <texture background="true">$INFO[Container.Art(tvshow.fanart)]</texture> + <aspectratio>scale</aspectratio> + <fadetime>FanartCrossfadeTime</fadetime> + <visible>Container.Content(Seasons) | Container.Content(Episodes)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <texture background="true">$INFO[Container.Art(artist.fanart)]</texture> + <aspectratio>scale</aspectratio> + <fadetime>FanartCrossfadeTime</fadetime> + <visible>Container.Content(Albums) | Container.Content(Songs)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <texture background="true">$INFO[ListItem.Art(fanart)]</texture> + <aspectratio>scale</aspectratio> + <fadetime>FanartCrossfadeTime</fadetime> + <visible>![Container.Content(Seasons) | Container.Content(Episodes) | Container.Content(Albums) | Container.Content(Songs)]</visible> + </control> + <control type="image"> + <description>fanart</description> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <texture background="true">$INFO[Player.Art(fanart)]</texture> + <aspectratio>scale</aspectratio> + <fadetime>FanartCrossfadeTime</fadetime> + <visible>Player.HasMedia</visible> + </control> + <control type="videowindow"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <visible>!Skin.HasSetting(HideVideoBackground) + Player.HasVideo + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels) + !Window.IsVisible(TVGuide) + !Window.IsVisible(RadioGuide) + !Window.IsVisible(TVSearch) + !Window.IsVisible(RadioSearch) + !Window.IsVisible(TVTimers) + !Window.IsVisible(RadioTimers) + !Window.IsVisible(TVTimerRules) + !Window.IsVisible(RadioTimerRules) + !Window.IsVisible(TVRecordings) + !Window.IsVisible(RadioRecordings)</visible> + </control> + <control type="visualisation"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <visible>!Skin.HasSetting(HideVizBackground) + Player.HasAudio</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <texture>black.png</texture> + <colordiffuse>70000000</colordiffuse> + <include>VisibleFadeEffect</include> + <visible>[!IsEmpty(ListItem.Art(fanart)) + !Player.HasMedia] | [!Skin.HasSetting(HideVizBackground) + Player.HasAudio] | [!Skin.HasSetting(HideVideoBackground) + Player.HasVideo + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels) + !Window.IsVisible(TVGuide) + !Window.IsVisible(RadioGuide) + !Window.IsVisible(TVSearch) + !Window.IsVisible(RadioSearch) + !Window.IsVisible(TVTimers) + !Window.IsVisible(RadioTimers) + !Window.IsVisible(TVTimerRules) + !Window.IsVisible(RadioTimerRules) + !Window.IsVisible(TVRecordings) + !Window.IsVisible(RadioRecordings)]</visible> + </control> + </include> + <include name="CommonBackgroundOverlay"> + <control type="group"> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>80</height> + <texture border="0,0,0,2">header.png</texture> + </control> + <control type="button"> + <description>Home Button</description> + <posx>22</posx> + <posy>2</posy> + <width>150</width> + <height>75</height> + <font>-</font> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>ActivateWindow(Home)</onclick> + </control> + <control type="image"> + <description>Kodi Logo</description> + <posx>22</posx> + <posy>2</posy> + <width>150</width> + <height>75</height> + <texture>kodi_logo.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>80r</posy> + <include>ScreenWidth</include> + <height>80</height> + <texture flipy="true">header.png</texture> + </control> + <control type="rss"> + <posx>0</posx> + <posy>58r</posy> + <height>30</height> + <include>ScreenWidth</include> + <font>font24_title</font> + <urlset>1</urlset> + <textcolor>white</textcolor> + <titlecolor>blue</titlecolor> + <headlinecolor>FFC0C0C0</headlinecolor> + <include>Window_OpenClose_Animation</include> + <visible>Window.IsVisible(Home)</visible> + </control> + <control type="image"> + <description>Window label Position Image</description> + <posx>10</posx> + <posy>58r</posy> + <width>40</width> + <height>40</height> + <aspectratio>keep</aspectratio> + <texture>$VAR[Breadcrumb-Icon]</texture> + <colordiffuse>blue</colordiffuse> + <visible>!Window.IsVisible(Home)</visible> + <animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation> + </control> + </control> + <control type="grouplist"> + <!-- weather & time --> + <include>VisibleFadeEffect</include> + <posx>415r</posx> + <posy>16</posy> + <width>400</width> + <height>45</height> + <align>right</align> + <itemgap>10</itemgap> + <orientation>horizontal</orientation> + <include condition="!Window.IsVisible(LoginScreen)">WeatherIcon</include> + <control type="label"> + <description>System Time</description> + <height>45</height> + <width>145</width> + <font>font30</font> + <textcolor>white</textcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[System.Time]</label> + </control> + <control type="image"> + <description>System Time Clock</description> + <height>45</height> + <width>45</width> + <texture colordiffuse="blue">icon_header_clock.png</texture> + <aspectratio>keep</aspectratio> + </control> + </control> + </include> + <include name="WeatherIcon"> + <control type="button"> + <description>Weather label</description> + <height>45</height> + <width>100</width> + <font>font30</font> + <textcolor>white</textcolor> + <align>right</align> + <animation effect="fade" time="300">VisibleChange</animation> + <texturefocus>-</texturefocus> + <texturenofocus>-</texturenofocus> + <aligny>center</aligny> + <textoffsetx>0</textoffsetx> + <onclick>ActivateWindow(weather)</onclick> + <label>$INFO[Window(Weather).Property(Current.Temperature)]$INFO[System.TemperatureUnits]</label> + <visible>!IsEmpty(Window(Weather).Property(Current.Temperature))</visible> + </control> + <control type="image"> + <description>Weather</description> + <width>45</width> + <height>45</height> + <fadetime>300</fadetime> + <aspectratio align="left">keep</aspectratio> + <texture colordiffuse="blue">weather/$INFO[Window(Weather).Property(Current.FanartCode)].png</texture> + <animation effect="fade" time="300">VisibleChange</animation> + <visible>!IsEmpty(Window(Weather).Property(Current.Temperature))</visible> + </control> + </include> + <include name="BehindDialogFadeOut"> + <control type="image"> + <posx>-1706</posx> + <posy>-960</posy> + <width>5118</width> + <height>2880</height> + <texture>grey.png</texture> + <animation effect="fade" time="300">Visible</animation> + <animation effect="fade" time="200">Hidden</animation> + </control> + </include> + <include name="MediaWindowTitleCommons"> + <posx>65</posx> + <posy>70r</posy> + <width>610</width> + <height>64</height> + <align>left</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <scroll>false</scroll> + <include>Window_OpenClose_Animation</include> + </include> + <include name="WindowTitleCommons"> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + </include> + <include name="ScrollBarCommons"> + <control type="group"> + <include>Window_OpenClose_Animation</include> + <posx>40r</posx> + <posy>120</posy> + <visible>Control.IsVisible(60) + ![[Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide)] + Control.IsVisible(10)]</visible> + <animation effect="slide" start="40,0" end="0,0" time="400">Visible</animation> + <animation effect="slide" start="0,0" end="40,0" time="400">Hidden</animation> + <animation effect="slide" start="0,0" end="-7,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + <control type="scrollbar" id="60"> + <posx>8</posx> + <posy>40</posy> + <width>10</width> + <height>640</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>60</onleft> + <onright>60</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + </control> + </include> + <include name="DialogCloseButtonCommons"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>59</height> + <texture border="2">separator.png</texture> + <colordiffuse>FF464646</colordiffuse> + </control> + <control type="button"> + <description>Close Button</description> + <posx>4</posx> + <posy>0</posy> + <width>60</width> + <height>60</height> + <font>-</font> + <onclick>back</onclick> + <texturefocus>icon_dialog_close.png</texturefocus> + <texturenofocus>icon_dialog_close.png</texturenofocus> + </control> + </include> + <include name="MediaSubMenu"> + <control type="button" id="2"> + <description>View button needed for panel below to work</description> + <visible>false</visible> + </control> + <control type="button" id="19"> + <description>Filter button needed for panel below to work</description> + <visible>false</visible> + </control> + <control type="button" id="31"> + <description>Filter button needed for panel below to work</description> + <visible>false</visible> + </control> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>587</label> + <onclick condition="!Container.CanFilterAdvanced">SendClick(19)</onclick> + <onclick condition="Container.CanFilterAdvanced">Filter</onclick> + <icon>icon_button_filter.png</icon> + <visible>!Container.Filtered + ![Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels) | Window.IsVisible(TVRecordings) | Window.IsVisible(RadioRecordings) | Window.IsVisible(TVTimers) | Window.IsVisible(RadioTimers) | Window.IsVisible(TVTimerRules) | Window.IsVisible(RadioTimerRules) | Window.IsVisible(TVSearch) | Window.IsVisible(RadioSearch) | Window.IsVisible(MusicOSD) | Window.IsVisible(VideoOSD)]</visible> + </item> + <item> + <label>587</label> + <onclick condition="!Container.CanFilterAdvanced">SendClick(19)</onclick> + <onclick condition="Container.CanFilterAdvanced">Filter</onclick> + <icon>icon_button_filtered.png</icon> + <visible>Container.Filtered + ![Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels) | Window.IsVisible(TVRecordings) | Window.IsVisible(RadioRecordings) | Window.IsVisible(TVTimers) | Window.IsVisible(RadioTimers) | Window.IsVisible(TVTimerRules) | Window.IsVisible(RadioTimerRules) | Window.IsVisible(TVSearch) | Window.IsVisible(RadioSearch) | Window.IsVisible(MusicOSD) | Window.IsVisible(VideoOSD)]</visible> + </item> + <item> + <label>587</label> + <onclick>SendClick(31)</onclick> + <icon>icon_button_filter.png</icon> + <visible>Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels)</visible> + </item> + <item> + <label>31202</label> + <onclick condition="![Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide)]">Container.NextViewMode</onclick> + <onclick condition="Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide)">SendClick(2)</onclick> + <icon>icon_button_view.png</icon> + <visible>![Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels) | Window.IsVisible(TVRecordings) | Window.IsVisible(RadioRecordings) | Window.IsVisible(TVTimers) | Window.IsVisible(RadioTimers) | Window.IsVisible(TVTimerRules) | Window.IsVisible(RadioTimerRules) | Window.IsVisible(TVSearch) | Window.IsVisible(RadioSearch) | Window.IsVisible(MusicOSD) | Window.IsVisible(VideoOSD)]</visible> + </item> + <item> + <label>31200</label> + <onclick condition="Window.IsVisible(MusicOSD) | Window.IsVisible(VideoOSD)">Dialog.Close(all,true)</onclick> + <onclick>ParentDir</onclick> + <icon>icon_button_back.png</icon> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + <visible>![Window.IsVisible(MusicOSD) | Window.IsVisible(VideoOSD)]</visible> + </item> + <item> + <label>5</label> + <onclick condition="IsEmpty(Window(Home).Property(DropdownMenuVisible))">SetProperty(DropdownMenuVisible,Show,Home)</onclick> + <onclick condition="!IsEmpty(Window(Home).Property(DropdownMenuVisible))">ClearProperty(DropdownMenuVisible,Home)</onclick> + <icon>icon_button_settings.png</icon> + </item> + </content> + </control> + </include> + <include name="SubMenuCommonLayout"> + <animation effect="fade" start="100" end="0" time="300" condition="Window.Next(Home)">WindowClose</animation> + <animation effect="fade" end="100" start="0" time="300" condition="Window.Previous(Home)">WindowOpen</animation> + <animation effect="slide" start="0,0" end="120,0" time="0" condition="StringCompare(Container(9002).NumItems,5)">conditional</animation> + <animation effect="slide" start="0,0" end="240,0" time="0" condition="StringCompare(Container(9002).NumItems,4)">conditional</animation> + <animation effect="slide" start="0,0" end="360,0" time="0" condition="StringCompare(Container(9002).NumItems,3)">conditional</animation> + <animation effect="slide" start="0,0" end="480,0" time="0" condition="StringCompare(Container(9002).NumItems,2)">conditional</animation> + <animation effect="slide" start="0,0" end="600,0" time="0" condition="StringCompare(Container(9002).NumItems,1)">conditional</animation> + <posx>730r</posx> + <posy>78r</posy> + <width>802</width> + <height>120</height> + <onleft>9002</onleft> + <onright>9002</onright> + <onup>9001</onup> + <ondown>20</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>300</scrolltime> + <orientation>Horizontal</orientation> + <itemlayout height="78" width="120"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>78</height> + <texture border="2">separator.png</texture> + <colordiffuse>A0464646</colordiffuse> + </control> + <control type="image"> + <posx>21</posx> + <posy>0</posy> + <width>78</width> + <height>78</height> + <bordersize>12</bordersize> + <texture>$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="image"> + <posx>120</posx> + <posy>0</posy> + <width>2</width> + <height>78</height> + <texture border="2">separator.png</texture> + <colordiffuse>A0464646</colordiffuse> + </control> + </itemlayout> + <focusedlayout height="78" width="120"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>78</height> + <texture border="2">separator.png</texture> + <colordiffuse>A0464646</colordiffuse> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>122</width> + <height>78</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>21</posx> + <posy>0</posy> + <width>78</width> + <height>78</height> + <bordersize>12</bordersize> + <texture>$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="image"> + <posx>120</posx> + <posy>0</posy> + <width>2</width> + <height>78</height> + <texture border="2">separator.png</texture> + <colordiffuse>A0464646</colordiffuse> + </control> + </focusedlayout> + </include> + <include name="MenuButtonCommonValues"> + <height>80</height> + <width>350</width> + <textoffsetx>10</textoffsetx> + <textwidth>330</textwidth> + <textcolor>white</textcolor> + <align>left</align> + <aligny>center</aligny> + <font>font22</font> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + </include> + <include name="ButtonInfoDialogsCommonValues"> + <height>60</height> + <width>158</width> + <align>center</align> + <aligny>center</aligny> + <font>font18_title</font> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus>button_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + </include> + <include name="CommonNowPlaying"> + <control type="group"> + <posx>390</posx> + <posy>0</posy> + <include>VisibleFadeEffect</include> + <include>16x9_xPos_Relocation</include> + <visible>Player.HasMedia + ![Window.IsVisible(busydialog) | Window.IsVisible(Notification) | Window.IsVisible(volumebar) | Window.IsVisible(1112)]</visible> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>78</height> + <texture border="2">separator.png</texture> + <colordiffuse>FF464646</colordiffuse> + </control> + <control type="togglebutton"> + <description>Play Button</description> + <posx>13</posx> + <posy>20</posy> + <width>40</width> + <height>40</height> + <label>-</label> + <texturefocus colordiffuse="blue">osd_pause.png</texturefocus> + <texturenofocus>osd_pause.png</texturenofocus> + <alttexturefocus colordiffuse="blue">osd_play.png</alttexturefocus> + <alttexturenofocus>osd_play.png</alttexturenofocus> + <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> + <onclick>PlayerControl(Play)</onclick> + </control> + <control type="image"> + <posx>64</posx> + <posy>0</posy> + <width>2</width> + <height>78</height> + <texture border="2">separator.png</texture> + <colordiffuse>FF464646</colordiffuse> + </control> + <control type="progress"> + <description>Progressbar</description> + <posx>66</posx> + <posy>73</posy> + <width>368</width> + <height>5</height> + <info>Player.Progress</info> + <texturebg colordiffuse="grey3">white.png</texturebg> + <midtexture colordiffuse="blue">white.png</midtexture> + </control> + <control type="button"> + <posx>76</posx> + <posy>0</posy> + <width>348</width> + <height>80</height> + <texturefocus>-</texturefocus> + <texturenofocus>-</texturenofocus> + <onclick condition="Player.HasAudio">ActivateWindow(Visualisation)</onclick> + <onclick condition="Player.HasVideo">ActivateWindow(FullscreenVideo)</onclick> + </control> + <control type="fadelabel"> + <posx>70</posx> + <posy>16</posy> + <width>360</width> + <height>20</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[MusicPlayer.Title]$INFO[VideoPlayer.Title][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font20</font> + <textcolor>blue</textcolor> + </control> + <control type="fadelabel"> + <posx>70</posx> + <posy>45</posy> + <width>360</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[MusicPlayer.Artist][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font20</font> + <textcolor>white</textcolor> + <visible>Player.HasAudio</visible> + </control> + <control type="fadelabel"> + <posx>70</posx> + <posy>45</posy> + <width>360</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[VideoPlayer.Year] - $INFO[VideoPlayer.Duration][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font20</font> + <textcolor>white</textcolor> + <visible>Player.HasVideo + VideoPlayer.Content(Movies)</visible> + </control> + <control type="fadelabel"> + <posx>70</posx> + <posy>45</posy> + <width>360</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[VideoPlayer.TVShowTitle][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font20</font> + <textcolor>white</textcolor> + <visible>Player.HasVideo + VideoPlayer.Content(Episodes)</visible> + </control> + <control type="fadelabel"> + <posx>70</posx> + <posy>45</posy> + <width>360</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[VideoPlayer.Artist][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font20</font> + <textcolor>white</textcolor> + <visible>Player.HasVideo + VideoPlayer.Content(MusicVideos)</visible> + </control> + <control type="image"> + <posx>434</posx> + <posy>0</posy> + <width>2</width> + <height>78</height> + <texture border="2">separator.png</texture> + <colordiffuse>FF464646</colordiffuse> + </control> + <control type="button"> + <description>Next Button</description> + <posx>447</posx> + <posy>20</posy> + <width>40</width> + <height>40</height> + <label>-</label> + <texturenofocus>osd_next.png</texturenofocus> + <texturefocus colordiffuse="blue">osd_ext.png</texturefocus> + <onclick>PlayerControl(Next)</onclick> + </control> + <control type="image"> + <posx>498</posx> + <posy>0</posy> + <width>2</width> + <height>78</height> + <texture border="2">separator.png</texture> + <colordiffuse>FF464646</colordiffuse> + </control> + </control> + </include> + <include name="ScrollOffsetLabel"> + <control type="group"> + <include>16x9_xPos_Relocation</include> + <visible>Container.Scrolling + [StringCompare(Container.SortMethod,$LOCALIZE[551]) | StringCompare(Container.SortMethod,$LOCALIZE[561]) | StringCompare(Container.SortMethod,$LOCALIZE[558]) | StringCompare(Container.SortMethod,$LOCALIZE[557]) | StringCompare(Container.SortMethod,$LOCALIZE[556])]</visible> + <animation effect="fade" time="100">Visible</animation> + <animation effect="fade" time="300">Hidden</animation> + <posx>600</posx> + <posy>410</posy> + <width>320</width> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <texture>white.png</texture> + <colordiffuse>blue</colordiffuse> + </control> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <align>center</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.SortLetter][/B]</label> + <font>font30</font> + </control> + </control> + </include> + <include name="MediaBladeLeft"> + <control type="group"> + <posx>0</posx> + <posy>80</posy> + <animation effect="slide" start="0,0" end="-100,0" time="400" tween="quadratic" easing="in">WindowClose</animation> + <animation effect="slide" end="0,0" start="-100,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> + <control type="image"> + <description>Menu Panel</description> + <posx>0</posx> + <posy>0</posy> + <width>100</width> + <height>800</height> + <texture>side_panel.png</texture> + </control> + <control type="list" id="9000"> + <posx>0</posx> + <posy>0</posy> + <width>100</width> + <height>800</height> + <itemlayout width="100" height="100"> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>80</width> + <height>80</height> + <texture>$INFO[ListItem.Icon]</texture> + </control> + </itemlayout> + <focusedlayout width="100" height="100"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>100</width> + <height>100</height> + <texture>list_focus.png</texture> + <visible>Control.HasFocus(9000)</visible> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>80</width> + <height>80</height> + <texture>$INFO[ListItem.Icon]</texture> + </control> + </focusedlayout> + <content> + <item> + <label>-</label> + <onclick>ActivateWindow(TVChannels)</onclick> + <icon>icon_menu_livetv.png</icon> + <visible>Skin.HasSetting(ShowHomeButtonLiveTV)</visible> + </item> + <item> + <label>-</label> + <onclick>ActivateWindow(RadioChannels)</onclick> + <icon>icon_menu_radio.png</icon> + <visible>Skin.HasSetting(ShowHomeButtonRadio)</visible> + </item> + <item> + <label>-</label> + <onclick>ActivateWindow(Videos,MovieTitles,Return)</onclick> + <icon>icon_menu_movies.png</icon> + <visible>Library.HasContent(Movies)</visible> + <visible>!Skin.HasSetting(HideHomeButtonMovies)</visible> + </item> + <item> + <label>-</label> + <onclick>ActivateWindow(Videos,TVShowTitles,Return)</onclick> + <icon>icon_menu_tvshows.png</icon> + <visible>Library.HasContent(TVShows)</visible> + <visible>!Skin.HasSetting(HideHomeButtonTVShows)</visible> + </item> + <item> + <label>-</label> + <onclick>ActivateWindow(Videos)</onclick> + <icon>icon_menu_videos.png</icon> + <visible>!Skin.HasSetting(HideHomeButtonVideo)</visible> + </item> + <item> + <label>-</label> + <onclick>ActivateWindow(Music)</onclick> + <icon>icon_menu_music.png</icon> + <visible>!Skin.HasSetting(HideHomeButtonMusic)</visible> + </item> + <item> + <label>-</label> + <onclick>ActivateWindow(Pictures)</onclick> + <icon>icon_menu_pictures.png</icon> + <visible>!Skin.HasSetting(HideHomeButtonPictures)</visible> + </item> + <item> + <label>-</label> + <onclick>ActivateWindow(Programs,Addons,return)</onclick> + <icon>icon_menu_addons.png</icon> + <visible>!Skin.HasSetting(HideHomeButtonPrograms)</visible> + </item> + </content> + </control> + </control> + </include> + <include name="HomeMenu"> + <control type="group"> + <animation effect="slide" start="0,0" end="-1040,0" time="400" tween="quadratic" easing="in">WindowClose</animation> + <animation effect="slide" end="0,0" start="-1040,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> + <posx>0</posx> + <control type="image"> + <description>Menu Panel</description> + <posx>40</posx> + <posy>100</posy> + <width>$PARAM[list-width]</width> + <height>620</height> + <texture>panel.png</texture> + <animation effect="slide" start="0,0" end="-20,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + </control> + <control type="image"> + <description>Menu Panel</description> + <posx>540</posx> + <posy>100</posy> + <width>$PARAM[list-width]</width> + <height>620</height> + <texture>panel.png</texture> + <animation effect="slide" start="0,0" end="-104,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + </control> + <control type="image"> + <posx>40</posx> + <posy>-55</posy> + <width>$PARAM[list-width]</width> + <height>155</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <animation effect="slide" start="0,0" end="0,77" time="0" condition="!IntegerGreaterThan(Container(9000).NumItems,2)">conditional</animation> + <animation effect="slide" start="0,0" end="0,77" time="0" condition="!IntegerGreaterThan(Container(9000).NumItems,4)">conditional</animation> + <animation effect="slide" start="0,0" end="0,77" time="0" condition="!IntegerGreaterThan(Container(9000).NumItems,6)">conditional</animation> + <animation effect="slide" start="0,0" end="-20,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + <visible>!IntegerGreaterThan(Container(9000).NumItems,6)</visible> + </control> + <control type="image"> + <posx>540</posx> + <posy>-55</posy> + <width>$PARAM[list-width]</width> + <height>155</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <animation effect="slide" start="0,0" end="0,77" time="0" condition="!IntegerGreaterThan(Container(9000).NumItems,2)">conditional</animation> + <animation effect="slide" start="0,0" end="0,77" time="0" condition="!IntegerGreaterThan(Container(9000).NumItems,4)">conditional</animation> + <animation effect="slide" start="0,0" end="0,77" time="0" condition="!IntegerGreaterThan(Container(9000).NumItems,6)">conditional</animation> + <animation effect="slide" start="0,0" end="-104,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + <visible>!IntegerGreaterThan(Container(9000).NumItems,6)</visible> + </control> + <control type="panel" id="9000"> + <posx>40</posx> + <posy>100</posy> + <width>$PARAM[panel-width]</width> + <height>620</height> + <onleft>9000</onleft> + <onright>9003</onright> + <onup>10</onup> + <ondown>10</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>300</scrolltime> + <orientation>vertical</orientation> + <animation effect="slide" start="0,0" end="0,77" time="0" condition="!IntegerGreaterThan(Container(9000).NumItems,2)">conditional</animation> + <animation effect="slide" start="0,0" end="0,77" time="0" condition="!IntegerGreaterThan(Container(9000).NumItems,4)">conditional</animation> + <animation effect="slide" start="0,0" end="0,77" time="0" condition="!IntegerGreaterThan(Container(9000).NumItems,6)">conditional</animation> + <animation effect="slide" start="0,0" end="-20,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + <itemlayout height="155" width="$PARAM[layout-width]"> + <control type="image"> + <posx>$PARAM[icon-posx-left]</posx> + <posy>18</posy> + <width>90</width> + <height>120</height> + <texture>$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>$PARAM[label-posx-left]</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>155</height> + <font>font35_title</font> + <textcolor>white</textcolor> + <aligny>center</aligny> + <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[list-width]</width> + <height>155</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + </itemlayout> + <focusedlayout height="155" width="$PARAM[layout-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[list-width]</width> + <height>155</height> + <texture>list_focus.png</texture> + <visible>Control.HasFocus(9000)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[iconback-width]</width> + <height>155</height> + <texture>black.png</texture> + <colordiffuse>50000000</colordiffuse> + <visible>Control.HasFocus(9000)</visible> + </control> + <control type="image"> + <posx>$PARAM[icon-posx-left]</posx> + <posy>18</posy> + <width>90</width> + <height>120</height> + <texture>$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>$PARAM[label-posx-left]</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>155</height> + <font>font35_title</font> + <textcolor>white</textcolor> + <aligny>center</aligny> + <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label> + </control> + </focusedlayout> + <content> + <include>HomeMainMenuItems</include> + </content> + </control> + </control> + </include> + <include name="HomeMainMenuItems"> + <item id="1"> + <label>31556</label> + <onclick>ActivateWindow(TVChannels)</onclick> + <icon>icon_menu_livetv.png</icon> + <thumb>-</thumb> + <visible>Skin.HasSetting(ShowHomeButtonLiveTV)</visible> + </item> + <item id="2"> + <label>19021</label> + <onclick>ActivateWindow(RadioChannels)</onclick> + <icon>icon_menu_radio.png</icon> + <thumb>-</thumb> + <visible>Skin.HasSetting(ShowHomeButtonRadio)</visible> + </item> + <item id="3"> + <label>20342</label> + <onclick>ActivateWindow(Videos,MovieTitles,Return)</onclick> + <icon>icon_menu_movies.png</icon> + <thumb>-</thumb> + <visible>Library.HasContent(Movies)</visible> + <visible>!Skin.HasSetting(HideHomeButtonMovies)</visible> + </item> + <item id="4"> + <label>20343</label> + <onclick>ActivateWindow(Videos,TVShowTitles,Return)</onclick> + <icon>icon_menu_tvshows.png</icon> + <thumb>-</thumb> + <visible>Library.HasContent(TVShows)</visible> + <visible>!Skin.HasSetting(HideHomeButtonTVShows)</visible> + </item> + <item id="5"> + <label>3</label> + <onclick>ActivateWindow(Videos)</onclick> + <icon>icon_menu_videos.png</icon> + <thumb>-</thumb> + <visible>!Skin.HasSetting(HideHomeButtonVideo)</visible> + </item> + <item id="6"> + <label>2</label> + <onclick>ActivateWindow(Music)</onclick> + <icon>icon_menu_music.png</icon> + <thumb>-</thumb> + <visible>!Skin.HasSetting(HideHomeButtonMusic)</visible> + </item> + <item id="7"> + <label>1</label> + <onclick>ActivateWindow(Pictures)</onclick> + <icon>icon_menu_pictures.png</icon> + <thumb>-</thumb> + <visible>!Skin.HasSetting(HideHomeButtonPictures)</visible> + </item> + <item id="8"> + <label>24001</label> + <onclick>ActivateWindow(Programs,Addons,return)</onclick> + <icon>icon_menu_addons.png</icon> + <thumb>-</thumb> + <visible>!Skin.HasSetting(HideHomeButtonPrograms)</visible> + </item> + </include> + <include name="KeyboardButton"> + <width>84</width> + <height>76</height> + <texturenofocus colordiffuse="grey2">white.png</texturenofocus> + <texturefocus>list_focus.png</texturefocus> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + </include> + <include name="DropdownMenu"> + <control type="group"> + <visible>!IsEmpty(Window(Home).Property(DropdownMenuVisible))</visible> + <include>VisibleFadeEffect</include> + <animation effect="fade" time="250">WindowClose</animation> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>ClearProperty(DropdownMenuVisible,Home)</onclick> + </control> + <control type="group"> + <posx>360r</posx> + <posy>685r</posy> + <control type="image"> + <description>Panel image</description> + <posx>0</posx> + <posy>$PARAM[panel-posy]</posy> + <width>350</width> + <height>$PARAM[panel-height]</height> + <texture>dialog_back.png</texture> + </control> + <control type="grouplist"> + <posx>0</posx> + <posy>$PARAM[panel-posy]</posy> + <width>350</width> + <height>560</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <include condition="Window.IsVisible(AddonBrowser)">AddonsMenu</include> + <include condition="Window.IsVisible(EventLog)">EventLogMenu</include> + <include condition="Window.IsVisible(MusicLibrary)">MusicMenu</include> + <include condition="Window.IsVisible(MusicOSD)">MusicOSDMenu</include> + <include condition="Window.IsVisible(MusicPlaylist)">MusicPlaylistMenu</include> + <include condition="Window.IsVisible(MusicPlaylistEditor)">MusicPlaylistEditorMenu</include> + <include condition="Window.IsVisible(Pictures)">PicturesMenu</include> + <include condition="Window.IsVisible(Programs)">ProgramsMenu</include> + <include condition="Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels) | Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide) | Window.IsVisible(TVRecordings) | Window.IsVisible(RadioRecordings) | Window.IsVisible(TVTimers) | Window.IsVisible(RadioTimers) | Window.IsVisible(TVTimerRules) | Window.IsVisible(RadioTimerRules) | Window.IsVisible(TVSearch) | Window.IsVisible(RadioSearch)">PVRMenu</include> + <include condition="Window.IsVisible(PicturesSettings) | Window.IsVisible(ProgramsSettings) | Window.IsVisible(WeatherSettings) | Window.IsVisible(MusicSettings) | Window.IsVisible(SystemSettings) | Window.IsVisible(VideosSettings) | Window.IsVisible(ServiceSettings) | Window.IsVisible(AppearanceSettings)">SettingsMenu</include> + <include condition="Window.IsVisible(VideoLibrary)">VideosMenu</include> + <include condition="Window.IsVisible(VideoOSD)">VideoOSDMenu</include> + <include condition="Window.IsVisible(VideoPlaylist)">VideoPlaylistMenu</include> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>110r</posx> + <posy>125r</posy> + <width>75</width> + <height>41</height> + <texture>arrow_up.png</texture> + </control> + </control> + </control> + </include> + <include name="AddonsMenu"> + <control type="button" id="3"> + <description>Sort by button</description> + <include>MenuButtonCommonValues</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>MenuButtonCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus border="40,0,40,5">list_nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="button" id ="5"> + <description>settings</description> + <include>MenuButtonCommonValues</include> + <label>10004</label> + </control> + <control type="button" id="9"> + <description>Check for updates</description> + <include>MenuButtonCommonValues</include> + <label>24034</label> + </control> + <control type="radiobutton" id="7"> + <description>Hide foreign</description> + <textwidth>240</textwidth> + <include>MenuButtonCommonValues</include> + <label>25001</label> + </control> + <control type="radiobutton" id="8"> + <description>Hide broken</description> + <textwidth>240</textwidth> + <include>MenuButtonCommonValues</include> + <label>24999</label> + </control> + </include> + <include name="EventLogMenu"> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>MenuButtonCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus border="40,0,40,5">list_nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="button" id="21"> + <description>Level button</description> + <include>MenuButtonCommonValues</include> + <label>-</label> + </control> + <control type="radiobutton" id ="22"> + <description>Only show current level</description> + <textwidth>240</textwidth> + <include>MenuButtonCommonValues</include> + <label>-</label> + </control> + <control type="button" id="20"> + <description>Clear button</description> + <include>MenuButtonCommonValues</include> + <label>192</label> + </control> + </include> + <include name="MusicMenu"> + <control type="button" id="3"> + <description>Sort by button</description> + <include>MenuButtonCommonValues</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>MenuButtonCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus border="40,0,40,5">list_nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="button" id="8"> + <description>Search</description> + <include>MenuButtonCommonValues</include> + <label>137</label> + </control> + <control type="togglebutton" id="20"> + <description>Update Library</description> + <include>MenuButtonCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus border="40,0,40,5">list_nofocus.png</alttexturenofocus> + <label>653</label> + <altlabel>13353</altlabel> + <usealttexture>library.isscanningmusic</usealttexture> + </control> + <control type="radiobutton" id="16"> + <description>PartyMode</description> + <textwidth>240</textwidth> + <label>589</label> + <include>MenuButtonCommonValues</include> + <onclick>ClearProperty(DropdownMenuVisible,Home)</onclick> + </control> + <control type="button" id="1467"> + <description>Current Playlist</description> + <include>MenuButtonCommonValues</include> + <label>13350</label> + <onclick>ActivateWindow(musicplaylist)</onclick> + <visible>!StringCompare(Playlist.Length(music),0)</visible> + </control> + </include> + <include name="MusicOSDMenu"> + <control type="button"> + <label>250</label> + <include>MenuButtonCommonValues</include> + <onclick>Addon.Default.Set(xbmc.player.musicviz)</onclick> + </control> + <control type="button"> + <label>31005</label> + <include>MenuButtonCommonValues</include> + <onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick> + </control> + <control type="button"> + <label>31006</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(122)</onclick> + </control> + <control type="button"> + <label>$LOCALIZE[486]$INFO[Playlist.Repeat, : ]</label> + <include>MenuButtonCommonValues</include> + <onclick>PlayerControl(Repeat)</onclick> + </control> + <control type="button"> + <label>$LOCALIZE[590]$INFO[Playlist.Random, : ]</label> + <include>MenuButtonCommonValues</include> + <onclick>PlayerControl(Random)</onclick> + </control> + <control type="button"> + <label>$LOCALIZE[38018]</label> + <include>MenuButtonCommonValues</include> + <onclick>SetRating</onclick> + </control> + <control type="button"> + <label>15047</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(OSDAudioDSPSettings)</onclick> + <visible>system.getbool(audiooutput.dspaddonsenabled)</visible> + </control> + <control type="button"> + <label>29900</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(PVRRadioRDSInfo)</onclick> + <visible>RDS.HasRadiotextPlus</visible> + </control> + </include> + <include name="MusicPlaylistMenu"> + <control type="radiobutton" id="20"> + <description>Shuffle button</description> + <textwidth>240</textwidth> + <include>MenuButtonCommonValues</include> + <label>191</label> + </control> + <control type="button" id="26"> + <description>Repeat button</description> + <include>MenuButtonCommonValues</include> + <label>-</label> + </control> + <control type="button" id="21"> + <description>Save button</description> + <label>190</label> + <include>MenuButtonCommonValues</include> + </control> + <control type="button" id="22"> + <description>Clear button</description> + <label>192</label> + <include>MenuButtonCommonValues</include> + </control> + </include> + <include name="MusicPlaylistEditorMenu"> + <control type="button" id="6"> + <label>31055</label> + <include>MenuButtonCommonValues</include> + </control> + <control type="button" id="7"> + <description>Save Button</description> + <label>31056</label> + <include>MenuButtonCommonValues</include> + <onleft>50</onleft> + </control> + <control type="button" id="8"> + <description>Clear button</description> + <label>31057</label> + <include>MenuButtonCommonValues</include> + </control> + </include> + <include name="PicturesMenu"> + <control type="button" id="3"> + <description>Sort by button</description> + <include>MenuButtonCommonValues</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>MenuButtonCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus border="40,0,40,5">list_nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="button" id="6"> + <description>Slideshow</description> + <include>MenuButtonCommonValues</include> + <label>108</label> + <onclick>ClearProperty(DropdownMenuVisible,Home)</onclick> + </control> + <control type="button" id="7"> + <description>Recersive Slideshow</description> + <include>MenuButtonCommonValues</include> + <label>361</label> + <onclick>ClearProperty(DropdownMenuVisible,Home)</onclick> + </control> + <control type="radiobutton" id="9"> + <description>Randomize Toggle</description> + <textwidth>240</textwidth> + <include>MenuButtonCommonValues</include> + <label>13319</label> + </control> + </include> + <include name="ProgramsMenu"> + <control type="button" id="3"> + <description>Sort by button</description> + <include>MenuButtonCommonValues</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>MenuButtonCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus border="40,0,40,5">list_nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + </include> + <include name="PVRMenu"> + <control type="button" id="201"> + <include>MenuButtonCommonValues</include> + <label>19019</label> + <onclick condition="Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels)">NextChannelGroup</onclick> + <onclick condition="IsEmpty(Window.Property(IsRadio))">ReplaceWindow(TVChannels)</onclick> + <onclick condition="!IsEmpty(Window.Property(IsRadio))">ReplaceWindow(RadioChannels)</onclick> + </control> + <control type="button" id="202"> + <include>MenuButtonCommonValues</include> + <label>22020</label> + <onclick condition="Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide)">NextChannelGroup</onclick> + <onclick condition="IsEmpty(Window.Property(IsRadio))">ReplaceWindow(TVGuide)</onclick> + <onclick condition="!IsEmpty(Window.Property(IsRadio))">ReplaceWindow(RadioGuide)</onclick> + </control> + <control type="button" id="203"> + <include>MenuButtonCommonValues</include> + <label>19163</label> + <onclick condition="IsEmpty(Window.Property(IsRadio))">ReplaceWindow(TVRecordings)</onclick> + <onclick condition="!IsEmpty(Window.Property(IsRadio))">ReplaceWindow(RadioRecordings)</onclick> + </control> + <control type="button" id="204"> + <include>MenuButtonCommonValues</include> + <label>19040</label> + <onclick condition="IsEmpty(Window.Property(IsRadio))">ReplaceWindow(TVTimers)</onclick> + <onclick condition="!IsEmpty(Window.Property(IsRadio))">ReplaceWindow(RadioTimers)</onclick> + </control> + <control type="button" id="205"> + <include>MenuButtonCommonValues</include> + <label>19138</label> + <onclick condition="IsEmpty(Window.Property(IsRadio))">ReplaceWindow(TVTimerRules)</onclick> + <onclick condition="!IsEmpty(Window.Property(IsRadio))">ReplaceWindow(RadioTimerRules)</onclick> + </control> + <control type="button" id="206"> + <include>MenuButtonCommonValues</include> + <label>137</label> + <onclick condition="IsEmpty(Window.Property(IsRadio))">ReplaceWindow(TVSearch)</onclick> + <onclick condition="!IsEmpty(Window.Property(IsRadio))">ReplaceWindow(RadioSearch)</onclick> + </control> + <control type="button" id="207"> + <include>MenuButtonCommonValues</include> + <label>$VAR[PVRSwitch]</label> + <onclick condition="IsEmpty(Window.Property(IsRadio))">ReplaceWindow(RadioChannels)</onclick> + <onclick condition="!IsEmpty(Window.Property(IsRadio))">ReplaceWindow(TVChannels)</onclick> + </control> + <control type="radiobutton" id="6"> + <textwidth>240</textwidth> + <include>MenuButtonCommonValues</include> + <label>31564</label> + <visible>Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels)</visible> + </control> + <control type="radiobutton" id="7"> + <textwidth>240</textwidth> + <include>MenuButtonCommonValues</include> + <label>31565</label> + <visible>Window.IsVisible(TVRecordings) | Window.IsVisible(RadioRecordings)</visible> + </control> + </include> + <include name="SettingsMenu"> + <control type="button" id="20"> + <description>Settings level button</description> + <include>MenuButtonCommonValues</include> + <label>10037</label> + <onclick>settingslevelchange</onclick> + </control> + <control type="button" id="21"> + <description>Settings reset button</description> + <include>MenuButtonCommonValues</include> + <label>10035</label> + <onclick>settingsreset</onclick> + </control> + </include> + <include name="VideosMenu"> + <control type="button" id="3"> + <description>Sort by button</description> + <include>MenuButtonCommonValues</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>MenuButtonCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus border="40,0,40,5">list_nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="radiobutton" id="14"> + <description>Watched Toggle</description> + <textwidth>240</textwidth> + <include>MenuButtonCommonValues</include> + <label>20367</label> + </control> + <control type="button" id="8"> + <description>Search</description> + <include>MenuButtonCommonValues</include> + <label>137</label> + </control> + <control type="togglebutton" id="20"> + <description>Update Library</description> + <include>MenuButtonCommonValues</include> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus border="40,0,40,5">list_nofocus.png</alttexturenofocus> + <label>653</label> + <altlabel>13353</altlabel> + <usealttexture>library.isscanningvideo</usealttexture> + </control> + <control type="radiobutton" id="16"> + <description>PartyMode</description> + <textwidth>240</textwidth> + <label>589</label> + <include>MenuButtonCommonValues</include> + <visible>Library.HasContent(MusicVideos)</visible> + </control> + <control type="button" id="1467"> + <description>Current Playlist</description> + <include>MenuButtonCommonValues</include> + <label>13350</label> + <onclick>ActivateWindow(videoplaylist)</onclick> + <visible>!StringCompare(Playlist.Length(video),0)</visible> + </control> + </include> + <include name="VideoOSDMenu"> + <control type="button"> + <label>19019</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(PVROSDChannels)</onclick> + <visible>VideoPlayer.Content(LiveTV)</visible> + </control> + <control type="button"> + <label>19222</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(PVROSDGuide)</onclick> + <visible>VideoPlayer.Content(LiveTV)</visible> + </control> + <control type="button"> + <label>31358</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(PVROSDChannels)</onclick> + <onclick>ActivateWindow(Teletext)</onclick> + <visible>VideoPlayer.Content(LiveTV)</visible> + </control> + <control type="button"> + <label>13395</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(123)</onclick> + </control> + <control type="button"> + <label>31002</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(124)</onclick> + </control> + <control type="button"> + <label>298</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(125)</onclick> + </control> + <control type="button"> + <label>31356</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(SubtitleSearch)</onclick> + </control> + <control type="button"> + <label>$LOCALIZE[486]$INFO[Playlist.Repeat, : ]</label> + <include>MenuButtonCommonValues</include> + <onclick>PlayerControl(Repeat)</onclick> + <visible>!VideoPlayer.Content(LiveTV)</visible> + </control> + <control type="button"> + <label>$LOCALIZE[590]$INFO[Playlist.Random, : ]</label> + <include>MenuButtonCommonValues</include> + <onclick>PlayerControl(Random)</onclick> + <visible>!VideoPlayer.Content(LiveTV)</visible> + </control> + <control type="button"> + <label>31355</label> + <include>MenuButtonCommonValues</include> + <onclick>PlayerControl(ShowVideoMenu)</onclick> + <visible>VideoPlayer.HasMenu + !VideoPlayer.Content(LiveTV)</visible> + </control> + <control type="button"> + <label>15047</label> + <include>MenuButtonCommonValues</include> + <onclick>ActivateWindow(OSDAudioDSPSettings)</onclick> + <visible>system.getbool(audiooutput.dspaddonsenabled)</visible> + </control> + </include> + <include name="VideoPlaylistMenu"> + <control type="radiobutton" id="20"> + <description>Shuffle button</description> + <textwidth>240</textwidth> + <include>MenuButtonCommonValues</include> + <label>191</label> + </control> + <control type="button" id="26"> + <description>Repeat button</description> + <include>MenuButtonCommonValues</include> + <label>-</label> + </control> + <control type="button" id="21"> + <description>Save button</description> + <label>190</label> + <include>MenuButtonCommonValues</include> + </control> + <control type="button" id="22"> + <description>Clear button</description> + <label>192</label> + <include>MenuButtonCommonValues</include> + </control> + </include> + <include name="16x9_xPos_Relocation"> + <animation effect="slide" start="0,0" end="213,0" time="0" condition="StringCompare(Skin.AspectRatio,16:9)">conditional</animation> + </include> + <include name="Window_OpenClose_Animation"> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </include> + <include name="Window_OpenClose_Animation_Zoom"> + <animation type="WindowOpen" reversible="false"> + <effect type="zoom" start="80" end="100" center="640,480" easing="out" tween="back" time="300" /> + <effect type="fade" start="0" end="100" time="300" /> + </animation> + <animation type="WindowClose" reversible="false"> + <effect type="zoom" start="100" end="80" center="640,480" easing="in" tween="back" time="300" /> + <effect type="fade" start="100" end="0" time="300" /> + </animation> + </include> + <include name="dialogeffect"> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </include> + <include name="VisibleFadeEffect"> + <animation effect="fade" time="300">Visible</animation> + <animation effect="fade" time="300">Hidden</animation> + </include> +</includes> diff --git a/addons/skin.estouchy/xml/IncludesCodecFlagging.xml b/addons/skin.estouchy/xml/IncludesCodecFlagging.xml new file mode 100644 index 0000000000..ce2f708cc2 --- /dev/null +++ b/addons/skin.estouchy/xml/IncludesCodecFlagging.xml @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <include name="VideoCodecFlaggingConditions"> + <control type="image"> + <description>Video rez Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.VideoResolution,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Common Codec Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[ListItem.VideoCodec,flagging/video/,.png]</texture> + <!-- Don't show if its one of the 500 divx codecs --> + <visible>![substring(ListItem.VideoCodec,div,left) | stringcompare(ListItem.VideoCodec,dx50)]</visible> + </control> + <control type="image"> + <description>Divx Codec Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/divx.png</texture> + <visible>[substring(ListItem.VideoCodec,div,left) | stringcompare(ListItem.VideoCodec,dx50)]</visible> + </control> + </include> + <include name="VideoTypeHackFlaggingConditions"> + <control type="image"> + <description>Bluray Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/bluray.png</texture> + <visible>[substring(ListItem.FilenameAndPath,bluray) | substring(ListItem.FilenameAndPath,bdrip)] + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + <control type="image"> + <description>HDDVD Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/hddvd.png</texture> + <visible>substring(ListItem.FilenameAndPath,hddvd) + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + <control type="image"> + <description>DVD Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/dvd.png</texture> + <visible>[substring(ListItem.FilenameAndPath,dvd) + ![substring(ListItem.FilenameAndPath,hddvd) | substring(ListItem.FilenameAndPath,bluray) | substring(ListItem.FilenameAndPath,bdrip)]] + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + <control type="image"> + <description>TV Types Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/TV.png</texture> + <visible>[substring(ListItem.FilenameAndPath,pdtv) | substring(ListItem.FilenameAndPath,hdtv) | substring(ListItem.FilenameAndPath,dsr)] + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + <control type="image"> + <description>VHS Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/vhs.png</texture> + <visible>substring(ListItem.FilenameAndPath,vhs) + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + </include> + <include name="AudioCodecFlaggingConditions"> + <control type="image"> + <description>Audio Codec Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.AudioCodec,flagging/audio/,.png]</texture> + </control> + </include> + <include name="AudioChannelsFlaggingConditions"> + <control type="image"> + <description>Audio Codec Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[ListItem.AudioChannels,flagging/audio/,.png]</texture> + </control> + </include> + <include name="AspectCodecFlaggingConditions"> + <control type="image"> + <description>Aspectratio Image</description> + <width>100</width> + <height>44</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.VideoAspect,flagging/aspectratio/,.png]</texture> + </control> + </include> +</includes> diff --git a/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml b/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml new file mode 100644 index 0000000000..e38bb19c17 --- /dev/null +++ b/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml @@ -0,0 +1,783 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <include name="HomeRecentlyAddedInfo"> + <control type="group"> + <posx>0</posx> + <posy>210</posy> + <animation type="WindowClose" reversible="false"> + <effect type="fade" start="100" end="0" time="400" /> + </animation> + <animation type="WindowOpen" reversible="false"> + <effect type="slide" start="400,0" end="0,0" delay="200" easing="out" tween="quadratic" time="400" /> + <effect type="fade" start="0" end="100" delay="200" time="400" /> + </animation> + <control type="group" id="2010"> + <posx>$PARAM[group-posx]</posx> + <posy>0</posy> + <width>630</width> + <height>660</height> + <control type="panel" id="2100"> + <visible>Library.HasContent(Movies) + Container(9010).HasFocus(1)</visible> + <animation type="Visible" reversible="false"> + <effect type="slide" start="400,0" end="0,0" delay="200" easing="out" tween="quadratic" time="400" /> + <effect type="fade" start="0" end="100" delay="200" time="400" /> + </animation> + <animation type="Hidden" reversible="false"> + <effect type="zoom" start="100" end="50" center="auto" easing="in" tween="quadratic" time="400" /> + <effect type="fade" start="100" end="0" time="400" /> + </animation> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>660</height> + <onleft>1000</onleft> + <onright>2100</onright> + <onup>2001</onup> + <ondown>2001</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="330" width="210"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>200</width> + <height>320</height> + <texture>black.png</texture> + <colordiffuse>99000000</colordiffuse> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>180</width> + <height>270</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>290</posy> + <width>190</width> + <height>25</height> + <font>font16</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="330" width="210"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>200</width> + <height>320</height> + <texture>black.png</texture> + <colordiffuse>99000000</colordiffuse> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>180</width> + <height>270</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>290</posy> + <width>190</width> + <height>25</height> + <font>font16</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>200</width> + <height>320</height> + <texture border="5">thumb_focus.png</texture> + </control> + </focusedlayout> + <content> + <item id="1"> + <label>$INFO[Window.Property(LatestMovie.1.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.1.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.1.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.1.Title))</visible> + </item> + <item id="2"> + <label>$INFO[Window.Property(LatestMovie.2.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.2.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.2.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.2.Title))</visible> + </item> + <item id="3"> + <label>$INFO[Window.Property(LatestMovie.3.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.3.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.3.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.3.Title))</visible> + </item> + <item id="4"> + <label>$INFO[Window.Property(LatestMovie.4.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.4.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.4.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.4.Title))</visible> + </item> + <item id="5"> + <label>$INFO[Window.Property(LatestMovie.5.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.5.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.5.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.5.Title))</visible> + </item> + <item id="6"> + <label>$INFO[Window.Property(LatestMovie.6.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.6.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.6.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.6.Title))</visible> + </item> + <item id="7"> + <label>$INFO[Window.Property(LatestMovie.7.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.7.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.7.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.7.Title))</visible> + </item> + <item id="8"> + <label>$INFO[Window.Property(LatestMovie.8.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.8.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.8.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.8.Title))</visible> + </item> + <item id="9"> + <label>$INFO[Window.Property(LatestMovie.9.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.9.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.9.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.9.Title))</visible> + </item> + <item id="10"> + <label>$INFO[Window.Property(LatestMovie.10.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.10.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.10.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.10.Title))</visible> + </item> + <item id="11"> + <label>$INFO[Window.Property(LatestMovie.11.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.11.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.11.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.11.Title))</visible> + </item> + <item id="12"> + <label>$INFO[Window.Property(LatestMovie.12.Title)]</label> + <label2>-</label2> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.12.Path)])</onclick> + <icon>$INFO[Window.Property(LatestMovie.12.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestMovie.12.Title))</visible> + </item> + </content> + </control> + <control type="panel" id="2200"> + <visible>Library.HasContent(TVShows) + Container(9010).HasFocus(2)</visible> + <animation type="Visible" reversible="false"> + <effect type="slide" start="400,0" end="0,0" delay="200" easing="out" tween="quadratic" time="400" /> + <effect type="fade" start="0" end="100" delay="200" time="400" /> + </animation> + <animation type="Hidden" reversible="false"> + <effect type="zoom" start="100" end="50" center="auto" easing="in" tween="quadratic" time="400" /> + <effect type="fade" start="100" end="0" time="400" /> + </animation> + <animation effect="slide" start="0,0" end="30,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + <posx>40</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>660</height> + <onleft>1000</onleft> + <onright>2200</onright> + <onup>2002</onup> + <ondown>2002</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="220" width="280"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>270</width> + <height>210</height> + <texture>black.png</texture> + <colordiffuse>99000000</colordiffuse> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>250</width> + <height>140</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>15</posx> + <posy>160</posy> + <width>250</width> + <height>25</height> + <font>font16</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="label"> + <posx>15</posx> + <posy>185</posy> + <width>250</width> + <height>20</height> + <font>font16</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>[UPPERCASE]$INFO[ListItem.Property(EpNumber)][/UPPERCASE]</label> + </control> + </itemlayout> + <focusedlayout height="250" width="213"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>270</width> + <height>210</height> + <texture>black.png</texture> + <colordiffuse>99000000</colordiffuse> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>250</width> + <height>140</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>15</posx> + <posy>160</posy> + <width>250</width> + <height>25</height> + <font>font16</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="label"> + <posx>15</posx> + <posy>185</posy> + <width>250</width> + <height>20</height> + <font>font16</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>[UPPERCASE]$INFO[ListItem.Property(EpNumber)][/UPPERCASE]</label> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>270</width> + <height>210</height> + <texture border="5">thumb_focus.png</texture> + </control> + </focusedlayout> + <content> + <item id="1"> + <label>$INFO[Window.Property(LatestEpisode.1.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.1.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.1.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.1.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.1.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.1.EpisodeTitle))</visible> + </item> + <item id="2"> + <label>$INFO[Window.Property(LatestEpisode.2.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.2.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.2.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.2.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.2.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.2.EpisodeTitle))</visible> + </item> + <item id="3"> + <label>$INFO[Window.Property(LatestEpisode.3.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.3.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.3.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.3.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.3.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.3.EpisodeTitle))</visible> + </item> + <item id="4"> + <label>$INFO[Window.Property(LatestEpisode.4.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.4.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.4.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.4.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.4.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.4.EpisodeTitle))</visible> + </item> + <item id="5"> + <label>$INFO[Window.Property(LatestEpisode.5.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.5.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.5.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.5.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.5.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.5.EpisodeTitle))</visible> + </item> + <item id="6"> + <label>$INFO[Window.Property(LatestEpisode.6.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.6.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.6.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.6.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.6.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.6.EpisodeTitle))</visible> + </item> + <item id="7"> + <label>$INFO[Window.Property(LatestEpisode.7.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.7.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.7.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.7.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.7.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.7.EpisodeTitle))</visible> + </item> + <item id="8"> + <label>$INFO[Window.Property(LatestEpisode.8.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.8.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.8.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.8.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.8.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.8.EpisodeTitle))</visible> + </item> + <item id="9"> + <label>$INFO[Window.Property(LatestEpisode.9.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.9.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.9.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.9.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.9.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.9.EpisodeTitle))</visible> + </item> + <item id="10"> + <label>$INFO[Window.Property(LatestEpisode.10.EpisodeTitle)]</label> + <label2>$INFO[Window.Property(LatestEpisode.10.ShowTitle)]</label2> + <property name="EpNumber">$INFO[Window.Property(LatestEpisode.10.EpisodeNo)]</property> + <onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.10.Path)])</onclick> + <icon>-</icon> + <thumb>$INFO[Window.Property(LatestEpisode.10.Thumb)]</thumb> + <visible>!IsEmpty(Window.Property(LatestEpisode.10.EpisodeTitle))</visible> + </item> + </content> + </control> + <control type="panel" id="2300"> + <visible>Library.HasContent(Music) + Container(9010).HasFocus(3)</visible> + <animation type="Visible" reversible="false"> + <effect type="slide" start="400,0" end="0,0" delay="200" easing="out" tween="quadratic" time="400" /> + <effect type="fade" start="0" end="100" delay="200" time="400" /> + </animation> + <animation type="Hidden" reversible="false"> + <effect type="zoom" start="100" end="50" center="auto" easing="in" tween="quadratic" time="400" /> + <effect type="fade" start="100" end="0" time="400" /> + </animation> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>660</height> + <onleft>1000</onleft> + <onright>2300</onright> + <onup>2003</onup> + <ondown>2003</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="220" width="210"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>200</width> + <height>210</height> + <texture>black.png</texture> + <colordiffuse>99000000</colordiffuse> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>180</width> + <height>165</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>15</posx> + <posy>185</posy> + <width>190</width> + <height>25</height> + <font>font16</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="170" width="160"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>200</width> + <height>210</height> + <texture>black.png</texture> + <colordiffuse>99000000</colordiffuse> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>180</width> + <height>165</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>15</posx> + <posy>185</posy> + <width>190</width> + <height>25</height> + <font>font16</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>200</width> + <height>210</height> + <texture border="5">thumb_focus.png</texture> + </control> + </focusedlayout> + <content> + <item id="1"> + <label>$INFO[Window.Property(LatestAlbum.1.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.1.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.1.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.1.Title))</visible> + </item> + <item id="2"> + <label>$INFO[Window.Property(LatestAlbum.2.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.2.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.2.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.2.Title))</visible> + </item> + <item id="3"> + <label>$INFO[Window.Property(LatestAlbum.3.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.3.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.3.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.3.Title))</visible> + </item> + <item id="4"> + <label>$INFO[Window.Property(LatestAlbum.4.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.4.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.4.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.4.Title))</visible> + </item> + <item id="5"> + <label>$INFO[Window.Property(LatestAlbum.5.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.5.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.5.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.5.Title))</visible> + </item> + <item id="6"> + <label>$INFO[Window.Property(LatestAlbum.6.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.6.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.6.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.6.Title))</visible> + </item> + <item id="7"> + <label>$INFO[Window.Property(LatestAlbum.7.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.7.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.7.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.7.Title))</visible> + </item> + <item id="8"> + <label>$INFO[Window.Property(LatestAlbum.8.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.8.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.8.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.8.Title))</visible> + </item> + <item id="9"> + <label>$INFO[Window.Property(LatestAlbum.9.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.9.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.9.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.9.Title))</visible> + </item> + <item id="10"> + <label>$INFO[Window.Property(LatestAlbum.10.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.10.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.10.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.10.Title))</visible> + </item> + <item id="11"> + <label>$INFO[Window.Property(LatestAlbum.11.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.11.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.11.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.11.Title))</visible> + </item> + <item id="12"> + <label>$INFO[Window.Property(LatestAlbum.12.Title)]</label> + <label2>-</label2> + <onclick>ActivateWindow(MusicLibrary,$INFO[Window.Property(LatestAlbum.12.Path)])</onclick> + <icon>$INFO[Window.Property(LatestAlbum.12.Thumb)]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Window.Property(LatestAlbum.12.Title))</visible> + </item> + </content> + </control> + <control type="panel" id="2400"> + <visible>Container(9010).HasFocus(4)</visible> + <animation type="Visible" reversible="false"> + <effect type="slide" start="400,0" end="0,0" delay="200" easing="out" tween="quadratic" time="400" /> + <effect type="fade" start="0" end="100" delay="200" time="400" /> + </animation> + <animation type="Hidden" reversible="false"> + <effect type="zoom" start="100" end="50" center="auto" easing="in" tween="quadratic" time="400" /> + <effect type="fade" start="100" end="0" time="400" /> + </animation> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>660</height> + <onleft>1000</onleft> + <onright>2200</onright> + <onup>2002</onup> + <ondown>2002</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="220" width="210"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>200</width> + <height>210</height> + <texture>black.png</texture> + <colordiffuse>99000000</colordiffuse> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>180</width> + <height>165</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>15</posx> + <posy>185</posy> + <width>190</width> + <height>25</height> + <font>font16</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="170" width="160"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>200</width> + <height>210</height> + <texture>black.png</texture> + <colordiffuse>99000000</colordiffuse> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>180</width> + <height>165</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>15</posx> + <posy>185</posy> + <width>190</width> + <height>25</height> + <font>font16</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>200</width> + <height>210</height> + <texture border="5">thumb_focus.png</texture> + </control> + </focusedlayout> + <content> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton1))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton1)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton1))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton1))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton2))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton2)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton2))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton2))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton3))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton3)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton3))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton3))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton4))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton4)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton4))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton4))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton5))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton5)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton5))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton5))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton6))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton6)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton6))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton6))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton7))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton7)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton7))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton7))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton8))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton8)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton8))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton8))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton9))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton9)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton9))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton9))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton10))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton10)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton10))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton10))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton11))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton11)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton11))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton11))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton12))]</label> + <label2>-</label2> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton12)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton12))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton12))</visible> + </item> + </content> + </control> + </control> + </control> + </include> +</includes> diff --git a/addons/skin.estouchy/xml/IncludesPlayerControls.xml b/addons/skin.estouchy/xml/IncludesPlayerControls.xml new file mode 100644 index 0000000000..cebe0c4d20 --- /dev/null +++ b/addons/skin.estouchy/xml/IncludesPlayerControls.xml @@ -0,0 +1,337 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <include name="PlayerControlCommons"> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>80</height> + <texture border="0,0,0,2">header.png</texture> + </control> + <control type="button"> + <description>Home Button</description> + <posx>22</posx> + <posy>2</posy> + <width>150</width> + <height>75</height> + <font>-</font> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>ActivateWindow(Home)</onclick> + </control> + <control type="image"> + <description>Kodi Logo</description> + <posx>22</posx> + <posy>2</posy> + <width>150</width> + <height>75</height> + <texture>kodi_logo.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="group"> + <posx>0</posx> + <posy>10</posy> + <include>VisibleFadeEffect</include> + <include>16x9_xPos_Relocation</include> + <visible>![Window.IsVisible(busydialog) | Window.IsVisible(extendedprogressdialog) | Window.IsVisible(Notification) | Window.IsVisible(volumebar) | Window.IsVisible(1112)]</visible> + <control type="label"> + <posx>250</posx> + <posy>0</posy> + <width>180</width> + <height>32</height> + <font>font20_title</font> + <aligny>center</aligny> + <label>$INFO[Player.Time(hh:mm:ss)]</label> + </control> + <control type="label"> + <posx>250</posx> + <posy>0</posy> + <width>780</width> + <height>32</height> + <font>font20_title</font> + <align>center</align> + <aligny>center</aligny> + <label>$VAR[SeekLabel]</label> + </control> + <control type="label"> + <posx>1030</posx> + <posy>0</posy> + <width>180</width> + <height>32</height> + <font>font20_title</font> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[Player.Duration(hh:mm:ss)]</label> + </control> + <control type="progress"> + <description>Progressbar</description> + <posx>250</posx> + <posy>40</posy> + <width>780</width> + <height>12</height> + <info>Player.Cache</info> + <midtexture colordiffuse="grey2">white.png</midtexture> + <texturebg>-</texturebg> + </control> + <control type="progress"> + <description>Progressbar</description> + <posx>250</posx> + <posy>40</posy> + <width>780</width> + <height>12</height> + <info>Player.Progress</info> + </control> + <control type="slider" id="87"> + <description>Seek Slider</description> + <posx>250</posx> + <posy>30</posy> + <width>780</width> + <height>32</height> + <action>seek</action> + <texturesliderbar>-</texturesliderbar> + <textureslidernib>-</textureslidernib> + <textureslidernibfocus>-</textureslidernibfocus> + </control> + </control> + <control type="group"> + <posx>70r</posx> + <posy>0</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>78</height> + <texture border="2">separator.png</texture> + <colordiffuse>FF464646</colordiffuse> + </control> + <control type="button"> + <description>Close Button</description> + <posx>4</posx> + <posy>9</posy> + <width>60</width> + <height>60</height> + <font>-</font> + <onclick>Back</onclick> + <texturefocus>icon_dialog_close.png</texturefocus> + <texturenofocus>icon_dialog_close.png</texturenofocus> + </control> + </control> + <control type="group"> + <posx>0</posx> + <posy>230r</posy> + <animation effect="slide" start="0,-200" end="0,0" time="300" easing="out" tween="quadratic" >Visible</animation> + <animation effect="slide" start="0,0" end="0,-200" time="300" easing="in" tween="quadratic" >Hidden</animation> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>150</height> + <texture>side_panel.png</texture> + <colordiffuse>A0000000</colordiffuse> + </control> + <control type="group"> + <control type="image"> + <description>cover image</description> + <posx>0</posx> + <posy>0</posy> + <width>150</width> + <height>150</height> + <texture>$VAR[OSDImage]</texture> + <aspectratio>keep</aspectratio> + <fadetime>IconCrossfadeTime</fadetime> + </control> + <control type="label"> + <posx>170</posx> + <posy>5</posy> + <width>920</width> + <height>25</height> + <align>left</align> + <font>font20</font> + <label>$VAR[OSDLabel1]</label> + </control> + <control type="label"> + <posx>200</posx> + <posy>38</posy> + <width>1080</width> + <height>30</height> + <font>font30_title</font> + <align>left</align> + <aligny>center</aligny> + <label>$VAR[OSDLabel2]</label> + </control> + <control type="label"> + <posx>170</posx> + <posy>70</posy> + <width>1110</width> + <height>25</height> + <align>left</align> + <font>font20</font> + <label>$VAR[OSDLabel3]</label> + </control> + <control type="group"> + <posx>170</posx> + <posy>100</posy> + <width>600</width> + <height>48</height> + <visible>Window.IsVisible(MusicOSD)</visible> + <control type="image"> + <description>Audio Codec Image</description> + <posx>0</posx> + <posy>0</posy> + <width>100</width> + <height>44</height> + <texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture> + </control> + <control type="image"> + <description>Rating</description> + <posx>115</posx> + <posy>8</posy> + <width>256</width> + <height>32</height> + <texture fallback="rating/0.png">$INFO[MusicPlayer.UserRating,rating/,.png]</texture> + </control> + </control> + <control type="group"> + <posx>170</posx> + <posy>100</posy> + <width>600</width> + <height>48</height> + <visible>Window.IsVisible(VideoOSD)</visible> + <control type="image"> + <description>Video Codec Image</description> + <posx>0</posx> + <posy>0</posy> + <width>100</width> + <height>44</height> + <texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Resolution Image</description> + <posx>115</posx> + <posy>0</posy> + <width>100</width> + <height>44</height> + <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Audio Codec Image</description> + <posx>230</posx> + <posy>0</posy> + <width>100</width> + <height>44</height> + <texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture> + </control> + <control type="image"> + <description>Audio Codec Image</description> + <posx>345</posx> + <posy>0</posy> + <width>100</width> + <height>44</height> + <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture> + </control> + </control> + <control type="label"> + <posx>20r</posx> + <posy>5</posy> + <width>300</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font20</font> + <label>$VAR[OSDLabel4]</label> + </control> + <control type="label"> + <posx>20r</posx> + <posy>115</posy> + <width>840</width> + <height>25</height> + <label>$VAR[OSDLabel5]</label> + <align>right</align> + <aligny>center</aligny> + <font>font20</font> + </control> + </control> + </control> + <control type="group"> + <posy>80r</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>80</height> + <texture flipy="true">header.png</texture> + </control> + <control type="grouplist"> + <posx>0</posx> + <posy>15</posy> + <width>ScreenWidth</width> + <height>50</height> + <align>center</align> + <orientation>horizontal</orientation> + <itemgap>30</itemgap> + <control type="button"> + <width>50</width> + <height>50</height> + <texturefocus colordiffuse="blue">osd_previous.png</texturefocus> + <texturenofocus>osd_previous.png</texturenofocus> + <onclick>PlayerControl(Previous)</onclick> + </control> + <control type="button"> + <width>50</width> + <height>50</height> + <texturefocus colordiffuse="blue">osd_rewind.png</texturefocus> + <texturenofocus>osd_rewind.png</texturenofocus> + <onclick>PlayerControl(Rewind)</onclick> + </control> + <control type="togglebutton"> + <width>50</width> + <height>50</height> + <texturefocus colordiffuse="blue">osd_pause.png</texturefocus> + <texturenofocus>osd_pause.png</texturenofocus> + <alttexturefocus colordiffuse="blue">osd_play.png</alttexturefocus> + <alttexturenofocus>osd_play.png</alttexturenofocus> + <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> + <onclick>PlayerControl(Play)</onclick> + </control> + <control type="button"> + <width>50</width> + <height>50</height> + <texturefocus colordiffuse="blue">osd_stop.png</texturefocus> + <texturenofocus>osd_stop.png</texturenofocus> + <onclick>PlayerControl(Stop)</onclick> + </control> + <control type="button"> + <width>50</width> + <height>50</height> + <texturefocus colordiffuse="blue">osd_forward.png</texturefocus> + <texturenofocus>osd_forward.png</texturenofocus> + <onclick>PlayerControl(Forward)</onclick> + </control> + <control type="button"> + <width>50</width> + <height>50</height> + <texturefocus colordiffuse="blue">osd_next.png</texturefocus> + <texturenofocus>osd_next.png</texturenofocus> + <onclick>PlayerControl(Next)</onclick> + </control> + <control type="togglebutton"> + <width>50</width> + <height>50</height> + <texturefocus colordiffuse="blue">osd_record.png</texturefocus> + <texturenofocus>osd_record.png</texturenofocus> + <alttexturefocus colordiffuse="red">osd_record.png</alttexturefocus> + <alttexturenofocus colordiffuse="red">osd_record.png</alttexturenofocus> + <usealttexture>Player.Record</usealttexture> + <onclick>PlayerControl(Record)</onclick> + <visible>Player.CanRecord</visible> + </control> + </control> + </control> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">0</param> + <param name="panel-height">560</param> + </include> + </include> +</includes> diff --git a/addons/skin.estouchy/xml/LockSettings.xml b/addons/skin.estouchy/xml/LockSettings.xml new file mode 100644 index 0000000000..dfb9264acd --- /dev/null +++ b/addons/skin.estouchy/xml/LockSettings.xml @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>5</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>130</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[20043]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>640</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>554</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>554</height> + <itemgap>-1</itemgap> + <onleft>28</onleft> + <onright>29</onright> + <onup>28</onup> + <ondown>28</ondown> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <textoffsetx>20</textoffsetx> + </control> + <control type="label" id="14"> + <description>Default Label</description> + <posx>20</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <align>center</align> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <textoffsetx>20</textoffsetx> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <reverse>yes</reverse> + <textoffsetx>20</textoffsetx> + </control> + <control type="image" id="11"> + <description>separator image</description> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>630</posy> + <width>960</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="28"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="29"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/LoginScreen.xml b/addons/skin.estouchy/xml/LoginScreen.xml new file mode 100644 index 0000000000..2786d656db --- /dev/null +++ b/addons/skin.estouchy/xml/LoginScreen.xml @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol></defaultcontrol> + <controls> + <include>CommonBackground</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[20096]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>16x9_xPos_Relocation</include> + <control type="label"> + <posx>295</posx> + <posy>140</posy> + <width>690</width> + <height>40</height> + <font>font30_title</font> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31421]</label> + </control> + <control type="image"> + <posx>295</posx> + <posy>250</posy> + <width>690</width> + <height>550</height> + <texture>panel.png</texture> + </control> + <control type="panel" id="52"> + <posx>295</posx> + <posy>250</posy> + <width>690</width> + <height>550</height> + <onleft>20</onleft> + <onright>20</onright> + <onup>52</onup> + <ondown>52</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="110" width="690"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>690</width> + <height>110</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>2</posx> + <posy>2</posy> + <width>106</width> + <height>106</height> + <texture fallback="DefaultActor.png">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>115</posx> + <posy>10</posy> + <width>575</width> + <height>40</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>115</posx> + <posy>50</posy> + <width>575</width> + <height>40</height> + <font>font20</font> + <textcolor>grey</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="110" width="580"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>690</width> + <height>110</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>2</posx> + <posy>2</posy> + <width>106</width> + <height>106</height> + <texture fallback="DefaultActor.png">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>115</posx> + <posy>10</posy> + <width>575</width> + <height>40</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>115</posx> + <posy>50</posy> + <width>575</width> + <height>40</height> + <font>font20</font> + <textcolor>grey3</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + </control> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>13012</label> + <onclick>Quit</onclick> + <icon>icon_button_shutdown.png</icon> + </item> + </content> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MusicOSD.xml b/addons/skin.estouchy/xml/MusicOSD.xml new file mode 100644 index 0000000000..a4c542ed5b --- /dev/null +++ b/addons/skin.estouchy/xml/MusicOSD.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol></defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <include>PlayerControlCommons</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MusicVisualisation.xml b/addons/skin.estouchy/xml/MusicVisualisation.xml new file mode 100644 index 0000000000..5c0b29d4d9 --- /dev/null +++ b/addons/skin.estouchy/xml/MusicVisualisation.xml @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>-</defaultcontrol> + <onload>ActivateWindow(MusicOSD)</onload> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <control type="image"> + <description>fanart</description> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <texture background="true">$INFO[Player.Art(fanart)]</texture> + <aspectratio>scale</aspectratio> + <fadetime>FanartCrossfadeTime</fadetime> + </control> + <control type="visualisation"> + <description>visualisation</description> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + </control> + <!-- codec & viz infos --> + <control type="group" id="0"> + <posx>0</posx> + <posy>50</posy> + <visible>Player.ShowCodec + ![Window.IsVisible(VisualisationSettings) | Window.IsVisible(VisualisationPresetList)]</visible> + <animation effect="fade" time="200">VisibleChange</animation> + <control type="image"> + <description>media info background image</description> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>105</height> + <colordiffuse>AAFFFFFF</colordiffuse> + <texture>grey.png</texture> + </control> + <control type="label"> + <description>row 1 label</description> + <posx>50</posx> + <posy>10</posy> + <label>-</label> + <align>left</align> + <label>$INFO[musicplayer.Codec,$LOCALIZE[21446]: ,]$INFO[musicplayer.Bitrate, · $LOCALIZE[623]: ,kbps]$INFO[musicplayer.bitspersample, · $LOCALIZE[612]: ,bit]$INFO[musicplayer.Samplerate, · $LOCALIZE[613]: ,kHz]$INFO[musicplayer.Channels, · $LOCALIZE[21444]: ]</label> + <font>font16</font> + </control> + <control type="label"> + <description>row 2 label</description> + <posx>50</posx> + <posy>40</posy> + <label>-</label> + <align>left</align> + <label>$INFO[Visualisation.Name] [I][COLOR=blue]($LOCALIZE[20166])[/COLOR][/I] · fps: $INFO[System.FPS]</label> + <font>font16</font> + <visible>Visualisation.Locked</visible> + </control> + <control type="label"> + <description>Unlocked row 2 label</description> + <posx>50</posx> + <posy>40</posy> + <label>-</label> + <align>left</align> + <label>$INFO[Visualisation.Name] · fps: $INFO[System.FPS]</label> + <font>font16</font> + <visible>!Visualisation.Locked</visible> + </control> + <control type="label"> + <description>row 3 label</description> + <posx>50</posx> + <posy>70</posy> + <label>-</label> + <align>left</align> + <label>$LOCALIZE[13388]: $INFO[Visualisation.Preset]</label> + <font>font16</font> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyMusicNav.xml b/addons/skin.estouchy/xml/MyMusicNav.xml new file mode 100644 index 0000000000..7be1b1a8c9 --- /dev/null +++ b/addons/skin.estouchy/xml/MyMusicNav.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50,500,550</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[10516]$INFO[Container.FolderName, - ]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-width" value="1530"/> + <param name="layout-width" value="306"/> + </include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-width" value="1090"/> + <param name="layout-width" value="363"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 500 --> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1230"/> + <param name="label2-posx" value="1360r"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 500 --> + <param name="panel-width" value="1090"/> + <param name="label-width" value="790"/> + <param name="label2-posx" value="920r"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 550 --> + <param name="panel-width" value="1530"/> + <param name="textbox-width-movies" value="1350"/> + <param name="textbox-width-episodes" value="1250"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 550 --> + <param name="panel-width" value="1090"/> + <param name="textbox-width-movies" value="910"/> + <param name="textbox-width-episodes" value="810"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">80</param> + <param name="panel-height">480</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml b/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml new file mode 100644 index 0000000000..0c07d815b1 --- /dev/null +++ b/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml @@ -0,0 +1,301 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol allways="true">6</defaultcontrol> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[10503]</label> + </control> + <control type="group"> + <include>16x9_xPos_Relocation</include> + <posx>20</posx> + <posy>80</posy> + <include>Window_OpenClose_Animation_Zoom</include> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>40</height> + <font>font20_title</font> + <scroll>true</scroll> + <align>center</align> + <aligny>center</aligny> + <label>31058</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>40</posy> + <width>570</width> + <height>720</height> + <texture>panel.png</texture> + </control> + <control type="panel" id="50"> + <posx>0</posx> + <posy>40</posy> + <width>570</width> + <height>720</height> + <onleft>100</onleft> + <onright>100</onright> + <onup>50</onup> + <ondown>50</ondown> + <viewtype label="">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="80" width="570"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="60" width="570"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>595</posx> + <posy>70</posy> + <width>10</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + </control> + <control type="group"> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <posx>650</posx> + <posy>80</posy> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>40</height> + <font>font20_title</font> + <scroll>true</scroll> + <align>center</align> + <aligny>center</aligny> + <label>31059</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>40</posy> + <width>570</width> + <height>720</height> + <texture>panel.png</texture> + </control> + <control type="panel" id="100"> + <posx>0</posx> + <posy>40</posy> + <width>570</width> + <height>720</height> + <onleft>50</onleft> + <onright>50</onright> + <onup>100</onup> + <ondown>100</ondown> + <viewtype label="">list</viewtype> + <pagecontrol>61</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60" width="570"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="60" width="570"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>570</width> + <height>80</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>70</width> + <height>70</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>85</posx> + <posy>0</posy> + <width>475</width> + <height>80</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="61"> + <posx>595</posx> + <posy>70</posy> + <width>10</width> + <height>660</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + </control> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>ParentDir</onclick> + <icon>icon_button_back.png</icon> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + </item> + </content> + </control> + <include name="DropdownMenu"> + <param name="panel-posy">320</param> + <param name="panel-height">240</param> + </include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyPVRChannels.xml b/addons/skin.estouchy/xml/MyPVRChannels.xml new file mode 100644 index 0000000000..b8f45c399a --- /dev/null +++ b/addons/skin.estouchy/xml/MyPVRChannels.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$VAR[PVRSection,, - ]$LOCALIZE[19019]$INFO[Control.GetLabel(29), - ]$INFO[Control.GetLabel(30), - ]</label> + </control> + <control type="label" id="29"> + <visible>False</visible> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + </include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-id" value="50"/> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1400"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-id" value="50"/> + <param name="panel-width" value="1090"/> + <param name="label-width" value="960"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + <param name="textbox-width" value="1160"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + <param name="textbox-width" value="720"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">-80</param> + <param name="panel-height">640</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyPVRGuide.xml b/addons/skin.estouchy/xml/MyPVRGuide.xml new file mode 100644 index 0000000000..8717b4caeb --- /dev/null +++ b/addons/skin.estouchy/xml/MyPVRGuide.xml @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">10</defaultcontrol> + <views>10,11,12,13</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$VAR[PVRSection,, - ]$LOCALIZE[22020]$INFO[Control.GetLabel(29), - ]$INFO[Control.GetLabel(30), - ]</label> + </control> + <control type="label" id="29"> + <visible>False</visible> + </control> + <control type="label" id="30"> + <visible>False</visible> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="PVREPG" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 10 --> + <param name="panel-width" value="1530"/> + </include> + <include name="PVREPG" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 10 --> + <param name="panel-width" value="1090"/> + </include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + </include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 11 --> + <param name="panel-id" value="11"/> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1400"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 11 --> + <param name="panel-id" value="11"/> + <param name="panel-width" value="1090"/> + <param name="label-width" value="960"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 12 --> + <param name="panel-id" value="12"/> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1400"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 12 --> + <param name="panel-id" value="12"/> + <param name="panel-width" value="1090"/> + <param name="label-width" value="960"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 13 --> + <param name="panel-id" value="13"/> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1400"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 13 --> + <param name="panel-id" value="13"/> + <param name="panel-width" value="1090"/> + <param name="label-width" value="960"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + <param name="textbox-width" value="1160"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + <param name="textbox-width" value="720"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">0</param> + <param name="panel-height">560</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyPVRRecordings.xml b/addons/skin.estouchy/xml/MyPVRRecordings.xml new file mode 100644 index 0000000000..fbe814251d --- /dev/null +++ b/addons/skin.estouchy/xml/MyPVRRecordings.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$VAR[PVRSection,, - ]$LOCALIZE[19017]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + </include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-id" value="50"/> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1400"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-id" value="50"/> + <param name="panel-width" value="1090"/> + <param name="label-width" value="960"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + <param name="textbox-width" value="1160"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + <param name="textbox-width" value="720"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">-80</param> + <param name="panel-height">640</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyPVRSearch.xml b/addons/skin.estouchy/xml/MyPVRSearch.xml new file mode 100644 index 0000000000..674161813a --- /dev/null +++ b/addons/skin.estouchy/xml/MyPVRSearch.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$VAR[PVRSection,, - ]$LOCALIZE[137]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + </include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-id" value="50"/> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1400"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-id" value="50"/> + <param name="panel-width" value="1090"/> + <param name="label-width" value="960"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + <param name="textbox-width" value="1160"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + <param name="textbox-width" value="720"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">0</param> + <param name="panel-height">560</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyPVRTimers.xml b/addons/skin.estouchy/xml/MyPVRTimers.xml new file mode 100644 index 0000000000..3cc7bbaa02 --- /dev/null +++ b/addons/skin.estouchy/xml/MyPVRTimers.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$VAR[PVRSection,, - ]$LOCALIZE[19040]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + </include> + <include name="PVRBack" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-id" value="50"/> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1400"/> + </include> + <include name="PVRList" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-id" value="50"/> + <param name="panel-width" value="1090"/> + <param name="label-width" value="960"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,16:9)"> + <param name="panel-width" value="1530"/> + <param name="textbox-width" value="1160"/> + </include> + <include name="PVRInfo" condition="StringCompare(Skin.AspectRatio,4:3)"> + <param name="panel-width" value="1090"/> + <param name="textbox-width" value="720"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">0</param> + <param name="panel-height">560</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyPics.xml b/addons/skin.estouchy/xml/MyPics.xml new file mode 100644 index 0000000000..f894803afa --- /dev/null +++ b/addons/skin.estouchy/xml/MyPics.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50,500</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[1]$INFO[Container.FolderName, - ]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-width" value="1530"/> + <param name="layout-width" value="306"/> + </include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-width" value="1090"/> + <param name="layout-width" value="363"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 500 --> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1230"/> + <param name="label2-posx" value="1360r"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 500 --> + <param name="panel-width" value="1090"/> + <param name="label-width" value="790"/> + <param name="label2-posx" value="920r"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">160</param> + <param name="panel-height">400</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyPlaylist.xml b/addons/skin.estouchy/xml/MyPlaylist.xml new file mode 100644 index 0000000000..08e509da15 --- /dev/null +++ b/addons/skin.estouchy/xml/MyPlaylist.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50,500,550</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$VAR[PlaylistHeader]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-width" value="1530"/> + <param name="layout-width" value="306"/> + </include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-width" value="1090"/> + <param name="layout-width" value="363"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 500 --> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1230"/> + <param name="label2-posx" value="1360r"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 500 --> + <param name="panel-width" value="1090"/> + <param name="label-width" value="790"/> + <param name="label2-posx" value="920r"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 550 --> + <param name="panel-width" value="1530"/> + <param name="textbox-width-movies" value="1350"/> + <param name="textbox-width-episodes" value="1250"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 550 --> + <param name="panel-width" value="1090"/> + <param name="textbox-width-movies" value="910"/> + <param name="textbox-width-episodes" value="810"/> + </include> + </control> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>ParentDir</onclick> + <icon>icon_button_back.png</icon> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + </item> + </content> + </control> + <include name="DropdownMenu"> + <param name="panel-posy">240</param> + <param name="panel-height">320</param> + </include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyPrograms.xml b/addons/skin.estouchy/xml/MyPrograms.xml new file mode 100644 index 0000000000..9e0dca8840 --- /dev/null +++ b/addons/skin.estouchy/xml/MyPrograms.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50,500,550</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[0]$INFO[Container.FolderName, - ]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-width" value="1530"/> + <param name="layout-width" value="306"/> + </include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-width" value="1090"/> + <param name="layout-width" value="363"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 500 --> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1230"/> + <param name="label2-posx" value="1360r"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 500 --> + <param name="panel-width" value="1090"/> + <param name="label-width" value="790"/> + <param name="label2-posx" value="920r"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 550 --> + <param name="panel-width" value="1530"/> + <param name="textbox-width-movies" value="1350"/> + <param name="textbox-width-episodes" value="1250"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 550 --> + <param name="panel-width" value="1090"/> + <param name="textbox-width-movies" value="910"/> + <param name="textbox-width-episodes" value="810"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">400</param> + <param name="panel-height">160</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyVideoNav.xml b/addons/skin.estouchy/xml/MyVideoNav.xml new file mode 100644 index 0000000000..49f47051d1 --- /dev/null +++ b/addons/skin.estouchy/xml/MyVideoNav.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <views>50,500,550</views> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>MediaBladeLeft</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[3]$INFO[Container.FolderName, - ]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 50 --> + <param name="panel-width" value="1530"/> + <param name="layout-width" value="306"/> + </include> + <include name="Thumbnail" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 50 --> + <param name="panel-width" value="1090"/> + <param name="layout-width" value="363"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 500 --> + <param name="panel-width" value="1530"/> + <param name="label-width" value="1230"/> + <param name="label2-posx" value="1360r"/> + </include> + <include name="List" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 500 --> + <param name="panel-width" value="1090"/> + <param name="label-width" value="790"/> + <param name="label2-posx" value="920r"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,16:9)"> <!-- view id = 550 --> + <param name="panel-width" value="1530"/> + <param name="textbox-width-movies" value="1350"/> + <param name="textbox-width-episodes" value="1250"/> + </include> + <include name="Wide" condition="StringCompare(Skin.AspectRatio,4:3)"> <!-- view id = 550 --> + <param name="panel-width" value="1090"/> + <param name="textbox-width-movies" value="910"/> + <param name="textbox-width-episodes" value="810"/> + </include> + </control> + <include>ScrollBarCommons</include> + <include>MediaSubMenu</include> + <include name="DropdownMenu"> + <param name="panel-posy">0</param> + <param name="panel-height">560</param> + </include> + <include>ScrollOffsetLabel</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/MyWeather.xml b/addons/skin.estouchy/xml/MyWeather.xml new file mode 100644 index 0000000000..d37939ac93 --- /dev/null +++ b/addons/skin.estouchy/xml/MyWeather.xml @@ -0,0 +1,530 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">50</defaultcontrol> + <controls> + <include>CommonBackground</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[8]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>16x9_xPos_Relocation</include> + <control type="group"> + <posx>50</posx> + <posy>130</posy> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <width>510</width> + <height>680</height> + <texture>panel.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>30</posy> + <width>520</width> + <height>30</height> + <font>font28_title</font> + <label>31300</label> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="label"> + <description>Provider Text</description> + <posx>20</posx> + <posy>60</posy> + <width>520</width> + <height>35</height> + <font>font20</font> + <scroll>true</scroll> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31303] : [COLOR=selected]$INFO[Window.Property(WeatherProvider)][/COLOR]</label> + <include>Window_OpenClose_Animation</include> + </control> + <control type="label"> + <description>weather location label</description> + <posx>20</posx> + <posy>110</posy> + <width>520</width> + <height>30</height> + <font>font20_title</font> + <scroll>false</scroll> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[Window.Property(Location)]</label> + </control> + <control type="label"> + <description>update label</description> + <posx>20</posx> + <posy>130</posy> + <width>520</width> + <height>35</height> + <font>font20</font> + <label>$LOCALIZE[31301] - $INFO[Window.Property(Updated)]</label> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="image"> + <description>current weather icon</description> + <posx>240</posx> + <posy>150</posy> + <width>280</width> + <height>280</height> + <texture>$INFO[Window.Property(Current.ConditionIcon)]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="grouplist"> + <posx>40</posx> + <posy>190</posy> + <width>220</width> + <height>230</height> + <orientation>horizontal</orientation> + <align>center</align> + <itemgap>5</itemgap> + <control type="label"> + <description>current temp Value</description> + <width min="0" max="170">auto</width> + <height>170</height> + <font>font80_title</font> + <aligny>center</aligny> + <label>$INFO[Window.Property(Current.Temperature)]</label> + </control> + <control type="label"> + <description>current temp Value</description> + <width min="0" max="50">auto</width> + <height>130</height> + <font>font16_title</font> + <aligny>center</aligny> + <label>$INFO[System.TemperatureUnits]</label> + </control> + </control> + <control type="label"> + <description>current condition label</description> + <posx>20</posx> + <posy>420</posy> + <width>520</width> + <height>30</height> + <label>$INFO[Window.Property(Current.Condition)]</label> + <wrapmultiline>true</wrapmultiline> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>20</posx> + <posy>500</posy> + <width>510</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="group"> + <posx>20</posx> + <posy>520</posy> + <control type="label"> + <description>current feels like label</description> + <posx>170</posx> + <posy>0</posy> + <width>170</width> + <height>35</height> + <font>font20</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[402] :</label> + <textcolor>grey</textcolor> + </control> + <control type="label"> + <description>current dew label</description> + <posx>170</posx> + <posy>30</posy> + <width>170</width> + <height>35</height> + <font>font20</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[405] :</label> + <textcolor>grey</textcolor> + </control> + <control type="label"> + <description>current humidity label</description> + <posx>170</posx> + <posy>60</posy> + <width>170</width> + <height>35</height> + <font>font20</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[406] :</label> + <textcolor>grey</textcolor> + </control> + <control type="label"> + <description>current UV Index label</description> + <posx>170</posx> + <posy>90</posy> + <width>170</width> + <height>35</height> + <font>font20</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[403] :</label> + <textcolor>grey</textcolor> + </control> + <control type="label"> + <description>current Wind label</description> + <posx>170</posx> + <posy>120</posy> + <width>170</width> + <height>35</height> + <font>font20</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[404] :</label> + <textcolor>grey</textcolor> + </control> + <control type="label"> + <description>current feels like Value</description> + <posx>185</posx> + <posy>0</posy> + <width>350</width> + <height>35</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label> + </control> + <control type="label"> + <description>current dew Value</description> + <posx>185</posx> + <posy>30</posy> + <width>350</width> + <height>35</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label> + </control> + <control type="label"> + <description>current humidity Value</description> + <posx>185</posx> + <posy>60</posy> + <width>350</width> + <height>35</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Window.Property(Current.Humidity)]</label> + </control> + <control type="label"> + <description>current UV Index Value</description> + <posx>185</posx> + <posy>90</posy> + <width>350</width> + <height>35</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Window.Property(Current.UVIndex)]</label> + </control> + <control type="label"> + <description>current Wind Value</description> + <posx>185</posx> + <posy>120</posy> + <width>350</width> + <height>35</height> + <font>font20</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Window.Property(Current.Wind)]</label> + </control> + </control> + </control> + <control type="group"> + <posx>600</posx> + <posy>130</posy> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day0.Title))</visible> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <width>560</width> + <height>680</height> + <texture>panel.png</texture> + </control> + <control type="panel" id="50"> + <posx>20</posx> + <posy>20</posy> + <width>560</width> + <height>680</height> + <onleft>9000</onleft> + <onright>61</onright> + <onup>50</onup> + <ondown>50</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="170" width="560"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>560</width> + <height>170</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>380</posx> + <posy>3</posy> + <width>164</width> + <height>164</height> + <texture>$INFO[ListItem.ActualIcon]</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>15</posy> + <width>240</width> + <height>25</height> + <font>font24_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>70</posy> + <width>200</width> + <height>30</height> + <font>font22</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>[COLOR=grey]$LOCALIZE[419][/COLOR][CR][B]$INFO[ListItem.Property(HighTemp)][/B]$INFO[ListItem.Property(TempUnits)]</label> + <visible>!IsEmpty(ListItem.Property(HighTemp))</visible> + </control> + <control type="label"> + <posx>210</posx> + <posy>70</posy> + <width>200</width> + <height>30</height> + <font>font22</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>[COLOR=grey]$LOCALIZE[418][/COLOR][CR][B]$INFO[ListItem.Property(LowTemp)][/B]$INFO[ListItem.Property(TempUnits)]</label> + <visible>!IsEmpty(ListItem.Property(HighTemp))</visible> + </control> + <control type="textbox"> + <posx>20</posx> + <posy>118</posy> + <width>280</width> + <height>38</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <label>$INFO[ListItem.Property(Outlook)]</label> + </control> + </itemlayout> + <focusedlayout height="170" width="560"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>560</width> + <height>170</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>380</posx> + <posy>3</posy> + <width>164</width> + <height>164</height> + <texture>$INFO[ListItem.ActualIcon]</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>15</posy> + <width>240</width> + <height>25</height> + <font>font24_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>70</posy> + <width>200</width> + <height>30</height> + <font>font22</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>[COLOR=grey]$LOCALIZE[419][/COLOR][CR][B]$INFO[ListItem.Property(HighTemp)][/B]$INFO[ListItem.Property(TempUnits)]</label> + <visible>!IsEmpty(ListItem.Property(HighTemp))</visible> + </control> + <control type="label"> + <posx>210</posx> + <posy>70</posy> + <width>200</width> + <height>30</height> + <font>font22</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>[COLOR=grey]$LOCALIZE[418][/COLOR][CR][B]$INFO[ListItem.Property(LowTemp)][/B]$INFO[ListItem.Property(TempUnits)]</label> + <visible>!IsEmpty(ListItem.Property(HighTemp))</visible> + </control> + <control type="textbox"> + <posx>20</posx> + <posy>118</posy> + <width>280</width> + <height>38</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <label>$INFO[ListItem.Property(Outlook)]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[31909]</label> + <icon>-</icon> + <onclick>noop</onclick> + <visible>!Weather.IsFetched</visible> + </item> + <item> + <label>$INFO[Window.Property(Day0.Title)]</label> + <icon>$INFO[Window.Property(Day0.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day0.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day0.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day0.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day0.Title))</visible> + </item> + <item> + <label>$INFO[Window.Property(Day1.Title)]</label> + <icon>$INFO[Window.Property(Day1.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day1.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day1.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day1.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day1.Title))</visible> + </item> + <item> + <label>$INFO[Window.Property(Day2.Title)]</label> + <icon>$INFO[Window.Property(Day2.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day2.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day2.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day2.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day2.Title))</visible> + </item> + <item> + <label>$INFO[Window.Property(Day3.Title)]</label> + <icon>$INFO[Window.Property(Day3.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day3.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day3.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day3.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day3.Title))</visible> + </item> + <item> + <label>$INFO[Window.Property(Day4.Title)]</label> + <icon>$INFO[Window.Property(Day4.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day4.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day4.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day4.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day4.Title))</visible> + </item> + <item> + <label>$INFO[Window.Property(Day5.Title)]</label> + <icon>$INFO[Window.Property(Day5.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day5.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day5.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day5.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day5.Title))</visible> + </item> + <item> + <label>$INFO[Window.Property(Day6.Title)]</label> + <icon>$INFO[Window.Property(Day6.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day6.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day6.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day6.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day6.Title))</visible> + </item> + <item> + <label>$INFO[Window.Property(Day7.Title)]</label> + <icon>$INFO[Window.Property(Day7.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day7.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day7.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day7.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day7.Title))</visible> + </item> + <item> + <label>$INFO[Window.Property(Day8.Title)]</label> + <icon>$INFO[Window.Property(Day8.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day8.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day8.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day8.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day8.Title))</visible> + </item> + <item> + <label>$INFO[Window.Property(Day9.Title)]</label> + <icon>$INFO[Window.Property(Day9.OutlookIcon)]</icon> + <property name="HighTemp">$INFO[Window.Property(Day9.HighTemp)]</property> + <property name="LowTemp">$INFO[Window.Property(Day9.LowTemp)]</property> + <property name="Outlook">$INFO[Window.Property(Day9.Outlook)]</property> + <property name="TempUnits">$INFO[System.TemperatureUnits]</property> + <onclick>noop</onclick> + <visible>Weather.IsFetched + !IsEmpty(Window.Property(Day9.Title))</visible> + </item> + </content> + </control> + </control> + </control> + <include>ScrollBarCommons</include> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>184</label> + <onclick>Weather.Refresh</onclick> + <icon>icon_button_refresh.png</icon> + </item> + <item> + <label>31201</label> + <onclick>Weather.LocationNext</onclick> + <icon>icon_button_city.png</icon> + </item> + <item> + <label>31200</label> + <onclick>ParentDir</onclick> + <icon>icon_button_back.png</icon> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + </item> + </content> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/PlayerControls.xml b/addons/skin.estouchy/xml/PlayerControls.xml new file mode 100644 index 0000000000..bfe6d61c65 --- /dev/null +++ b/addons/skin.estouchy/xml/PlayerControls.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> +</window> diff --git a/addons/skin.estouchy/xml/Pointer.xml b/addons/skin.estouchy/xml/Pointer.xml new file mode 100644 index 0000000000..d929e43d70 --- /dev/null +++ b/addons/skin.estouchy/xml/Pointer.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>-</defaultcontrol> + <coordinates> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="image" id="1"> + <description>Pointer Image</description> + <posx>0</posx> + <posy>0</posy> + <width>30</width> + <height>45</height> + <texture>pointer_focus.png</texture> + </control> + <control type="image" id="2"> + <description>Pointer Focus Image</description> + <posx>0</posx> + <posy>0</posy> + <width>30</width> + <height>45</height> + <texture>pointer_focus.png</texture> + </control> + <control type="image" id="3"> + <description>Pointer Drag Image</description> + <posx>0</posx> + <posy>0</posy> + <width>30</width> + <height>45</height> + <texture>pointer_focus.png</texture> + </control> + <control type="image" id="4"> + <description>Pointer Click Image</description> + <posx>0</posx> + <posy>0</posy> + <width>30</width> + <height>45</height> + <texture>pointer_focus.png</texture> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/ProfileSettings.xml b/addons/skin.estouchy/xml/ProfileSettings.xml new file mode 100644 index 0000000000..18809eb38b --- /dev/null +++ b/addons/skin.estouchy/xml/ProfileSettings.xml @@ -0,0 +1,171 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>-</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="image" id="101"> + <description>profile image</description> + <posx>00</posx> + <posy>60</posy> + <width>220</width> + <height>220</height> + <align>left</align> + <aspectratio>keep</aspectratio> + <texture>DefaultActor.png</texture> + </control> + <control type="label"> + <description>profile name label</description> + <posx>250</posx> + <posy>80</posy> + <width>730</width> + <height>25</height> + <align>left</align> + <font>font20_title</font> + <label>$LOCALIZE[20093]</label> + </control> + <control type="label" id="102"> + <description>profile name Value</description> + <posx>250</posx> + <posy>110</posy> + <width>730</width> + <height>25</height> + <align>left</align> + <font>font24</font> + </control> + <control type="label"> + <description>profile directory label</description> + <posx>250</posx> + <posy>180</posy> + <width>730</width> + <height>25</height> + <align>left</align> + <font>font20_title</font> + <label>$LOCALIZE[20070]</label> + </control> + <control type="label" id="103"> + <description>profile directory Value</description> + <posx>250</posx> + <posy>210</posy> + <width>730</width> + <height>25</height> + <align>left</align> + <font>font24</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>280</posy> + <width>1000</width> + <height>416</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>0</posx> + <posy>280</posy> + <width>1000</width> + <height>416</height> + <itemgap>-1</itemgap> + <pagecontrol>60</pagecontrol> + <onleft>28</onleft> + <onright>60</onright> + <onup>28</onup> + <ondown>28</ondown> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <textoffsetx>20</textoffsetx> + </control> + <control type="label" id="14"> + <description>Default Label</description> + <posx>20</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <align>center</align> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <textoffsetx>20</textoffsetx> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <reverse>yes</reverse> + <textoffsetx>20</textoffsetx> + </control> + <control type="image" id="11"> + <description>separator image</description> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>730</posy> + <width>960</width> + <height>60</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="28"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="29"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/Settings.xml b/addons/skin.estouchy/xml/Settings.xml new file mode 100644 index 0000000000..e0e9951c51 --- /dev/null +++ b/addons/skin.estouchy/xml/Settings.xml @@ -0,0 +1,198 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">9000</defaultcontrol> + <controls> + <include>CommonBackground</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[5]</label> + </control> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>13200</label> + <onclick>ActivateWindow(Profiles)</onclick> + <icon>icon_button_profile.png</icon> + </item> + <item> + <label>7</label> + <onclick>ActivateWindow(FileManager)</onclick> + <icon>icon_button_filemanager.png</icon> + </item> + <item> + <label>130</label> + <onclick>ActivateWindow(SystemInfo)</onclick> + <icon>icon_button_systeminfo.png</icon> + </item> + <item> + <label>31200</label> + <onclick>Back</onclick> + <icon>icon_button_back.png</icon> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + </item> + </content> + </control> + <control type="panel" id="9000"> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <posx>40</posx> + <posy>100</posy> + <width>1200</width> + <height>750</height> + <onposx>9000</onposx> + <onright>9001</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>300</scrolltime> + <itemlayout height="250" width="400"> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <width>360</width> + <height>210</height> + <texture>button_nofocus.png</texture> + </control> + <control type="image"> + <posx>20</posx> + <posy>180</posy> + <width>360</width> + <height>50</height> + <texture colordiffuse="40000000">black.png</texture> + </control> + <control type="image"> + <posx>80</posx> + <posy>10</posy> + <width>240</width> + <height>240</height> + <texture>$INFO[ListItem.Icon]</texture> + <align>center</align> + </control> + <control type="label"> + <posx>0</posx> + <posy>190</posy> + <width>400</width> + <height>400</height> + <label>$INFO[ListItem.Label]</label> + <font>font20_title</font> + <align>center</align> + <textcolor>white</textcolor> + </control> + </itemlayout> + <focusedlayout height="250" width="400"> + <control type="group"> + <animation type="Focus" reversible="false"> + <effect type="zoom" center="auto" start="100" end="108" time="250" tween="sine" /> + </animation> + <animation type="UnFocus" reversible="false"> + <effect type="zoom" center="auto" start="108" end="100" time="250" tween="sine" /> + </animation> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <width>360</width> + <height>210</height> + <texture>button_nofocus.png</texture> + </control> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <width>360</width> + <height>210</height> + <texture>list_focus.png</texture> + <animation effect="fade" start="100" end="0" time="0">Unfocus</animation> + </control> + <control type="image"> + <posx>20</posx> + <posy>180</posy> + <width>360</width> + <height>50</height> + <texture colordiffuse="40000000">black.png</texture> + </control> + <control type="image"> + <posx>80</posx> + <posy>10</posy> + <width>240</width> + <height>240</height> + <texture>$INFO[ListItem.Icon]</texture> + <align>center</align> + </control> + <control type="label"> + <posx>0</posx> + <posy>190</posy> + <width>400</width> + <height>400</height> + <label>$INFO[ListItem.Label]</label> + <font>font20_title</font> + <align>center</align> + </control> + </control> + </focusedlayout> + <content> + <item id="1"> + <label>480</label> + <label2>31400</label2> + <onclick>ActivateWindow(AppearanceSettings)</onclick> + <icon>icon_settings_appearance.png</icon> + </item> + <item id="2"> + <label>157</label> + <label2>31401</label2> + <onclick>ActivateWindow(VideosSettings)</onclick> + <icon>icon_settings_video.png</icon> + </item> + <item id="3"> + <label>2</label> + <label2>31402</label2> + <onclick>ActivateWindow(MusicSettings)</onclick> + <icon>icon_settings_music.png</icon> + </item> + <item id="4"> + <label>1</label> + <label2>31403</label2> + <onclick>ActivateWindow(PicturesSettings)</onclick> + <icon>icon_settings_pictures.png</icon> + </item> + <item id="5"> + <label>8</label> + <label2>31404</label2> + <onclick>ActivateWindow(WeatherSettings)</onclick> + <icon>icon_settings_weather.png</icon> + </item> + <item id="6"> + <label>31556</label> + <label2>31555</label2> + <onclick>ActivateWindow(PVRSettings)</onclick> + <icon>icon_settings_tv.png</icon> + </item> + <item id="7"> + <label>14036</label> + <label2>31405</label2> + <onclick>ActivateWindow(ServiceSettings)</onclick> + <icon>icon_settings_network.png</icon> + </item> + <item id="8"> + <label>13000</label> + <label2>31406</label2> + <onclick>ActivateWindow(SystemSettings)</onclick> + <icon>icon_settings_system.png</icon> + </item> + <item id="9"> + <label>24001</label> + <label2>31407</label2> + <onclick>ActivateWindow(AddonBrowser)</onclick> + <icon>icon_settings_addons.png</icon> + </item> + </content> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/SettingsCategory.xml b/addons/skin.estouchy/xml/SettingsCategory.xml new file mode 100644 index 0000000000..ad3a3e101c --- /dev/null +++ b/addons/skin.estouchy/xml/SettingsCategory.xml @@ -0,0 +1,189 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>3</defaultcontrol> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <include>CommonBackground</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <include>ScrollBarCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[5]$INFO[Control.GetLabel(2), - ]</label> + </control> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>Back</onclick> + <icon>icon_button_back.png</icon> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + </item> + <item> + <label>5</label> + <onclick condition="IsEmpty(Window(Home).Property(DropdownMenuVisible))">SetProperty(DropdownMenuVisible,Show,Home)</onclick> + <onclick condition="!IsEmpty(Window(Home).Property(DropdownMenuVisible))">ClearProperty(DropdownMenuVisible,Home)</onclick> + <icon>icon_button_settings.png</icon> + </item> + </content> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>16x9_xPos_Relocation</include> + <posx>30</posx> + <posy>140</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>290</width> + <height>720</height> + <texture>panel.png</texture> + </control> + <control type="grouplist" id="3"> + <description>button area</description> + <posx>0</posx> + <posy>0</posy> + <width>290</width> + <height>720</height> + <itemgap>-1</itemgap> + <onleft>5</onleft> + <onright>5</onright> + <onup>3</onup> + <ondown>3</ondown> + </control> + <control type="image"> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>720</height> + <texture>panel.png</texture> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>580</height> + <pagecontrol>60</pagecontrol> + <itemgap>-1</itemgap> + <onleft>3</onleft> + <onright>3</onright> + <onup>5</onup> + <ondown>5</ondown> + </control> + <control type="image"> + <posx>310</posx> + <posy>600</posy> + <width>880</width> + <height>2</height> + <texture border="2">separator.png</texture> + <colordiffuse>blue</colordiffuse> + </control> + <control type="textbox" id="6"> + <description>Settings Description</description> + <posx>320</posx> + <posy>620</posy> + <width>840</width> + <height>80</height> + <font>font22</font> + <textcolor>blue</textcolor> + <align>left</align> + </control> + </control> + <control type="button" id="10"> + <description>Default Category Button</description> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <textoffsetx>20</textoffsetx> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>80</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <textoffsetx>20</textoffsetx> + </control> + <control type="label" id="14"> + <description>Default Label</description> + <posx>0</posx> + <posy>0</posy> + <height>80</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <align>center</align> + <textoffsetx>20</textoffsetx> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>80</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <textoffsetx>20</textoffsetx> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>80</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <aligny>center</aligny> + <reverse>yes</reverse> + <textoffsetx>20</textoffsetx> + </control> + <control type="sliderex" id="13"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>80</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <aligny>center</aligny> + <textoffsetx>20</textoffsetx> + </control> + <control type="image" id="11"> + <description>separator image</description> + <posy>-2</posy> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="label" id="2"> + <description>Fake Label so we can pass it on</description> + <posx>0</posx> + <posy>0</posy> + <width>0</width> + <height>0</height> + <font>-</font> + <visible>false</visible> + </control> + <include name="DropdownMenu"> + <param name="panel-posy">400</param> + <param name="panel-height">160</param> + </include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/SettingsProfile.xml b/addons/skin.estouchy/xml/SettingsProfile.xml new file mode 100644 index 0000000000..c5fc5fe2e4 --- /dev/null +++ b/addons/skin.estouchy/xml/SettingsProfile.xml @@ -0,0 +1,246 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">2</defaultcontrol> + <controls> + <include>CommonBackground</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <include>ScrollBarCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[10034]</label> + </control> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>Back</onclick> + <icon>icon_button_back.png</icon> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + </item> + </content> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>16x9_xPos_Relocation</include> + <posx>30</posx> + <posy>140</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>290</width> + <height>720</height> + <texture>panel.png</texture> + </control> + <control type="grouplist" id="9"> + <description>button area</description> + <posx>0</posx> + <posy>0</posy> + <width>290</width> + <height>720</height> + <itemgap>-1</itemgap> + <onleft>9</onleft> + <onright>9</onright> + <onup>2</onup> + <ondown>2</ondown> + <control type="button" id="91"> + <description>Profiles Button</description> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>13200</label> + <textoffsetx>20</textoffsetx> + <onfocus>Skin.SetString(ProfileSettings,1)</onfocus> + </control> + <control type="button" id="92"> + <description>Login Button</description> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>31038</label> + <textoffsetx>20</textoffsetx> + <onfocus>Skin.SetString(ProfileSettings,2)</onfocus> + </control> + </control> + <control type="image"> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>720</height> + <texture>panel.png</texture> + </control> + <control type="panel" id="2"> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>720</height> + <onleft>9</onleft> + <onright>60</onright> + <onup>2</onup> + <ondown>2</ondown> + <viewtype label="21371">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <visible>Skin.String(ProfileSettings,1)</visible> + <itemlayout width="293" height="360"> + <control type="image"> + <posx>20</posx> + <posy>10</posy> + <width>253</width> + <height>253</height> + <texture fallback="DefaultActor.png">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>270</posy> + <width>273</width> + <height>25</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>10</posx> + <posy>304</posy> + <width>273</width> + <height>20</height> + <font>font20</font> + <textcolor>blue</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31320]</label> + <visible>!IsEmpty(ListItem.Label2)</visible> + </control> + <control type="label"> + <posx>10</posx> + <posy>330</posy> + <width>273</width> + <height>20</height> + <font>font20</font> + <textcolor>grey</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout width="293" height="360"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>293</width> + <height>360</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>20</posx> + <posy>10</posy> + <width>253</width> + <height>253</height> + <texture fallback="DefaultActor.png">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>270</posy> + <width>273</width> + <height>25</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>10</posx> + <posy>304</posy> + <width>273</width> + <height>20</height> + <font>font20</font> + <textcolor>blue</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31320]</label> + <visible>!IsEmpty(ListItem.Label2)</visible> + </control> + <control type="label"> + <posx>10</posx> + <posy>330</posy> + <width>273</width> + <height>20</height> + <font>font20</font> + <textcolor>grey</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + <control type="grouplist" id="200"> + <description>control area</description> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>680</height> + <pagecontrol>60</pagecontrol> + <itemgap>-1</itemgap> + <onleft>9</onleft> + <onright>60</onright> + <onup>200</onup> + <ondown>200</ondown> + <visible>Skin.String(ProfileSettings,2)</visible> + <control type="radiobutton" id ="4"> + <description>Enable Login screen</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>20096</label> + <enable>!Window.IsVisible(ProfileSettings)</enable> + <textoffsetx>20</textoffsetx> + </control> + <control type="button" id ="5"> + <description>Auto Login</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[33084]: $INFO[System.ProfileAutoLogin]</label> + <enable>!Window.IsVisible(ProfileSettings)</enable> + <textoffsetx>20</textoffsetx> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/SettingsScreenCalibration.xml b/addons/skin.estouchy/xml/SettingsScreenCalibration.xml new file mode 100644 index 0000000000..3c54fea157 --- /dev/null +++ b/addons/skin.estouchy/xml/SettingsScreenCalibration.xml @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>8</defaultcontrol> + <controls> + <control type="videowindow" id="20"> + <description>videowindow</description> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <visible>Player.HasVideo</visible> + </control> + <control type="group"> + <visible>!Player.HasVideo</visible> + <include>CommonBackground</include> + </control> + <control type="image"> + <description>Overlay</description> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>960</height> + <texture>grey.png</texture> + <include>dialogeffect</include> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>100r</posx> + <posy>0</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>Back</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>1</onleft> + <onright>1</onright> + <onup>1</onup> + <ondown>1</ondown> + </control> + <control type="mover" id="8"> + <description>top left mover</description> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>128</height> + <texturefocus>calibrate_top.png</texturefocus> + <texturenofocus>-</texturenofocus> + </control> + <control type="mover" id="9"> + <description>right bottom mover</description> + <posx>700</posx> + <posy>500</posy> + <width>128</width> + <height>128</height> + <texturefocus>calibrate_bottom.png</texturefocus> + <texturenofocus>-</texturenofocus> + </control> + <control type="mover" id="10"> + <description>subtitle position mover</description> + <posx>200</posx> + <posy>500</posy> + <width>512</width> + <height>128</height> + <texturefocus>calibrate_subtitles.png</texturefocus> + <texturenofocus>-</texturenofocus> + </control> + <control type="resize" id="11"> + <description>pixel aspect ratio box</description> + <posx>0</posx> + <posy>232</posy> + <width>256</width> + <height>256</height> + <texturefocus>calibrate_aspect.png</texturefocus> + <texturenofocus>-</texturenofocus> + </control> + <control type="group"> + <posx>20</posx> + <posy>80</posy> + <control type="label" id="2"> + <description>coordinates label</description> + <posx>0</posx> + <posy>10</posy> + <width>1240</width> + <label>-</label> + <align>center</align> + <font>font13caps</font> + </control> + <control type="label" id="3"> + <description>help information</description> + <posx>0</posx> + <posy>40</posy> + <width>1240</width> + <label>-</label> + <align>center</align> + <font>font13caps</font> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/SettingsSystemInfo.xml b/addons/skin.estouchy/xml/SettingsSystemInfo.xml new file mode 100644 index 0000000000..9b57b0e451 --- /dev/null +++ b/addons/skin.estouchy/xml/SettingsSystemInfo.xml @@ -0,0 +1,387 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">95</defaultcontrol> + <controls> + <include>CommonBackground</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[130]</label> + </control> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>Back</onclick> + <icon>icon_button_back.png</icon> + </item> + </content> + </control> + <control type="label" id="40"> + <description>Hiddenlabel to pass to above</description> + <visible>false</visible> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>16x9_xPos_Relocation</include> + <posx>30</posx> + <posy>140</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>290</width> + <height>600</height> + <texture>panel.png</texture> + </control> + <control type="grouplist" id="9000"> + <description>button area</description> + <posx>0</posx> + <posy>0</posy> + <width>290</width> + <height>598</height> + <itemgap>-1</itemgap> + <onleft>5</onleft> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="95"> + <description>Button Summary Values</description> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>20037</label> + <textoffsetx>20</textoffsetx> + </control> + <control type="button" id="94"> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>13277</label> + <textoffsetx>20</textoffsetx> + </control> + <control type="button" id="96"> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>13279</label> + <textoffsetx>20</textoffsetx> + </control> + <control type="button" id="97"> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>13280</label> + <textoffsetx>20</textoffsetx> + </control> + <control type="button" id="98"> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>13281</label> + <textoffsetx>20</textoffsetx> + </control> + <control type="button" id="99"> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>31556</label> + <textoffsetx>20</textoffsetx> + </control> + </control> + <control type="image"> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>602</height> + <texture>panel.png</texture> + </control> + <control type="group"> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>598</height> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(2))</visible> + </control> + <control type="label" id="2"> + <description>Label 2</description> + <posx>20</posx> + <posy>0</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(3))</visible> + </control> + <control type="label" id="3"> + <description>Label 3</description> + <posx>20</posx> + <posy>60</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>120</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(4))</visible> + </control> + <control type="label" id="4"> + <description>Label 4</description> + <posx>20</posx> + <posy>120</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>180</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(5))</visible> + </control> + <control type="label" id="5"> + <description>Label 5</description> + <posx>20</posx> + <posy>180</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>240</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(6))</visible> + </control> + <control type="label" id="6"> + <description>Label 6</description> + <posx>20</posx> + <posy>240</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>300</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(7))</visible> + </control> + <control type="label" id="7"> + <description>Label 7</description> + <posx>20</posx> + <posy>300</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>360</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(8))</visible> + </control> + <control type="label" id="8"> + <description>Label 8</description> + <posx>20</posx> + <posy>360</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>420</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(9))</visible> + </control> + <control type="label" id="9"> + <description>Label 9</description> + <posx>20</posx> + <posy>420</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>480</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(10))</visible> + </control> + <control type="label" id="10"> + <description>Label 10</description> + <posx>20</posx> + <posy>480</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>540</posy> + <width>880</width> + <height>60</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!IsEmpty(Control.GetLabel(11))</visible> + </control> + <control type="label" id="11"> + <description>Label 11</description> + <posx>20</posx> + <posy>540</posy> + <width>850</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font22</font> + </control> + </control> + <control type="group"> + <posx>60</posx> + <posy>220r</posy> + <control type="label" id="52"> + <description>Kodi Build Version</description> + <posx>1130</posx> + <posy>10</posy> + <width>1130</width> + <label>144</label> + <align>right</align> + <textcolor>blue</textcolor> + <shadowcolor>black</shadowcolor> + <font>font20_title</font> + </control> + <control type="label"> + <description>Memory Text</description> + <posx>800</posx> + <posy>50</posy> + <width>850</width> + <height>25</height> + <label>$LOCALIZE[31309] $INFO[system.memory(used.percent)]</label> + <align>right</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <font>font18_title</font> + </control> + <control type="progress"> + <description>Memory BAR</description> + <posx>810</posx> + <posy>50</posy> + <width>320</width> + <height>25</height> + <info>system.memory(used)</info> + </control> + <control type="label"> + <description>CPU Text</description> + <posx>800</posx> + <posy>90</posy> + <width>850</width> + <height>25</height> + <label>$LOCALIZE[13271] $INFO[System.CPUUsage]</label> + <align>right</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <font>font18_title</font> + <wrapmultiline>true</wrapmultiline> + </control> + <control type="progress"> + <description>CPU BAR</description> + <posx>810</posx> + <posy>90</posy> + <width>320</width> + <height>25</height> + <info>System.CPUUsage</info> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/SkinSettings.xml b/addons/skin.estouchy/xml/SkinSettings.xml new file mode 100644 index 0000000000..737d58fd92 --- /dev/null +++ b/addons/skin.estouchy/xml/SkinSettings.xml @@ -0,0 +1,546 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>91</defaultcontrol> + <controls> + <include>CommonBackground</include> + <include>CommonBackgroundOverlay</include> + <include>CommonNowPlaying</include> + <include>ScrollBarCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[20077]</label> + </control> + <control type="panel" id="9002"> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>Back</onclick> + <icon>icon_button_back.png</icon> + </item> + <item> + <label>1036</label> + <onclick>ActivateWindow(Favourites)</onclick> + <icon>icon_button_favourites.png</icon> + </item> + </content> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>16x9_xPos_Relocation</include> + <posx>30</posx> + <posy>140</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>290</width> + <height>720</height> + <texture>panel.png</texture> + </control> + <control type="grouplist" id="9"> + <description>button area</description> + <posx>0</posx> + <posy>0</posy> + <width>290</width> + <height>720</height> + <itemgap>-1</itemgap> + <onleft>9</onleft> + <onright>9</onright> + <onup>2</onup> + <ondown>2</ondown> + <control type="button" id="91"> + <description>Home Button</description> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>10000</label> + <textoffsetx>20</textoffsetx> + <onfocus>Skin.SetString(SkinSettings,1)</onfocus> + </control> + <control type="button" id="92"> + <description>Addon Button</description> + <width>290</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>24001</label> + <textoffsetx>20</textoffsetx> + <onfocus>Skin.SetString(SkinSettings,2)</onfocus> + </control> + </control> + <control type="image"> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>720</height> + <texture border="20">panel.png</texture> + </control> + <control type="grouplist" id="100"> + <description>control area</description> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>720</height> + <pagecontrol>60</pagecontrol> + <itemgap>-1</itemgap> + <onup>100</onup> + <ondown>9002</ondown> + <onleft>9</onleft> + <onright>60</onright> + <visible>Skin.String(SkinSettings,1)</visible> + <control type="label" id="101"> + <width>880</width> + <height>80</height> + <align>center</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <label>31500</label> + <textoffsetx>20</textoffsetx> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>880</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="radiobutton" id="102"> + <description>Show LiveTV</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31556]</label> + <onclick>Skin.ToggleSetting(ShowHomeButtonLiveTV)</onclick> + <selected>Skin.HasSetting(ShowHomeButtonLiveTV)</selected> + <textoffsetx>20</textoffsetx> + </control> + <control type="radiobutton" id="103"> + <description>Show Radio</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[19021]</label> + <onclick>Skin.ToggleSetting(ShowHomeButtonRadio)</onclick> + <selected>Skin.HasSetting(ShowHomeButtonRadio)</selected> + <textoffsetx>20</textoffsetx> + </control> + <control type="radiobutton" id="104"> + <description>Hide Videos</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[3]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonVideo)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonVideo)</selected> + <textoffsetx>20</textoffsetx> + </control> + <control type="radiobutton" id="105"> + <description>Hide Movies</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[20342]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonMovies)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonMovies)</selected> + <textoffsetx>20</textoffsetx> + <enable>Library.HasContent(Movies)</enable> + </control> + <control type="radiobutton" id="106"> + <description>Hide TVShows</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[20343]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonTVShows)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonTVShows)</selected> + <textoffsetx>20</textoffsetx> + <enable>Library.HasContent(TVShows)</enable> + </control> + <control type="radiobutton" id="107"> + <description>Hide Music</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[2]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonMusic)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonMusic)</selected> + <textoffsetx>20</textoffsetx> + </control> + <control type="radiobutton" id="108"> + <description>Hide Pictures</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[1]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonPictures)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonPictures)</selected> + <textoffsetx>20</textoffsetx> + </control> + <control type="radiobutton" id="109"> + <description>Hide Programs</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[0]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonPrograms)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonPrograms)</selected> + <textoffsetx>20</textoffsetx> + </control> + <control type="label" id="110"> + <width>880</width> + <height>80</height> + <align>center</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <label>31502</label> + <textoffsetx>20</textoffsetx> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>880</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="radiobutton" id="111"> + <description>Show Weather info and button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31550]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonWeather)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonWeather)</selected> + <textoffsetx>20</textoffsetx> + </control> + <control type="radiobutton" id="112"> + <description>Use custom background</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31553]</label> + <onclick>Skin.ToggleSetting(UseCustomBackground)</onclick> + <selected>Skin.HasSetting(UseCustomBackground)</selected> + <textoffsetx>20</textoffsetx> + </control> + <control type="button" id="113"> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>- $LOCALIZE[31554]</label> + <label2>$INFO[Skin.String(CustomBackground)]</label2> + <onclick>Skin.SetImage(CustomBackground)</onclick> + <enable>Skin.HasSetting(UseCustomBackground)</enable> + <textoffsetx>20</textoffsetx> + </control> + <control type="radiobutton" id="114"> + <description>Hide video background</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31557]</label> + <onclick>Skin.ToggleSetting(HideVideoBackground)</onclick> + <selected>Skin.HasSetting(HideVideoBackground)</selected> + <textoffsetx>20</textoffsetx> + </control> + <control type="radiobutton" id="115"> + <description>Hide viz background</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31558]</label> + <onclick>Skin.ToggleSetting(HideVizBackground)</onclick> + <selected>Skin.HasSetting(HideVizBackground)</selected> + <textoffsetx>20</textoffsetx> + </control> + </control> + <control type="grouplist" id="200"> + <description>control area</description> + <posx>310</posx> + <posy>0</posy> + <width>880</width> + <height>720</height> + <pagecontrol>60</pagecontrol> + <itemgap>-1</itemgap> + <onup>200</onup> + <ondown>9002</ondown> + <onleft>9</onleft> + <onright>60</onright> + <visible>Skin.String(SkinSettings,2)</visible> + <control type="label" id="201"> + <width>880</width> + <height>80</height> + <align>center</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <label>31501</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>880</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="button" id="202"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 1</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton1))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton1,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="203"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 2</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton2))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton2,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="204"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 3</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton3))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton3,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="205"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 4</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton4))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton4,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="206"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 5</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton5))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton5,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="207"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 6</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton6))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton6,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="208"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 7</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton7))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton7,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="209"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 8</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton8))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton8,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="210"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 9</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton9))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton9,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="211"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 10</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton10))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton10,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="212"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 11</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton11))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton11,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + <control type="button" id="213"> + <description>Home Addon Button</description> + <width>880</width> + <height>80</height> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>$LOCALIZE[31551] 12</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton12))]</label2> + <textoffsetx>20</textoffsetx> + <onclick>Skin.SetAddon(HomeAddonButton12,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script)</onclick> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/SlideShow.xml b/addons/skin.estouchy/xml/SlideShow.xml new file mode 100644 index 0000000000..bfe6d61c65 --- /dev/null +++ b/addons/skin.estouchy/xml/SlideShow.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> +</window> diff --git a/addons/skin.estouchy/xml/SmartPlaylistEditor.xml b/addons/skin.estouchy/xml/SmartPlaylistEditor.xml new file mode 100644 index 0000000000..005091f86e --- /dev/null +++ b/addons/skin.estouchy/xml/SmartPlaylistEditor.xml @@ -0,0 +1,326 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">450</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>-</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>70</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="spincontrolex" id="22"> + <description>Set Playlist type</description> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>70</height> + <label>467</label> + <font>font25</font> + <onright>22</onright> + <onleft>22</onleft> + <onup>9001</onup> + <ondown>12</ondown> + </control> + <control type="label"> + <description>Name Label</description> + <posx>20</posx> + <posy>130</posy> + <width>960</width> + <height>40</height> + <label>21433</label> + <font>font20_title</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>0</posx> + <posy>170</posy> + <width>1000</width> + <height>70</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="edit" id="12"> + <description>Name Button</description> + <posx>0</posx> + <posy>170</posy> + <width>1000</width> + <height>70</height> + <font>font25</font> + <align>center</align> + <label>-</label> + <onup>22</onup> + <onleft>12</onleft> + <onright>12</onright> + <ondown>10</ondown> + </control> + <control type="image"> + <posx>0</posx> + <posy>240</posy> + <width>1000</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>242</posy> + <width>760</width> + <height>260</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="list" id="10"> + <posx>0</posx> + <posy>242</posy> + <width>760</width> + <height>260</height> + <onup>9001</onup> + <onleft>9000</onleft> + <onright>60</onright> + <ondown>12</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="65"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>760</width> + <height>65</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>720</width> + <height>65</height> + <font>font25</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="65"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>760</width> + <height>65</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + <visible>!Control.HasFocus(10)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>760</width> + <height>65</height> + <texture>list_focus.png</texture> + <visible>Control.HasFocus(10)</visible> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>720</width> + <height>65</height> + <font>font25</font> + <align>left</align> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <label>[COLOR=blue] > [/COLOR] $INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="group" id="9000"> + <posx>780</posx> + <posy>272</posy> + <control type="button" id="13"> + <description>Add Rule Button</description> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>60</height> + <label>15019</label> + <align>center</align> + <aligny>center</aligny> + <font>font18_title</font> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus>button_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>18</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>13</ondown> + </control> + <control type="button" id="14"> + <description>Remove Rule Button</description> + <posx>0</posx> + <posy>70</posy> + <width>200</width> + <height>60</height> + <label>1210</label> + <align>center</align> + <aligny>center</aligny> + <font>font18_title</font> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus>button_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>11</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>14</ondown> + </control> + <control type="button" id="15"> + <description>Edit Rule Button</description> + <posx>0</posx> + <posy>140</posy> + <width>200</width> + <height>60</height> + <label>21435</label> + <align>center</align> + <aligny>center</aligny> + <font>font18_title</font> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus>button_nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>13</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>12</ondown> + </control> + </control> + <control type="image"> + <posx>0</posx> + <posy>502</posy> + <width>1000</width> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>504</posy> + <width>1000</width> + <height>140</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="spincontrolex" id="16"> + <posx>0</posx> + <posy>504</posy> + <width>1000</width> + <height>70</height> + <label>21424</label> + <font>font25</font> + <onright>16</onright> + <onleft>16</onleft> + <onup>10</onup> + <ondown>17</ondown> + </control> + <control type="spincontrolex" id="17"> + <posx>0</posx> + <posy>574</posy> + <width>1000</width> + <height>70</height> + <label>21427</label> + <font>font25</font> + <onright>17</onright> + <onleft>17</onleft> + <onup>16</onup> + <ondown>18</ondown> + </control> + <control type="image"> + <posx>0</posx> + <posy>644</posy> + <width>760</width> + <height>70</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="spincontrolex" id="18"> + <posx>0</posx> + <posy>644</posy> + <width>760</width> + <height>70</height> + <label>21429</label> + <font>font25</font> + <onright>19</onright> + <onleft>19</onleft> + <onup>17</onup> + <ondown>9001</ondown> + </control> + <control type="togglebutton" id="19"> + <posx>780</posx> + <posy>649</posy> + <width>200</width> + <height>60</height> + <font>font18_title</font> + <align>center</align> + <aligny>center</aligny> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus>button_nofocus.png</texturenofocus> + <alttexturefocus>list_focus.png</alttexturefocus> + <alttexturenofocus>button_nofocus.png</alttexturenofocus> + <label>21431</label> + <altlabel>21430</altlabel> + <onright>18</onright> + <onleft>18</onleft> + <onup>17</onup> + <ondown>9001</ondown> + </control> + <control type="grouplist" id="9002"> + <posx>20</posx> + <posy>730</posy> + <width>960</width> + <height>60</height> + <itemgap>20</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="20"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="21"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/SmartPlaylistRule.xml b/addons/skin.estouchy/xml/SmartPlaylistRule.xml new file mode 100644 index 0000000000..803671fd6e --- /dev/null +++ b/addons/skin.estouchy/xml/SmartPlaylistRule.xml @@ -0,0 +1,176 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol always="true">450</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>140</posx> + <posy>315</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>-</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>270</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>Name Label</description> + <posx>20</posx> + <posy>70</posy> + <width>960</width> + <height>20</height> + <label>21422</label> + <font>font20_title</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>1000</width> + <height>70</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="group" id="9001"> + <control type="spincontrolex" id="15"> + <description>Rule Field</description> + <posx>0</posx> + <posy>100</posy> + <width>500</width> + <height>70</height> + <font>-</font> + <onright>16</onright> + <onleft>16</onleft> + <onup>9000</onup> + <ondown>17</ondown> + </control> + <control type="label"> + <description>Rule Field label</description> + <posx>20</posx> + <posy>100</posy> + <width>460</width> + <height>70</height> + <font>font25</font> + <label>$INFO[Control.GetLabel(15)]</label> + <align>left</align> + <aligny>center</aligny> + </control> + <control type="image"> + <posx>499</posx> + <posy>100</posy> + <width>2</width> + <height>70</height> + <texture border="2">separator.png</texture> + </control> + <control type="spincontrolex" id="16"> + <description>Rule operator</description> + <posx>500</posx> + <posy>100</posy> + <width>500</width> + <height>70</height> + <font>-</font> + <onright>15</onright> + <onleft>15</onleft> + <onup>9000</onup> + <ondown>17</ondown> + </control> + <control type="label"> + <description>Rule Field label</description> + <posx>520</posx> + <posy>100</posy> + <width>460</width> + <height>70</height> + <font>font25</font> + <label>$INFO[Control.GetLabel(16)]</label> + <align>left</align> + <aligny>center</aligny> + </control> + </control> + <control type="image"> + <posx>0</posx> + <posy>170</posy> + <width>760</width> + <height>70</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="edit" id="17"> + <description>Value Button</description> + <posx>0</posx> + <posy>170</posy> + <width>760</width> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <label>-</label> + <onup>9001</onup> + <onleft>20</onleft> + <onright>20</onright> + <ondown>9000</ondown> + </control> + <control type="button" id="20"> + <description>Browse Button</description> + <posx>780</posx> + <posy>175</posy> + <width>200</width> + <height>60</height> + <align>center</align> + <aligny>center</aligny> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus>button_nofocus.png</texturenofocus> + <label>1024</label> + <font>font18_title</font> + <onup>9001</onup> + <onleft>17</onleft> + <onright>17</onright> + <ondown>9000</ondown> + </control> + <control type="grouplist" id="9002"> + <posx>20</posx> + <posy>260</posy> + <width>960</width> + <height>60</height> + <itemgap>20</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="18"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="19"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/Startup.xml b/addons/skin.estouchy/xml/Startup.xml new file mode 100644 index 0000000000..a43395446d --- /dev/null +++ b/addons/skin.estouchy/xml/Startup.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <onload>ReplaceWindow($INFO[System.StartupWindow])</onload> +</window> diff --git a/addons/skin.estouchy/xml/VideoFullScreen.xml b/addons/skin.estouchy/xml/VideoFullScreen.xml new file mode 100644 index 0000000000..488dbbdd4c --- /dev/null +++ b/addons/skin.estouchy/xml/VideoFullScreen.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>-</defaultcontrol> + <onunload>ClearProperty(DropdownMenuVisible,Home)</onunload> + <controls> + <!-- codec info --> + <control type="group" id="0"> + <posx>0</posx> + <posy>20</posy> + <animation effect="fade" time="200">VisibleChange</animation> + <control type="image"> + <description>media info background image</description> + <posx>0</posx> + <posy>0</posy> + <include>ScreenWidth</include> + <height>160</height> + <colordiffuse>AAFFFFFF</colordiffuse> + <texture>grey.png</texture> + </control> + <control type="label" id="10"> + <description>row 1 label</description> + <posx>50</posx> + <posy>10</posy> + <width>1180</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <font>font16</font> + <label>-</label> + </control> + <control type="label" id="11"> + <description>row 2 label</description> + <posx>50</posx> + <posy>60</posy> + <width>1180</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <font>font16</font> + <label>-</label> + </control> + <control type="label" id="12"> + <description>row 3 label</description> + <posx>50</posx> + <posy>110</posy> + <width>1180</width> + <height>45</height> + <align>left</align> + <aligny>center</aligny> + <font>font16</font> + <label>-</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/VideoOSD.xml b/addons/skin.estouchy/xml/VideoOSD.xml new file mode 100644 index 0000000000..a4c542ed5b --- /dev/null +++ b/addons/skin.estouchy/xml/VideoOSD.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol></defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <include>PlayerControlCommons</include> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/VideoOSDBookmarks.xml b/addons/skin.estouchy/xml/VideoOSDBookmarks.xml new file mode 100644 index 0000000000..4af74f0edd --- /dev/null +++ b/addons/skin.estouchy/xml/VideoOSDBookmarks.xml @@ -0,0 +1,159 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>235</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>810</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>810</width> + <height>600</height> + <texture>dialog_back.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>700</width> + <label>$LOCALIZE[298]</label> + </control> + <control type="group"> + <posx>740</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>760</width> + <height>510</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="panel" id="11"> + <posx>10</posx> + <posy>70</posy> + <width>750</width> + <height>500</height> + <onleft>2</onleft> + <onright>3</onright> + <ondown>2</ondown> + <onup>2</onup> + <scrolltime>200</scrolltime> + <viewtype label="536">icon</viewtype> + <pagecontrol>60</pagecontrol> + <itemlayout height="250" width="375"> + <control type="image"> + <posx>10</posx> + <posy>0</posy> + <width>355</width> + <height>220</height> + <aspectratio>scale</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>220</posy> + <width>375</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]$INFO[ListItem.Label2, (,)]</label> + </control> + </itemlayout> + <focusedlayout height="250" width="375"> + <control type="image"> + <posx>10</posx> + <posy>0</posy> + <width>355</width> + <height>220</height> + <aspectratio>scale</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>375</width> + <height>250</height> + <texture border="5">thumb_focus.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>220</posy> + <width>375</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]$INFO[ListItem.Label2, (,)]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>780</posx> + <posy>100</posy> + <width>10</width> + <height>440</height> + <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground> + <texturesliderbar colordiffuse="grey">white.png</texturesliderbar> + <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus> + <textureslidernib>blank.png</textureslidernib> + <textureslidernibfocus>blank.png</textureslidernibfocus> + <onleft>3</onleft> + <onright>3</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>600</posy> + <width>770</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>11</onup> + <ondown>11</ondown> + <control type="button" id="2"> + <description>Create Bookmark button</description> + <label>294</label> + <width>250</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="3"> + <description>Clear Bookmark button</description> + <label>296</label> + <width>250</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="4"> + <description>Clear Bookmark button</description> + <label>20406</label> + <width>250</width> + <include>ButtonInfoDialogsCommonValues</include> + <visible>videoplayer.content(episodes)</visible> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/VideoOSDSettings.xml b/addons/skin.estouchy/xml/VideoOSDSettings.xml new file mode 100644 index 0000000000..a53a65fa5b --- /dev/null +++ b/addons/skin.estouchy/xml/VideoOSDSettings.xml @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol>5</defaultcontrol> + <include>16x9_xPos_Relocation</include> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <posx>240</posx> + <posy>80</posy> + </coordinates> + <controls> + <include>BehindDialogFadeOut</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>860</width> + <height>60</height> + <texture border="5">dialog_header.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>860</width> + <height>740</height> + <texture>dialog_back.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>760</width> + <label>-</label> + </control> + <control type="group"> + <posx>790</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>860</width> + <height>740</height> + <texture colordiffuse="40000000">panel.png</texture> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>0</posx> + <posy>60</posy> + <width>860</width> + <height>740</height> + <pagecontrol>-</pagecontrol> + <itemgap>-1</itemgap> + <onleft>5</onleft> + <onright>5</onright> + <onup>5</onup> + <ondown>5</ondown> + </control> + <control type="sliderex" id="13"> + <description>Default Slider</description> + <height>70</height> + <font>font25</font> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="label" id="14"> + <description>Default Label</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>70</height> + <font>font25</font> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="11"> + <description>separator image</description> + <height>2</height> + <texture border="2">separator.png</texture> + </control> + </controls> +</window> diff --git a/addons/skin.estouchy/xml/ViewsList.xml b/addons/skin.estouchy/xml/ViewsList.xml new file mode 100644 index 0000000000..2173fefdd0 --- /dev/null +++ b/addons/skin.estouchy/xml/ViewsList.xml @@ -0,0 +1,409 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <include name="List"> + <control type="image"> + <posx>120</posx> + <posy>130</posy> + <width>$PARAM[panel-width]</width> + <height>700</height> + <texture>panel.png</texture> + <visible>Control.IsVisible(500)</visible> + </control> + <control type="panel" id="500"> + <posx>120</posx> + <posy>130</posy> + <width>$PARAM[panel-width]</width> + <height>700</height> + <onleft>2</onleft> + <onright>60</onright> + <onup>500</onup> + <ondown>500</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <preloaditems>2</preloaditems> + <itemlayout height="70" width="$PARAM[panel-width]" condition="!Window.IsVisible(EventLog)"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[layout-width]</width> + <height>70</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>4</posx> + <posy>4</posy> + <width>62</width> + <height>62</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + <visible>Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs) | [Container.Content(Addons) + !ListItem.IsFolder] | Container.Content(Actors) | Container.Content(Sets) | [Window.IsVisible(Pictures) + !IsEmpty(Container.FolderPath)]</visible> + </control> + <control type="image"> + <posx>4</posx> + <posy>4</posy> + <width>62</width> + <height>62</height> + <texture background="true">defaulticons/$INFO[Listitem.Icon]</texture> + <aspectratio>keep</aspectratio> + <visible>[Container.Content() + !Window.IsVisible(Pictures)] | Container.Content(Files) | Container.Content(Genres) | Container.Content(Years) | Container.Content(Directors) | Container.Content(Studios) | Container.Content(Countries) | Container.Content(Tags) | [Container.Content(Addons) + ListItem.IsFolder] | [Window.IsVisible(Pictures) + IsEmpty(Container.FolderPath)]</visible> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>70</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>$PARAM[label2-posx]</posx> + <posy>2</posy> + <width>$PARAM[label-width]</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <animation effect="slide" start="0" end ="100,0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">Conditional</animation> + <animation effect="slide" start="0" end ="-40,0" time="0" condition="Container.Content(TVShows)">Conditional</animation> + <visible>!Window.IsVisible(AddonBrowser)</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>320r</posx> + <posy>34</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.Rating,rating/,.png]</texture> + <animation effect="slide" start="0" end ="100,0" time="0" condition="Container.Content(Albums)">Conditional</animation> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Albums)] + !SubString(ListItem.Label,..)</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>220r</posx> + <posy>34</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.UserRating,rating/,.png]</texture> + <visible>Container.Content(Songs) + !SubString(ListItem.Label,..)</visible> + </control> + <control type="image"> + <posx>110r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <posx>110r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>flagging/source/Set.png</texture> + <visible>[Container.Content(Movies) | Container.Content(Sets)] + ListItem.IsCollection</visible> + </control> + <control type="image"> + <posx>48r</posx> + <posy>22</posy> + <width>26</width> + <height>26</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)] + ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>50r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + <visible>[Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes) | Container.Content(MusicVideos)] + !ListItem.IsResumable</visible> + </control> + <control type="label"> + <posx>$PARAM[label2-posx]</posx> + <posy>2</posy> + <width>$PARAM[label-width]</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonStatus,, - ]$INFO[ListItem.AddonVersion]</label> + <animation effect="slide" start="0" end ="60,0" time="0" condition="True">Conditional</animation> + <visible>Window.IsVisible(AddonBrowser) + !stringcompare(ListItem.AddonStatus,$LOCALIZE[305])</visible> + </control> + <control type="label"> + <posx>$PARAM[label2-posx]</posx> + <posy>2</posy> + <width>$PARAM[label-width]</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonVersion]</label> + <animation effect="slide" start="0" end ="60,0" time="0" condition="True">Conditional</animation> + <visible>Window.IsVisible(AddonBrowser) + stringcompare(ListItem.AddonStatus,$LOCALIZE[305])</visible> + </control> + <control type="image"> + <posx>50r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatched.png</texture> + <visible>Window.IsVisible(AddonBrowser) + stringcompare(ListItem.Label2,$LOCALIZE[305])</visible> + </control> + </itemlayout> + <focusedlayout height="70" width="$PARAM[panel-width]" condition="!Window.IsVisible(EventLog)"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[layout-width]</width> + <height>70</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>4</posx> + <posy>4</posy> + <width>62</width> + <height>62</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + <visible>Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs) | [Container.Content(Addons) + !ListItem.IsFolder] | Container.Content(Actors) | Container.Content(Sets) | [Window.IsVisible(Pictures) + !IsEmpty(Container.FolderPath)]</visible> + </control> + <control type="image"> + <posx>4</posx> + <posy>4</posy> + <width>62</width> + <height>62</height> + <texture background="true">defaulticons/$INFO[Listitem.Icon]</texture> + <aspectratio>keep</aspectratio> + <visible>[Container.Content() + !Window.IsVisible(Pictures)] | Container.Content(Files) | Container.Content(Genres) | Container.Content(Years) | Container.Content(Directors) | Container.Content(Studios) | Container.Content(Countries) | Container.Content(Tags) | [Container.Content(Addons) + ListItem.IsFolder] | [Window.IsVisible(Pictures) + IsEmpty(Container.FolderPath)]</visible> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>70</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>$PARAM[label2-posx]</posx> + <posy>2</posy> + <width>$PARAM[label-width]</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <animation effect="slide" start="0" end ="100,0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">Conditional</animation> + <animation effect="slide" start="0" end ="-40,0" time="0" condition="Container.Content(TVShows)">Conditional</animation> + <visible>!Window.IsVisible(AddonBrowser)</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>320r</posx> + <posy>34</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.Rating,rating/]</texture> + <animation effect="slide" start="0" end ="100,0" time="0" condition="Container.Content(Albums)">Conditional</animation> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Albums)] + !SubString(ListItem.Label,..)</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>220r</posx> + <posy>34</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.UserRating,rating/]</texture> + <visible>Container.Content(Songs) + !SubString(ListItem.Label,..)</visible> + </control> + <control type="image"> + <posx>110r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <posx>110r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>flagging/source/Set.png</texture> + <visible>[Container.Content(Movies) | Container.Content(Sets)] + ListItem.IsCollection</visible> + </control> + <control type="image"> + <posx>48r</posx> + <posy>22</posy> + <width>26</width> + <height>26</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)] + ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>50r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + <visible>[Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes) | Container.Content(MusicVideos)] + !ListItem.IsResumable</visible> + </control> + <control type="label"> + <posx>$PARAM[label2-posx]</posx> + <posy>2</posy> + <width>$PARAM[label-width]</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonStatus,, - ]$INFO[ListItem.AddonVersion]</label> + <animation effect="slide" start="0" end ="60,0" time="0" condition="True">Conditional</animation> + <visible>Window.IsVisible(AddonBrowser) + !stringcompare(ListItem.AddonStatus,$LOCALIZE[305])</visible> + </control> + <control type="label"> + <posx>$PARAM[label2-posx]</posx> + <posy>2</posy> + <width>$PARAM[label-width]</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonVersion]</label> + <animation effect="slide" start="0" end ="60,0" time="0" condition="True">Conditional</animation> + <visible>Window.IsVisible(AddonBrowser) + stringcompare(ListItem.AddonStatus,$LOCALIZE[305])</visible> + </control> + <control type="image"> + <posx>50r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatched.png</texture> + <visible>Window.IsVisible(AddonBrowser) + stringcompare(ListItem.Label2,$LOCALIZE[305])</visible> + </control> + </focusedlayout> + <itemlayout height="90" width="$PARAM[panel-width]" condition="Window.IsVisible(EventLog)"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[layout-width]</width> + <height>90</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>4</posx> + <posy>4</posy> + <width>82</width> + <height>82</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>105</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>40</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>$PARAM[label2-posx]</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>40</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <animation effect="slide" start="0" end ="100,0" time="0" condition="True">Conditional</animation> + </control> + <control type="textbox"> + <posx>105</posx> + <posy>30</posy> + <width>1350</width> + <height>48</height> + <font>font22</font> + <align>left</align> + <label>$INFO[ListItem.Property(Event.Description)]</label> + </control> + </itemlayout> + <focusedlayout height="90" width="$PARAM[panel-width]" condition="Window.IsVisible(EventLog)"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[layout-width]</width> + <height>90</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>4</posx> + <posy>4</posy> + <width>82</width> + <height>82</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>105</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>40</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Property(Event.Description)]</label> + </control> + <control type="label"> + <posx>$PARAM[label2-posx]</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>40</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <animation effect="slide" start="0" end ="100,0" time="0" condition="True">Conditional</animation> + </control> + <control type="textbox"> + <posx>105</posx> + <posy>30</posy> + <width>$PARAM[label-width]</width> + <height>60</height> + <font>font22</font> + <align>left</align> + <label>$INFO[ListItem.Property(Event.Description)]</label> + </control> + </focusedlayout> + </control> + </include> +</includes> diff --git a/addons/skin.estouchy/xml/ViewsPVR.xml b/addons/skin.estouchy/xml/ViewsPVR.xml new file mode 100644 index 0000000000..769612b0c7 --- /dev/null +++ b/addons/skin.estouchy/xml/ViewsPVR.xml @@ -0,0 +1,409 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <include name="PVRBack"> + <control type="image"> + <posx>120</posx> + <posy>120</posy> + <width>$PARAM[panel-width]</width> + <height>750</height> + <texture>panel.png</texture> + <visible>!Control.IsVisible(10)</visible> + </control> + </include> + <include name="PVRList"> + <control type="list" id="$PARAM[panel-id]"> + <posx>120</posx> + <posy>120</posy> + <width>$PARAM[panel-width]</width> + <height>540</height> + <onleft>2</onleft> + <onright>60</onright> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <preloaditems>2</preloaditems> + <itemlayout height="90" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>90</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>70</width> + <height>70</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>100</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>60</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>60</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Date]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>40</posy> + <width>$PARAM[label-width]</width> + <height>50</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.ChannelNumberLabel,,. ]$INFO[ListItem.ChannelName]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>40</posy> + <width>$PARAM[label-width]</width> + <height>50</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Comment]</label> + </control> + <control type="progress"> + <description>Progress</description> + <posx>100</posx> + <posy>83</posy> + <width>$PARAM[label-width]</width> + <height>6</height> + <info>ListItem.Progress</info> + </control> + </itemlayout> + <focusedlayout height="90" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>90</height> + <texture>list_focus.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>70</width> + <height>70</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>100</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>60</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>0</posy> + <width>$PARAM[label-width]</width> + <height>60</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Date]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>40</posy> + <width>$PARAM[label-width]</width> + <height>50</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.ChannelNumberLabel,,. ]$INFO[ListItem.ChannelName]</label> + </control> + <control type="label"> + <posx>100</posx> + <posy>40</posy> + <width>$PARAM[label-width]</width> + <height>50</height> + <font>font25</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Comment]</label> + </control> + <control type="progress"> + <description>Progress</description> + <posx>100</posx> + <posy>83</posy> + <width>$PARAM[label-width]</width> + <height>6</height> + <info>ListItem.Progress</info> + </control> + </focusedlayout> + </control> + </include> + <include name="PVREPG"> + <control type="image"> + <posx>120</posx> + <posy>105</posy> + <width>$PARAM[panel-width]</width> + <height>550</height> + <texture>panel.png</texture> + </control> + <control type="epggrid" id="10"> + <posx>120</posx> + <posy>105</posy> + <width>$PARAM[panel-width]</width> + <height>550</height> + <onleft>2</onleft> + <onright>10</onright> + <onup>10</onup> + <ondown>10</ondown> + <viewtype label="19069">list</viewtype> + <pagecontrol>10</pagecontrol> + <scrolltime>200</scrolltime> + <timeblocks>40</timeblocks> + <rulerunit>6</rulerunit> + <progresstexture border="0,3,8,3">epg_marker.png</progresstexture> + <preloaditems>4</preloaditems> + <rulerlayout height="30" width="40"> + <control type="label" id="2"> + <posx>10</posx> + <posy>0</posy> + <width>34</width> + <height>30</height> + <font>font16</font> + <aligny>center</aligny> + <selectedcolor>blue</selectedcolor> + <align>left</align> + <label>[B]$INFO[ListItem.Label][/B]</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>250</width> + <height>30</height> + <texture border="2">separator.png</texture> + <visible>ListItem.Property(DateLabel)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>30</height> + <texture border="2">separator.png</texture> + <visible>!ListItem.Property(DateLabel)</visible> + </control> + </rulerlayout> + <channellayout height="65" width="250"> + <control type="image"> + <posx>0</posx> + <posy>65</posy> + <width>250</width> + <height>2</height> + <texture border="2">separator.png</texture> + <colordiffuse>FF464646</colordiffuse> + </control> + <control type="image"> + <posx>5</posx> + <posy>10</posy> + <width>45</width> + <height>45</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label" id="1"> + <posx>55</posx> + <posy>0</posy> + <width>200</width> + <height>65</height> + <font>font20</font> + <aligny>center</aligny> + <selectedcolor>blue</selectedcolor> + <align>right</align> + <label>[B]$INFO[ListItem.ChannelNumberLabel,,.] $INFO[ListItem.ChannelName][/B]</label> + <scroll>false</scroll> + </control> + </channellayout> + <focusedchannellayout height="65" width="250"> + <control type="image"> + <posx>0</posx> + <posy>65</posy> + <width>250</width> + <height>2</height> + <texture border="2">separator.png</texture> + <colordiffuse>FF464646</colordiffuse> + </control> + <control type="image" id="1"> + <posx>0</posx> + <posy>0</posy> + <width>250</width> + <height>65</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>10</posy> + <width>45</width> + <height>45</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label" id="1"> + <posx>55</posx> + <posy>0</posy> + <width>200</width> + <height>65</height> + <font>font20</font> + <aligny>center</aligny> + <selectedcolor>blue</selectedcolor> + <align>right</align> + <label>[B]$INFO[ListItem.ChannelNumberLabel,,.] $INFO[ListItem.ChannelName][/B]</label> + <scroll>false</scroll> + </control> + </focusedchannellayout> + <itemlayout width="40" height="65"> + <control type="image" id="2"> + <width>40</width> + <height>65</height> + <posx>0</posx> + <posy>0</posy> + <aspectratio>stretch</aspectratio> + <texture border="3">$INFO[ListItem.Property(GenreType),epg/,.png]</texture> + </control> + <control type="label" id="1"> + <posx>6</posx> + <posy>0</posy> + <width>30</width> + <height>65</height> + <font>font20_title</font> + <aligny>center</aligny> + <selectedcolor>blue</selectedcolor> + <align>left</align> + <label>$INFO[ListItem.Label]</label> + <scroll>false</scroll> + </control> + <control type="image"> + <posx>5</posx> + <posy>45</posy> + <width>20</width> + <height>20</height> + <texture>epg_record.png</texture> + <visible>ListItem.IsRecording</visible> + </control> + <control type="image"> + <posx>5</posx> + <posy>45</posy> + <width>20</width> + <height>20</height> + <texture>epg_schedule.png</texture> + <visible>ListItem.HasTimer</visible> + </control> + </itemlayout> + <focusedlayout width="40" height="65"> + <control type="image" id="2"> + <width>40</width> + <height>65</height> + <posx>0</posx> + <posy>0</posy> + <aspectratio>stretch</aspectratio> + <texture border="3">$INFO[ListItem.Property(GenreType),epg/,.png]</texture> + <colordiffuse>D0FFFFFF</colordiffuse> + </control> + <control type="image" id="2"> + <width>40</width> + <height>65</height> + <posx>0</posx> + <posy>0</posy> + <texture border="5">thumb_focus.png</texture> + </control> + <control type="label" id="1"> + <posx>6</posx> + <posy>0</posy> + <width>30</width> + <height>65</height> + <font>font20_title</font> + <aligny>center</aligny> + <selectedcolor>blue</selectedcolor> + <align>left</align> + <label>$INFO[ListItem.Label]</label> + <scroll>false</scroll> + </control> + <control type="image"> + <posx>7</posx> + <posy>44</posy> + <width>15</width> + <height>15</height> + <texture>epg_record.png</texture> + <visible>ListItem.IsRecording</visible> + </control> + <control type="image"> + <posx>7</posx> + <posy>44</posy> + <width>15</width> + <height>15</height> + <texture>epg_schedule.png</texture> + <visible>ListItem.HasTimer</visible> + </control> + </focusedlayout> + </control> + </include> + <include name="PVRInfo"> + <control type="group"> + <control type="image"> + <posx>120</posx> + <posy>670</posy> + <width>$PARAM[panel-width]</width> + <height>200</height> + <texture>panel.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>120</posx> + <posy>670</posy> + <width>356</width> + <height>200</height> + <texture>special://skin/background/tv.jpg</texture> + <include>VisibleFadeEffect</include> + <visible>!Player.HasVideo</visible> + </control> + <control type="videowindow"> + <posx>120</posx> + <posy>670</posy> + <width>356</width> + <height>200</height> + <visible>Player.HasVideo</visible> + </control> + <control type="textbox"> + <posx>485</posx> + <posy>678</posy> + <width>$PARAM[textbox-width]</width> + <height>176</height> + <label>[B]$INFO[ListItem.Plot][/B]</label> + <font>font24</font> + <autoscroll delay="2000" time="2000" repeat="2000">True</autoscroll> + </control> + </control> + </include> +</includes> diff --git a/addons/skin.estouchy/xml/ViewsThumbnail.xml b/addons/skin.estouchy/xml/ViewsThumbnail.xml new file mode 100644 index 0000000000..8ec35a930c --- /dev/null +++ b/addons/skin.estouchy/xml/ViewsThumbnail.xml @@ -0,0 +1,342 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <include name="Thumbnail"> + <control type="panel" id="50"> + <posx>130</posx> + <posy>115</posy> + <width>$PARAM[panel-width]</width> + <height>750</height> + <onleft>2</onleft> + <onright>60</onright> + <onup>50</onup> + <ondown>50</ondown> + <viewtype label="21371">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <preloaditems>4</preloaditems> + <animation effect="slide" start="0,0" end="-1,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3)">Conditional</animation> + <animation effect="slide" start="0,0" end="-1,0" time="0" condition="StringCompare(Skin.AspectRatio,16:9) + Container.Content(Episodes)">Conditional</animation> + <animation effect="slide" start="0,0" end="28,0" time="0" condition="StringCompare(Skin.AspectRatio,4:3) + Container.Content(Episodes)">Conditional</animation> + <itemlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(Episodes) + !Container.Content(TVShows) + !Container.Content(MusicVideos)" height="250" width="218"> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>200</width> + <height>245</height> + <texture>button_nofocus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>200</width> + <height>200</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + <aspectratio>scale</aspectratio> + <visible>Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs) | [Container.Content(Addons) + !ListItem.IsFolder] | Container.Content(Actors) | Container.Content(Sets) | [Window.IsVisible(Pictures) + !IsEmpty(Container.FolderPath)]</visible> + </control> + <control type="image"> + <posx>67</posx> + <posy>62</posy> + <width>86</width> + <height>86</height> + <texture background="true">defaulticons/$INFO[Listitem.Icon]</texture> + <aspectratio>keep</aspectratio> + <visible>[Container.Content() + !Window.IsVisible(Pictures)] | Container.Content(Files) | Container.Content(Genres) | Container.Content(Years) | Container.Content(Directors) | Container.Content(Studios) | Container.Content(Countries) | Container.Content(Tags) | [Container.Content(Addons) + ListItem.IsFolder] | [Window.IsVisible(Pictures) + IsEmpty(Container.FolderPath)]</visible> + </control> + <control type="image"> + <posx>10</posx> + <posy>205</posy> + <width>200</width> + <height>45</height> + <texture colordiffuse="40000000">black.png</texture> + </control> + <control type="textbox"> + <posx>10</posx> + <posy>200</posy> + <width>200</width> + <height>49</height> + <font>font20_narrow</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>180</posx> + <posy>2</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatched.png</texture> + <visible>Window.IsVisible(AddonBrowser) + stringcompare(ListItem.Label2,$LOCALIZE[305])</visible> + </control> + </itemlayout> + <focusedlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(Episodes) + !Container.Content(TVShows) + !Container.Content(MusicVideos)" height="250" width="218"> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>200</width> + <height>245</height> + <texture>button_nofocus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>200</width> + <height>200</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + <aspectratio>scale</aspectratio> + <visible>Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs) | [Container.Content(Addons) + !ListItem.IsFolder] | Container.Content(Actors) | Container.Content(Sets) | [Window.IsVisible(Pictures) + !IsEmpty(Container.FolderPath)]</visible> + </control> + <control type="image"> + <posx>67</posx> + <posy>62</posy> + <width>86</width> + <height>86</height> + <texture background="true">defaulticons/$INFO[Listitem.Icon]</texture> + <aspectratio>keep</aspectratio> + <visible>[Container.Content() + !Window.IsVisible(Pictures)] | Container.Content(Files) | Container.Content(Genres) | Container.Content(Years) | Container.Content(Directors) | Container.Content(Studios) | Container.Content(Countries) | Container.Content(Tags) | [Container.Content(Addons) + ListItem.IsFolder] | [Window.IsVisible(Pictures) + IsEmpty(Container.FolderPath)]</visible> + </control> + <control type="image"> + <posx>10</posx> + <posy>205</posy> + <width>200</width> + <height>45</height> + <texture colordiffuse="darkblue">white.png</texture> + </control> + <control type="textbox"> + <posx>10</posx> + <posy>200</posy> + <width>200</width> + <height>49</height> + <font>font20_narrow</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>180</posx> + <posy>2</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatched.png</texture> + <visible>Window.IsVisible(AddonBrowser) + stringcompare(ListItem.Label2,$LOCALIZE[305])</visible> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows)" height="375" width="218"> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>200</width> + <height>345</height> + <texture>button_nofocus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>200</width> + <height>300</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>stretch</aspectratio> + </control> + <control type="image"> + <posx>10</posx> + <posy>305</posy> + <width>200</width> + <height>45</height> + <texture colordiffuse="40000000">black.png</texture> + </control> + <control type="textbox"> + <posx>10</posx> + <posy>300</posy> + <width>200</width> + <height>49</height> + <font>font20_narrow</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>170</posx> + <posy>11</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + </control> + <control type="image"> + <posx>170</posx> + <posy>11</posy> + <width>40</width> + <height>30</height> + <texture>flagging/source/Set.png</texture> + <visible>ListItem.IsCollection</visible> + </control> + <control type="image"> + <posx>170</posx> + <posy>260</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows)" height="360" width="218"> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>200</width> + <height>345</height> + <texture>button_nofocus.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>200</width> + <height>300</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>stretch</aspectratio> + </control> + <control type="image"> + <posx>10</posx> + <posy>305</posy> + <width>200</width> + <height>45</height> + <texture colordiffuse="darkblue">white.png</texture> + </control> + <control type="textbox"> + <posx>10</posx> + <posy>300</posy> + <width>200</width> + <height>49</height> + <font>font20_narrow</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>170</posx> + <posy>11</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + </control> + <control type="image"> + <posx>170</posx> + <posy>11</posy> + <width>40</width> + <height>30</height> + <texture>flagging/source/Set.png</texture> + <visible>ListItem.IsCollection</visible> + </control> + <control type="image"> + <posx>170</posx> + <posy>260</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Episodes) | Container.Content(MusicVideos)" height="250" width="$PARAM[layout-width]"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>298</width> + <height>213</height> + <texture>button_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>298</width> + <height>168</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>173</posy> + <width>298</width> + <height>45</height> + <texture colordiffuse="40000000">black.png</texture> + </control> + <control type="textbox"> + <posx>5</posx> + <posy>168</posy> + <width>298</width> + <height>49</height> + <font>font20_narrow</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>258</posx> + <posy>10</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + </control> + <control type="image"> + <posx>263</posx> + <posy>145</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Episodes) | Container.Content(MusicVideos)" height="250" width="$PARAM[layout-width]"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>298</width> + <height>213</height> + <texture>button_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>298</width> + <height>168</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>173</posy> + <width>298</width> + <height>45</height> + <texture colordiffuse="darkblue">white.png</texture> + </control> + <control type="textbox"> + <posx>5</posx> + <posy>168</posy> + <width>298</width> + <height>49</height> + <font>font20_narrow</font> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>258</posx> + <posy>10</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + </control> + <control type="image"> + <posx>263</posx> + <posy>145</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + </focusedlayout> + </control> + </include> +</includes> diff --git a/addons/skin.estouchy/xml/ViewsWide.xml b/addons/skin.estouchy/xml/ViewsWide.xml new file mode 100644 index 0000000000..8bc7c6f70d --- /dev/null +++ b/addons/skin.estouchy/xml/ViewsWide.xml @@ -0,0 +1,831 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <include name="Wide"> + <control type="image"> + <posx>120</posx> + <posy>120</posy> + <width>$PARAM[panel-width]</width> + <height>720</height> + <texture>panel.png</texture> + <visible>Control.IsVisible(550)</visible> + </control> + <control type="panel" id="550"> + <visible>Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs) | Container.Content(Addons)</visible> + <posx>120</posx> + <posy>120</posy> + <width>$PARAM[panel-width]</width> + <height>720</height> + <onleft>2</onleft> + <onright>60</onright> + <onup>550</onup> + <ondown>550</ondown> + <viewtype label="31030">wide</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <preloaditems>2</preloaditems> + <itemlayout condition="!Container.Content(Episodes) + !Container.Content(MusicVideos) + !Container.Content(Artists) + !Container.Content(Albums) + !Container.Content(Songs) + !Container.Content(Addons)" height="240" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>240</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>10</posy> + <width>150</width> + <height>220</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>170</posx> + <posy>15</posy> + <width>700</width> + <height>25</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>200</posx> + <posy>45</posy> + <width>670</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Genre]</label> + </control> + <control type="label"> + <posx>510r</posx> + <posy>7</posy> + <width>400</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <animation effect="slide" start="0,0" end="60,0" time="0" condition="Container.Content(TVShows) | container.Content(Seasons)">Conditional</animation> + </control> + <control type="image"> + <description>Rating value</description> + <posx>300r</posx> + <posy>35</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.Rating,rating/,.png]</texture> + <animation effect="slide" start="0,0" end="60,0" time="0" condition="Container.Content(TVShows) | container.Content(Seasons)">Conditional</animation> + <visible>!StringCompare(ListItem.Label,..)</visible> + </control> + <control type="image"> + <posx>100r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + </control> + <control type="image"> + <posx>100r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>flagging/source/Set.png</texture> + <visible>ListItem.IsCollection</visible> + </control> + <control type="image"> + <posx>40r</posx> + <posy>22</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>40r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + <control type="textbox"> + <posx>170</posx> + <posy>70</posy> + <width>$PARAM[textbox-width-movies]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Plot]</label> + </control> + </itemlayout> + <focusedlayout condition="!Container.Content(Episodes) + !Container.Content(MusicVideos) + !Container.Content(Artists) + !Container.Content(Albums) + !Container.Content(Songs) + !Container.Content(Addons)" height="240" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>240</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>10</posy> + <width>150</width> + <height>220</height> + <texture background="true">$VAR[PosterThumb]</texture> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <posx>170</posx> + <posy>15</posy> + <width>700</width> + <height>25</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>200</posx> + <posy>45</posy> + <width>670</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Genre]</label> + </control> + <control type="label"> + <posx>510r</posx> + <posy>7</posy> + <width>400</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <animation effect="slide" start="0,0" end="60,0" time="0" condition="Container.Content(TVShows) | container.Content(Seasons)">Conditional</animation> + </control> + <control type="image"> + <description>Rating value</description> + <posx>300r</posx> + <posy>35</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.Rating,rating/,.png]</texture> + <animation effect="slide" start="0,0" end="60,0" time="0" condition="Container.Content(TVShows) | container.Content(Seasons)">Conditional</animation> + <visible>!StringCompare(ListItem.Label,..)</visible> + </control> + <control type="image"> + <posx>100r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + </control> + <control type="image"> + <posx>100r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>flagging/source/Set.png</texture> + <visible>ListItem.IsCollection</visible> + </control> + <control type="image"> + <posx>40r</posx> + <posy>22</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>40r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + <control type="textbox"> + <posx>170</posx> + <posy>70</posy> + <width>$PARAM[textbox-width-movies]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Plot]</label> + <autoscroll delay="2000" time="2000" repeat="2000">True</autoscroll> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Episodes) | Container.Content(MusicVideos)" height="240" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>240</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>75</posy> + <width>250</width> + <height>160</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>15</posy> + <width>870</width> + <height>25</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>40</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Premiered,$LOCALIZE[20416] : ]</label> + <visible>Container.Content(Episodes)</visible> + </control> + <control type="label"> + <posx>40</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Artist]</label> + <visible>Container.Content(MusicVideos)</visible> + </control> + <control type="label"> + <posx>510r</posx> + <posy>7</posy> + <width>400</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>300r</posx> + <posy>35</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.Rating,rating/,.png]</texture> + <visible>!StringCompare(ListItem.Label,..)</visible> + </control> + <control type="image"> + <posx>100r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + </control> + <control type="image"> + <posx>40r</posx> + <posy>22</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>40r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + <control type="textbox"> + <posx>270</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Plot]</label> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Episodes) | Container.Content(MusicVideos)" height="240" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>240</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>75</posy> + <width>250</width> + <height>160</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>15</posy> + <width>870</width> + <height>25</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>40</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Premiered,$LOCALIZE[20416] : ]</label> + <visible>Container.Content(Episodes)</visible> + </control> + <control type="label"> + <posx>40</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Artist]</label> + <visible>Container.Content(MusicVideos)</visible> + </control> + <control type="label"> + <posx>510r</posx> + <posy>7</posy> + <width>400</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>300r</posx> + <posy>35</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.Rating,rating/,.png]</texture> + <visible>!StringCompare(ListItem.Label,..)</visible> + </control> + <control type="image"> + <posx>100r</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,flagging/resolution/,.png]</texture> + </control> + <control type="image"> + <posx>40r</posx> + <posy>22</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>40r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + <control type="textbox"> + <posx>270</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Plot]</label> + <autoscroll delay="2000" time="2000" repeat="2000">True</autoscroll> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs)" height="240" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>240</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>230</width> + <height>230</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>250</posx> + <posy>15</posy> + <width>870</width> + <height>25</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>280</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Genre]</label> + <visible>Container.Content(Artists)</visible> + </control> + <control type="label"> + <posx>280</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Year,, - ]$INFO[ListItem.Genre]</label> + <visible>!Container.Content(Artists)</visible> + </control> + <control type="label"> + <posx>910r</posx> + <posy>7</posy> + <width>870</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>240r</posx> + <posy>35</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.Rating,rating/,.png]</texture> + <visible>!StringCompare(ListItem.Label,..) + Container.Content(Albums)</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>240r</posx> + <posy>35</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.UserRating,rating/,.png]</texture> + <visible>!StringCompare(ListItem.Label,..) + Container.Content(Songs)</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Property(Artist_Description)]</label> + <visible>Container.Content(Artists)</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Property(Album_Description)]</label> + <visible>Container.Content(Albums)</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>10</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Comment]</label> + <visible>Container.Content(Songs) + !IsEmpty(ListItem.Comment)</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>100</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>125</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Album,$LOCALIZE[558]: ][CR]$INFO[ListItem.Tracknumber,$LOCALIZE[554]: ][CR]$INFO[ListItem.Duration,$LOCALIZE[180]: ]</label> + <visible>Container.Content(Songs) + IsEmpty(ListItem.Comment)</visible> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs)" height="240" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>240</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>230</width> + <height>230</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>250</posx> + <posy>15</posy> + <width>870</width> + <height>25</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>280</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Genre]</label> + <visible>Container.Content(Artists)</visible> + </control> + <control type="label"> + <posx>280</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Year,, - ]$INFO[ListItem.Genre]</label> + <visible>!Container.Content(Artists)</visible> + </control> + <control type="label"> + <posx>910r</posx> + <posy>7</posy> + <width>870</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>240r</posx> + <posy>35</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.Rating,rating/,.png]</texture> + <visible>!StringCompare(ListItem.Label,..) + Container.Content(Albums)</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>240r</posx> + <posy>35</posy> + <width>200</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="rating/0.png">$INFO[ListItem.UserRating,rating/,.png]</texture> + <visible>!StringCompare(ListItem.Label,..) + Container.Content(Songs)</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Property(Artist_Description)]</label> + <visible>Container.Content(Artists)</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Property(Album_Description)]</label> + <autoscroll delay="2000" time="2000" repeat="2000">True</autoscroll> + <visible>Container.Content(Albums)</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>10</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Comment]</label> + <autoscroll delay="2000" time="2000" repeat="2000">True</autoscroll> + <visible>Container.Content(Songs) + !IsEmpty(ListItem.Comment)</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>100</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>125</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.Album,$LOCALIZE[558]: ][CR]$INFO[ListItem.Tracknumber,$LOCALIZE[554]: ][CR]$INFO[ListItem.Duration,$LOCALIZE[180]: ]</label> + <autoscroll delay="2000" time="2000" repeat="2000">True</autoscroll> + <visible>Container.Content(Songs) + IsEmpty(ListItem.Comment)</visible> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Addons)" height="240" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>240</height> + <texture border="40,0,40,5">list_nofocus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>230</width> + <height>230</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>250</posx> + <posy>15</posy> + <width>870</width> + <height>25</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>280</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonCreator]</label> + </control> + <control type="label"> + <posx>910r</posx> + <posy>7</posy> + <width>870</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonVersion]$INFO[ListItem.AddonStatus, - ]</label> + </control> + <control type="image"> + <posx>40r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.AddonBroken,[COLOR=blue][B],[/B][/COLOR][CR]]$INFO[ListItem.AddonDisclaimer,[COLOR=blue][B],[/B][/COLOR][CR]]$INFO[ListItem.AddonDescription]</label> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Addons)" height="240" width="$PARAM[panel-width]"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>$PARAM[panel-width]</width> + <height>240</height> + <texture>list_focus.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>230</width> + <height>230</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>250</posx> + <posy>15</posy> + <width>870</width> + <height>25</height> + <font>font28_title</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>280</posx> + <posy>45</posy> + <width>840</width> + <height>20</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonCreator]</label> + </control> + <control type="label"> + <posx>910r</posx> + <posy>7</posy> + <width>870</width> + <height>30</height> + <font>font20</font> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.AddonVersion]$INFO[ListItem.AddonStatus, - ]</label> + </control> + <control type="image"> + <posx>40r</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>75</posy> + <width>$PARAM[textbox-width-episodes]</width> + <height>154</height> + <font>font25</font> + <align>justify</align> + <label>$INFO[ListItem.AddonBroken,[COLOR=blue][B],[/B][/COLOR][CR]]$INFO[ListItem.AddonDisclaimer,[COLOR=blue][B],[/B][/COLOR][CR]]$INFO[ListItem.AddonDescription]</label> + <autoscroll delay="2000" time="2000" repeat="2000">True</autoscroll> + </control> + </focusedlayout> + </control> + </include> +</includes> + diff --git a/addons/skin.estouchy/xml/defaults.xml b/addons/skin.estouchy/xml/defaults.xml new file mode 100644 index 0000000000..c14d71035f --- /dev/null +++ b/addons/skin.estouchy/xml/defaults.xml @@ -0,0 +1,187 @@ +<?xml version="1.0" encoding="UTF-8"?> +<includes> + <default type="button"> + <posx>0</posx> + <posy>0</posy> + <width>300</width> + <height>42</height> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <font>font20</font> + <textcolor>white</textcolor> + <disabledcolor>grey2</disabledcolor> + <textoffsetx>20</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </default> + <default type="edit"> + <posx>0</posx> + <posy>0</posy> + <width>300</width> + <height>42</height> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <font>font20</font> + <textcolor>white</textcolor> + <disabledcolor>grey2</disabledcolor> + <textoffsetx>20</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </default> + <default type="fadelabel"> + <posx>0</posx> + <posy>0</posy> + <font>font20</font> + <textcolor>white</textcolor> + </default> + <default type="image"> + <posx>0</posx> + <posy>0</posy> + <texture>-</texture> + <colorkey>0</colorkey> + </default> + <default type="label"> + <posx>0</posx> + <posy>0</posy> + <label>-</label> + <font>font20</font> + <textcolor>white</textcolor> + </default> + <default type="mover"> + <posx>0</posx> + <posy>0</posy> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + </default> + <default type="progress"> + <posx>0</posx> + <posy>0</posy> + <texturebg colordiffuse="grey3">white.png</texturebg> + <midtexture colordiffuse="blue">white.png</midtexture> + <lefttexture>-</lefttexture> + <righttexture>-</righttexture> + <overlaytexture>-</overlaytexture> + <reveal>true</reveal> + </default> + <default type="radiobutton"> + <posx>0</posx> + <posy>0</posy> + <width>300</width> + <height>42</height> + <radiowidth>90</radiowidth> + <radioheight>45</radioheight> + <textureradioonfocus>radiobutton_on.png</textureradioonfocus> + <textureradioonnofocus>radiobutton_on.png</textureradioonnofocus> + <textureradioofffocus>radiobutton_off.png</textureradioofffocus> + <textureradiooffnofocus>radiobutton_off.png</textureradiooffnofocus> + <textureradioondisabled colordiffuse="40FFFFFF">radiobutton_on.png</textureradioondisabled> + <textureradiooffdisabled colordiffuse="40FFFFFF">radiobutton_off.png</textureradiooffdisabled> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <label>215</label> + <font>font20</font> + <textcolor>white</textcolor> + <disabledcolor>grey2</disabledcolor> + <textoffsetx>20</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </default> + <default type="resize"> + <posx>0</posx> + <posy>0</posy> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + </default> + <default type="slider"> + <controloffsetx>75</controloffsetx> + <controloffsety>0</controloffsety> + <texturesliderbar>-</texturesliderbar> + <textureslidernib>-</textureslidernib> + <textureslidernibfocus>-</textureslidernibfocus> + </default> + <default type="sliderex"> + <height>35</height> + <textoffsetx>20</textoffsetx> + <aligny>center</aligny> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <sliderwidth>350</sliderwidth> + <sliderheight>40</sliderheight> + <texturesliderbar>slider.png</texturesliderbar> + <textureslidernib>slider_nofocus.png</textureslidernib> + <textureslidernibfocus>slider_focus.png</textureslidernibfocus> + <font>font16</font> + <textcolor>white</textcolor> + <disabledcolor>grey2</disabledcolor> + </default> + <default type="spincontrol"> + <posx>0</posx> + <posy>0</posy> + <spinwidth>45</spinwidth> + <spinheight>45</spinheight> + <textureup>arrow_up.png</textureup> + <texturedown>arrow_down.png</texturedown> + <textureupfocus>arrow_up.png</textureupfocus> + <texturedownfocus>arrow_down.png</texturedownfocus> + <textureupdisabled colordiffuse="40FFFFFF">arrow_up.png</textureupdisabled> + <texturedowndisabled colordiffuse="40FFFFFF">arrow_down.png</texturedowndisabled> + <align>right</align> + <width>33</width> + <height>22</height> + <font>font20</font> + <reverse>yes</reverse> + <textcolor>white</textcolor> + <disabledcolor>grey2</disabledcolor> + <subtype>text</subtype> + <textoffsetx>-5</textoffsetx> + <textoffsety>0</textoffsety> + <pulseonselect>no</pulseonselect> + </default> + <default type="spincontrolex"> + <posx>0</posx> + <posy>0</posy> + <width>300</width> + <height>42</height> + <spinwidth>70</spinwidth> + <spinheight>45</spinheight> + <texturefocus>list_focus.png</texturefocus> + <texturenofocus border="40,0,40,5">list_nofocus.png</texturenofocus> + <textureup>arrow_up.png</textureup> + <texturedown>arrow_down.png</texturedown> + <textureupfocus colordiffuse="blue">arrow_up.png</textureupfocus> + <texturedownfocus colordiffuse="blue">arrow_down.png</texturedownfocus> + <textureupdisabled colordiffuse="40FFFFFF">arrow_up.png</textureupdisabled> + <texturedowndisabled colordiffuse="40FFFFFF">arrow_down.png</texturedowndisabled> + <font>font20</font> + <textcolor>white</textcolor> + <disabledcolor>grey2</disabledcolor> + <textoffsetx>20</textoffsetx> + <aligny>center</aligny> + <reverse>yes</reverse> + <pulseonselect>no</pulseonselect> + </default> + <default type="textbox"> + <posx>0</posx> + <posy>0</posy> + <width>410</width> + <height>213</height> + <align>left</align> + <textcolor>white</textcolor> + <font>font20</font> + </default> + <default type="togglebutton"> + <posx>0</posx> + <posy>0</posy> + <width>20</width> + <height>20</height> + <texturefocus>scroll-up-focus.png</texturefocus> + <texturenofocus>scroll-up.png</texturenofocus> + <alttexturefocus>scroll-down-focus.png</alttexturefocus> + <alttexturenofocus>scroll-down.png</alttexturenofocus> + <textcolor>white</textcolor> + <label>-</label> + <font>font20</font> + <disabledcolor>grey2</disabledcolor> + <pulseonselect>no</pulseonselect> + </default> +</includes> |