diff --git a/.github/workflows/sync-addon-metadata-translations.yml b/.github/workflows/sync-addon-metadata-translations.yml index 7d787954e0a4f..276ee4b34e598 100644 --- a/.github/workflows/sync-addon-metadata-translations.yml +++ b/.github/workflows/sync-addon-metadata-translations.yml @@ -6,8 +6,6 @@ on: paths: - '**skin.estuary**addon.xml' - '**skin.estuary**resource.language.**strings.po' - - '**skin.estouchy**addon.xml' - - '**skin.estouchy**resource.language.**strings.po' - '**audioencoder.kodi.builtin.aac**addon.xml' - '**audioencoder.kodi.builtin.aac**resource.language.**strings.po' - '**audioencoder.kodi.builtin.wma**addon.xml' @@ -60,7 +58,6 @@ jobs: - name: Run sync-addon-metadata-translations run: | sync-addon-metadata-translations --path ./skin.estuary/ - sync-addon-metadata-translations --path ./skin.estouchy/ sync-addon-metadata-translations --path ./audioencoder.kodi.builtin.aac/ sync-addon-metadata-translations --path ./audioencoder.kodi.builtin.wma/ sync-addon-metadata-translations --path ./repository.xbmc.org/ diff --git a/.gitignore b/.gitignore index 4ae6452fc41e2..fd88afae29d16 100644 --- a/.gitignore +++ b/.gitignore @@ -113,8 +113,6 @@ cmake_install.cmake /addons/packages /addons/skin.estuary/media/Makefile /addons/skin.estuary/media/*.xbt -/addons/skin.estouchy/media/Makefile -/addons/skin.estouchy/media/Textures.xbt /addons/skin.pm3-hd/media/Textures.xbt /addons/audioencoder.* /addons/pvr.* diff --git a/CMakeLists.txt b/CMakeLists.txt index 6013c616391f6..eb648e9a2704b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -358,7 +358,6 @@ copy_files_from_filelist_to_buildtree(${CMAKE_SOURCE_DIR}/cmake/installdata/comm ${CMAKE_SOURCE_DIR}/cmake/installdata/${CORE_SYSTEM_NAME}/*.txt) list(APPEND SKINS "${CMAKE_SOURCE_DIR}/addons/skin.estuary\;${CMAKE_SOURCE_DIR}") -list(APPEND SKINS "${CMAKE_SOURCE_DIR}/addons/skin.estouchy\;${CMAKE_SOURCE_DIR}") if(NOT ${CORE_SYSTEM_NAME} MATCHES "windows") file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/system/players/VideoPlayer) diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index c7d5b49cb6958..9d6024fc2b48f 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -4892,7 +4892,6 @@ msgctxt "#10004" msgid "Settings" msgstr "" -#: addons/skin.estouchy/xml/DialogAddonInfo.xml #: addons/skin.estuary/xml/DialogPVRRadioRDSInfo.xml #: addons/skin.estuary/xml/DialogSeekBar.xml #: xbmc/LangInfo.cpp @@ -5806,61 +5805,51 @@ msgid "Hide password" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12310" msgid "0" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12311" msgid "1" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12312" msgid "2" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12313" msgid "3" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12314" msgid "4" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12315" msgid "5" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12316" msgid "6" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12317" msgid "7" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12318" msgid "8" msgstr "" #: addons/skin.estuary/xml/DialogNumeric.xml -#: addons/skin.estouchy/xml/DialogNumeric.xml msgctxt "#12319" msgid "9" msgstr "" @@ -6223,9 +6212,6 @@ msgctxt "#13006" msgid "Add picture source" msgstr "" -#: addons/skin.estouchy/xml/DialogPVRGuideSearch.xml -#: addons/skin.estouchy/xml/GameOSD.xml -#: addons/skin.estouchy/xml/DialogGameControllers.xml #: addons/skin.estuary/xml/DialogPVRGuideSearch.xml #: addons/skin.estuary/xml/GameOSD.xml #: addons/skin.estuary/xml/DialogGameControllers.xml @@ -6257,7 +6243,6 @@ msgid "Suspend" msgstr "" #: addons/skin.estuary/xml/DialogButtonMenu.xml -#: addons/skin.estouchy/xml/Home.xml msgctxt "#13012" msgid "Exit" msgstr "" @@ -6571,7 +6556,6 @@ msgstr "" #empty strings from id 13175 to 13199 -#: addons/skin.estouchy/xml/SettingsProfile.xml #: xbmc/profiles/ProfilesManager.cpp #: xbmc/profiles/dialogs/GUIDialogProfileSettings.cpp #: addons/skin.estuary/xml/SettingsProfile.xml @@ -10851,7 +10835,7 @@ msgstr "" #empty string with id 19221 -#: addons/skin.estouchy/xml/Includes.xml +#: unused? msgctxt "#19222" msgid "Guide" msgstr "" @@ -15777,7 +15761,6 @@ msgid "Version:" msgstr "" #: addons/skin.estuary/xml/DialogAddonInfo.xml -#: addons/skin.estouchy/xml/DialogAddonInfo.xml msgctxt "#24052" msgid "Disclaimer" msgstr "" diff --git a/addons/skin.estouchy/LICENSE.txt b/addons/skin.estouchy/LICENSE.txt deleted file mode 100644 index 82f999b5f4a5e..0000000000000 --- a/addons/skin.estouchy/LICENSE.txt +++ /dev/null @@ -1,3 +0,0 @@ -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/addon.xml b/addons/skin.estouchy/addon.xml deleted file mode 100644 index 9b85890ee0daa..0000000000000 --- a/addons/skin.estouchy/addon.xml +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - all - Creative Commons Attribution-Share Alike 3.0 United States - http://forum.kodi.tv/forumdisplay.php?fid=261 - - - https://github.com/xbmc/xbmc/ - - resources/icon.png - resources/fanart.jpg - resources/screenshot-01.jpg - resources/screenshot-02.jpg - resources/screenshot-03.jpg - resources/screenshot-04.jpg - resources/screenshot-05.jpg - resources/screenshot-06.jpg - resources/screenshot-07.jpg - resources/screenshot-08.jpg - resources/screenshot-09.jpg - resources/screenshot-10.jpg - resources/screenshot-11.jpg - resources/screenshot-12.jpg - - Oortreksel vir raakskerm toestelle - ለ ተችስክሪን አካሎች ቆዳ - مظهر للواجهة مخصص للأجهزة التي تعمل باللمس - Абалонка для сэнсарных прылад - Облик за устройства със сензорен екран - Aparença per als dispositius amb pantalla tàctil - Vzhled pro zařízení s dotykovou obrazovkou - Skin for berøringsfølsomme enheder - Skin für Touchscreen-Geräte - Κέλυφος για συσκευές με οθόνη αφής - Skin for touchscreen devices - Skin for touchscreen devices - Skin for touchscreen devices - Skin para dispositivos táctiles - Máscara para dispositivos con pantalla táctil - Puutetundlike seadmete rüü - Ukipen-pantaila duten gailuentzako azala - Ulkoasu kosketusnäytöllisille laitteille - Habillage pour appareils à écran tactile - Habillage pour les appareils à écran tactile - Pel para dispositivos táctiles - מעטפת עבור התקני מסך מגע - Presvlaka za uređaje s dodirom na zaslon - Felület érintőképernyős eszközöknek - Skin untuk perangkat layar sentuh - Skinn fyrir tæki með snertiskjá - Skin per dispositivi touchscreen - スキンはタッチスクリーンデバイス向けです - 터치 스크린 기기를 위한 스킨 - Teminė išvaizda liečiamiesiems įrenginiams - Apvalks skārienekrāna ierīcēm - Kulit untuk peranti skrin sentuh - Drakt for enheter med berøringsskjerm - Skin voor aanraakschermapparaten - Skóra dla urządzeń z ekranem dotykowym - Skin para dispositivos com telas de toque - Tema para dispositivos touchscreen - Costum pentru dispozitive cu ecran tactil - Обложка для устройств с сенсорным экраном - Grafický vzhľad pre zariadenia s dotykovým displejom - Маска за уређаје са екраном осетљивим на додир - Maska za uređaje sa ekranom osetljivim na dodir - Skal för enheter med pekskärm - Skōra dlŏ maszin z tykowym ekranym - หน้าตาสำหรับอุปกรณ์สัมผัส - Dokunmatik ekranlı aygıtlar için dış görünüm - Скін для сенсорних пристроїв - Giao diện cho thiết bị màn hình cảm ứng - 针对触屏设备的皮肤 - 為具有觸控螢幕的裝置所製作的佈景主題 - Oortreksel ontwerp om op raakskerm toestelle soos tablette en slimfone te gebruik - مظهر للواجهة مصمم للأجهزة التي تعمل باللمس مثل الجوالات الذكية والأجهزة اللوحية - Абалонка распрацаваная для выкарыстання на сэнсарных прыладах, такіх як планшэты і смартфоны - Обликът е разработен за ползване на устройства със сензорен екран, като таблети и телефони. - Aparença dissenyada perquè s'utilitzi en dispositius amb pantalla tàctil com taules i telèfons intel·ligents - Vzhled navržený pro použití na zařízeních s dotykovou obrazovkou, jako jsou tablety a chytré telefony - Skin der er designet til brug på berøringsfølsomme enheder som f.eks. tablets og smartphones - Dieser Skin wurde für die Verwendung mit Touchscreen-Geräten, wie Tablets und Handys, entworfen - Κέλυφος σχεδιασμένο για να χρησιμοποιηθεί σε συσκευές με οθόνη αφής όπως ταμπλέτες και έξυπνα κινητά. - Skin designed to be used on touchscreen devices like tablets and smartphones - Skin designed to be used on touchscreen devices like tablets and smartphones - Skin designed to be used on touchscreen devices like tablets and smartphones - Esta skin está diseñada para usarla en dispositivos táctiles como tabletas y smartphones - Máscara diseñada para ser usada en dispositivos de pantalla táctil como tabletas y teléfonos inteligentes - Rüü on mõeldud kasutamiseks puutetundlike seadmetega nagu tahvelarvutid ja nutitelefonid. - Ukipen-pantaila duten gailuetan erabiltzeko diseinatutako azala - Ulkoasu, joka on suunniteltu käytettäväksi kosketusnäytöllisillä laitteilla, kuten tableteilla ja älypuhelimilla - Habillage conçu pour être utilisé sur les appareils à écran tactile comme les tablettes et les téléphones intelligents - [CR]Habillage conçu pour les appareils à écran tactile comme les tablettes et [CR]les téléphonesHabillage conçu pour les appareils à écran tactile comme les tablettes et les téléphones - Pel deseñada para se empregar en dispositivos táctiles como tabletas e móbiles - מעטפת מיועדת לשימוש בהתקני מסך מגע כגון טאבלט וסמארטפון - Presvlaka dizajnirana za korištenje na uređajima s dodirom na zaslon poput tableta i pametnih telefona - Egy érintőképernyős eszközökre, például táblagépekre és okostelefonokra tervezett felület - Skin dirancang untuk digunakan pada perangkat layar sentuh seperti tablet dan smartphone - Skinn sem er hannað til notkunar á tækjum með snertiskjá, eins og til dæmis spjaldtölvum og snjallsímum - Skin progettata per essere usata su dispositivi touchscreen come tablet e smartphone - スキンのデザインは、タッチスクリーンデバイスであるタブレットやスマホなどでの使用を想定されています - 태블릿이나 스마트폰과 같은 터치 스크린 기기에서 사용할 수 있게 디자인한 스킨 - Teminė išvaizda pritaikyta naudojimui įrenginiuose su liečiamaisiais ekranais, tokiuose kaip planšetiniai kompiuteriai ar išmanieji telefonai - Kulit direka untuk digunakan pada peranti berskrin sentuh seperti tablet dan telefon pintar - Drakt designet for å bli brukt på enheter med berørningsskjerm, som smarttelefoner og lesebrett - Skin ontworpen voor het gebruik van aanraakschermapparaten zoals tablets en smartphones - Skóra przeznaczona do użytku na urządzeniach z ekranem dotykowym, takich jak tablety i smartfony - Skin concebida para ser usada em dispositivos com telas de toque como tablets e smartphones - Tema criado com o intuito de ser utilizado em tablets e smartphones - Costum proiectat pentru a fi utilizat pe dispozitivele cu ecran tactil cum sunt tabletele și telefoanele deștepte - Обложка предназначена для использования на устройствах с сенсорным экраном, таких как планшеты и смартфоны - Grafický vzhľad určený pre použitie na dotykových zariadeniach ako sú tablety alebo mobilné telefóny - Маска дизајнирана да би била коришћена на уређајима са екранима осетљивим на додир као што су таблети и паметни телефони - Maska dizajnirana da bi bila korišćena na uređajima sa ekranima osetljivim na dodir kao što su tableti i pametni telefoni - Skal avsedd att användas på enheter med pekskärm som surfplattor och smarttelefoner - Skōra dlŏ maszin ze tykowym ekranym, jak tablety i smartfōny. - หน้าตาที่ออกแบบมาเพื่อใช้งานบนอุปกรณ์หน้าจอสัมผัส เช่น แท็บเล็ตและสมาร์ทโฟน - Bu dış görünüm tabletler ve akıllı telefonlar gibi dokunmatik ekranlı aygıtlarda kullanılmak üzere tasarlandı - Ця обкладинка призначена для пристроїв із сенсорним екраном, наприклад планшетів чи смартфонів - Giao diện được thiết kế để sử dụng trên thiết bị màn hình cảm ứng như máy tính bảng và điện thoại thông minh - 为触屏设备如平板电脑和智能手机而设计的皮肤 - 本佈景主題專為平板及手機等具有觸控螢幕的裝置而設計 - - diff --git a/addons/skin.estouchy/background/primary.jpg b/addons/skin.estouchy/background/primary.jpg deleted file mode 100644 index 3acb017c74e31..0000000000000 Binary files a/addons/skin.estouchy/background/primary.jpg and /dev/null differ diff --git a/addons/skin.estouchy/background/secondary1.png b/addons/skin.estouchy/background/secondary1.png deleted file mode 100644 index b4d3d7e1e816c..0000000000000 Binary files a/addons/skin.estouchy/background/secondary1.png and /dev/null differ diff --git a/addons/skin.estouchy/background/tv.jpg b/addons/skin.estouchy/background/tv.jpg deleted file mode 100644 index fffb39a32e2e3..0000000000000 Binary files a/addons/skin.estouchy/background/tv.jpg and /dev/null differ diff --git a/addons/skin.estouchy/changelog.txt b/addons/skin.estouchy/changelog.txt deleted file mode 100644 index 97d21c3578d08..0000000000000 --- a/addons/skin.estouchy/changelog.txt +++ /dev/null @@ -1,96 +0,0 @@ -V3.0.3 -- Add chapter indicators to the progress bar -- Add sort method / sort order / Channel group options to the PVR sections -- Larger progress and volume bar - -V3.0.2 -- Updated language files from Transifex - -V3.0.1 -- Updated language files from Transifex - -V3.0.0 -- Kodi v19 Matrix - -V2.0.0 -- Kodi v18 Leia - -V1.1.0 -- Redesign - -V1.0.22 -- Updated language files from Transifex - -V1.0.21 -- Updated language files from Transifex - -V1.0.20 -- Fix seeklabel - -V1.0.19 -- Updated language files from Transifex - -V1.0.18 -- Updated language files from Transifex - -V1.0.17 -- Wider scrollbars - -V1.0.16 -- Updated language files from Transifex - -v1.0.15 -- Fix options menu in playlist windows -- Fix icons in music-playlists section - -V1.0.14 -- Updated language files from Transifex - -V1.0.13 -- Updated language files from Transifex - -V1.0.12 -- Updated language files from Transifex - -V1.0.11 -- Updated language files from Transifex - -V1.0.10 -- Settings changes - -V1.0.9 -- Cosmetics - -V1.0.8 -- Updated language files from Transifex - -V1.0.7 -- Include syntax changes - -V1.0.6 -- Updated language files from Transifex - -V1.0.5 -- Add gamecontrollers support - -V1.0.4 -- Updated language files from Transifex - -V1.0.3 -- Updated language files from Transifex - -V1.0.2 -- Cosmetics - -V1.0.1 -- Fixes - -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 deleted file mode 100644 index 840cef19f46b2..0000000000000 --- a/addons/skin.estouchy/colors/defaults.xml +++ /dev/null @@ -1,10 +0,0 @@ - - FFF0F0F0 - FFD0D0D0 - FFA0A0A0 - FF777777 - FF2C2C2C - FF000000 - FF12B2E7 - FF11E7B1 - diff --git a/addons/skin.estouchy/fonts/NotoSans-Regular.ttf b/addons/skin.estouchy/fonts/NotoSans-Regular.ttf deleted file mode 100644 index 148fe820c4a18..0000000000000 Binary files a/addons/skin.estouchy/fonts/NotoSans-Regular.ttf and /dev/null differ diff --git a/addons/skin.estouchy/fonts/noto_license.txt b/addons/skin.estouchy/fonts/noto_license.txt deleted file mode 100644 index f00e6a2714c35..0000000000000 --- a/addons/skin.estouchy/fonts/noto_license.txt +++ /dev/null @@ -1,48 +0,0 @@ -Copyright (c) 2010-2014, Łukasz Dziedzic (dziedzic@typoland.com), -with Reserved Font Name Lato. - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. - -The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the copyright statement(s). - -"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. - -"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. - -5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/addons/skin.estouchy/language/resource.language.af_za/strings.po b/addons/skin.estouchy/language/resource.language.af_za/strings.po deleted file mode 100644 index 79109895a1657..0000000000000 --- a/addons/skin.estouchy/language/resource.language.af_za/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:07+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Afrikaans (South Africa) \n" -"Language: af_za\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Oortreksel vir raakskerm toestelle" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Oortreksel ontwerp om op raakskerm toestelle soos tablette en slimfone te gebruik" - -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 "#31009" -msgid "Working..." -msgstr "Werk..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Onlangs" - -msgctxt "#31013" -msgid "Movies" -msgstr "Flieks" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodes" - -msgctxt "#31015" -msgid "Player info" -msgstr "Speler info" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albums" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Speler" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Video dekodeerder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pixel formaat" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Stelsel geheue gebruik" - -msgctxt "#31024" -msgid "Page" -msgstr "Bladsy" - -msgctxt "#31030" -msgid "Info List" -msgstr "Info Lys" - -msgctxt "#31038" -msgid "Login" -msgstr "Teken in" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Opgedateer:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Kies + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Kies + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Kies + Begin" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "GEPOUSEER" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "VORENTOE SPOEL" - -msgctxt "#31045" -msgid "REWIND" -msgstr "TERUGSPOEL" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Speel spoed" - -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 "#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 "System Memory Used:" -msgstr "Stelsel Geheue Gebruik:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Laaste IngeLog" - -msgctxt "#31322" -msgid "Aired" -msgstr "Gelug" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video Kieslys" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Laai Subtitels Af" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teleteks" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Stel op en bestuur media deel dienste · Stel op & bestuur die weer diens" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Stel vertoon op · Stel oudio op · Stel internet toegang op · Stel krag spaar op · Stel loghouding op" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Bestuur jou geïnstalleerde byvoegsels · Blaai vir en installeer byvoegsels vanaf kodi.tv · Verander byvoegsel verstellings" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Stel aksies op wat gedurende terugspeel gebruik kan word · Stel op hoe media inhoud gespeel word" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Stel biblioteek bronne op · Wys die media lyste vertoon inhoud · Stel op hoe biblioteek lyste navigeer word" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Stel oortreksel op · Stel streek op · Stel beheer op · Stel skermskut op · Stel meester slot op" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Stel jou profiele op · Stel sluit opsies · Stel inteken skerm in staat" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Vertoon stelsel inligting · Hardeware statistieke · Gaan stoor beskikbaarheid na · Besigtig netwerk opstelling" - -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 "#31548" -msgid "Home menu" -msgstr "Tuis kieslys" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Tuis Byvoegsels" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Agtergronde" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Byvoegsel Kitssleutel" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Gebruik Pasgemaakte Agtergrond" - -msgctxt "#31554" -msgid "Background:" -msgstr "Agtergrond:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Stel TV verstellings op · Verander vol skerm info · Bestuur EPG data verstellings" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Lewendige TV" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Versteek video agtergrond" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Versteek visualisering agtergrond" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Kanaal verstellings" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Beskikbare groepe" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Wys versteekde" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Wys uitgewis" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Video kodek" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Video resolusie" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Video aspek" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Oudio kodek" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Oudio kanale" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Skerm resolusie" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Stelsel CPU gebruik" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Stelsel" - -msgctxt "#31900" -msgid "First Run" -msgstr "Eerste Lopie" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Daar is twee goed om te weet omtrent die navigeer van Estouchy" - -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 "Die Kodi logo dien as 'n 'TUIS' knoppie. Wanneer jy dit ook al raak, sal jy terug na die tuis skerm geneem word." - -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 "Wanneer jy oudio of video speel, sal die item titel aan die bokant van die skerm verskyn. Aanraking daarvan sal jou na die volskerm visualisering of video venster neem." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Speel Nou Titel..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Stel vertoon op · Stel oudio op · Stel internet toegang op · Stel krag spaar op · Stel loghouding op" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR info" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Speler proses info" diff --git a/addons/skin.estouchy/language/resource.language.am_et/strings.po b/addons/skin.estouchy/language/resource.language.am_et/strings.po deleted file mode 100644 index 448d7db5f14a3..0000000000000 --- a/addons/skin.estouchy/language/resource.language.am_et/strings.po +++ /dev/null @@ -1,431 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-02-26 16:13+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Amharic (Ethiopia) \n" -"Language: am_et\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "ለ ተችስክሪን አካሎች ቆዳ" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "#31009" -msgid "Working..." -msgstr "በ መስራት ላይ" - -msgctxt "#31011" -msgid "Recent" -msgstr "የ ቅርብ ጊዜ" - -msgctxt "#31013" -msgid "Movies" -msgstr "ሙቪዎች" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "አልበም" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "የ ፒክስል አቀራረብ" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "ገጽ" - -msgctxt "#31030" -msgid "Info List" -msgstr "የ መረጃ ዝርዝር" - -msgctxt "#31038" -msgid "Login" -msgstr "መግቢያ" - -msgctxt "#31039" -msgid "Updated:" -msgstr "ተሻሽሏል:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ማቆሚያ" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ወደ ፊት ማሳለፊያ" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ወደ ኋላ ማሳለፊያ" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "የ ተጠቀሙት የ ስርአቱ ማስታወሻ" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "መጨረሻ የገባው" - -msgctxt "#31322" -msgid "Aired" -msgstr "የተላለፈ" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "የ ቪዲዮ ዝርዝር" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "ንዑስ አርእስቶች ማውረጃ" - -msgctxt "#31358" -msgid "Teletext" -msgstr "ቴሌቴክስት" - -msgctxt "#31390" -msgid "Skin default" -msgstr "መደበኛ" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Arial based" - -# 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "ይምረጡ የ እርስዎን Kodi ተጠቃሚ ገጽታ[CR]ለ መግባት እና ለመቀጠል" - -msgctxt "#31548" -msgid "Home menu" -msgstr "የ ቤት ዝርዝር" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "የ ቤት ተጨማ-ሪዎች" - -msgctxt "#31550" -msgid "Backgrounds" -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 "የ ጠፉ ማሳያ" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -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 "አሁን የሚጫወተው አርእስት..." - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "የ PVR መረጃ" diff --git a/addons/skin.estouchy/language/resource.language.ar_sa/strings.po b/addons/skin.estouchy/language/resource.language.ar_sa/strings.po deleted file mode 100644 index 7224ec8573172..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ar_sa/strings.po +++ /dev/null @@ -1,443 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Arabic (Saudi Arabia) \n" -"Language: ar_sa\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\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 ? 4 : 5;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "مظهر للواجهة مخصص للأجهزة التي تعمل باللمس" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "مظهر للواجهة مصمم للأجهزة التي تعمل باللمس مثل الجوالات الذكية والأجهزة اللوحية" - -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 "#31009" -msgid "Working..." -msgstr "جارٍ العمل..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "حديث" - -msgctxt "#31013" -msgid "Movies" -msgstr "الأفلام" - -msgctxt "#31014" -msgid "Episodes" -msgstr "الحلقات" - -msgctxt "#31015" -msgid "Player info" -msgstr "معلومات مشغل الوسائط" - -msgctxt "#31016" -msgid "Albums" -msgstr "الألبومات" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "مشغل الوسائط" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "وحدة فك ترميز الفيديو" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "تنسيق البكسل" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "استخدام الذاكرة العشوائية للنظام" - -msgctxt "#31024" -msgid "Page" -msgstr "الصفحة" - -msgctxt "#31030" -msgid "Info List" -msgstr "قائمة المعلومات" - -msgctxt "#31038" -msgid "Login" -msgstr "تسجيل الدخول" - -msgctxt "#31039" -msgid "Updated:" -msgstr "محدثة:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "توقف مؤقت" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "تقديم سريع" - -msgctxt "#31045" -msgid "REWIND" -msgstr "تراجع" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "مزود البيانات" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "ذاكرة النظام المستخدمة:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "آخر تسجيل دخول في" - -msgctxt "#31322" -msgid "Aired" -msgstr "تم بثه" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "قائمة الفيديو" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "تحميل الترجمات" - -# empty string with id 31357 -msgctxt "#31358" -msgid "Teletext" -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 "تغيير المظهر. ضبط اللغة و المنطقة. تغيير خيارات إدراج الملف. إعداد شاشة التوقف" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "تكوين وإدارة خدمات مشاركة الوسائط · تكوين وإدارة خدمة الطقس" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "تكوين الشاشة · تكوين الصوت · تكوين الوصول إلى الإنترنت · تكوين توفير الطاقة · تكوين الأخطاء والأحداث" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "إدارة الإضافات المثبتة الخاصة بك · تصفح وتثبيت الإضافات من kodi.tv · تعديل إعدادات الإضافة" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "تكوين الإجراءات التي يمكن استخدامها أثناء تشغيل الوسائط · تكوين كيفية تشغيل محتوى الوسائط" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "تكوين مصادر المكتبة · إظهار محتوى قوائم الوسائط · تكوين كيفية التنقل في قوائم المكتبة" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "تكوين المظهر · تكوين المنطقة · تكوين التحكم · تكوين شاشة التوقف · تكوين القفل الرئيسي" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "تكوين ملفات التعريف الخاصة بك · تعيين خيارات القفل · تمكين شاشة تسجيل الدخول" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "عرض معلومات النظام · إحصائيات الأجهزة · التحقق من توفر المساحة التخزينية · عرض تكوين الشبكة" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "حدد ملف تعريف مستخدم Kodi الخاص بك[CR]لتسجيل الدخول والمتابعة" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "القائمة الرئيسية" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "إضافات الصفحة الرئيسية" - -msgctxt "#31550" -msgid "Backgrounds" -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 "إظهار المحذوفة" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "ترميز الفيديو" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "دقة الفيديو" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "أبعاد الفيديو" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "معدل البت للفيديو" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "ترميز الصوت" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "قنوات الصوت" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "معدل البت للصوت" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "دقة الشاشة" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "سرعة عرض النظام" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "استخدام النظام للمعالج المركزي" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "الوسائط" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "النظام" - -# empty strings from id 31566 to 31899 -msgctxt "#31900" -msgid "First Run" -msgstr "التشغيل لأول مرة" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "هناك أمران يجب معرفتهما عن التنقل في Estouchy" - -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 "يعمل شعار Kodi كزر \"الصفحة الرئيسية\". عندما تلمسه ، ستتم إعادتك إلى الشاشة الرئيسية." - -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 "يتم الآن تشغيل \"العنوان\"..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "تكوين الشاشة · تكوين الصوت · تكوين الوصول إلى الإنترنت · تكوين توفير الطاقة · تكوين الأخطاء والأحداث" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "معلومات PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "معلومات المعالجة لمشغل الوسائط" diff --git a/addons/skin.estouchy/language/resource.language.ast_es/strings.po b/addons/skin.estouchy/language/resource.language.ast_es/strings.po deleted file mode 100644 index ab56c45be2c74..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ast_es/strings.po +++ /dev/null @@ -1,450 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-02-26 16:13+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Asturian (Spain) \n" -"Language: ast_es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Películes" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodios" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Álbumes" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 "" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletestu" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Lo predeterminao" - -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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "" - -# empty strings from id 31566 to 31899 -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/resource.language.az_az/strings.po b/addons/skin.estouchy/language/resource.language.az_az/strings.po deleted file mode 100644 index 69895c61a2595..0000000000000 --- a/addons/skin.estouchy/language/resource.language.az_az/strings.po +++ /dev/null @@ -1,453 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-02-26 16:13+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Azerbaijani \n" -"Language: az_az\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmlər" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albomlar" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistem" - -# empty strings from id 31566 to 31899 -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/resource.language.be_by/strings.po b/addons/skin.estouchy/language/resource.language.be_by/strings.po deleted file mode 100644 index 255387684ca37..0000000000000 --- a/addons/skin.estouchy/language/resource.language.be_by/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-12-28 23:38+0000\n" -"Last-Translator: Antikruk \n" -"Language-Team: Belarusian \n" -"Language: be_by\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\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" -"X-Generator: Weblate 4.15\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Абалонка для сэнсарных прылад" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Абалонка распрацаваная для выкарыстання на сэнсарных прыладах, такіх як планшэты і смартфоны" - -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 "#31009" -msgid "Working..." -msgstr "Апрацоўванне..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Апошняе" - -msgctxt "#31013" -msgid "Movies" -msgstr "Фільмы" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Эпізоды" - -msgctxt "#31015" -msgid "Player info" -msgstr "Інфармацыя пра прайгравальнік" - -msgctxt "#31016" -msgid "Albums" -msgstr "Альбомы" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "Тэлебачанне" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Прайгравальнік" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Дэкадавальнік відэа" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Фармат пікселяў" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Выкарыстанне памяці" - -msgctxt "#31024" -msgid "Page" -msgstr "Старонка" - -msgctxt "#31030" -msgid "Info List" -msgstr "Спіс" - -msgctxt "#31038" -msgid "Login" -msgstr "Лагін" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Абноўлена:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ПРЫПЫНЕНА" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ПЕРАМОТКА НАПЕРАД" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ПЕРАМОТКА НАЗАД" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "Выкарыстанне памяці:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Апошні ўваход" - -msgctxt "#31322" -msgid "Aired" -msgstr "Прэм’ера" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Меню відэа" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Спампаваць субцітры" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Наладжванне і кіраванне службамі доступу да медыяфайлаў · Наладжванне і кіраванне службай надвор'я" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Наладжванне дысплэя · Наладжванне аўдыё · Наладжванне доступу ў інтэрнэт · Наладжванне эканоміі энергіі · Наладжванне журналаў" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Кіраванне дапаўненнямі · Пошук і ўсталяванне дапаўненняў з kodi.tv · Наладжванне дапаўненняў" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Наладжванне дзеянняў, якія можна выкарыстоўваць падчас прайгравання · Наладжванне спосабу прайгравання медыяфайлаў" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Наладжванне крыніц бібліятэкі · Наладжванне адлюстравання змесціва · Наладжванне навігацыі па бібліятэцы" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Наладжванне абалонкі · Наладжванне рэгіёна · Наладжванне кантролю · Наладжванне ахоўніка экрана · Наладжванне блакавання" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Наладжванне профілю · Параметры блакавання · Экран уваходу" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Адлюстраванне сістэмнай інфармацыі · Абсталяванне · Праверка месца ў сховішчы · Канфігурацыя сеткі" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Абярыце профіль Kodi[CR], каб увайсці і працягнуць" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Галоўнае меню" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Хатнія дапаўненні" - -msgctxt "#31550" -msgid "Backgrounds" -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 "Паказваць выдаленае" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Відэакодак" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Раздзяляльная здольнасць відэа" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Суадносіны бакоў відэа" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Бітрэйт відэа" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Аўдыякодак" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Аўдыяканалы" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Бітрэйт аўдыё" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Раздзяляльная здольнасць экрана" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Хуткасць адмалёўкі сістэмы" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Выкарыстанне CPU" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Медыя" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Сістэма" - -msgctxt "#31900" -msgid "First Run" -msgstr "Першы запуск" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Ёсць два моманты, якія патрэбна ведаць пра навігацыю Estouchy" - -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 "Лагатып Kodi функцыянуе як кнопка \"Хатні экран\". Калі вы націснеце на яго, то вернецеся на хатні экран." - -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 "Зараз прайграецца…" - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Наладжванне дысплэя · Наладжванне аўдыё · Наладжванне доступу ў інтэрнэт · Наладжванне эканоміі энергіі · Наладжванне журналаў" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Інфармацыя пра PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Інфармацыя пра прайгравальнік" diff --git a/addons/skin.estouchy/language/resource.language.bg_bg/strings.po b/addons/skin.estouchy/language/resource.language.bg_bg/strings.po deleted file mode 100644 index 1148b8904c4f6..0000000000000 --- a/addons/skin.estouchy/language/resource.language.bg_bg/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Bulgarian \n" -"Language: bg_bg\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Облик за устройства със сензорен екран" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Обликът е разработен за ползване на устройства със сензорен екран, като таблети и телефони." - -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 "#31009" -msgid "Working..." -msgstr "В процес на работа…" - -msgctxt "#31011" -msgid "Recent" -msgstr "Последни" - -msgctxt "#31013" -msgid "Movies" -msgstr "Филми" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Епизоди" - -msgctxt "#31015" -msgid "Player info" -msgstr "Информация за плейъра" - -msgctxt "#31016" -msgid "Albums" -msgstr "Албуми" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "ПВР" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Плейър" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Видео декодер" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Формат на пикселите" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Използвана памет" - -msgctxt "#31024" -msgid "Page" -msgstr "Страница" - -msgctxt "#31030" -msgid "Info List" -msgstr "Инфо лист" - -msgctxt "#31038" -msgid "Login" -msgstr "Влизане" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Обновено:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "НА ПАУЗА" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ПРЕВЪРТАНЕ НАПРЕД" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ПРЕВЪРТАНЕ НАЗАД" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "Използвана памет:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Последно вписване" - -msgctxt "#31322" -msgid "Aired" -msgstr "Излъчен" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Меню видео" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Сваляне на субтитри" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Настройки на услугите за споделяне · Настройки на услугата за метеорологична прогноза" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Настройка на екрана · Настройка на звука · Настройка на достъпа до Интернет · Настройка на пестенето на енергия · Настройка на журналите" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Управление на инсталираните добавки · Преглед и инсталиране на добавки от kodi.tv · Промяна на настройките на добавките" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Настройки за наличните действия по време на възпроизвеждане · Настройки за начина на възпроизвеждане на медийните файлове" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Настройка на източниците за библиотеката · Показване на съдържанието на медийните списъци · Настройка на навигирането в библиотеката" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Настройки на облика · Настройки за езика и региона · Настройки на управлението · Настройки на скрийнсейвъра · Настройки за заключване с код" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Настройки на профилите · Настройки за заключване · Включване на екрана за вход" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Показване на системна информация · Хардуерни статистики · Проверка на наличното място за съхранение · Преглед на мрежовите настройки" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Изберете потребителски профил,[CR]за да продължите" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Начално меню" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Добавки за началния екран" - -msgctxt "#31550" -msgid "Backgrounds" -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 "Показване на изтритите" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Видео кодек" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Видео резолюция" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Съотношение на страните на видеото" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Аудио кодек" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Аудио канали" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Резолюция на екрана" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Натоварване процесора" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Медийни източници" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Системни" - -msgctxt "#31900" -msgid "First Run" -msgstr "Първо стартиране" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "За навигирането в Estouchy трябва да знаете 2 неща" - -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 "Логото на Kodi функционира като бутон водещ към началния екран. Когато го докоснете, ще се върнете на началния екран." - -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 "Възпроизвеждане…" - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Настройка на екрана · Настройка на звука · Настройка на достъпа до Интернет · Настройка на пестенето на енергия · Настройка на журналите" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Информация за ПВР" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Инф. за процеса на плейъра" diff --git a/addons/skin.estouchy/language/resource.language.bs_ba/strings.po b/addons/skin.estouchy/language/resource.language.bs_ba/strings.po deleted file mode 100644 index 59cb6234fb6fd..0000000000000 --- a/addons/skin.estouchy/language/resource.language.bs_ba/strings.po +++ /dev/null @@ -1,451 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-02-26 16:13+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Bosnian (Bosnia and Herzegovina) \n" -"Language: bs_ba\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\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" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmovi" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Epizoda" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumi" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Podrazumjevana maska" - -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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Pozadine" - -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 "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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistem" - -# empty strings from id 31566 to 31899 -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/resource.language.ca_es/strings.po b/addons/skin.estouchy/language/resource.language.ca_es/strings.po deleted file mode 100644 index ffbc6e88620aa..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ca_es/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-08-24 06:31+0000\n" -"Last-Translator: Xean \n" -"Language-Team: Catalan (Spain) \n" -"Language: ca_es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Aparença per als dispositius amb pantalla tàctil" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Aparença dissenyada perquè s'utilitzi en dispositius amb pantalla tàctil com taules i telèfons intel·ligents" - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Opcions de l'àudio" - -msgctxt "#31003" -msgid "IP" -msgstr "IP" - -msgctxt "#31004" -msgid "Caps[CR]Lock" -msgstr "Bloq[CR]Maj" - -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 "#31009" -msgid "Working..." -msgstr "S'està treballant..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Recent" - -msgctxt "#31013" -msgid "Movies" -msgstr "Pel·lícules" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodis" - -msgctxt "#31015" -msgid "Player info" -msgstr "Informació del reproductor" - -msgctxt "#31016" -msgid "Albums" -msgstr "Àlbums" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Reproductor" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Descodificador de vídeo" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Format del píxel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Ús de la memòria del sistema" - -msgctxt "#31024" -msgid "Page" -msgstr "Pàgina" - -msgctxt "#31030" -msgid "Info List" -msgstr "Llista d'informació" - -msgctxt "#31038" -msgid "Login" -msgstr "Autenticació" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Actualització:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "EN PAUSA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "AVANÇ RÀPID" - -msgctxt "#31045" -msgid "REWIND" -msgstr "REBOBINA" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Velocitat de reproducció" - -msgctxt "#31049" -msgid "End Time" -msgstr "Hora d'acabament" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Ordena: Ascendent" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Ordena: Descendent" - -msgctxt "#31055" -msgid "Open playlist" -msgstr "Obre la llista reproducció" - -msgctxt "#31056" -msgid "Save playlist" -msgstr "Desa la llista reproducció" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Tanca la llista de reproducció" - -msgctxt "#31058" -msgid "System music files" -msgstr "Fitxers de música del sistema" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Llista de reproducció actual" - -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 "System Memory Used:" -msgstr "Memòria de sistema utilitzada:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Últim inici de sessió" - -msgctxt "#31322" -msgid "Aired" -msgstr "Emès" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menú del vídeo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Baixar-se els subtítols" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Predeterminat de l'aparença" - -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 "Canvieu l'aparença · Establiu l'idioma i la regió · Canvieu les opcions de llistat · Establiu un estalvi de pantalla" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configureu i gestioneu els serveis de compartició de mitjans · Configureu i gestioneu el servei del temps" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configureu la visualització · Configureu l'àudio · Configureu l'accés a Internet · Configureu l'estalvi energètic · Configureu el registrament" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Gestioneu els vostres complements instal·lats · Navegueu i instal·leu els complements des de kodi.tv · Modifiqueu les opcions del complement" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configureu les accions que es poden dur a terme durant la reproducció · Configureu com es reprodueix el contingut dels mitjans" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configureu els orígens de la biblioteca · Mostra el contingut de la visualització de les llistes dels mitjans · Configureu com es navega per les llistes de la biblioteca" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configureu l'aparença · Configureu la regió · Configureu el control · Configureu l'estalvi de pantalla · Configureu el bloqueig mestre" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configureu els vostres perfils · Establiu les opcions de bloqueig · Habiliteu la pantalla d'autenticació" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Visualitzeu la informació del sistema · Estadístiques del maquinari · Comproveu la disponibilitat de l'emmagatzematge · Visualitzeu la configuració de la xarxa" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Seleccioneu el vostre perfil d'usuari de Kodi[CR]per autenticar-vos i continuar" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Menú d'inici" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Complements de l'inici" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Fons" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Drecera del complement" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Utilitza un fons personalitzat" - -msgctxt "#31554" -msgid "Background:" -msgstr "Fons:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Configureu les opcions de la TV · Canvieu la pantalla completa d'informació · Gestioneu les opcions de les dades de la guia electrònica de programació (EPG)" - -msgctxt "#31556" -msgid "Live TV" -msgstr "TV en directe" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Oculta el fons del vídeo" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Oculta el fons de la visualització" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Opcions dels canals" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Grups disponibles" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Mosta els ocults" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Mostra els suprimits" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Còdec de vídeo" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Resolució de vídeo" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspecte del vídeo" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Taxa de bits del vídeo" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Còdec d'àudio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Canals d'àudio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Taxa de bits d'àudio" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Resolució de pantalla" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Velocitat de renderització del sistema" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Ús de la CPU del sistema" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Multimèdia" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -msgctxt "#31900" -msgid "First Run" -msgstr "Primera execució" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Hi ha dues coses que heu de conèixer sobre la navegació d'Estouchy" - -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 "Les funcions del logotip de Kodi com un botó «INICI». Cada cop que el toqueu, se us portarà de nou a la pantalla d'inici." - -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 "Quan esteu reproduint àudio o vídeo, el títol de l'element apareixerà a la part superior de la pantalla. Si el toqueu, us portarà a la visualització de la pantalla completa o de la finestra del vídeo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Títol en reproducció..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configureu la visualització · Configureu l'àudio · Configureu l'accés a Internet · Configureu l'estalvi energètic · Configureu el registrament" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Informació PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Informació del procés del reproductor" diff --git a/addons/skin.estouchy/language/resource.language.cs_cz/strings.po b/addons/skin.estouchy/language/resource.language.cs_cz/strings.po deleted file mode 100644 index be4cccdada09d..0000000000000 --- a/addons/skin.estouchy/language/resource.language.cs_cz/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Czech \n" -"Language: cs_cz\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Vzhled pro zařízení s dotykovou obrazovkou" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Vzhled navržený pro použití na zařízeních s dotykovou obrazovkou, jako jsou tablety a chytré telefony" - -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ředvolby vizualizace" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Místní nabídka" - -msgctxt "#31009" -msgid "Working..." -msgstr "Zpracovávání…" - -msgctxt "#31011" -msgid "Recent" -msgstr "Nedávné" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmy" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Epizody" - -msgctxt "#31015" -msgid "Player info" -msgstr "Informace o hráči" - -msgctxt "#31016" -msgid "Albums" -msgstr "Alba" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Přehrávač" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Dekodér videa" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Formát pixelu" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Využití systémové paměti" - -msgctxt "#31024" -msgid "Page" -msgstr "Strana" - -msgctxt "#31030" -msgid "Info List" -msgstr "Seznam informací" - -msgctxt "#31038" -msgid "Login" -msgstr "Přihlášení" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Aktualizované:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -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 "#31046" -msgid "Play speed" -msgstr "Rychlost přehrávání" - -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 "#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 "System Memory Used:" -msgstr "Použitá systémová paměť:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Naposledy přihlášen" - -msgctxt "#31322" -msgid "Aired" -msgstr "Vysíláno" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Nabídka videa" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Stáhnout titulky" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Výchozí nastavení vzhledu" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Založeno na Arial" - -msgctxt "#31400" -msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" -msgstr "Změňte vzhled · Nastavte jazyk a region · Změňte možnosti výpisu souborů · Nastavte spořič obrazovky" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Konfigurujte a spravujte služby sdílení médií · Konfigurujte a spravujte služby počasí" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Nastavit obrazovku · Nastavit zvuk · Nastavit přístup k Internetu · Nastavit úsporu energie · Nastavit protokolování" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Spravujte nainstalované doplňky · Procházejte a instalujte doplňky z kodi.tv · Upravte nastavení doplňků" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Nastavit akce, které mohou být použity během přehrávání · Nastavit způsob přehrávání médií" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Nastavit zdroje knihovny · Upravte obsah zobrazení seznamu médií · Nastavit způsob navigace v seznamech knihovny" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Nastavit vzhled · Nastavit region · Nastavit ovládání · Nastavit spořič obrazovky · Nastavit hlavní zámek" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Nastavte si své profily · Nastavte možnosti uzamknutí · Povolte přihlašovací obrazovku" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Zobrazit informace o systému · Hardwarové statistiky · Zkontrolovat dostupnost úložiště · Zobrazit nastavení sítě" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Vyberte svůj uživatelský profil Kodi[CR]pro přihlášení a pokračování" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Domovská nabídka" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Doplňky na domovské obrazovce" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Pozadí" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Klávesová zkratka doplňku" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNCHRONIZOVAT" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Použít vlastní pozadí" - -msgctxt "#31554" -msgid "Background:" -msgstr "Pozadí:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Nastavit televizi · Změnit informace na celé obrazovce · Správa nastavení data televizního programu" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Živé vysílání" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Skrýt pozadí videa" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Skrýt pozadí vizualizací" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Nastavení kanálu" - -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 "Odstranit skupinu" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Zobrazit skryté" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Zobrazit odstraněné" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Kodek videa" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Rozlišení videa" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Poměr stran videa" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Přenosová rychlost videa" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Kodek zvuku" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Zvukové kanály" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Přenosová rychlost zvuku" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Rozlišení obrazovky" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Rychlost vykreslování systému" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Využití procesoru systémem" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Média" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Systém" - -msgctxt "#31900" -msgid "First Run" -msgstr "První spuštění" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "O navigování v Estouchy byste měli vědět dvě věci" - -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 "Logo Kodi slouží jako tlačítko „DOMŮ“. Kdykoliv se ho dotknete, přepnete se zpět na domovskou obrazovku." - -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 "Když přehráváte hudbu nebo video, objeví se na horním okraji obrazovky název položky. Pokud se ho dotknete, přepnete se do okna vizualizace nebo videa na celou obrazovku." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Nyní je přehráváno…" - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Nastavit obrazovku · Nastavit zvuk · Nastavit přístup k Internetu · Nastavit úsporu energie · Nastavit protokolování" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Informace o nahrávače videa" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Informace o zpracování přehrávače" diff --git a/addons/skin.estouchy/language/resource.language.cy_gb/strings.po b/addons/skin.estouchy/language/resource.language.cy_gb/strings.po deleted file mode 100644 index 5b030af4c9372..0000000000000 --- a/addons/skin.estouchy/language/resource.language.cy_gb/strings.po +++ /dev/null @@ -1,437 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Welsh (United Kingdom) \n" -"Language: cy_gb\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "Rhagosodiaid Delweddu" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Dewislen Cyd-destun" - -msgctxt "#31009" -msgid "Working..." -msgstr "Gweithio..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Diweddar" - -msgctxt "#31013" -msgid "Movies" -msgstr "Ffilmiau" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Rhifynnau" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Album" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Tudalen" - -msgctxt "#31030" -msgid "Info List" -msgstr "Rhestr Wybodaeth" - -msgctxt "#31038" -msgid "Login" -msgstr "Mewngofnodi" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "OEDWYD" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "YMLAEN CYFLYM" - -msgctxt "#31045" -msgid "REWIND" -msgstr "NÔL" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -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 "#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" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Mewngofnodwyd Ddiwethaf" - -msgctxt "#31322" -msgid "Aired" -msgstr "Darlledwyd" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Dewislen Fideo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Llwytho Isdeitlau i Lawr" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teludestun" - -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" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Dewiswch eich Proffil[CR] defnyddiwr Kodi i fewngofnodi a pharhau" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Cefndiroedd" - -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 "Teledu" - -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 "Pob Grŵp" - -msgctxt "#31562" -msgid "Rename Group" -msgstr "Ailenwi Grŵp" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Dileu Grŵp" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -# empty strings from id 31566 to 31899 -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 "" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Manylion y PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Gwybodaeth ar gynnydd chwaraewr" diff --git a/addons/skin.estouchy/language/resource.language.da_dk/strings.po b/addons/skin.estouchy/language/resource.language.da_dk/strings.po deleted file mode 100644 index 44ce515e8cddd..0000000000000 --- a/addons/skin.estouchy/language/resource.language.da_dk/strings.po +++ /dev/null @@ -1,438 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-11-12 10:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Danish \n" -"Language: da_dk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skin for berøringsfølsomme enheder" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skin der er designet til brug på berøringsfølsomme enheder som f.eks. tablets og smartphones" - -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 "#31009" -msgid "Working..." -msgstr "Arbejder..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Seneste" - -msgctxt "#31013" -msgid "Movies" -msgstr "Film" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Afsnit" - -msgctxt "#31015" -msgid "Player info" -msgstr "Information om afspiller" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albummer" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Afspiller" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Videoafkoder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pixelformat" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Systemets hukommelsesforbrug" - -msgctxt "#31024" -msgid "Page" -msgstr "Side" - -msgctxt "#31030" -msgid "Info List" -msgstr "Informationsliste" - -msgctxt "#31038" -msgid "Login" -msgstr "Login" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Opdateret:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSE" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "SPOL FREM" - -msgctxt "#31045" -msgid "REWIND" -msgstr "SPOL TILBAGE" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Afspilningshastighed" - -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 playliste" - -msgctxt "#31056" -msgid "Save playlist" -msgstr "Gem playliste" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Luk playliste" - -msgctxt "#31058" -msgid "System music files" -msgstr "Systemmusikfiler" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Nuværende playliste" - -msgctxt "#31200" -msgid "Back" -msgstr "Tilbage" - -msgctxt "#31201" -msgid "Location" -msgstr "Placering" - -msgctxt "#31202" -msgid "View" -msgstr "Vis" - -msgctxt "#31300" -msgid "Current Temp" -msgstr "Nuværende temperatur" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Sidst opdateret" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Dataleverandør" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Systemets hukommelsesforbrug:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Sidst logget ind" - -msgctxt "#31322" -msgid "Aired" -msgstr "Sendt" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Videomenu" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Hent undertekster" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Tekst-tv" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Skinnets standard" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Baseret på Arial" - -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" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Konfigurer og administrer mediedelingstjenester · Konfigurer og administrer vejretjenesten" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Konfigurer skærm · Konfigurer lyd · Konfigurer internetadgang · Konfigurer strømbesparelse · Konfigurer logføring" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Administrer dine installerede add-ons · Gennemse og installer add-ons fra kodi.tv · Tilpas indstillinger for add-ons" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Konfigurer handlinger, der kan bruges under afspilning · Konfigurer hvordan medieindhold afspilles" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Konfiguration af bibliotekilder · Vis medielisternes indholdsvisning · Konfigurer hvordan biblioteklister navigeres" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Konfigurer skin · Konfigurer område · Konfigurer kontrol · Konfigurer pauseskærm · Konfigurer hovedlås" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Konfigurer dine profiler · Angiv låsemuligheder · Aktiver loginskærm" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Vis systemoplysninger · Hardwarestatistik · Kontroller tilgængelighed af lagerplads · Se netværkskonfiguration" - -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 "#31548" -msgid "Home menu" -msgstr "Hovedmenu" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Hovedmenuens add-ons" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Baggrunde" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Genvej til add-on" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Anvend brugerdefineret baggrund" - -msgctxt "#31554" -msgid "Background:" -msgstr "Baggrund:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Konfigurer tv-indstillinger · Skift fuldskærmsinfo · Administrer dataindstillinger for EPG" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Direkte tv" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Skjul videobaggrund" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Skjul visualiseringens baggrund" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Kanalindstillinger" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Tilgængelig grupper" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Vis skjulte" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Vis slettede" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Video-codec" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Videoopløsning" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Billedeformat" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Video-bitrate" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Lyd-codec" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Lydkanaler" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Lydbitrate" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Skærmopløsning" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Systemets renderingshastighed" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Systemets CPU-forbrug" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Medie" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -# empty strings from id 31566 to 31899 -msgctxt "#31900" -msgid "First Run" -msgstr "Første kørsel" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Der er to ting at vide omkring navigeringen i Estouchy" - -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 "Kodi-logoet fungerer som en 'HOME'-knap. Hver gang du trykker på den, føres du tilbage til startskærmen." - -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 "Når du afspiller lyd eller video, vises titlen øverst på skærmen. Hvis du trykker på den, kommer du til visualiseringen eller videovinduet i fuld skærm." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Titel der afspilles nu..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Konfigurer skærm · Konfigurer lyd · Konfigurer internetadgang · Konfigurer strømbesparelse · Konfigurer logføring" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR-information" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Information om afspilningsproces" diff --git a/addons/skin.estouchy/language/resource.language.de_de/strings.po b/addons/skin.estouchy/language/resource.language.de_de/strings.po deleted file mode 100644 index f24123642c40c..0000000000000 --- a/addons/skin.estouchy/language/resource.language.de_de/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-02-07 21:56+0000\n" -"Last-Translator: Kai Sommerfeld \n" -"Language-Team: German \n" -"Language: de_de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.15.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skin für Touchscreen-Geräte" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Dieser Skin wurde für die Verwendung mit Touchscreen-Geräten, wie Tablets und Handys, entworfen" - -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 "#31009" -msgid "Working..." -msgstr "Verarbeitung..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Kürzlich" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filme" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episoden" - -msgctxt "#31015" -msgid "Player info" -msgstr "Player-Informationen" - -msgctxt "#31016" -msgid "Albums" -msgstr "Alben" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Player" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Video-Decoder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pixelformat" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Systemspeicherauslastung" - -msgctxt "#31024" -msgid "Page" -msgstr "Seite" - -msgctxt "#31030" -msgid "Info List" -msgstr "Informationsliste" - -msgctxt "#31038" -msgid "Login" -msgstr "Anmeldung" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Aktualisiert:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSE" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "SCHNELLER VORLAUF" - -msgctxt "#31045" -msgid "REWIND" -msgstr "RÜCKLAUF" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Wiedergabegeschwindigkeit" - -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 "#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 "System Memory Used:" -msgstr "Systemspeicherauslastung:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Letzte Anmeldung" - -msgctxt "#31322" -msgid "Aired" -msgstr "Ausgestrahlt" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Videomenü" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Untertitel herunterladen" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 anpassen · Sprache und Region festlegen · Dateiauflistungsoptionen ändern · Bildschirmschoner einrichten" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Medienfreigabedienste konfigurieren und verwalten · Wetterdienst konfigurieren und verwalten" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Einstellungen Anzeige · Audio · Internet · Energiesparen · Protokollierung" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Installierte Addons verwalten · Addons suchen und installieren von kodi.tv · Einstellungen der Addons ändern" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Wiedergabe-Aktionen konfigurieren · Konfigurieren, wie Medieninhalten wiedergegeben werden" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Bibliotheksquellen konfigurieren · Inhalt der Medienauflistungen anzeigen · Bibliotheksnavigation konfigurieren" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Skin konfigurieren · Region einstellen · Steuerung konfigurieren · Bildschirmschoner konfigurieren · Master-Sperre konfigurieren" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Profile konfigurieren · Sperren-Optionen einstellen · Anmeldebildschirm aktivieren" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Systeminformation anzeigen · Hardware Statistiken · Speicherkapazität prüfen · Netzwerkkonfiguration anzeigen" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Bitte Kodi-Benutzerprofil zum Anmelden auswählen" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Hauptmenü" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Addons auf der Startseite" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Hintergründe" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Addon-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 "TV-Einstellungen konfigurieren · Vollbildinformationen ändern · Programm-Guide-Einstellungen verwalten" - -msgctxt "#31556" -msgid "Live TV" -msgstr "TV" - -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 "Versteckte anzeigen" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Gelöschte anzeigen" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Videocodec" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Videoauflösung" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Videoseitenverhältnis" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Videobitrate" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Audiocodec" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Audiokanäle" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Audiobitrate" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Bildschirmauflösung" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Rendergeschwindigkeit" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "CPU-Auslastung" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Medien" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -msgctxt "#31900" -msgid "First Run" -msgstr "Erster Start" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Zwei wichtige Dinge über das Navigieren mit Estouchy" - -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 "Das Kodi-Logo fungiert als 'Home'-Knopf. Das Drücken aktiviert den Hauptbildschirm." - -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 "Während Musik oder ein Video wiedergegeben wird, erscheint der Titel am oberen Bildschirmrand. Das Antippen des Titels aktiviert die Vollbild-Wiedergabe." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Laufender Titel..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Anzeige konfigurieren · Audio konfigurieren · Internetzugriff konfigurieren · Stromsparfunktionen konfigurieren · Protokollierung konfigurieren" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR-Informationen" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Player-Informationen" diff --git a/addons/skin.estouchy/language/resource.language.el_gr/strings.po b/addons/skin.estouchy/language/resource.language.el_gr/strings.po deleted file mode 100644 index d2221aa0b5edb..0000000000000 --- a/addons/skin.estouchy/language/resource.language.el_gr/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Greek \n" -"Language: el_gr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Κέλυφος για συσκευές με οθόνη αφής" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Κέλυφος σχεδιασμένο για να χρησιμοποιηθεί σε συσκευές με οθόνη αφής όπως ταμπλέτες και έξυπνα κινητά." - -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 "#31009" -msgid "Working..." -msgstr "Απασχολημένο..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Πρόσφατο" - -msgctxt "#31013" -msgid "Movies" -msgstr "ΤΑΙΝΙΕΣ" - -msgctxt "#31014" -msgid "Episodes" -msgstr "ΕΠΕΙΣΟΔΙΑ" - -msgctxt "#31015" -msgid "Player info" -msgstr "Πληροφορίες αναπαραγωγέα" - -msgctxt "#31016" -msgid "Albums" -msgstr "Άλμπουμ" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Αναπαραγωγή" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Αποκωδικοποιητής βίντεο" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Μορφή εικονοστοιχείων" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Χρήση μνήμης συστήματος" - -msgctxt "#31024" -msgid "Page" -msgstr "Σελίδα" - -msgctxt "#31030" -msgid "Info List" -msgstr "Λίστα Πληροφοριών" - -msgctxt "#31038" -msgid "Login" -msgstr "Σύνδεση" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Ενημερωμένο:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ΠΑΥΣΗ" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ΠΡΟΩΘΗΣΗ" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ΕΠΑΝΑΦΟΡΑ" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "Χρήση μνήμης συστήματος:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Τελευταία Είσοδος" - -msgctxt "#31322" -msgid "Aired" -msgstr "Πρώτη προβολή" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Μενού βίντεο" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Λήψη υποτίτλων" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Ρύθμιση & διαχείριση υπηρεσιών διαμοιρασμού μέσων · Ρύθμιση & διαχείριση της υπηρεσίας καιρού" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Ρύθμιση οθόνης · Ρύθμιση ήχου · Ρύθμιση πρόσβασης στο διαδίκτυο · Ρύθμιση ενέργειας · Ρύθμιση καταγραφών" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Διαχείριση εγκατεστημένων προσθέτων · Περιήγηση και εγκατάσταση προσθέτων από το kodi.tv · Τροποποίηση των ρυθμίσεων των προσθέτων" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Ρύθμιση ενεργειών κατά την αναπαραγωγή · Ρύθμσιη της αναπαραγωγή μέσων" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Ρύθμιση πηγών βιβλιοθήκης · Εμφάνιση καταλόγων μέσων · Ρύθμιση πλοήγηση καταλόγων μέσων" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Ρύθμιση κελύφους · Ρύθμιση περιοχής · Ρύθμιση ελέγχου · Ρύθμιση προφύλαξης οθόνης · Ρύθμιση κεντρικού κλειδώματος" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Ρύθμιση των προφίλ · Ορισμός επιλογών κλειδώματος · Ενεργοποίηση οθόνης εισόδου" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Προβολή πληροφοριών συστήματος · Στατιστικά υλικού · Έλεγχος αποθηκευτικού χώρου · Προβολή διαμόρφωσης δικτύου" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Επιλέξτε προφίλ χρήστη για το Kodi[CR]για να συνδεθείτε και να συνεχίσετε" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Αρχικό μενού" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Πρόσθετα" - -msgctxt "#31550" -msgid "Backgrounds" -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 "Live 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 "Εμφάνιση διεγραμμένων" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Κωδικοποίηση βίντεο" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Ανάλυση βίντεο" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Αναλογίες εικόνας" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Κωδικοποίηση ήχου" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Κανάλια ήχου" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Ανάλυση οθόνης" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Χρήση CPU συστήματος" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Πολυμέσα" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Σύστημα" - -msgctxt "#31900" -msgid "First Run" -msgstr "Πρώτη εκκίνηση" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Υπάρχουν δύο πράγματα που πρέπει να γνωρίζετε για την πλοήγηση στο Estouchy" - -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 "Το λογότυπο του Kodi λειτουργεί σαν πλήκτρο \"Αρχικής οθόνης\". Όποτε το πατήσετε, θα μεταφερθείτε στην αρχική οθόνη." - -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 "Τώρα εκτελείται ο τίτλος:" - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Ρύθμιση οθόνης · Ρύθμιση ήχου · Ρύθμιση πρόσβασης στο διαδίκτυο · Ρύθμιση ενέργειας · Ρύθμιση καταγραφών" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Πληροφορίες PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Πληροφορίες διεργασίας αναπαραγωγής" diff --git a/addons/skin.estouchy/language/resource.language.en_au/strings.po b/addons/skin.estouchy/language/resource.language.en_au/strings.po deleted file mode 100644 index b22cb6027e261..0000000000000 --- a/addons/skin.estouchy/language/resource.language.en_au/strings.po +++ /dev/null @@ -1,431 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: English (Australia) \n" -"Language: en_au\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "#31009" -msgid "Working..." -msgstr "Working..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "Recent" - -msgctxt "#31013" -msgid "Movies" -msgstr "Movies" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodes" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albums" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Video decoder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pixel format" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Page" - -msgctxt "#31030" -msgid "Info List" -msgstr "Info List" - -msgctxt "#31038" -msgid "Login" -msgstr "Login" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSED" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "FAST FORWARD" - -msgctxt "#31045" -msgid "REWIND" -msgstr "REWIND" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -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 "#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" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Last Logged In" - -msgctxt "#31322" -msgid "Aired" -msgstr "Aired" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video Menu" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Download Subtitles" - -# empty string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Select your Kodi user Profile[CR]to login and continue" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Backgrounds" - -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" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -# empty strings from id 31566 to 31899 -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/resource.language.en_gb/strings.po b/addons/skin.estouchy/language/resource.language.en_gb/strings.po deleted file mode 100644 index a96a4e89f7602..0000000000000 --- a/addons/skin.estouchy/language/resource.language.en_gb/strings.po +++ /dev/null @@ -1,493 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\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 (United Kingdom) (http://www.transifex.com/projects/p/kodi-main/language/en_GB/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 - -msgctxt "#31013" -msgid "Movies" -msgstr "" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -#empty strings from id 31022 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 - -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -#empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -#empty strings from id 31310 to 31319 - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -#empty string 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 string with id 31357 - -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -#empty strings from id 31359 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 "" - -#empty strings from id 31401 to 31404 - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -#empty strings from id 31413 to 31420 - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -#empty strings from id 31422 to 31547 -#Skin Setting Options - -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -#empty strings from id 31566 to 31599 - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#: /xml/DialogPlayerProcessInfo.xml -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "" - -#empty strings from id 31612 to 31899 - -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/resource.language.en_nz/strings.po b/addons/skin.estouchy/language/resource.language.en_nz/strings.po deleted file mode 100644 index 2ba4908708708..0000000000000 --- a/addons/skin.estouchy/language/resource.language.en_nz/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:07+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: English (New Zealand) \n" -"Language: en_nz\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skin for touchscreen devices" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skin designed to be used on touchscreen devices like tablets and smartphones" - -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 "#31009" -msgid "Working..." -msgstr "Working..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Recent" - -msgctxt "#31013" -msgid "Movies" -msgstr "Movies" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodes" - -msgctxt "#31015" -msgid "Player info" -msgstr "Player info" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albums" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Video decoder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pixel format" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "System memory usage" - -msgctxt "#31024" -msgid "Page" -msgstr "Page" - -msgctxt "#31030" -msgid "Info List" -msgstr "Info List" - -msgctxt "#31038" -msgid "Login" -msgstr "Login" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Updated:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSED" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "FAST FORWARD" - -msgctxt "#31045" -msgid "REWIND" -msgstr "REWIND" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Play speed" - -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 "#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 "System Memory Used:" -msgstr "System Memory Used:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Last Logged In" - -msgctxt "#31322" -msgid "Aired" -msgstr "Aired" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video Menu" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Download Subtitles" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configure & manage media sharing services · Configure & manage the weather service" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configure actions that can be used during playback · Configure how media content is played" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configure library sources · Show the media lists display content · Configure how library lists are navigated" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configure your profiles · Set locking options · Enable login screen" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Display system information · Hardware statistics · Check storage availability · View network configuration" - -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 "#31548" -msgid "Home menu" -msgstr "Home menu" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Home Add-ons" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Backgrounds" - -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" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Audio channels" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -msgctxt "#31900" -msgid "First Run" -msgstr "First Run" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "There are two things to know about navigating Estouchy" - -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 "The Kodi logo functions as a 'HOME' button. Whenever you touch it, you will be taken back to the home screen." - -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 "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 visualisation or video window." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Now Playing Title..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR info" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Player process info" diff --git a/addons/skin.estouchy/language/resource.language.en_us/strings.po b/addons/skin.estouchy/language/resource.language.en_us/strings.po deleted file mode 100644 index 1f6a3c59e0b6c..0000000000000 --- a/addons/skin.estouchy/language/resource.language.en_us/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-12-04 09:42+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: English (United States) \n" -"Language: en_us\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.2.1\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skin for touchscreen devices" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skin designed to be used on touchscreen devices like tablets and smartphones" - -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 "#31009" -msgid "Working..." -msgstr "Working..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Recent" - -msgctxt "#31013" -msgid "Movies" -msgstr "Movies" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodes" - -msgctxt "#31015" -msgid "Player info" -msgstr "Player info" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albums" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Player" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Video decoder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pixel format" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "System memory usage" - -msgctxt "#31024" -msgid "Page" -msgstr "Page" - -msgctxt "#31030" -msgid "Info List" -msgstr "Info List" - -msgctxt "#31038" -msgid "Login" -msgstr "Login" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Updated:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSED" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "FAST FORWARD" - -msgctxt "#31045" -msgid "REWIND" -msgstr "REWIND" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Play speed" - -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 "#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 "System Memory Used:" -msgstr "System Memory Used:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Last Logged In" - -msgctxt "#31322" -msgid "Aired" -msgstr "Aired" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video Menu" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Download Subtitles" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configure & manage media sharing services · Configure & manage the weather service" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configure actions that can be used during playback · Configure how media content is played" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configure library sources · Show the media lists display content · Configure how library lists are navigated" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configure your profiles · Set locking options · Enable login screen" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Display system information · Hardware statistics · Check storage availability · View network configuration" - -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 "#31548" -msgid "Home menu" -msgstr "Home menu" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Home Add-ons" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Backgrounds" - -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" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Video codec" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Audio channels" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -msgctxt "#31900" -msgid "First Run" -msgstr "First Run" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "There are two things to know about navigating Estouchy" - -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 "The Kodi logo functions as a 'HOME' button. Whenever you touch it, you will be taken back to the home screen." - -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 "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." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Now Playing Title..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR info" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Player process info" diff --git a/addons/skin.estouchy/language/resource.language.eo/strings.po b/addons/skin.estouchy/language/resource.language.eo/strings.po deleted file mode 100644 index de06f599edb11..0000000000000 --- a/addons/skin.estouchy/language/resource.language.eo/strings.po +++ /dev/null @@ -1,451 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-10-25 16:39+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Esperanto \n" -"Language: eo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14.1\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmoj" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumoj" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 to 31023 -msgctxt "#31024" -msgid "Page" -msgstr "Paĝo" - -# empty strings from id 31025 to 31029 -# ViewType labels -msgctxt "#31030" -msgid "Info List" -msgstr "" - -# empty strings from id 31031 to 31037 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 to 31048 -msgctxt "#31049" -msgid "End Time" -msgstr "" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Ordigi: Kreskante" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Ordigi: Malkreskante" - -# empty strings from id 31052 to 31054 -# Playlist Editor labels -msgctxt "#31055" -msgid "Open playlist" -msgstr "Malfermi ludliston" - -msgctxt "#31056" -msgid "Save playlist" -msgstr "Konservi ludliston" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Fermi ludliston" - -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 "Lastatempa ĝisdatigo" - -# empty string with id 31302 -msgctxt "#31303" -msgid "Data provider" -msgstr "" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Lastatempe ensalutita" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -# empty strings from id 31566 to 31899 -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/resource.language.es_ar/strings.po b/addons/skin.estouchy/language/resource.language.es_ar/strings.po deleted file mode 100644 index 2a4c663f9d3d1..0000000000000 --- a/addons/skin.estouchy/language/resource.language.es_ar/strings.po +++ /dev/null @@ -1,438 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-21 11:09+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Spanish (Argentina) \n" -"Language: es_ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "#31009" -msgid "Working..." -msgstr "Cargando..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Películas" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodios" - -msgctxt "#31015" -msgid "Player info" -msgstr "Info reproductor" - -msgctxt "#31016" -msgid "Albums" -msgstr "Álbumes" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Reproductor" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Decodificador de video" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Formato de píxel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Uso memoria de sistema" - -msgctxt "#31024" -msgid "Page" -msgstr "Página" - -msgctxt "#31030" -msgid "Info List" -msgstr "Información como Lista" - -msgctxt "#31038" -msgid "Login" -msgstr "Ingresar" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSADO" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "AVANCE RAPIDO" - -msgctxt "#31045" -msgid "REWIND" -msgstr "REBOBINAR" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Velocidad de Reproducción" - -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 "#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" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Último ingreso de sesión" - -msgctxt "#31322" -msgid "Aired" -msgstr "Estrenado" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menú de Video" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Descargar Subtítulos" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletexto" - -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" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Seleccione su perfil de usuario de Kodi[CR]para ingresar y continuar" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "Menú inicio" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Fondos" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Acceso Airecto a Complemento" - -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 "TV en directo" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Ocultar vídeo de fondo" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Códec de video" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Resolución de video" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspecto de video" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Códec de audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Canales de audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Resolución de pantalla" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Uso de CPU de sistema" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Medios" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -# empty strings from id 31566 to 31899 -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 "" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Información PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Info proceso reproductor" diff --git a/addons/skin.estouchy/language/resource.language.es_es/strings.po b/addons/skin.estouchy/language/resource.language.es_es/strings.po deleted file mode 100644 index 565f5cabc03e8..0000000000000 --- a/addons/skin.estouchy/language/resource.language.es_es/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-03-18 11:34+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Spanish (Spain) \n" -"Language: es_es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.15.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skin para dispositivos táctiles" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Esta skin está diseñada para usarla en dispositivos táctiles como tabletas y smartphones" - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Ajustes de Audio" - -msgctxt "#31003" -msgid "IP" -msgstr "IP" - -msgctxt "#31004" -msgid "Caps[CR]Lock" -msgstr "Bloq[CR]Mayús" - -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 "#31009" -msgid "Working..." -msgstr "Cargando..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Reciente" - -msgctxt "#31013" -msgid "Movies" -msgstr "Películas" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodios" - -msgctxt "#31015" -msgid "Player info" -msgstr "Info reproductor" - -msgctxt "#31016" -msgid "Albums" -msgstr "Álbumes" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Reproductor" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Decodificador de vídeo" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Formato de Píxel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Uso de memoria del sistema" - -msgctxt "#31024" -msgid "Page" -msgstr "Página" - -msgctxt "#31030" -msgid "Info List" -msgstr "Información como Lista" - -msgctxt "#31038" -msgid "Login" -msgstr "Inicio de sesión" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Actualizado:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "AVANCE RÁPIDO" - -msgctxt "#31045" -msgid "REWIND" -msgstr "REBOBINAR" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Velocidad de reproducción" - -msgctxt "#31049" -msgid "End Time" -msgstr "Hora de Finalización" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Ordenar: 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 "#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 "System Memory Used:" -msgstr "Memoria del sistema utilizada:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Última Sesión el" - -msgctxt "#31322" -msgid "Aired" -msgstr "Emitido el" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menú de Vídeo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Descargar subtítulos" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletexto" - -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 opciones de listados - Elegir un salvapantallas" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configurar y gestionar los servicios para compartir contenido · Configurar y gestionar el servicio meteorológico" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configurar imágen · Configurar sonido · Configurar acceso a internet · Configurar ahorro de energía · Configurar registro de depuración" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Gestionar los add-ons instalados · Buscar e instalar add-ons desde kodi.tv · Modificar los ajustes de los add-ons" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configurar acciones a usar durante la reproducción · Configurar cómo se reproducen los contenidos" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configurar fuentes de colección · Mostrar el contenido desplegable de las listas de contenido · Configurar como se navega por las listas de colección" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configurar el skin · Configurar la región · Configurar el control · Configurar el salvapantallas · Configurar el bloqueo maestro" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configurar perfiles · Añadir opciones de bloqueo · Activar pantalla de inicio de sesión" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Mostrar información del sistema · Estadísticas de Hardware · Comprobar el espacio disponible · Ver la configuración de red" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Seleccione su perfil de usuario Kodi[CR]para iniciar sesión y continuar" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Menú de inicio" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Inicio Add-ons" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Fondos" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Acceso directo a Add-on" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SINC" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Usar fondo personalizado" - -msgctxt "#31554" -msgid "Background:" -msgstr "Fondo:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Configurar los ajustes de TV · Cambiar la información en pantalla · Gestionar los ajustes de los datos EPG" - -msgctxt "#31556" -msgid "Live TV" -msgstr "TV en directo" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Ocultar vídeo de fondo" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Ocultar visualización de fondo" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Ajustes del canal" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Mostrar ocultos" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Mostrar eliminados" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Códec de vídeo" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Resolución de Vídeo" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspecto de vídeo" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Tasa de bits de vídeo" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Códec de audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Canales de audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Tasa de bits de audio" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Resolución de pantalla" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Velocidad de renderizado del sistema" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Uso de CPU del sistema" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Contenido" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -msgctxt "#31900" -msgid "First Run" -msgstr "Primer uso" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Hay un par de cosas que debe conocer sobre la navegación en Estouchy" - -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 "El logo de Kodi funciona como un botón 'INICIO'. En cuanto lo toque, volverá a la pantalla de inicio." - -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 "Cuando esté reproduciendo vídeo o audio, el título del elemento aparecerá en la parte superior de la pantalla. Tocarlo le llevára a una visualización a pantalla completa o a una ventana de vídeo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Título de la reproducción actual..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configurar la pantalla · Configurar el sonido · Configurar el acceso a internet · Configurar el ahorro de energia · Configurar el registro de eventos" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Información de PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Información de procesos del Reproductor" diff --git a/addons/skin.estouchy/language/resource.language.es_mx/strings.po b/addons/skin.estouchy/language/resource.language.es_mx/strings.po deleted file mode 100644 index 1388302ccc90f..0000000000000 --- a/addons/skin.estouchy/language/resource.language.es_mx/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Spanish (Mexico) \n" -"Language: es_mx\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Máscara para dispositivos con pantalla táctil" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Máscara diseñada para ser usada en dispositivos de pantalla táctil como tabletas y teléfonos inteligentes" - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Configuración de Audio" - -msgctxt "#31003" -msgid "IP" -msgstr "IP" - -msgctxt "#31004" -msgid "Caps[CR]Lock" -msgstr "Bloq.[CR]Mayús" - -msgctxt "#31005" -msgid "Visualization Options" -msgstr "Opciones de visualización" - -msgctxt "#31006" -msgid "Visualization Presets" -msgstr "Ajustes predeterminados para la visualización" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Menú contextual" - -msgctxt "#31009" -msgid "Working..." -msgstr "Trabajando..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Reciente" - -msgctxt "#31013" -msgid "Movies" -msgstr "Películas" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodios" - -msgctxt "#31015" -msgid "Player info" -msgstr "Información del reproductor" - -msgctxt "#31016" -msgid "Albums" -msgstr "Álbumes" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Reproductor" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Decodificador de video" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Formato del píxel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Uso de la memoria del sistema" - -msgctxt "#31024" -msgid "Page" -msgstr "Página" - -msgctxt "#31030" -msgid "Info List" -msgstr "Lista de información" - -msgctxt "#31038" -msgid "Login" -msgstr "iniciar sesión" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Actualizado:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ADELANTAR" - -msgctxt "#31045" -msgid "REWIND" -msgstr "REBOBINAR" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Velocidad de reproducción" - -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 "Lista de reproducción abierta" - -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 "#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 "System Memory Used:" -msgstr "Memoria del sistema usada:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Último inicio de sesión" - -msgctxt "#31322" -msgid "Aired" -msgstr "Transmitido" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menú de video" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Descargar subtítulos" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletexto" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Según máscara" - -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 la máscara · Establecer idioma y región · Cambiar opciones del listado de archivos · Configurar un protector de pantalla" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configurar y administrar servicios para compartir medios · Configurar y administrar el servicio del clima" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configurar la pantalla · Configurar el audio · Configurar el acceso a Internet · Configurar el ahorro de energía · Configurar el registro" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Administra tus complementos instalados · Busca e instala complementos de kodi.tv · Modifica configuración de los complementos" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configurar acciones que se pueden utilizar durante la reproducción · Configurar cómo se reproduce el contenido multimedia" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configurar fuentes de la biblioteca · Mostrar el contenido de la pantalla de listas de medios · Configurar la navegación de listas de la biblioteca" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configurar máscara · Configurar región · Configurar control · Configurar protector de pantalla · Configurar bloqueo maestro" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configurar sus perfiles · Establecer opciones de bloqueo · Habilitar pantalla de inicio de sesión" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Mostrar información del sistema · Estadísticas de hardware · Comprobar disponibilidad de almacenamiento · Ver configuración de red" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Selecciona tu perfil de Kodi[CR]para iniciar sesión y continuar" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Menú inicial" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Complementos en inicio" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Fondos" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Acceso directo a complemento" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SINCRONIZAR" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Utilizar un fondo personalizado" - -msgctxt "#31554" -msgid "Background:" -msgstr "Fondo:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Configurar ajustes de TV · Cambiar información de pantalla completa · Administrar configuración de datos de guía" - -msgctxt "#31556" -msgid "Live TV" -msgstr "TV en vivo" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Ocultar vídeo de fondo" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Ocultar visualización de fondo" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Configuración del canal" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Grupos disponibles" - -msgctxt "#31561" -msgid "Add Group" -msgstr "Agregar grupo" - -msgctxt "#31562" -msgid "Rename Group" -msgstr "Renombrar grupo" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Borrar Grupo" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Mostrar ocultos" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Mostrar eliminados" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Códec de video" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Resolución de video" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspecto de video" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Tasa de bits de video" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Códec de audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Canales de audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Tasa de bits de audio" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Resolución de pantalla" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Velocidad de renderizado del sistema" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Uso del CPU del sistema" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Medios" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -msgctxt "#31900" -msgid "First Run" -msgstr "Primera vez" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Hay dos cosas que debes saber al navegar por Estouchy" - -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 "El logo de Kodi funciona como un botón 'HOME'. Siempre que lo toques, volverás a la pantalla de inicio." - -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 "Cuando estés reproduciendo audio o video, el título del elemento aparecerá en la parte superior de la pantalla. Si lo tocas, podrás entrar a la visualización de pantalla completa o a la ventana del vídeo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Reproduciendo ahora..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configurar la pantalla · Configurar el audio · Configurar el acceso a Internet · Configurar el ahorro de energía · Configurar el registro" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Información del PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Información del proceso del reproductor" diff --git a/addons/skin.estouchy/language/resource.language.et_ee/strings.po b/addons/skin.estouchy/language/resource.language.et_ee/strings.po deleted file mode 100644 index e028b30cb0048..0000000000000 --- a/addons/skin.estouchy/language/resource.language.et_ee/strings.po +++ /dev/null @@ -1,433 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-02-26 16:13+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Estonian \n" -"Language: et_ee\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Puutetundlike seadmete rüü" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Rüü on mõeldud kasutamiseks puutetundlike seadmetega nagu tahvelarvutid ja nutitelefonid." - -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 "Kontekstimenüü" - -msgctxt "#31009" -msgid "Working..." -msgstr "Toimetamine..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Viimati" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmid" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Osasid" - -msgctxt "#31015" -msgid "Player info" -msgstr "Pleieri info" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumid" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Pleier" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Videodekooder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Piksli vorming" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Mälu kasutus" - -msgctxt "#31024" -msgid "Page" -msgstr "Leht" - -msgctxt "#31030" -msgid "Info List" -msgstr "Info loend" - -msgctxt "#31038" -msgid "Login" -msgstr "Logi sisse" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Uuendatud:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSIL" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "EDASI KERIMINE" - -msgctxt "#31045" -msgid "REWIND" -msgstr "TAGASI KERIMINE" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Esitamise kiirus" - -msgctxt "#31049" -msgid "End Time" -msgstr "Lõpu aeg" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Järjestus: kasvav" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Järjestus: 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 "#31200" -msgid "Back" -msgstr "Tagasi" - -msgctxt "#31201" -msgid "Location" -msgstr "Asukoht" - -msgctxt "#31202" -msgid "View" -msgstr "Kuva" - -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 "System Memory Used:" -msgstr "Süsteemimälu kasutus:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Viimane sisselogimine" - -msgctxt "#31322" -msgid "Aired" -msgstr "Eetris olnud" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video menüü" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Hangi subtiitrid" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletekst" - -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" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Vali sisse logimiseks enda Kodi profiil[CR]ja jätka" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Peamenüü" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Peamenüü lisamoodulid" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Taustad" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Lisamooduli otsetee" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SÜNKRONISEERI" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Kasuta kohandatud taustapilti" - -msgctxt "#31554" -msgid "Background:" -msgstr "Taust:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Otse-eeter" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Kanali seaded" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Saadaval grupid" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Kuva peidetud" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Kuva kustutatud" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Video koodek" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Videolahutus" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Ekraanisuhe" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Video bitikiirus" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Heli koodek" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Heli kanalid" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Heli bitikiirus" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Ekraani eraldusvõime:" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Süsteemi renderduskiirus" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Protsessori kasutus" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Meedia" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Süsteem" - -msgctxt "#31900" -msgid "First Run" -msgstr "Esmakasutus" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Estouchy's ringi liikumiseks on vaja teada kahte asja" - -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 "Kodi logo on nagu 'KODU' nupp. Ükskõik millal seda puudutada, siis viiakse alati tagasi peamenüüsse." - -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 "" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR-i info" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Pleieri protsesside teave" diff --git a/addons/skin.estouchy/language/resource.language.eu_es/strings.po b/addons/skin.estouchy/language/resource.language.eu_es/strings.po deleted file mode 100644 index b63a37b562b45..0000000000000 --- a/addons/skin.estouchy/language/resource.language.eu_es/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Basque (Spain) \n" -"Language: eu_es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Ukipen-pantaila duten gailuentzako azala" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Ukipen-pantaila duten gailuetan erabiltzeko diseinatutako azala" - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Audioaren ezarpenak" - -msgctxt "#31003" -msgid "IP" -msgstr "IPa" - -msgctxt "#31004" -msgid "Caps[CR]Lock" -msgstr "Blok[CR]maius" - -msgctxt "#31005" -msgid "Visualization Options" -msgstr "Bistaratze aukerak" - -msgctxt "#31006" -msgid "Visualization Presets" -msgstr "Bistaratze aurrezarpenak" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Laster-menua" - -msgctxt "#31009" -msgid "Working..." -msgstr "Lanean..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Duela gutxikoak" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmak" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Atalak" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumak" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Erreproduzitzailea" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Bideo deskodetzailea" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pixel formatua" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Sistemak erabilitako memoria" - -msgctxt "#31024" -msgid "Page" -msgstr "Orrialdea" - -msgctxt "#31030" -msgid "Info List" -msgstr "Informazio zerrenda" - -msgctxt "#31038" -msgid "Login" -msgstr "Hasi saioa" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Eguneratua:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSATUA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "BIZKOR AURRERATU" - -msgctxt "#31045" -msgid "REWIND" -msgstr "BIRBOBINATU" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Erreprodukzio abiadura" - -msgctxt "#31049" -msgid "End Time" -msgstr "Amaiera ordua" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Ordenatu: Gorantz" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Ordenatu: Beherantz" - -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 "#31200" -msgid "Back" -msgstr "Atzera" - -msgctxt "#31201" -msgid "Location" -msgstr "Kokalekua" - -msgctxt "#31202" -msgid "View" -msgstr "Ikusi" - -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 "System Memory Used:" -msgstr "Erabilitako sistemaren memoria:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Azken saio hasiera:" - -msgctxt "#31322" -msgid "Aired" -msgstr "Aireratua" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Bideo menua" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Deskargatu azpitituluak" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletestua" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Azal lehenetsia" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Arial-en oinarritua" - -msgctxt "#31400" -msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" -msgstr "Aldatu azala · Ezarri hizkuntza eta eskualdea · Aldatu fitxategiak zerrendatzeko aukerak · Konfiguratu pantaila-babeslea" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Konfiguratu eta kudeatu multimedia partekatzeko zerbitzuak · Konfiguratu eta kudeatu eguraldi zerbitzua" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Konfiguratu bistaratzea · Konfiguratu audioa · Konfiguratu interneteko sarbidea · Konfiguratu energia aurreztea · Konfiguratu erregistroa" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Kudeatu instalatutako gehigarriak · Arakatu eta instalatu gehigarriak kodi.tv-tik · Aldatu gehigarrien ezarpenak" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Konfiguratu erreproduzitu bitartean erabili daitezkeen ekintzak · Konfiguratu multimedia edukia nola erreproduzitzen den" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Konfiguratu liburutegien iturburuak · Erakutsi multimedia zerrenden bistaratze edukia · Konfiguratu liburutegi zerrendak nola nabigatzen diren" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Konfiguratu azala · Konfiguratu eskualdea · Konfiguratu kontrola · Konfiguratu pantaila-babeslea · Konfiguratu blokeatze nagusia" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Konfiguratu zure profilak · Ezarri blokeatze aukerak · Gaitu saio hasteko pantaila" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Bistaratu sistemaren informazioa · Hardware estatistikak · Egiaztatu biltegiratzearen erabilgarritasuna · Ikusi sareko konfigurazioa" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Hautatu zure Kodi profila[CR] saioa hasi eta jarraitzeko" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Menu nagusia" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Hasierako gehigarriak" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Atzeko planoak" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Gehigarriaren lasterbidea" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SINK" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Erabili atzeko plano pertsonalizatua" - -msgctxt "#31554" -msgid "Background:" -msgstr "Atzeko planoa:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Konfiguratu TBaren ezarpenak · Aldatu pantaila osoko informazioa · Kudeatu EPG datuen ezarpenak" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Zuzeneko TB" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Ezkutatu bideoaren atzeko planoa" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Ezkutatu bisualizazioaren atzeko planoa" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Kanalaren ezarpenak" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Eskuragarri dauden taldeak" - -msgctxt "#31561" -msgid "Add Group" -msgstr "Gehitu taldea" - -msgctxt "#31562" -msgid "Rename Group" -msgstr "Berrizendatu taldea" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Ezabatu taldea" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Erakutsi ezkutukoak" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Erakutsi ezabatutakoak" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Bideo codec-a" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Bideoaren erresoluzioa" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Bideo aspektua" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Audio codec-a" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Audio kanalak" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Pantailaren bereizmena" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Sistemaren PUZ erabilera" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -msgctxt "#31900" -msgid "First Run" -msgstr "Lehen abioa" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Estouchy nabigatzeari buruz bi gauza jakin behar dira" - -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 "Kodi logoak 'ETXEA' botoi bezala funtzionatzen du. Ukitzen duzunean hasierako pantailara joango zara." - -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 "Audio edo bideoa erreproduzitzen ari zarenean, izenburua agertuko da pantailaren goian. Ukituz gero pantaila osoko bisualizazio edo bideo leihora eramango zaitu." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Orain erreproduzitzen izenburua..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Konfiguratu bistaratzea · Konfiguratu audioa · Konfiguratu interneteko sarbidea · Konfiguratu energia aurreztea · Konfiguratu erregistroa" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR informazioa" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Erreproduzigailuaren prozesuaren informazioa" diff --git a/addons/skin.estouchy/language/resource.language.fa_af/strings.po b/addons/skin.estouchy/language/resource.language.fa_af/strings.po deleted file mode 100644 index d4c8663914a67..0000000000000 --- a/addons/skin.estouchy/language/resource.language.fa_af/strings.po +++ /dev/null @@ -1,450 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\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 (Afghanistan) (http://www.transifex.com/projects/p/kodi-main/language/fa_AF/)\n" -"Language: fa_AF\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 -msgctxt "#31013" -msgid "Movies" -msgstr "" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "آلبوم" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "" - -# empty strings from id 31566 to 31899 -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/resource.language.fa_ir/strings.po b/addons/skin.estouchy/language/resource.language.fa_ir/strings.po deleted file mode 100644 index 815564c626e43..0000000000000 --- a/addons/skin.estouchy/language/resource.language.fa_ir/strings.po +++ /dev/null @@ -1,446 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-10-25 16:39+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Persian (Iran) \n" -"Language: fa_ir\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.14.1\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "فهرست زمینه" - -msgctxt "#31009" -msgid "Working..." -msgstr "در حال کار..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "به تازگی" - -msgctxt "#31013" -msgid "Movies" -msgstr "فیلم‌ها" - -msgctxt "#31014" -msgid "Episodes" -msgstr "قسمت‌ها" - -msgctxt "#31015" -msgid "Player info" -msgstr "اطّلاعات پخش‌کننده" - -msgctxt "#31016" -msgid "Albums" -msgstr "آلبوم‌ها" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "پخش کننده" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "رمزگشای ویدیو" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "قالب پیکسل" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "استفادهٔ حافظهٔ سامانه" - -msgctxt "#31024" -msgid "Page" -msgstr "صفحه" - -# empty strings from id 31025 to 31029 -# ViewType labels -msgctxt "#31030" -msgid "Info List" -msgstr "فهرست اطّلاعات" - -msgctxt "#31038" -msgid "Login" -msgstr "ورود" - -msgctxt "#31039" -msgid "Updated:" -msgstr "به‌روز شده:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "گزینش + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "گزینش + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "گزینش + آغاز" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "مکث شده" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "حرکت سریع به جلو" - -msgctxt "#31045" -msgid "REWIND" -msgstr "حرکت سریع به عقب" - -msgctxt "#31046" -msgid "Play speed" -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 "فهرست پخش کنونی" - -# empty strings from id 31060 to 31199 -# Submenu labels -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 "فراهم‌کنندهٔ داده" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "استفاده از حافظهٔ سامانه:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "آخرین ورود" - -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 "بارگیری زیرنویس‌ها" - -msgctxt "#31358" -msgid "Teletext" -msgstr "دورمتن" - -msgctxt "#31390" -msgid "Skin default" -msgstr "پیش‌گزیدهٔ پوسته" - -msgctxt "#31391" -msgid "Arial based" -msgstr "بر پایهٔ Arial" - -# 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "برای ورود و ادامه، نمایهٔ[CR]کاربری کودیتان را برگزینید" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "فهرست خانه" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "افزونه‌های خانه" - -msgctxt "#31550" -msgid "Backgrounds" -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 "نمایش حذف‌شده" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "رزولوشن صفحه" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "مصرف cpu سیتسم" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "رسانه" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "سیستم" - -# empty strings from id 31566 to 31899 -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 "عنوان در حال پخش…" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "اطَلاعات PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "اطَلاعات فرایند پخش‌کننده" diff --git a/addons/skin.estouchy/language/resource.language.fi_fi/strings.po b/addons/skin.estouchy/language/resource.language.fi_fi/strings.po deleted file mode 100644 index 41561f1a61a3a..0000000000000 --- a/addons/skin.estouchy/language/resource.language.fi_fi/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-06-08 08:18+0000\n" -"Last-Translator: Oskari Lavinto \n" -"Language-Team: Finnish \n" -"Language: fi_fi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.17\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Ulkoasu kosketusnäytöllisille laitteille" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Ulkoasu, joka on suunniteltu käytettäväksi kosketusnäytöllisillä laitteilla, kuten tableteilla ja älypuhelimilla" - -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 "Sisältövalikko" - -msgctxt "#31009" -msgid "Working..." -msgstr "Suoritetaan..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Viimeisimmät" - -msgctxt "#31013" -msgid "Movies" -msgstr "Elokuvat" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Jaksot" - -msgctxt "#31015" -msgid "Player info" -msgstr "Soittimen tiedot" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumit" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "Tallennin" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Soitin" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Videodekooderi" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pikselimuoto" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Keskusmuistin varaus" - -msgctxt "#31024" -msgid "Page" -msgstr "Sivu" - -msgctxt "#31030" -msgid "Info List" -msgstr "Tietolista" - -msgctxt "#31038" -msgid "Login" -msgstr "Kirjautuminen" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Päivitetty:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Valinta + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Valinta + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Valinta + Aloita" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "TAUOTETTU" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ETEENPÄIN" - -msgctxt "#31045" -msgid "REWIND" -msgstr "TAAKSEPÄIN" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Toistonopeus" - -msgctxt "#31049" -msgid "End Time" -msgstr "Päättyy" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Suunta: Nouseva" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Suunta: Laskeva" - -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 "Järjestelmän musiikkitiedostot" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Nykyinen toistolista" - -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 "Nykyinen lämpötila" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Viimeksi päivitetty" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Tietolähde" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Keskusmuistin varaus:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Viimeksi kirjautunut" - -msgctxt "#31322" -msgid "Aired" -msgstr "Esitetty" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Videovalikko" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Lataa tekstityksiä" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teksti-TV" - -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 · Määritä kieli- ja alue · Muokkaa tiedostolistauksia · Määritä näytönsäästäjä" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Määritä ja hallitse median jakopalveluita · Määritä ja hallitse sääpalvelun asetuksia" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Määritä näyttö · Määritä ääni · Määritä Internet-yhteys · Määritä virransäästö · Määritä loki" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Hallitse asennettuja lisäosia · Selaa ja asenna lisäosia kodi.tv-sivustolta · Muokkaa lisäosien asetuksia" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Määritä toiston aikana käytettävissä olevat toiminnot · Määritä median toisto" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Määritä kirjaston lähteet · Näytä medialistausten esitystavat · Määritä kirjaston listausten selaustavat" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Määritä ulkoasu · Määritä alue · Määritä näytönsäästäjä · Määritä käytön esto" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Määritä profiilit · Määritä lukitusasetukset · Käytä kirjautumisruutua" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Näytä järjestelmätiedot · Laitteistotiedot · Tarkasta vapaa tallennustila · Katsele verkon määrityksiä" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Jatka kirjatumalla[CR]Kodi-käyttäjäprofiilillesi" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Aloitusnäytön valikko" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Aloitusnäytön lisäosat" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Taustat" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Lisäosapikavalinta" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNKRONOI" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Käytä omaa taustaa" - -msgctxt "#31554" -msgid "Background:" -msgstr "Tausta:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Määritä television asetukset · Muuta kokoruudun tietoja · Hallitse ohjelmaoppaan tietoasetuksia" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Televisio" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Piilota taustavideo" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Piilota taustavisualisointi" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Kanava-asetukset" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Käytettävissä olevat ryhmät" - -msgctxt "#31561" -msgid "Add Group" -msgstr "Lisää ryhmä" - -msgctxt "#31562" -msgid "Rename Group" -msgstr "Nimeä ryhmä uudelleen" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Poista ryhmä" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Näytä piilotetut" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Näytä poistetut" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Videokoodekki" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Videon tarkkuus" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Videon kuvasuhde" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Videon bittinopeus" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Äänikoodekki" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Äänen kanavat" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Äänen bittinopeus" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Näytön resoluutio" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Järjestelmän renderöintinopeus" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Prosessorin kuormitus" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Järjestelmä" - -msgctxt "#31900" -msgid "First Run" -msgstr "Ensimmäinen käyttökerta" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Estouchyn käytöstä tulee tietää kaksi asiaa" - -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 "Kodi-logo toimii kotipainikkeena, jota painamalla pääset aina takaisin aloitusnäyttöön." - -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 "Toistettavan videon tai äänen nimike näkyy ruudun yläreunassa. Sitä painamalla avautuu kokoruudun visualisointi tai videoikkuna." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Toistetaan parhaillaan..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Määritä näyttö · Määritä ääni · Määritä Internet-yhteys · Määritä virransäästö · Määritä lokikirjaus" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR-tiedot" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Soittimen tiedot" diff --git a/addons/skin.estouchy/language/resource.language.fil/strings.po b/addons/skin.estouchy/language/resource.language.fil/strings.po deleted file mode 100644 index bad4a6ec5b64c..0000000000000 --- a/addons/skin.estouchy/language/resource.language.fil/strings.po +++ /dev/null @@ -1,453 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: fil\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9);\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 -msgctxt "#31013" -msgid "Movies" -msgstr "" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "" - -# empty strings from id 31612 to 31899 -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/resource.language.fo_fo/strings.po b/addons/skin.estouchy/language/resource.language.fo_fo/strings.po deleted file mode 100644 index 41def31a052c0..0000000000000 --- a/addons/skin.estouchy/language/resource.language.fo_fo/strings.po +++ /dev/null @@ -1,440 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Faroese \n" -"Language: fo_fo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31009" -msgid "Working..." -msgstr "Arbeiði..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmar" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Brot" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Útgávur" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Síða" - -# empty strings from id 31025 to 31029 -# ViewType labels -msgctxt "#31030" -msgid "Info List" -msgstr "" - -# empty strings from id 31031 to 31037 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "STEÐGUR" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "SKJÓTT FRAMM" - -msgctxt "#31045" -msgid "REWIND" -msgstr "AFTUR" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -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" - -# empty strings from id 31060 to 31199 -# Submenu labels -msgctxt "#31200" -msgid "Back" -msgstr "" - -msgctxt "#31201" -msgid "Location" -msgstr "Stað" - -msgctxt "#31202" -msgid "View" -msgstr "" - -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" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Seinasta innritan" - -msgctxt "#31322" -msgid "Aired" -msgstr "Víst" - -# empty strings from id 31323 to 31354 -# Video and Music OSD Labels -msgctxt "#31355" -msgid "Video Menu" -msgstr "" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Heinta undirtekstir" - -# empty string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Vanlig útsjónd" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Bygt á Arial" - -# 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -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" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Bakgrundir" - -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 "Beinleiðis sjónvarp" - -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 "Stovna bólk" - -msgctxt "#31562" -msgid "Rename Group" -msgstr "Broyt bólk" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Strika bólk" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Skipan" - -# empty strings from id 31566 to 31899 -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/resource.language.fr_ca/strings.po b/addons/skin.estouchy/language/resource.language.fr_ca/strings.po deleted file mode 100644 index ee1e95b0b1482..0000000000000 --- a/addons/skin.estouchy/language/resource.language.fr_ca/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:07+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: French (Canada) \n" -"Language: fr_ca\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Habillage pour appareils à écran tactile" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Habillage conçu pour être utilisé sur les appareils à écran tactile comme les tablettes et les téléphones intelligents" - -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 "#31009" -msgid "Working..." -msgstr "Travail en cours…" - -msgctxt "#31011" -msgid "Recent" -msgstr "Récent" - -msgctxt "#31013" -msgid "Movies" -msgstr "Films" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Épisodes" - -msgctxt "#31015" -msgid "Player info" -msgstr "Informations sur le lecteur" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albums" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Lecteur" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Décodeur vidéo" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Format de pixel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Utilisation de la mémoire " - -msgctxt "#31024" -msgid "Page" -msgstr "Page" - -msgctxt "#31030" -msgid "Info List" -msgstr "Liste d’informations" - -msgctxt "#31038" -msgid "Login" -msgstr "Connexion" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Mis à jour :" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "EN PAUSE" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "AVANCE RAPIDE" - -msgctxt "#31045" -msgid "REWIND" -msgstr "REBOBINAGE" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Vitesse de lecture" - -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 "#31200" -msgid "Back" -msgstr "Retour" - -msgctxt "#31201" -msgid "Location" -msgstr "Emplacement" - -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 "System Memory Used:" -msgstr "Mémoire système utilisée :" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Dernière connexion" - -msgctxt "#31322" -msgid "Aired" -msgstr "Diffusé" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu vidéo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Télécharger les sous-titres" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Télétexte" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Valeur par défaut de l’habillage" - -msgctxt "#31391" -msgid "Arial based" -msgstr "D’après 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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configurer et gérer les services de partage de médias · Configurer et gérer le service météo" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configurer l’affichage · Configurer l’audio · Configurer l’accès à Internet · Configurer les économies d’énergie · Configurer la journalisation" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Gérer les addiciels installés · Parcourir et installer des addiciels à partir de kodi.tv · Modifier les paramètres des addiciels" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configurer les actions pouvant être utilisées pendant la lecture · Configurer la lecture du contenu multimédia" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configurer les sources de la médiathèque · Montrer le contenu d’affichage des listes de médias · Configurer le parcours des listes de la médiathèque" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configurer l’habillage · Configurer la région · Configurer les contrôles · Configurer l’économiseur d’écran · Configurer le verrou maître" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configurer vos profils · Définir les options de verrouillage · Activer l’écran de connexion" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Afficher les informations du système · Statistiques matérielles · Vérifier la disponibilité du stockage · Visualiser la configuration du réseau" - -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 poursuivre" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Menu de l’accueil" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Addiciels de l’accueil" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Arrière-plans" - -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 informations 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 l’arrière-plan de la vidéo" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Cacher l’arrière-plan de visualisation" - -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 ce qui est caché" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Afficher ce qui est supprimé" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Codec vidéo" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Résolution de la vidéo" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspect vidéo" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Codec audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Chaînes audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Résolution de l’écran" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Utilisation de l’UCT" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Médias" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Système" - -msgctxt "#31900" -msgid "First Run" -msgstr "Premier démarrage" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Pour parcourir Estouchy, vous devez savoir deux choses" - -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 "Le logo Kodi fonctionne comme un bouton «  ACCUEIL ». Lorsque vous le touchez, vous retournerez à l’écran d’accueil." - -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 "Lorsque vous lisez de l’audio ou une vidéo, le titre de l’élément apparaîtra en haut de l’écran. Le toucher vous amènera à la visualisation en plein écran ou la fenêtre vidéo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Titre de la lecture en cours…" - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configurer l’affichage · Configurer l’audio · Configurer l’accès à Internet · Configurer les économies d’énergie · Configurer la journalisation" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Informations des numériscopes" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Informations du processus Lecteur" diff --git a/addons/skin.estouchy/language/resource.language.fr_fr/strings.po b/addons/skin.estouchy/language/resource.language.fr_fr/strings.po deleted file mode 100644 index ff01dd80eecdb..0000000000000 --- a/addons/skin.estouchy/language/resource.language.fr_fr/strings.po +++ /dev/null @@ -1,463 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-01-29 21:15+0000\n" -"Last-Translator: skypichat \n" -"Language-Team: French (France) \n" -"Language: fr_fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.15.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Habillage pour les appareils à écran tactile" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "[CR]Habillage conçu pour les appareils à écran tactile comme les tablettes et [CR]les téléphonesHabillage conçu pour les appareils à écran tactile comme les tablettes et les téléphones" - -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 de visualisation" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Menu contextuel" - -msgctxt "#31009" -msgid "Working..." -msgstr "En cours…" - -msgctxt "#31011" -msgid "Recent" -msgstr "Récent" - -msgctxt "#31013" -msgid "Movies" -msgstr "Films" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Épisodes" - -msgctxt "#31015" -msgid "Player info" -msgstr "Infos du lecteur" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albums" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Lecteur" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Décodeur vidéo" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Format de pixel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Mémoire système utilisée" - -msgctxt "#31024" -msgid "Page" -msgstr "Page" - -msgctxt "#31030" -msgid "Info List" -msgstr "Liste d'infos" - -msgctxt "#31038" -msgid "Login" -msgstr "Identification" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Mis à jour :" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Sélectionner + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Sélectionner + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Sélectionner + Démarrage" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "EN PAUSE" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "AVANCE RAPIDE" - -msgctxt "#31045" -msgid "REWIND" -msgstr "RETOUR RAPIDE" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Vitesse de lecture" - -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 "Fichiers musicaux du système" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Liste de lecture en cours" - -msgctxt "#31200" -msgid "Back" -msgstr "Retour" - -msgctxt "#31201" -msgid "Location" -msgstr "Emplacement" - -msgctxt "#31202" -msgid "View" -msgstr "Vue" - -msgctxt "#31300" -msgid "Current Temp" -msgstr "Temp. actuelle" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Dernière mise à jour" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Fournisseur de données" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Mémoire système utilisée :" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Dernière connexion" - -msgctxt "#31322" -msgid "Aired" -msgstr "Diffusé" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu Vidéo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Télécharger les Sous-titres" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Télétexte" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Prédéfini par l'habillage" - -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 "Changement de l'habillage · Définition de la langue et de la région · Modification des options de listes de fichiers · Configuration d'un économiseur d'écran" - -msgctxt "#31405" -msgid "" -"Configure & manage media sharing services · Configure & manage the weather " -"service" -msgstr "Configuration & gestion des services de partage de média · Configuration du serveur Web · Configuration & gestion du service météo" - -msgctxt "#31406" -msgid "" -"Configure display · Configure audio · Configure internet access · Configure " -"power saving · Configure logging" -msgstr "Configuration de l'affichage · Configuration audio · Configuration de l'accès internet · Économie d'énergie · Configuration de la journalisation" - -msgctxt "#31407" -msgid "" -"Manage your installed add-ons · Browse for and install add-ons from kodi.tv " -"· Modify add-on settings" -msgstr "Gestion des extensions installées · Parcours et installation des extensions depuis Kodi.tv · Modification des paramètres des extensions" - -msgctxt "#31408" -msgid "" -"Configure actions that can be used during playback · Configure how media " -"content is played" -msgstr "Configuration des actions pouvant être effectuées pendant la lecture · Configuration de la manière dont le média est lu" - -msgctxt "#31409" -msgid "" -"Configure library sources · Show the media lists display content · Configure " -"how library lists are navigated" -msgstr "Configuration des sources de la médiathèque · Configuration de la manière dont les listes de médias affichent le contenu · Configuration de la navigation des listes de la médiathèque" - -msgctxt "#31410" -msgid "" -"Configure skin · Configure region · Configure control · Configure " -"screensaver · Configure master lock" -msgstr "Configuration de l'habillage · Configuration de la région · Configuration du contrôle · Configuration de l'économiseur d'écran · Configuration du verrouillage maître" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configuration des profils · Définition des options de verrouillage · Activation de l'écran de connexion" - -msgctxt "#31412" -msgid "" -"Display system information · Hardware statistics · Check storage " -"availability · View network configuration" -msgstr "Affichage des profils · Statistiques sur le matériel · Vérification de la disponibilité d'espace de stockage · Visualisation de la configuration réseau" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Sélectionner le profil utilisateur Kodi[CR]pour s'identifier et poursuivre" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Menu d'accueil" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Extensions de l'accueil" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Arrières-plans" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Raccourci d'extension" - -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 "Configuration des paramètres TV · Modification des informations de plein écran · Gestion des données du guide électronique des programmes TV" - -msgctxt "#31556" -msgid "Live TV" -msgstr "TV en direct" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Masquer l'arrière-plan vidéo" - -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 groupe" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Supprimer groupe" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Afficher les masqués" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Afficher les suppressions" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Codec vidéo" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Résolution vidéo" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Ratio d'aspect vidéo" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Débit Vidéo" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Codec audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Chaînes audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Débit Audio" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Résolution de l'écran" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Vitesse de rendu système" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Usage CPU du système" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Médias" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Système" - -msgctxt "#31900" -msgid "First Run" -msgstr "Démarrage" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Il y a deux choses à savoir au sujet de la navigation dans Estouchy" - -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 "Le logo Kodi fonctionne comme un bouton d'accueil. Quand il est touché, il renvoie à l'écran d'accueil." - -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 "En lecture audio ou vidéo, le titre de l'élément apparaîtra en haut de l'écran. Toucher le titre commute entre la visualisation plein écran et la fenêtre vidéo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Titre en lecture…" - -#~ msgctxt "#31406" -#~ msgid "" -#~ "Configure display · Configure audio · Configure internet access · " -#~ "Configure power saving· Configure logging" -#~ msgstr "" -#~ "Configuration de l'affichage · Configuration de l'audio · Configuration " -#~ "de l'accès Internet · Configuration de la gestion de l'énergie · " -#~ "Configuration de la journalisation" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Infos enregistreur vidéo" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Infos processus de lecture" diff --git a/addons/skin.estouchy/language/resource.language.gl_es/strings.po b/addons/skin.estouchy/language/resource.language.gl_es/strings.po deleted file mode 100644 index 96ae3c481bd01..0000000000000 --- a/addons/skin.estouchy/language/resource.language.gl_es/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Galician (Spain) \n" -"Language: gl_es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Pel para dispositivos táctiles" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Pel deseñada para se empregar en dispositivos táctiles como tabletas e móbiles" - -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 "#31009" -msgid "Working..." -msgstr "Traballando..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Recente" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmes" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodios" - -msgctxt "#31015" -msgid "Player info" -msgstr "Información do xogador" - -msgctxt "#31016" -msgid "Albums" -msgstr "Álbumes" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Reprodutor" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Decodificador de vídeo" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Formato de pixel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Memoria empregada" - -msgctxt "#31024" -msgid "Page" -msgstr "Páxina" - -msgctxt "#31030" -msgid "Info List" -msgstr "Información en lista" - -msgctxt "#31038" -msgid "Login" -msgstr "Usuario" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Actualizado:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Inicio" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "EN PAUSA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ADIANTE" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ATRÁS" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Velocidade de reprodución" - -msgctxt "#31049" -msgid "End Time" -msgstr "Tempo final" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Orde: Ascendente" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Orde: Descendente" - -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 "Ficheiros de música do sistema" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Lista de reprodución actual" - -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 "Provedor de datos" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Memoria empregada:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Último ingreso" - -msgctxt "#31322" -msgid "Aired" -msgstr "Emitido" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menú de vídeo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Descargar Subtítulos" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletexto" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Pel predefinida" - -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 · Definir idioma e rexión · Trocar opcións do listado de ficheiros · Configurar un protector de pantalla" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configurar e xestionar os servizos de compartición de medios · Configurar e xestionar o servizo metereolóxico" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configurar a pantalla · Configurar o son · Configurar internet · Configurar o aforro de enerxía · Configurar o rexistro de eventos" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Xestiona os teus complementos instalados · Busca e instala complementos de kodi.tv · Modifica os axustes dos complementos" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configurar as accións permitidas durante a reprodución · Configurar como se reproduce o contido multimedia" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Axustes das fontes da biblioteca · Amosar o contido das listas de medios · Axustes de como navegar as listas da biblioteca" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configurar o tema · Configurar a rexión · Configurar o control · Configurar o protector de pantalla · Configurar o bloqueo maestro" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configurar os teus perfís · Definir as opción de bloqueo · Activar a pantalla de inicio de sesión" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Amosar información do sistema · Estatísticas do Hardware · Verificar o almacenamento · Ver a configuración de rede" - -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 "#31548" -msgid "Home menu" -msgstr "Menú principal" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Complementos da pantalla principal" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Fondos" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Atallo a complemento" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Usar fondo personalizado" - -msgctxt "#31554" -msgid "Background:" -msgstr "Fondo:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Configurar os axustes da TV · Mudar a configuración da pantalla completa · Xestionar os axustes dos datos da Guía" - -msgctxt "#31556" -msgid "Live TV" -msgstr "TV en Directo" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Agochar os fondos de vídeo" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Agochar o findo de visualización" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Axustes da canle" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Amosar ocultos" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Amosar eliminados" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Códec de vídeo" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Resolución de vídeo" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspecto do vídeo" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Códec de son" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Canles de son" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Resolución da pantalla" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Uso da CPU" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Medios" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -msgctxt "#31900" -msgid "First Run" -msgstr "Primeira execución" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Hai dúas cousas que tes que saber canto a navegación en Estouchy" - -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 "O logo de Kodi funciona coma un botón 'Inicio'. Cando o premes, voltarás á pantalla principal." - -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 "Cando estás a reproducir audio ou vídeo, o título do item aparecerá na parte superior da pantalla. Premelo levarache á visualización a pantalla completa ou xanela de vídeo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Reproducindo" - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configurar a pantalla · Configurar o son · Configurar internet · Configurar o aforro de enerxía · Configurar o rexistro de eventos" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Info. do PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Información do proceso do reprodutor" diff --git a/addons/skin.estouchy/language/resource.language.he_il/strings.po b/addons/skin.estouchy/language/resource.language.he_il/strings.po deleted file mode 100644 index 58af25e536a06..0000000000000 --- a/addons/skin.estouchy/language/resource.language.he_il/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Hebrew (Israel) \n" -"Language: he_il\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3));\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "מעטפת עבור התקני מסך מגע" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "מעטפת מיועדת לשימוש בהתקני מסך מגע כגון טאבלט וסמארטפון" - -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 "#31009" -msgid "Working..." -msgstr "עסוק..." - -msgctxt "#31011" -msgid "Recent" -msgstr "אחרון" - -msgctxt "#31013" -msgid "Movies" -msgstr "סרטים" - -msgctxt "#31014" -msgid "Episodes" -msgstr "פרקים" - -msgctxt "#31015" -msgid "Player info" -msgstr "פרטי הנגן" - -msgctxt "#31016" -msgid "Albums" -msgstr "אלבומים" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "נגן" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "מפענח וידאו" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "פורמט פיקסל" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "זיכרון בשימוש ע\"י המערכת" - -msgctxt "#31024" -msgid "Page" -msgstr "עמוד" - -msgctxt "#31030" -msgid "Info List" -msgstr "רשימת מידע" - -msgctxt "#31038" -msgid "Login" -msgstr "שם משתמש" - -msgctxt "#31039" -msgid "Updated:" -msgstr ":עודכן" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "מושהה" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "הרצה קדימה" - -msgctxt "#31045" -msgid "REWIND" -msgstr "הרצה אחורה" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "זיכרון בשימוש ע\"י המערכת:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "חובר לאחרונה" - -msgctxt "#31322" -msgid "Aired" -msgstr "שודר" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "תפריט וידאו" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "הורדת כתוביות" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "הגדר ונהל את שרות שיתוף המדיה · הגדר ונהל את שרות מזג האוויר" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "הגדר תצוגה · הגדר שמע · הגדרת גישה לאינטרנט · הגדר חסכון בחשמל · הגדר יומן" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "נהל את התוספים שלך · חפש והתקן תוספים מ kodi.tv · שנה הגדרות תוספים" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "הגדר פעולות שניתנות לשימוש במהלך ההקרנה · הגדר איך תוכן המדיה מנוגן" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "הגדרת מקורות הספריה · הצגת תוכן רשימה המדיה · הגדרת ניווט ברשימות הספריה" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "הגדרת מעטפת · הגדרת אזור · הגדרת שליטה · הגדרת שומר מסך · הגדרת נעילה מרכזית" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "הגדרת פרופילים · קבע אפשרויות נעילה · אפשר מסך התחברות" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "הצג מידע מערכת · סטטיסטיקות חומרה · בדוק אחסון זמין · הצג הגדרות רשת" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "יש לבחור חשבון משתמש Kodi[CR]להתחברות והמשך" - -msgctxt "#31548" -msgid "Home menu" -msgstr "מסך הבית" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "הרחבות ביתיות" - -msgctxt "#31550" -msgid "Backgrounds" -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 "הראה מחוק" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "מקודד וידאו" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "אבחנת וידאו" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "יחס וידאו" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "מקודד שמע" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "ערוצי אודיו" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "אבחנת מסך" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "שימוש המערכת במעבד" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "מידה" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "מערכת" - -msgctxt "#31900" -msgid "First Run" -msgstr "הפעלה ראשונית" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "ישנם שני דברים לדעת על ניווט ב Estouchy" - -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 "מנגן כעת..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "הגדר תצוגה · הגדר שמע · הגדרת גישה לאינטרנט · הגדר חסכון בחשמל · הגדר יומן" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "מידע מקליט וידאו אישי" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "נגן עיבוד מידע" diff --git a/addons/skin.estouchy/language/resource.language.hi_in/strings.po b/addons/skin.estouchy/language/resource.language.hi_in/strings.po deleted file mode 100644 index d7cfdd1b784fc..0000000000000 --- a/addons/skin.estouchy/language/resource.language.hi_in/strings.po +++ /dev/null @@ -1,452 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Hindi (India) \n" -"Language: hi_in\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31013" -msgid "Movies" -msgstr "सिनेमा" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "अल्बुम्स" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "प्रणाली" - -# empty strings from id 31566 to 31899 -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/resource.language.hr_hr/strings.po b/addons/skin.estouchy/language/resource.language.hr_hr/strings.po deleted file mode 100644 index de9cf5d67e729..0000000000000 --- a/addons/skin.estouchy/language/resource.language.hr_hr/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-12-25 10:48+0000\n" -"Last-Translator: gogogogi \n" -"Language-Team: Croatian \n" -"Language: hr_hr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\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" -"X-Generator: Weblate 4.15\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Presvlaka za uređaje s dodirom na zaslon" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Presvlaka dizajnirana za korištenje na uređajima s dodirom na zaslon poput tableta i pametnih telefona" - -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 "Izbornik sadržaja" - -msgctxt "#31009" -msgid "Working..." -msgstr "Obrađivanje..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Nedavno" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmovi" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Epizode" - -msgctxt "#31015" -msgid "Player info" -msgstr "Informacije reproduktora" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumi" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Reproduktor" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Video dekôder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Format piksela" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Korištenje memorije" - -msgctxt "#31024" -msgid "Page" -msgstr "Stranica" - -msgctxt "#31030" -msgid "Info List" -msgstr "Popis informacija" - -msgctxt "#31038" -msgid "Login" -msgstr "Prijava" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Nadopunjeno:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUZIRANO" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "PREMOTAVANJE UNAPRIJED" - -msgctxt "#31045" -msgid "REWIND" -msgstr "PREMOTAVANJE UNAZAD" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Brzina reprodukcije" - -msgctxt "#31049" -msgid "End Time" -msgstr "Vrijeme završetka" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Razvrstaj: Uzlazno" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Razvrstaj: Silazno" - -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 "Zvučne datoteke sustava" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Trenutni popis izvođenja" - -msgctxt "#31200" -msgid "Back" -msgstr "Natrag" - -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 "Posljednja nadopuna" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Pružatelj podataka" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Korištenje memorije:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Posljednja prijava" - -msgctxt "#31322" -msgid "Aired" -msgstr "Emitirano" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video izbornik" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Preuzmanje podnaslova" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletekst" - -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 · Promijenite mogućnosti popisa datoteka · Postavite čuvara zaslona" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Prilagodite i upravljajte uslugama dijeljenja medija · Prilagodite i upravljajte uslugama vremenske prognoze" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Prilagodite zaslon · Prilagodite zvuk · Prilagodite pristup internetu · Prilagodite štednju energije · Prilagodite zapisivanje" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Prilagodite vaše instalirane dodatke · Pregledavajte i instalirajte dodatke s kodi.tv · Prilagodite postavke dodatka" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Prilagodite radnje koje se koriste tijekom reprodukcije · Prilagodite način reprodukcije medijskog sadržaja" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Prilagodite izvore zbirke · Prilagodite kako zbirka prikazuje medijski sadržaj · Prilagodite kako se upravlja prikazom zbirke" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Prilagodite presvlaku · Prilagodite lokalizaciju · Prilagodite upravljanje · Prilagodite čuvar zaslona · Prilagodite glavno zaključavanje" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Prilagodite svoje profile · Postavite mogućnosti zaključavanja · Omogućite zaslon prijave" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Prikaz informacija sustava · Statistika hardvera · Provjera uređaja pohrane · Prikaz postavka mreže" - -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 "#31548" -msgid "Home menu" -msgstr "Početni izbornik" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Početni dodaci" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Pozadine" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Prečac dodataka" - -msgctxt "#31552" -msgid "SYNC" -msgstr "USKLADI" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Koristi prilagođenu pozadinu" - -msgctxt "#31554" -msgid "Background:" -msgstr "Pozadina:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Prilagodite postavke televizije · Prilagodite cjelozaslonske informacije · Upravljajte postavkama EPG vodiča" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Televizija" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Sakrij video pozadinu" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Sakrij vizualizacije pozadine" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Postavke programa" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Dostupne grupe" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Prikaži skriveno" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Prikaži obrisano" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Video kôdek" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Video razlučivost" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Omjer slike" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Brzina prijenosa slike" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Zvučni kôdek" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Zvučni kanali" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Brzina prijenosa zvuka" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Razlučivost zaslona" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Brzina prikaza sustava" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Korištenje procesora" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Mediji" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sustav" - -msgctxt "#31900" -msgid "First Run" -msgstr "Prvo pokretanje" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Postoje dvije stvari koje morate znati o upravljanju s Estouchyem" - -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 "Funkcija Kodi logotipa je poput 'HOME' tipke. Kada ju dodirnete, vratit ćete se natrag na početni zaslon." - -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 "Kada reproducirate glazbu ili video snimku, naslov stavke će se pojaviti na vrhu zaslona. Dodir naslova će vas odvesti u prozor vizualizacije glazbe ili cjelozaslonski prikaz video snimke." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Trenutno reproducirani naslov..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Prilagodite zaslon · Prilagodite zvuk · Prilagodite pristup internetu · Prilagodite štednju energije · Prilagodite zapisivanje" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR informacije" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Informacije reproduktora" diff --git a/addons/skin.estouchy/language/resource.language.hu_hu/strings.po b/addons/skin.estouchy/language/resource.language.hu_hu/strings.po deleted file mode 100644 index 160be92857c69..0000000000000 --- a/addons/skin.estouchy/language/resource.language.hu_hu/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-09-10 02:41+0000\n" -"Last-Translator: Frodo19 \n" -"Language-Team: Hungarian \n" -"Language: hu_hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.18.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Felület érintőképernyős eszközöknek" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Egy érintőképernyős eszközökre, például táblagépekre és okostelefonokra tervezett felület" - -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 "#31009" -msgid "Working..." -msgstr "Dolgozom..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Új" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmek" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Epizódok" - -msgctxt "#31015" -msgid "Player info" -msgstr "Lejátszó info" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumok" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Lejátszó" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Videó dekóder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Képpont formátum" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Rendszer memóriahasználata" - -msgctxt "#31024" -msgid "Page" -msgstr "Oldal" - -msgctxt "#31030" -msgid "Info List" -msgstr "Infó lista" - -msgctxt "#31038" -msgid "Login" -msgstr "Bejelentkezés" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Frissítve:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Kiválasztás + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Kiválasztás + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Kiválasztás + indítás" - -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 "#31046" -msgid "Play speed" -msgstr "Lejátszási sebesség" - -msgctxt "#31049" -msgid "End Time" -msgstr "Befejezés időpontja" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Sorrend: Növekvő" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Sorrend: Csökkenő" - -msgctxt "#31055" -msgid "Open playlist" -msgstr "Lejátszási lista megnyitása" - -msgctxt "#31056" -msgid "Save playlist" -msgstr "Játszási lista mentése" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Lejátszási lista bezárása" - -msgctxt "#31058" -msgid "System music files" -msgstr "Rendszer zene fájlok" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Aktuális játszási lista" - -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 "System Memory Used:" -msgstr "Használt Rendszermemória:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Utoljára bejelentkezve" - -msgctxt "#31322" -msgid "Aired" -msgstr "Játszva" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Videó menü" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Felirat letöltése" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Médiamegosztási szolgáltatások beállítása és kezelése · Időjárási szolgáltatás beállítása és kezelése" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Kijelző beállítása · Hang beállítása · Internetelérés beállítása · Energiagazdálkodás beállítása · Naplózás beállítása" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Telepített kiegészítők kezelése · Kiegészítők böngészése és telepítése a kodi.tv-ről · Kiegészítőbeállítások módosítása" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "A lejátszás során elérhető műveletek beállítása · A médiatartalom lejátszásának beállítása" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Médiatár forrás konfiguráció · Médialistán megjelenített tartalom mutatása · Médialista navigáció beállítása" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Felület beállítása · Régió beállítása · Vezérlés beállítása · Képernyővédő beállítása · Mesterzár beállítása" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Profilok beállítása · Zárolási beállítások · Bejelentkező képernyő engedélyezése" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Rendszerinformációk megjelenítése · Hardverstatisztika · Tárolóelérés ellenőrzése · Hálózati beállítások megtekintése" - -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 "#31548" -msgid "Home menu" -msgstr "Főmenü" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Főmenü kiegészítők" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Hátterek" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Rejtettek megjelenítése" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Töröltek megjelenítése" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Videó kodek" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Felbontás" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Videó képarány" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Video bitráta" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Hang kodek" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Hangcsatornák" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Audió bitráta" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Képernyő felbontása" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "A rendszer renderelési sebessége" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Rendszer CPU használat" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Média" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Rendszer" - -msgctxt "#31900" -msgid "First Run" -msgstr "Első indítás" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Két dolgot kell tudni az Estouchy navigációjáról" - -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 "A Kodi logó „OTTHON” gombként működik. Amikor megérinted, viszzakerülsz a kezdőképernyőre." - -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 "Amikor hangot vagy videót játszol le, az elem címe a képernyő tetején jelenik meg. A megérintése a teljes képernyős vizualizációhoz vagy a videóablakhoz vezet." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Most játszott cím…" - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Kijelző beállítása · Hang beállítása · Internetelérés beállítása · Energiagazdálkodás beállítása · Naplózás beállítása" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR információ" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Feldolgozási információ" diff --git a/addons/skin.estouchy/language/resource.language.hy_am/strings.po b/addons/skin.estouchy/language/resource.language.hy_am/strings.po deleted file mode 100644 index cd05f187e8778..0000000000000 --- a/addons/skin.estouchy/language/resource.language.hy_am/strings.po +++ /dev/null @@ -1,439 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-02-26 16:13+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Armenian \n" -"Language: hy_am\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31009" -msgid "Working..." -msgstr "Ընթացքում է ..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Ֆիլմեր" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Ալբոմներ" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Էջ" - -# empty strings from id 31025 to 31029 -# ViewType labels -msgctxt "#31030" -msgid "Info List" -msgstr "" - -msgctxt "#31038" -msgid "Login" -msgstr "Մուտք" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ԴԱԴԱՐ" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ԱՌԱՋ" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ՀԵՏԴԱՐՁ" - -msgctxt "#31046" -msgid "Play speed" -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 "Ընթացիկ նվագացանկ" - -# empty strings from id 31060 to 31199 -# Submenu labels -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 "Տվյալների մատակարար" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Վերջին այցելությունը" - -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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Հիմնական տեսք" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Arial-հիմքով" - -# 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Ընտրել Kodi-ի օգտատիրոջ պրոֆիլը[CR]՝մուտք գործելու և շարունակելու համար" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "" - -# empty strings from id 31566 to 31899 -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/resource.language.id_id/strings.po b/addons/skin.estouchy/language/resource.language.id_id/strings.po deleted file mode 100644 index 6842c0eaacc29..0000000000000 --- a/addons/skin.estouchy/language/resource.language.id_id/strings.po +++ /dev/null @@ -1,442 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Indonesian \n" -"Language: id_id\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skin untuk perangkat layar sentuh" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skin dirancang untuk digunakan pada perangkat layar sentuh seperti tablet dan smartphone" - -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 "#31009" -msgid "Working..." -msgstr "Mengerjakan..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "Baru" - -msgctxt "#31013" -msgid "Movies" -msgstr "Film" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episode" - -msgctxt "#31015" -msgid "Player info" -msgstr "Informasi pemutar" - -msgctxt "#31016" -msgid "Albums" -msgstr "Album" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Pemutar" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Dekoder video" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Format piksel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Penggunaan memori sistem" - -msgctxt "#31024" -msgid "Page" -msgstr "Halaman" - -msgctxt "#31030" -msgid "Info List" -msgstr "daftar info" - -msgctxt "#31038" -msgid "Login" -msgstr "Masuk" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Diperbarui:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "JEDA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "MAJU CEPAT" - -msgctxt "#31045" -msgid "REWIND" -msgstr "PUTAR ULANG" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Kecepatan putar" - -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 "#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" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Memori Sistem yang Digunakan:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Login terakhir" - -msgctxt "#31322" -msgid "Aired" -msgstr "Disiarkan" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu Video" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Unduh takarir" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teleteks" - -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" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Konfigurasi & kelola layanan berbagi media · Konfigurasi & kelola layanan cuaca" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Konfigurasikan tampilan · Konfigurasikan audio · Konfigurasikan akses internet · Konfigurasikan penghematan daya · Konfigurasikan pencatatan" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Kelola pengaya yang Anda instal · Jelajahi dan instal pengaya dari kodi.tv · Ubah pengaturan pengaya" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Konfigurasikan tindakan yang dapat digunakan selama pemutaran · Konfigurasikan cara konten media diputar" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Mengonfigurasi sumber pustaka · Menampilkan daftar media menampilkan konten · Mengonfigurasi bagaimana daftar pustaka dinavigasi" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Konfigurasikan skin · Konfigurasikan wilayah · Konfigurasikan kontrol · Konfigurasikan screensaver · Konfigurasikan kunci master" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Konfigurasikan profil Anda · Setel opsi penguncian · Aktifkan layar masuk" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Tampilkan informasi sistem · Statistik perangkat keras · Periksa ketersediaan penyimpanan · Lihat konfigurasi jaringan" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Pilih profil pengguna Kodi Anda [CR]untuk login dan meneruskan" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "Menu beranda" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Pengaya Beranda" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Latar belakang" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Tambahan jalan pintas" - -msgctxt "#31552" -msgid "SYNC" -msgstr "Sinkron" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Gunakan Latar Belakang Kustom" - -msgctxt "#31554" -msgid "Background:" -msgstr "Latar belakang:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Konfigurasikan pengaturan TV · Ubah info layar penuh · Kelola pengaturan data EPG" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Siaran TV Langsung" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Sembunyikan latar belakang video" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Sembunyikan latar belakang visualisasi" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Pengaturan saluran" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Grup yang tersedia" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Tampilkan yang disembunyikan" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Tampilkan yang dihapus" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Kodek video" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Resolusi video" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspek video" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Kecepatan bit video" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Kodek audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Saluran audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Kecepatan bit audio" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Resolusi layar" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Kecepatan rendering sistem" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Penggunaan CPU sistem" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistem" - -# empty strings from id 31566 to 31899 -msgctxt "#31900" -msgid "First Run" -msgstr "Dijalankan Pertama" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Ada dua hal yang perlu diketahui tentang menavigasi Estouchy" - -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 "Logo Kodi berfungsi sebagai tombol 'HOME'. Setiap kali Anda menyentuhnya, Anda akan dibawa kembali ke layar beranda." - -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 "Saat Anda memutar audio atau video, judul item akan muncul di bagian atas layar. Menyentuhnya akan membawa Anda ke visualisasi layar penuh atau jendela video." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Sekarang Memutar Judul..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Konfigurasikan tampilan · Konfigurasikan audio · Konfigurasikan akses internet · Konfigurasikan penghematan daya · Konfigurasikan pencatatan" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Info PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Informasi proses player" diff --git a/addons/skin.estouchy/language/resource.language.is_is/strings.po b/addons/skin.estouchy/language/resource.language.is_is/strings.po deleted file mode 100644 index a01834d66670e..0000000000000 --- a/addons/skin.estouchy/language/resource.language.is_is/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Icelandic \n" -"Language: is_is\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n % 10 != 1 || n % 100 == 11;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skinn fyrir tæki með snertiskjá" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skinn sem er hannað til notkunar á tækjum með snertiskjá, eins og til dæmis spjaldtölvum og snjallsímum" - -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 "Valkostir sjónhrifa" - -msgctxt "#31006" -msgid "Visualization Presets" -msgstr "Forstillingar sjónhrifa" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Samhengisvalmynd" - -msgctxt "#31009" -msgid "Working..." -msgstr "Vinnur..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Nýlegt" - -msgctxt "#31013" -msgid "Movies" -msgstr "Kvikmyndir" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Þættir" - -msgctxt "#31015" -msgid "Player info" -msgstr "Upplýsingar um spilara" - -msgctxt "#31016" -msgid "Albums" -msgstr "Hljómplötur" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Spilari" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Myndmerkisafkóðari" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Snið mynddíla" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Minnisnotkun kerfis" - -msgctxt "#31024" -msgid "Page" -msgstr "Síða" - -msgctxt "#31030" -msgid "Info List" -msgstr "Upplýsingalisti" - -msgctxt "#31038" -msgid "Login" -msgstr "Innskrá" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Uppfært:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Val + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Val + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Val + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "Í BIÐ" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "HRATT ÁFRAM" - -msgctxt "#31045" -msgid "REWIND" -msgstr "TIL BAKA" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Hraði afspilunar" - -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 "#31200" -msgid "Back" -msgstr "Til baka" - -msgctxt "#31201" -msgid "Location" -msgstr "Staðsetning" - -msgctxt "#31202" -msgid "View" -msgstr "Skoða" - -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 "System Memory Used:" -msgstr "Minnisnotkun kerfis:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Síðasta innskráning" - -msgctxt "#31322" -msgid "Aired" -msgstr "Sent út" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Myndefnisvalmynd" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Sækja skjátexta" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Textavarp" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Sjálfgefið í skinni" - -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áalista · Setja upp skjáhvílu" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Stilla og sýsla með margmiðlunarþjónustur · Stilla og sýsla með veðurþjónustu" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Stilla skjá · Stilla hljóð · Stilla internetaðgang · Stilla orkusparnað · Stilla atvikaskráningu" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Breyttu uppsettum viðbótum · Leitaðu að og settu upp viðbætur frá kodi.tv · Breyta stillingum viðbóta" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Stilla aðgerðir sem hægt er að nota á meðan afspilun stendur · Stilla hvernig margmiðlunarefni er spilað" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Stilltu uppruna í safni · Stilltu hvernig efni birtist í listum · Stilltu hvernig flakkað er um lista í safni" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Stilla skinn · Stilla landsvæði · Stilla stýringar · Stilla skjáhvílu · Stilla aðallás" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Stilla persónusniðin þín · Settu valkosti fyrir læsingar · Virkjaðu innskráningarglugga" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Birta upplýsingar um kerfið · Tölfræði vélbúnaðar · Athuga með tiltækt geymslupláss · Skoða uppsetningu netkerfis" - -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 "#31548" -msgid "Home menu" -msgstr "Upphafsvalmynd" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Viðbætur við upphafsskjá" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Bakgrunnar" - -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 "Bein sjónvarpsútsending" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Fela lifandi bakgrunn" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Fela sjónhrif í 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" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Myndkóðunarlykill" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Upplausn myndmerkis" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Stærðarhlutföll myndmerkis" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Bitahraði myndmerkis" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Hljóðkóðunarlykill" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Hljóðrásir" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Bitahraði hljóðs" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Skjáupplausn" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Myndgerðarhraði kerfis" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Örgjörvanotkun kerfis" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Gagnamiðlar" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Kerfi" - -msgctxt "#31900" -msgid "First Run" -msgstr "Fyrsta keyrsla" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Það er tvennt sem þarf að vita þegar flakkað er í Estouchy-skinninu" - -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 "Kodi-merkið virkar sem 'Heim'-hnappur. Alltaf þegar þú kemur við hann færistu yfir á upphafsskjáinn." - -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 "Þegar þú ert að spila hljóð eða myndskeið birtist titill atriðisins efst á skjánum. Sé titillinn snertur opnast myndskreyting eða myndspilunargluggi á öllum skjánum." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Spila núna..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Stilla skjá · Stilla hljóð · Stilla internetaðgang · Stilla orkusparnað · Stilla atvikaskráningu" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Upplýsingar um PVR-upptöku" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Upplýsingar um framvindu spilara" diff --git a/addons/skin.estouchy/language/resource.language.it_it/strings.po b/addons/skin.estouchy/language/resource.language.it_it/strings.po deleted file mode 100644 index b12695b802a71..0000000000000 --- a/addons/skin.estouchy/language/resource.language.it_it/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-05-27 13:18+0000\n" -"Last-Translator: Massimo Pissarello \n" -"Language-Team: Italian \n" -"Language: it_it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.17\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skin per dispositivi touchscreen" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skin progettata per essere usata su dispositivi touchscreen come tablet e smartphone" - -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 "Preimpostazioni visualizzazione" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Menu contestuale" - -msgctxt "#31009" -msgid "Working..." -msgstr "Caricamento..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Recenti" - -msgctxt "#31013" -msgid "Movies" -msgstr "Film" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodi" - -msgctxt "#31015" -msgid "Player info" -msgstr "Informazioni lettore" - -msgctxt "#31016" -msgid "Albums" -msgstr "Album" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Lettore" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Decoder video" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Formato pixel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Utilizzo memoria di sistema" - -msgctxt "#31024" -msgid "Page" -msgstr "Pagina" - -msgctxt "#31030" -msgid "Info List" -msgstr "Elenco informazioni" - -msgctxt "#31038" -msgid "Login" -msgstr "Accedi" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Aggiornato:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Seleziona + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Seleziona + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Seleziona + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "IN PAUSA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "AVANTI VELOCE" - -msgctxt "#31045" -msgid "REWIND" -msgstr "INDIETRO VELOCE" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Velocità di riproduzione" - -msgctxt "#31049" -msgid "End Time" -msgstr "Termina alle" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Ordine: Crescente" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Ordine: 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 "Suoni di sistema" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Playlist attuale" - -msgctxt "#31200" -msgid "Back" -msgstr "Indietro" - -msgctxt "#31201" -msgid "Location" -msgstr "Posizione" - -msgctxt "#31202" -msgid "View" -msgstr "Visualizza" - -msgctxt "#31300" -msgid "Current Temp" -msgstr "Temp attuale" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Ultimo aggiornamento" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Fornitore dati" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Memoria di sistema utilizzata:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Ultimo accesso" - -msgctxt "#31322" -msgid "Aired" -msgstr "In onda" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu video" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Scarica sottotitoli" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Televideo" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Predefinito della skin" - -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 un salvaschermo" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configura e gestisci i servizi di condivisione multimediale · Configura e gestisci il servizio meteo" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configura lo schermo · Configura l'audio · Configura l'accesso a Internet · Configura il risparmio energetico · Configura la registrazione eventi" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Gestisci i tuoi add-on installati · Sfoglia e installa add-on da kodi.tv · Modifica impostazioni add-on" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configura le azioni che possono essere usate durante la riproduzione · Configura la riproduzione dei contenuti multimediali" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configura le fonti della libreria · Mostra il contenuto visualizzato negli elenchi multimediali · Configura la modalità di navigazione degli elenchi delle librerie" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configura la skin · Configura la regione · Configura i controlli · Configura il salvaschermo · Configura il blocco master" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configura i tuoi profili · Imposta le opzioni di blocco · Abilita la schermata di accesso" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Mostra informazioni sul sistema · Statistiche hardware · Verifica disponibilità dello spazio di archiviazione · Visualizza configurazione di rete" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Seleziona il tuo profilo utente Kodi[CR]per accedere e continuare" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Menu principale" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Add-on menu principale" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Sfondi" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Scorciatoie 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 le impostazioni TV · Modifica le informazioni a schermo intero · Gestisci le impostazioni dei dati EPG" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Live 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 eliminati" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Codec video" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Risoluzione video" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspetto video" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Bitrate video" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Codec audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Canali audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Bitrate audio" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Risoluzione schermo" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Velocità di rendering del sistema" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Utilizzo CPU di sistema" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -msgctxt "#31900" -msgid "First Run" -msgstr "Primo avvio" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Ci sono due cose da sapere sulla navigazione in Estouchy" - -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 "Il logo Kodi funziona come un pulsante 'HOME'. Ogni volta che lo tocchi, sarai riportato alla schermata principale." - -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 "Mentre riproduci audio o video, il titolo dell'elemento apparirà in cima allo schermo. Toccandolo sarai portato alla visualizzazione a schermo intero o alla finestra del video." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Titolo in riproduzione..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configura il display · Configura l'audio · Configura l'accesso a internet · Configura il risparmio energetico · Configura il logging" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Info PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Info processo Riproduzione" diff --git a/addons/skin.estouchy/language/resource.language.ja_jp/strings.po b/addons/skin.estouchy/language/resource.language.ja_jp/strings.po deleted file mode 100644 index 21f38de23ae49..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ja_jp/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-07-11 19:35+0000\n" -"Last-Translator: yohru \n" -"Language-Team: Japanese \n" -"Language: ja_jp\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.18.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "スキンはタッチスクリーンデバイス向けです" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "スキンのデザインは、タッチスクリーンデバイスであるタブレットやスマホなどでの使用を想定されています" - -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 "#31009" -msgid "Working..." -msgstr "処理中..." - -msgctxt "#31011" -msgid "Recent" -msgstr "最近" - -msgctxt "#31013" -msgid "Movies" -msgstr "映画" - -msgctxt "#31014" -msgid "Episodes" -msgstr "エピソード" - -msgctxt "#31015" -msgid "Player info" -msgstr "プレイヤー詳細" - -msgctxt "#31016" -msgid "Albums" -msgstr "アルバム" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "プレーヤー" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "ビデオデコーダー" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "ピクセルの形式" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "システムメモリ使用量" - -msgctxt "#31024" -msgid "Page" -msgstr "ページ" - -msgctxt "#31030" -msgid "Info List" -msgstr "情報リスト" - -msgctxt "#31038" -msgid "Login" -msgstr "ログイン" - -msgctxt "#31039" -msgid "Updated:" -msgstr "更新:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "セレクト + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "セレクト + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "セレクト + スタート" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "静止中" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "早送り" - -msgctxt "#31045" -msgid "REWIND" -msgstr "巻戻し" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "システムメモリ使用量:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "最終ログイン" - -msgctxt "#31322" -msgid "Aired" -msgstr "放映日" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "ビデオメニュー" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "字幕をダウンロード" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "設定 & メディア共有サービス · 設定 & 天気予報サービス" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "設定の表示 · オーディオの設定 · インターネット アクセスの設定 · 省電力の設定· ログの設定" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "インストールしたアドオンの管理 · kodi.tvからインストールしたアドオンの閲覧 · アドオンの変更と設定" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "再生中に使用できるアクションを設定する · メディアコンテンツの再生方法を設定" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "ライブラリソースの設定 · メディアリストの表示内容の表示 · ライブラリリストの移動方法の設定" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "設定 スキン · 設定 地域 · 設定 コントロール · 設定 スクリーンセーバー · 設定 マスターロック" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "設定 あなたのプロファイル · セット ロックオプション · 有効 ログインスクリーン" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "システム情報を表示 · ハードウェアの使用量 · ストレージの利用可能量 · ネットワークの設定を表示" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Kodiユーザープロファイルを選択して[CR]ログインしてください" - -msgctxt "#31548" -msgid "Home menu" -msgstr "ホームメニュー" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "ホームアドオン" - -msgctxt "#31550" -msgid "Backgrounds" -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 "表示を削除しました" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "ビデオコーデック" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "ビデオの解像度" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "ビデオ アスペクト" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "ビデオのビットレート" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "オーディオコーデック" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "オーディオチャンネル" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "オーディオのビットレート" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "画面解像度" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "システムのレンダリング速度" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "CPU使用率" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "メディア" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "システム" - -msgctxt "#31900" -msgid "First Run" -msgstr "初回起動時" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Estouchyの操作で2つ知っておくべきことがあります" - -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 "Kodiのロゴは 'ホーム' ボタンになっています。どんなときでもタッチすればホーム画面に戻れます。" - -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 "現在再生中のタイトル..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "設定の表示 · オーディオの設定 · インターネット アクセスの設定 · 省電力の設定· ログの設定" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR詳細" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "プレイヤーのプロセス詳細" diff --git a/addons/skin.estouchy/language/resource.language.kn_in/strings.po b/addons/skin.estouchy/language/resource.language.kn_in/strings.po deleted file mode 100644 index 308bf6ba2b196..0000000000000 --- a/addons/skin.estouchy/language/resource.language.kn_in/strings.po +++ /dev/null @@ -1,453 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: kn_in\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 -msgctxt "#31013" -msgid "Movies" -msgstr "" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "" - -# empty strings from id 31566 to 31899 -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/resource.language.ko_kr/strings.po b/addons/skin.estouchy/language/resource.language.ko_kr/strings.po deleted file mode 100644 index 0ce8c6913d9c6..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ko_kr/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:07+0000\n" -"Last-Translator: Minho Park \n" -"Language-Team: Korean \n" -"Language: ko_kr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "터치 스크린 기기를 위한 스킨" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "태블릿이나 스마트폰과 같은 터치 스크린 기기에서 사용할 수 있게 디자인한 스킨" - -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 "#31009" -msgid "Working..." -msgstr "작업 중..." - -msgctxt "#31011" -msgid "Recent" -msgstr "최근" - -msgctxt "#31013" -msgid "Movies" -msgstr "영화" - -msgctxt "#31014" -msgid "Episodes" -msgstr "에피소드" - -msgctxt "#31015" -msgid "Player info" -msgstr "플레이어 정보" - -msgctxt "#31016" -msgid "Albums" -msgstr "앨범" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "플레이어" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "비디오 디코더" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "픽셀 형식" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "시스템 메모리 사용량" - -msgctxt "#31024" -msgid "Page" -msgstr "페이지" - -msgctxt "#31030" -msgid "Info List" -msgstr "정보표시 목록" - -msgctxt "#31038" -msgid "Login" -msgstr "로그인" - -msgctxt "#31039" -msgid "Updated:" -msgstr "업데이트:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "선택 + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "선택 + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "선택 + 시작" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "일시 중지" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "빠르게 앞으로" - -msgctxt "#31045" -msgid "REWIND" -msgstr "뒤로" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "시스템 메모리 사용량:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "마지막 로그인" - -msgctxt "#31322" -msgid "Aired" -msgstr "방송됨" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "비디오 메뉴" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "자막 다운로드" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "미디어 공유 서비스 설정 및 관리 · 날씨 서비스 설정 및 관리" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "디스플레이 구성 · 오디오 구성 · 인터넷 액세스 구성 · 절전 구성 · 로깅 구성" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "설치한 애드온 관리 · kodi.tv에서 애드온 탐색 및 설치 · 애드온 설정" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "재생 중 동작 설정 · 미디어 콘텐츠 재생 방법 설정" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "라이브러리 소스 구성 · 미디어 목록 표시 · 라이브러리 탐색 방법 설정" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "스킨 설정 · 지역 설정 · 제어 설정 · 화면 보호기 설정 · 마스터 잠금 설정" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "프로파일 설정 · 잠금 옵션 설정 · 로그인 화면 켜기" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "시스템 정보 보기 · 하드웨어 통계 · 저장 공간 확인 · 네트워크 환경 보기" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "로그인할 Kodi 사용자 프로파일을[CR]선택하고 계속하세요" - -msgctxt "#31548" -msgid "Home menu" -msgstr "홈 메뉴" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "홈 애드온" - -msgctxt "#31550" -msgid "Backgrounds" -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 "삭제 항목 표시" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "비디오 코덱" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "비디오 해상도" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "비디오 비율" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "비디오 비트레이트" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "오디오 코덱" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "오디오 채널" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "오디오 비트레이트" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "화면 해상도" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "시스템 렌더링 속도" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "시스템 CPU 사용" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "미디어" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "시스템" - -msgctxt "#31900" -msgid "First Run" -msgstr "처음 실행" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Estouchy 사용에 관해 알아야 할 두가지" - -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 "Kodi 로고는 \"홈\" 버튼 기능을 합니다. 로고를 터치하면 홈 화면으로 돌아갑니다." - -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 "지금 재생 중 제목..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "화면 설정 · 오디오 설정 · 인터넷 접속 설정 · 전원 절약 설정 · 로깅 설정" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR 정보" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "플레이어 프로세스 정보" diff --git a/addons/skin.estouchy/language/resource.language.lt_lt/strings.po b/addons/skin.estouchy/language/resource.language.lt_lt/strings.po deleted file mode 100644 index 01109e34e02b9..0000000000000 --- a/addons/skin.estouchy/language/resource.language.lt_lt/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:07+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Lithuanian \n" -"Language: lt_lt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Teminė išvaizda liečiamiesiems įrenginiams" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Teminė išvaizda pritaikyta naudojimui įrenginiuose su liečiamaisiais ekranais, tokiuose kaip planšetiniai kompiuteriai ar išmanieji telefonai" - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Garso nustatymai" - -msgctxt "#31003" -msgid "IP" -msgstr "IP" - -msgctxt "#31004" -msgid "Caps[CR]Lock" -msgstr "Caps[CR]Lock" - -msgctxt "#31005" -msgid "Visualization Options" -msgstr "Vizualizacijos parinktys" - -msgctxt "#31006" -msgid "Visualization Presets" -msgstr "Vizualizacijos išansktinės parinktys" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Kontekstinis meniu" - -msgctxt "#31009" -msgid "Working..." -msgstr "Dirbama..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Naujausi" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmai" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Epizodai" - -msgctxt "#31015" -msgid "Player info" -msgstr "Grotuvo informacija" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumai" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Grotuvas" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Vaizdo dekoderis" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pikselio formatas" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Sistemos atminties naudojimas" - -msgctxt "#31024" -msgid "Page" -msgstr "Puslapis" - -msgctxt "#31030" -msgid "Info List" -msgstr "Informacijos sąrašas" - -msgctxt "#31038" -msgid "Login" -msgstr "Prisijungimo vardas" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Atnaujinta:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUZĖ" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "PRASUKTI PIRMYN" - -msgctxt "#31045" -msgid "REWIND" -msgstr "PRASUKTI ATGAL" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Atkūrimo greitis" - -msgctxt "#31049" -msgid "End Time" -msgstr "Pabaigos laikas" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Rūšiavimas: didėjančiai" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Rūšiavimas: mažėjančiai" - -msgctxt "#31055" -msgid "Open playlist" -msgstr "Atidaryti grojaraštį" - -msgctxt "#31056" -msgid "Save playlist" -msgstr "Išsaugoti grojaraštį" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Uždaryti grojaraštį" - -msgctxt "#31058" -msgid "System music files" -msgstr "Sistemos muzikiniai failai" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Aktualus grojaraštis" - -msgctxt "#31200" -msgid "Back" -msgstr "Atgal" - -msgctxt "#31201" -msgid "Location" -msgstr "Vieta" - -msgctxt "#31202" -msgid "View" -msgstr "Rodinys" - -msgctxt "#31300" -msgid "Current Temp" -msgstr "Dabartinė temperatūra" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Paskutinis atnaujinimas" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Duomenų tiekėjas" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Naudojama sistemos atminties:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Paskutinis prisijungimas" - -msgctxt "#31322" -msgid "Aired" -msgstr "Rodytas" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video meniu" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Atsisiųsti subtitrus" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletekstas" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Konfigūruoti ir tvarkyti dalinimosi media įrašais paslaugas · Konfigūruoti ir tvarkyti orų paslaugą" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Konfigūruoti ekraną · Konfigūruoti garsą · Konfigūruoti interneto prieigą · Konfigūruoti energijos taupymą · Konfigūruoti žurnalo rašymą" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Tvarkyti įdiegtus priedus · Naršyti ir įdiegti priedus iš kodi.tv · Modifikuoti priedų nustatymus" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Konfigūruoti veiksmus, kurie gali būti naudojami atkūrimo metu · Konfigūruoti kaip atkuriamas media turinys" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Konfigūruoti bibliotekos šaltinius · Parodyti media sąrašų atvaizduojamą turinį · Konfigūruoti bibliotekos sąrašų naršymą" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Konfigūruoti teminę išvaizdą · Konfigūruoti regioną · Konfigūruoti valdymą · Konfigūruoti ekrano užsklandą · Konfigūruoti valdytojo užraktą" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Konfigūruoti profilius · Nustatyti užrakinimo parinktis · Įjungti prisijungimo langą" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Atvaizduoti sistemos informaciją · Aparatinės įrangos statistika · Patikrinti saugyklos prieinamumą · Peržiūrėti tinklo konfigūraciją" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Pasirinkite Kodi vartotojo profilį[CR]prisijungimui ir tęskite" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Pagrindinis meniu" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Pradinio ekrano priedai" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Fonai" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Priedo nuoroda" - -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 įrašo 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" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Vaizdo kodekas" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Vaizdo raiška" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Vaizdo įrašo formato santykis" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Vaizdo įrašo pralaidumas" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Garso kodekas" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Garso kanalai" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Garso įrašo pralaidumas" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Ekrano skiriamoji geba" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Sistemos atvaizdavimo greitis" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Sistemos procesoriaus naudojimas" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Medija" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -msgctxt "#31900" -msgid "First Run" -msgstr "Pirmas paleidimas" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Yra du dalykai, kuriuos reikia žinoti naviguojant Estouchy" - -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 "Kodi logotipas funkcionuoja kaip 'PRADŽIOS' mygtukas. Kas kartą jį palietus, jūs būsite grąžinti į pradinį ekraną." - -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 "Atkuriant garso ar vaizdo įrašą, jo pavadinimas atsiras ekrano viršuje. Jį palietus, vizualizacija ar vaizdo įrašas bus atidarytas visame ekrane." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Dabar atkuriamas įrašas..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Konfigūruoti ekraną · Konfigūruoti garsą · Konfigūruoti interneto prieigą · Konfigūruoti energijos taupymą · Konfigūruoti derinimą" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR informacija" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Grotuvo apdorojimo informacija" diff --git a/addons/skin.estouchy/language/resource.language.lv_lv/strings.po b/addons/skin.estouchy/language/resource.language.lv_lv/strings.po deleted file mode 100644 index 1ff5db4647850..0000000000000 --- a/addons/skin.estouchy/language/resource.language.lv_lv/strings.po +++ /dev/null @@ -1,438 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Latvian \n" -"Language: lv_lv\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Apvalks skārienekrāna ierīcēm" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "#31009" -msgid "Working..." -msgstr "Darbojas..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmas" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Sērijas" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumi" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Video dekoders" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pikseļu formāts" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Lapa" - -msgctxt "#31030" -msgid "Info List" -msgstr "Info saraksts" - -msgctxt "#31038" -msgid "Login" -msgstr "Pieteikšanās" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -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 "#31046" -msgid "Play speed" -msgstr "Atskaņošanas ātrums" - -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 "#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" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Pēdējoreiz pieteicies" - -msgctxt "#31322" -msgid "Aired" -msgstr "Ēterā" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video izvēlne" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Lejupielādē subtitrus" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teleteksts" - -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" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -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" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Foni" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Pielikuma saīsne" - -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 "Tiešraides 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 "Pievienot grupu" - -msgctxt "#31562" -msgid "Rename Group" -msgstr "Pārsaukt grupu" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Dzēst grupu" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistēma" - -# empty strings from id 31566 to 31899 -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 "" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR info" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Atskaņotāja procesu informācija" diff --git a/addons/skin.estouchy/language/resource.language.mi/strings.po b/addons/skin.estouchy/language/resource.language.mi/strings.po deleted file mode 100644 index 8066fd3ef6824..0000000000000 --- a/addons/skin.estouchy/language/resource.language.mi/strings.po +++ /dev/null @@ -1,451 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Maori \n" -"Language: mi\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Kiriata" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Whakaaturanga" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Ngā pukaemi" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "Rārangi ō naianei" - -# empty strings from id 31060 to 31199 -# Submenu labels -msgctxt "#31200" -msgid "Back" -msgstr "" - -msgctxt "#31201" -msgid "Location" -msgstr "Tauwāhi" - -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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Kiri taunoa" - -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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Ngā" - -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 "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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Pūnaha" - -# empty strings from id 31566 to 31899 -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/resource.language.mk_mk/strings.po b/addons/skin.estouchy/language/resource.language.mk_mk/strings.po deleted file mode 100644 index 679fa6732d6b5..0000000000000 --- a/addons/skin.estouchy/language/resource.language.mk_mk/strings.po +++ /dev/null @@ -1,434 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Macedonian \n" -"Language: mk_mk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "#31009" -msgid "Working..." -msgstr "Обработка..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Филмови" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Епизоди" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Албуми" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Искористеност на меморија" - -msgctxt "#31024" -msgid "Page" -msgstr "Страна" - -msgctxt "#31030" -msgid "Info List" -msgstr "Инфо Листа" - -msgctxt "#31038" -msgid "Login" -msgstr "Најави се" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ПАУЗИРАНО" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ПРЕМОТУВАЊЕ НАНАПРЕД" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ПРЕМОТУВАЊЕ" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "Добавувач на податоци" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Последна пријава" - -msgctxt "#31322" -msgid "Aired" -msgstr "Емитувано" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Видео Мени" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Превземи преводи" - -msgctxt "#31358" -msgid "Teletext" -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 "Смени ја маската · Подеси јазик и регион · Промени опции на листање на папки · Подеси заштита на екран" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Изаберете ваш Kodi кориснички[CR]профил за најава, а потоа продолжете понатаму" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "Live 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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Систем" - -# empty strings from id 31566 to 31899 -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 "" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Информации за процесот на плеерот" diff --git a/addons/skin.estouchy/language/resource.language.ml_in/strings.po b/addons/skin.estouchy/language/resource.language.ml_in/strings.po deleted file mode 100644 index 7d0ed3176b02f..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ml_in/strings.po +++ /dev/null @@ -1,453 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\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: Malayalam (India) (http://www.transifex.com/projects/p/kodi-main/language/ml_IN/)\n" -"Language: ml_IN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 -msgctxt "#31013" -msgid "Movies" -msgstr "" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "കൃതി" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "" - -# empty strings from id 31566 to 31899 -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/resource.language.mn_mn/strings.po b/addons/skin.estouchy/language/resource.language.mn_mn/strings.po deleted file mode 100644 index e9fcf452c4c0b..0000000000000 --- a/addons/skin.estouchy/language/resource.language.mn_mn/strings.po +++ /dev/null @@ -1,449 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\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/kodi-main/language/mn_MN/)\n" -"Language: mn_MN\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Кино" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Альбом" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ТҮР ЗОГСООСОН" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "УРАГШ ГҮЙЛГЭХ" - -msgctxt "#31045" -msgid "REWIND" -msgstr "БУЦААХ" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "Одоогийн тоглох жагсаалт" - -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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "" - -# empty strings from id 31566 to 31899 -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/resource.language.ms_my/strings.po b/addons/skin.estouchy/language/resource.language.ms_my/strings.po deleted file mode 100644 index fb4b1ecdf2bf2..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ms_my/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:07+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Malay \n" -"Language: ms_my\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Kulit untuk peranti skrin sentuh" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Kulit direka untuk digunakan pada peranti berskrin sentuh seperti tablet dan telefon pintar" - -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 "#31009" -msgid "Working..." -msgstr "Berfungsi..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Baru-baru Ini" - -msgctxt "#31013" -msgid "Movies" -msgstr "Cereka" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episod" - -msgctxt "#31015" -msgid "Player info" -msgstr "Maklumat pemain" - -msgctxt "#31016" -msgid "Albums" -msgstr "Album" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Pemain" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Penyahkod video" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Format piksel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Penggunaan ingatan sistem" - -msgctxt "#31024" -msgid "Page" -msgstr "Halaman" - -msgctxt "#31030" -msgid "Info List" -msgstr "Senarai Maklumat" - -msgctxt "#31038" -msgid "Login" -msgstr "Daftar Masuk" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Dikemaskini:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "TERHENTI SEJENAK" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "MAJU PANTAS" - -msgctxt "#31045" -msgid "REWIND" -msgstr "UNDUR" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Kelajuan main" - -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 "#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 "System Memory Used:" -msgstr "Ingatan Sistem Digunakan:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Terakhid Mendaftar Masuk" - -msgctxt "#31322" -msgid "Aired" -msgstr "Disiarkan" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu Video" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Muat turun Sari kata" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teleteks" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Konfigur & urus perkhidmatan perkongsian media · Konfigur & urus perkhidmatan cuaca" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Konfigur paparan · Konfigur audio · Konfigur capaian internet · Konfigure penjimatan kuasa · Konfigur pengelogan" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Urus tambahan terpasang anda · Layar dan pasang tambahan dari kodi.tv · Ubahsuai tetapan tambahan" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Konfigur tindakan yang digunakan semasa main balik · Konfigur bagaimana kandungan media dimainkan" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Konfigur sumber pustaka · Tunjuk kandungan paparan senarai media · Konfigur bagaimana senarai pustaka dinavigasikan" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Konfigur kulit · Konfigur wilayah · Konfigur kawalan · Konfigur penyelamat skrin · Konfigur kunci induk" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Konfigur profil anda · Tetapkan pilihan penguncian · Benarkan skrin daftar masuk" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Papar maklumat sistem · Statistik perkakasan · Periksa kesediaan storan · Lihat konfigurasi rangkaian" - -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 "#31548" -msgid "Home menu" -msgstr "Menu rumah" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Tambahan Rumah" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Latar belakang" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Tunjuk tersembunyi" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Tunjuk dipadam" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Kodeks video" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Resolusi video" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Bidang video" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Kodeks audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Saluran audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Resolusi skrin" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Penggunaan CPU sistem" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistem" - -msgctxt "#31900" -msgid "First Run" -msgstr "Jalan Kali Pertama" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Terdapat dua perkara yang perlu diketahui berkenaan menavigasi Estouchy" - -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 "Fungsi logo Kodi sebagai butang 'RUMAH'. Bilamana anda menyentuhnya, anda akan kembali ke skrin rumah." - -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 "Bila anda memainkan audio atau video, tajuk item akan muncul di bahagian atas skrin. Menyentuhnya akan membawa anda ke pengvisualan berskrin penuh atau tetingkap video." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Kini Memainkan Tajuk..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Konfigur paparan · Konfigur audio · Konfigur capaian internet · Konfigur penjimatan kuasa· Konfigur pengelogan" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Maklumat PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Maklumat proses pemain" diff --git a/addons/skin.estouchy/language/resource.language.mt_mt/strings.po b/addons/skin.estouchy/language/resource.language.mt_mt/strings.po deleted file mode 100644 index d80fd79c439d9..0000000000000 --- a/addons/skin.estouchy/language/resource.language.mt_mt/strings.po +++ /dev/null @@ -1,445 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Maltese \n" -"Language: mt_mt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\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" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31009" -msgid "Working..." -msgstr "Qed jaħdem..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmati" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodji" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albums" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Paġna" - -# empty strings from id 31025 to 31029 -# ViewType labels -msgctxt "#31030" -msgid "Info List" -msgstr "" - -# empty strings from id 31031 to 31037 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "IPPAWŻAT" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "GĦAĠĠEL QUDDIEM" - -msgctxt "#31045" -msgid "REWIND" -msgstr "B'LURA" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 to 31048 -msgctxt "#31049" -msgid "End Time" -msgstr "" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Qassam: Jikbru" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Qassam: Jiċkienu" - -msgctxt "#31055" -msgid "Open playlist" -msgstr "Iftaħ il-playlist" - -msgctxt "#31056" -msgid "Save playlist" -msgstr "Żomm il-playlist" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Għalaq il-playlist" - -msgctxt "#31058" -msgid "System music files" -msgstr "Fajls tal-mużika tas-sistema" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Playlist kurrenti" - -# empty strings from id 31060 to 31199 -# Submenu labels -msgctxt "#31200" -msgid "Back" -msgstr "" - -msgctxt "#31201" -msgid "Location" -msgstr "Post" - -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 "" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Fornitur ta' informazzjoni" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -msgctxt "#31322" -msgid "Aired" -msgstr "Intwera" - -# 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Qoxra Default" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Ibbażat fuq l-Arial" - -# 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Sfondi" - -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -# empty strings from id 31566 to 31899 -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/resource.language.my_mm/strings.po b/addons/skin.estouchy/language/resource.language.my_mm/strings.po deleted file mode 100644 index 98dcbc06ec042..0000000000000 --- a/addons/skin.estouchy/language/resource.language.my_mm/strings.po +++ /dev/null @@ -1,445 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-02-26 16:13+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Burmese \n" -"Language: my_mm\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31009" -msgid "Working..." -msgstr "အလုပ်လုပ်နေသည်" - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "ရုပ်ရှင်များ" - -msgctxt "#31014" -msgid "Episodes" -msgstr "အပိုင်းများ" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "အယ်လဘမ်များ" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "စာမျက်နှာ" - -# empty strings from id 31025 to 31029 -# ViewType labels -msgctxt "#31030" -msgid "Info List" -msgstr "" - -msgctxt "#31038" -msgid "Login" -msgstr "ဝင်ရန်" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ခဏရပ်မည်" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "အရှေ့သို့အနည်းငယ်ရစ်မည်" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -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 "ယခုသီချင်းစာရင်း" - -# 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 "နောက်ဆုံး Update ဖြစ်ခဲ့စဉ်" - -msgctxt "#31303" -msgid "Data provider" -msgstr "အချက်အလက်များထောက်ပံ့သူ" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "နောက်ဆုံးဝင်ခဲ့ချိန်" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "Live 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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "စနစ်" - -# empty strings from id 31566 to 31899 -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/resource.language.nb_no/strings.po b/addons/skin.estouchy/language/resource.language.nb_no/strings.po deleted file mode 100644 index 17f17c50df4c7..0000000000000 --- a/addons/skin.estouchy/language/resource.language.nb_no/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Norwegian Bokmål \n" -"Language: nb_no\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Drakt for enheter med berøringsskjerm" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Drakt designet for å bli brukt på enheter med berørningsskjerm, som smarttelefoner og lesebrett" - -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 "#31009" -msgid "Working..." -msgstr "Arbeider…" - -msgctxt "#31011" -msgid "Recent" -msgstr "Nylig" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmer" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episoder" - -msgctxt "#31015" -msgid "Player info" -msgstr "Avspiller informasjon" - -msgctxt "#31016" -msgid "Albums" -msgstr "Album" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Avspiller" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Videodekoder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pikselformat" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Systemminnebruk" - -msgctxt "#31024" -msgid "Page" -msgstr "Side" - -msgctxt "#31030" -msgid "Info List" -msgstr "Infoliste" - -msgctxt "#31038" -msgid "Login" -msgstr "Innlogging" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Oppdatert:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSE" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "Spol framover" - -msgctxt "#31045" -msgid "REWIND" -msgstr "Spol bakover" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Avspillingshastighet" - -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 "#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 "System Memory Used:" -msgstr "Systemminne brukt:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Sist innlogget" - -msgctxt "#31322" -msgid "Aired" -msgstr "Sendt" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Videomeny" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Hent undertekster" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Tekst-TV" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Forvalg for drakten" - -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 drakt · Velg språk og region · Endre innstillinger for filvisning · Sett opp skjermsparer" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Settt opp og administrer mediadelingstjenester · Sett opp og administrer værtjenester" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Sett opp skjerm · Sett opp lyd · Sett opp internettilgang · Sett opp strømsparing · Sett opp logging" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Administrer dine installerte tillegg · Se etter og administre tillegg fra Kodi.tv · Endre tilleggsinnstillinger" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Sett opp handlinger som kan brukes under avspilling · Sett opp hvordan mediainnhold avspilles" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Sett opp bibliotekkilder · Vis medielistens innhold · Sett opp hvordan bibliotek navigeres" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Sett opp dralt · Sett opp region · Sett opp kontroll · Sett opp skjermsparer · Sett opp systemlås" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Sett opp profiler · Sett låseinnstillinger · Slå på innloggingskjerm" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Vis systeminformasjon · Maskinvarestatistikk · Sjekk lagring · Vis nettverksoppsett" - -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 "#31548" -msgid "Home menu" -msgstr "Hjemmemeny" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Hjemme-tillegg" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Bakgrunner" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Snarvei" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNK" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Bruk egendefinert bakgrunn" - -msgctxt "#31554" -msgid "Background:" -msgstr "Bakgrunn:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Sett opp TV-innstillinger · Endre fullskjermsinformasjon · Administrer EPG-innstillinger" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Live TV" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Skjul videobakgrunn" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Skjul visualiseringsbakgrunn" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Kanalinnstillinger" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Tilgjengelige grupper" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Vis skjulte" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Vis slettede" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Videokodek" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Videooppløsning" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Høyde/bredde-forhold" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Lydkodek" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Lydkanaler" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Skjermoppløsning" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Prosessorbruk" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Medie" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -msgctxt "#31900" -msgid "First Run" -msgstr "Første gang" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Det er to ting du må vite om navigering i Estouchy" - -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 "Kodi-logoen fungerer som 'HJEM'-knapp. Når du trykker på den vil du bli sendt til hjemmeskjermen." - -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 "Når du spiller av lyd eller video vil tittelen vises i toppen av skjermen. Dersom du trykker på den vil du få fullskjermsvisualisering eller videovindu." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Tittel som spilles nå…" - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Sett opp skjerm · Sett opp lyd · Sett opp internettilgang · Sett opp strømsparing · Sett opp logging" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR informasjon" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Prosessinformasjon for avspiller" diff --git a/addons/skin.estouchy/language/resource.language.nl_nl/strings.po b/addons/skin.estouchy/language/resource.language.nl_nl/strings.po deleted file mode 100644 index 095fca5e46844..0000000000000 --- a/addons/skin.estouchy/language/resource.language.nl_nl/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-09-07 12:39+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Dutch \n" -"Language: nl_nl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.14\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skin voor aanraakschermapparaten" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skin ontworpen voor het gebruik van aanraakschermapparaten zoals tablets en smartphones" - -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 "Visualisatievoorinstellingen" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Contextmenu" - -msgctxt "#31009" -msgid "Working..." -msgstr "Bezig..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Recente" - -msgctxt "#31013" -msgid "Movies" -msgstr "Speelfilms" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Afleveringen" - -msgctxt "#31015" -msgid "Player info" -msgstr "Spelerinformatie" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albums" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Speler" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Videodecoder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pixelformaat" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Systeemgeheugen gebruik" - -msgctxt "#31024" -msgid "Page" -msgstr "Pagina" - -msgctxt "#31030" -msgid "Info List" -msgstr "Infolijst" - -msgctxt "#31038" -msgid "Login" -msgstr "Inloggen" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Geüpdated:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUZE" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "VOORUITSPOELEN" - -msgctxt "#31045" -msgid "REWIND" -msgstr "TERUGSPOELEN" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Afspeelsnelheid" - -msgctxt "#31049" -msgid "End Time" -msgstr "Eindtijd" - -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 "Bewaar afspeellijst" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Sluit afspeellijst" - -msgctxt "#31058" -msgid "System music files" -msgstr "Systeemmuziekbestanden" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Huidige afspeellijst" - -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 "Laatst geüpdatet" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Gegevens aanbieder" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Systeemgeheugen in gebruik:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Laatste login" - -msgctxt "#31322" -msgid "Aired" -msgstr "Uitgezonden" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Videomenu" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Ondertitels downloaden" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletekst" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Standaardskin" - -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 schermbeveiliging in" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configureer & beheer media sharing services · Configureer & beheer de weerservice" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configureer scherm · Configureer audio · Configureer internet toegang · Configureer energiebesparing · Configureer logging" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Beheer je geïnstalleerde add-ons · Zoek naar en installeer add-ons van Kodi.tv - Wijzig add-on instellingen" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configureer acties die gebruikt kunnen worden tijdens het afspelen · Configureer hoe media-inhoud wordt afgespeeld" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configureer bibliotheekbronnen · Toon de medialijsten toon inhoud · configureer hoe bibliotheeklijsten worden bestuurd" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configureer skin · Configureer regio · Configureer controle · Configureer screensaver · Configureer hoofdslot" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configureer je profielen · Stel vergrendelingsopties in · Loginscherm inschakelen" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Beeldschermsysteeminformatie · Hardwarestatistieken · Controle beschikbare opslagruimte · Bekijk netwerkconfiguratie" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Kies je Kodi gebruikersprofiel[CR]om in te loggen en door te gaan" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Beginmenu" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Begin add-ons" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Achtergronden" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Add-on snelkoppeling" - -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 scherminfo · beheer EPG-gegevensinstellingen" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Live TV" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Verberg video-achtergrond" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Verberg visualisatie-achtergrond" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Kanaalinstellingen" - -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" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Videocodec" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Videoresolutie" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Beeldverhouding" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Audiocodec" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Audiokanalen" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Schermresolutie" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Rendersnelheid van het systeem" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Systeem-CPU gebruik" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Systeem" - -msgctxt "#31900" -msgid "First Run" -msgstr "Eerste sessie" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Er zijn twee dingen om te weten over de navigatie bij Estouchy" - -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 "Het Kodi-logo functioneert als een 'HOME' knop. Wanneer u deze aanraakt wordt u terug gebracht naar het startscherm." - -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 "Wanneer u audio of video afspeelt dan zal het titelitem bovenaan het scherm verschijnen. Door deze weer aan te aanraken krijgt u de schermvullende weergave of het videoscherm." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Nu afspelend..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configureer beeld · Configureer audio · Configureer internettoegang · Configureer stroombeheer · Configureer logbestanden" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR info" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Voortgangsinfo speler" diff --git a/addons/skin.estouchy/language/resource.language.pl_pl/strings.po b/addons/skin.estouchy/language/resource.language.pl_pl/strings.po deleted file mode 100644 index 66392cd496ed2..0000000000000 --- a/addons/skin.estouchy/language/resource.language.pl_pl/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-04-01 12:47+0000\n" -"Last-Translator: Marek Adamski \n" -"Language-Team: Polish \n" -"Language: pl_pl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -"X-Generator: Weblate 4.15.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skóra dla urządzeń z ekranem dotykowym" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skóra przeznaczona do użytku na urządzeniach z ekranem dotykowym, takich jak tablety i smartfony" - -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 "#31009" -msgid "Working..." -msgstr "Proszę czekać..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Ostatnio dodane" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmy" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Odcinki" - -msgctxt "#31015" -msgid "Player info" -msgstr "O odtwarzaczu" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumy" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "Telewizja" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Odtwarzacz" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Dekoder wideo" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Format piksela" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Użycie pamięci" - -msgctxt "#31024" -msgid "Page" -msgstr "Strona" - -msgctxt "#31030" -msgid "Info List" -msgstr "Lista informacji" - -msgctxt "#31038" -msgid "Login" -msgstr "Użytkownik" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Zaktualizowano:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUZA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "DO PRZODU" - -msgctxt "#31045" -msgid "REWIND" -msgstr "DO TYŁU" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Szybkość odtwarzania" - -msgctxt "#31049" -msgid "End Time" -msgstr "Koniec o" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Porządek: Rosnąco" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Porządek: 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 "#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 "System Memory Used:" -msgstr "Użycie pamięci:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Ostatnio zalogowany" - -msgctxt "#31322" -msgid "Aired" -msgstr "Premiera" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu wideo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Pobierz napisy" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletekst" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Domyślne dla skóry" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Bazujące na Arial" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Konfiguracja i zarządzanie usługami udostępniania · Konfiguracja i zarządzanie usługą informacji pogodowych" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Konfiguracja wyświetlacza · Konfiguracja dźwięku · Konfiguracja dostępu do Internetu · Konfiguracja zasilania · Konfiguracja diagnostyki" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Zarządzanie zainstalowanymi dodatkami · Przeglądanie i instalowanie dodatków · Ustawienia dodatków" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Konfiguracja dostępnych funkcji odtwarzacza · Konfiguracja odtwarzania mediów" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Konfiguracja źródeł biblioteki · Konfiguracja wyświetlania zawartości · Konfiguracja przeglądania multimediów" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Konfiguracja skóry · Konfiguracja regionu · Konfiguracja sterowania · Konfiguracja wygaszacza · Konfiguracja dostępu" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Konfiguracja profili · Ustawienia dostępu · Aktywacja ekranu logowania" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Informacje o systemie · Statystyki sprzętu · Dostępna przestrzeń dyskowa · Podgląd konfiguracji sieciowej" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Wybierz profil użytkownika[CR]do zalogowania, aby kontynuować" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Menu startowe" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Dodatki" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Tła" - -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" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Kodek wideo" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Rozdzielczość wideo" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Format obrazu" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Szybkość transmisji wideo" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Kodek dźwięku" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Kanały dźwięku" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Szybkość transmisji dźwięku" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Rozdzielczość ekranu" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Szybkość renderowania systemu" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Użycie procesora" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Multimedia" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -msgctxt "#31900" -msgid "First Run" -msgstr "Pierwsze uruchomienie" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Musisz wiedzieć dwie rzeczy o nawigacji w Estouchy" - -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 "Logo Kodi funkcjonuje jako przycisk 'Start'. Kiedykolwiek go naciśniesz, zostaniesz przeniesiony do ekranu startowego." - -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 "Podczas odtwarzania muzyki lub wideo, tytuł pozycji będzie wyświetlany na górze ekranu. Jeśli go naciśniesz, zostaniesz przeniesiony do pełnoekranowej wizualizacji lub okna wideo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Teraz odtwarzane..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Konfiguracja wyświetlacza · Konfiguracja dźwięku · Konfiguracja dostępu do Internetu · Konfiguracja zasilania · Konfiguracja diagnostyki" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "O telewizji" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Właściwości odtwarzania" diff --git a/addons/skin.estouchy/language/resource.language.pt_br/strings.po b/addons/skin.estouchy/language/resource.language.pt_br/strings.po deleted file mode 100644 index 62a4ae57b747b..0000000000000 --- a/addons/skin.estouchy/language/resource.language.pt_br/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-06-25 09:43+0000\n" -"Last-Translator: Wanilton Campos \n" -"Language-Team: Portuguese (Brazil) \n" -"Language: pt_br\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.18\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skin para dispositivos com telas de toque" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skin concebida para ser usada em dispositivos com telas de toque como tablets e smartphones" - -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 "#31009" -msgid "Working..." -msgstr "Trabalhando..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Recente" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmes" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episódios" - -msgctxt "#31015" -msgid "Player info" -msgstr "Info do reprodutor" - -msgctxt "#31016" -msgid "Albums" -msgstr "Álbuns" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Reprodutor" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Decodificador Vídeo" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Formato do Pixel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Uso de memória no sistema" - -msgctxt "#31024" -msgid "Page" -msgstr "Página" - -msgctxt "#31030" -msgid "Info List" -msgstr "Lista Info" - -msgctxt "#31038" -msgid "Login" -msgstr "Login" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Atualizado:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Selecionar + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Selecionar + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Selecione + Iniciar" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSADO" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "Avanço Rápido" - -msgctxt "#31045" -msgid "REWIND" -msgstr "Retroceder" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Velocidade reprodução" - -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 "#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 "System Memory Used:" -msgstr "Memória usada no sistema:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Último login" - -msgctxt "#31322" -msgid "Aired" -msgstr "Exibido" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu de Vídeo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Baixar Legendas" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletexto" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configurar & gerenciar serviços de compartilhamento de mídias · Configurar e gerenciar o serviço meteorológico" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configurar a exibição · Configurar áudio · Configurar Acesso à Internet · Configurar economia de energia · Configurar log de depuração" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Gerencie seus addons instalados. Navegue e instale addons via repositório do kodi.tv - Altere ajustes dos addons" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configurar as ações que podem ser usadas durante a reprodução · Configurar o modo como o conteúdo de mídia é reproduzido" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configurar as diferentes fontes de arquivos - Apresentar listas com os conteúdos de mídia · Configurar os modos de navegação na coleção" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configurar skin · Configurar região · Configurar controle · Configurar protetor de tela · Configurar bloqueio mestre" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configurar seus perfis - Setar opções de travamento - Ativar tela de login" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Mostrar informações do sistema - Estatísticas de Hardware - Verificar disponibilidade de armazenamento - Verificar configuração de rede" - -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 "#31548" -msgid "Home menu" -msgstr "Menu principal" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Add-ons no menu principal" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Fundos" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Mostrar oculto" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Mostrar deletado" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Codec de vídeo" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Resolução do vídeo" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspecto de vídeo" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Bitrate vídeo" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Codec de áudio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Canais de Áudio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Bitrate áudio" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Resolução de tela" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Velocidade de renderização do sistema" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Uso da CPU no Sistema" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Mídia" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -msgctxt "#31900" -msgid "First Run" -msgstr "Primeira execução" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Existem 2 situações que precisam saber sobre como navegar na Estouchy" - -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 "As funções do logotipo do Kodi atua como um botão \"HOME\". Sempre que você tocá-lo, você será levado de volta à tela inicial." - -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 "Quando você estiver reproduzindo áudio ou vídeo, o título do item aparece no topo da tela. Tocá-lo irá levá-lo para a visualização em tela cheia ou janela de vídeo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Reproduzindo Agora Título..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configurar a exibição · Configurar áudio · Configurar Acesso à Internet · Configurar economia de energia · Configurar log de depuração" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Informação do PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Info Processamento do Player" diff --git a/addons/skin.estouchy/language/resource.language.pt_pt/strings.po b/addons/skin.estouchy/language/resource.language.pt_pt/strings.po deleted file mode 100644 index 2a619e20330b7..0000000000000 --- a/addons/skin.estouchy/language/resource.language.pt_pt/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Portuguese (Portugal) \n" -"Language: pt_pt\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Tema para dispositivos touchscreen" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Tema criado com o intuito de ser utilizado em tablets e smartphones" - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Configuração do Á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 "Predefinições de Visualização" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Menu de Contexto" - -msgctxt "#31009" -msgid "Working..." -msgstr "A processar..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Recentes" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmes" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episódios" - -msgctxt "#31015" -msgid "Player info" -msgstr "Informação do leitor" - -msgctxt "#31016" -msgid "Albums" -msgstr "Álbuns" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Leitor" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Descodificador de vídeo" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Formato de píxel" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Utilização da memória do sistema" - -msgctxt "#31024" -msgid "Page" -msgstr "Página" - -msgctxt "#31030" -msgid "Info List" -msgstr "Informações" - -msgctxt "#31038" -msgid "Login" -msgstr "Iniciar sessão" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Última atualização:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Selecionar + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Selecionar + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Selecionar + Iniciar" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "EM PAUSA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "AVANÇAR" - -msgctxt "#31045" -msgid "REWIND" -msgstr "RECUAR" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Velocidade de reprodução" - -msgctxt "#31049" -msgid "End Time" -msgstr "Hora de fim" - -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 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 atual" - -msgctxt "#31200" -msgid "Back" -msgstr "Recuar" - -msgctxt "#31201" -msgid "Location" -msgstr "Localização" - -msgctxt "#31202" -msgid "View" -msgstr "Ver" - -msgctxt "#31300" -msgid "Current Temp" -msgstr "Temperatura atual" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Última atualização" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Fornecedor de dados" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Memória do sistema utilizada:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Última ligação" - -msgctxt "#31322" -msgid "Aired" -msgstr "Transmitido a" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu de Vídeo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Descarregar Legendas" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletexto" - -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 idioma e região · Opções de listagem de ficheiros · Definir um protetor de ecrã" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configurar & gerir os serviços de partilha de conteúdos · Configurar & gerir o serviço meteorológico" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configurar o ecrã · Configurar o áudio · Configurar o acesso à Internet · Configurar a poupança de energia · Configurar o registo de eventos" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Gerir os add-ons instalados · Procurar e instalar os add-ons a partir de kodi.tv · Modificar as definições dos add-ons" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configurar as ações que podem ser usadas durante a reprodução · Configurar a forma como os conteúdos são reproduzidos" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configurar fontes · Mostrar conteúdo das listas multimédia ·Configurar o modo de navegação nas listas" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configurar o visual · Configurar a região · Configurar o controlo · Configurar o protetor de ecrã · Configurar o bloqueio-mestre" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Configurar os seus perfis · Definir as opções de bloqueio · Activar o ecrã de autenticação" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Mostrar as informações do sistema · Estatísticas do 'hardware' · Verificar a disponibilidade do 'hardware' · Ver a configuração da rede" - -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 "#31548" -msgid "Home menu" -msgstr "Menu de Início" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Add-ons de Início" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Fundos" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Atalho do Add-On" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SINCRONIZAR" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Usar um fundo personalizado" - -msgctxt "#31554" -msgid "Background:" -msgstr "Fundo:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Configurar definições de TV · Informação em ecrã completo · Gerir definições de dados do EPG" - -msgctxt "#31556" -msgid "Live TV" -msgstr "TV em Direto" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Esconder o fundo do vídeo" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Esconder o fundo da visualização" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Definições de canais" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Mostrar os escondidos" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Mostrar os apagados" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Codificador de vídeo" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Resolução de vídeo" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspeto do vídeo" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Codificador de áudio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Canais de áudio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Resolução do ecrã" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Utilização da CPU do sistema" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Multimédia" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistema" - -msgctxt "#31900" -msgid "First Run" -msgstr "Primeira Execução" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Existem duas coisas a saber sobre a navegação no Estouchy" - -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 "O logótipo do Kodi funciona como o botão 'Home'. Sempre que lhe tocar, será enviado para o ecrã principal." - -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 "Se estiver a reproduzir músicas ou vídeos, o título do item aparecerá no topo do ecrã. Se lhe tocar, alternará entre a vista de ecrã completo e a janela do vídeo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Título da Reprodução..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configurar o ecrã · Configurar o áudio · Configurar o acesso à Internet · Configurar a poupança de energia · Configurar o registo de eventos" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Info PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Informação do processo do reprodutor" diff --git a/addons/skin.estouchy/language/resource.language.ro_ro/strings.po b/addons/skin.estouchy/language/resource.language.ro_ro/strings.po deleted file mode 100644 index 2dc34122e2efb..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ro_ro/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Romanian \n" -"Language: ro_ro\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Costum pentru dispozitive cu ecran tactil" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Costum proiectat pentru a fi utilizat pe dispozitivele cu ecran tactil cum sunt tabletele și telefoanele deștepte" - -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 "Presetări vizualizare" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Meniu Contextual" - -msgctxt "#31009" -msgid "Working..." -msgstr "Procesează..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Recent" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filme" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episoade" - -msgctxt "#31015" -msgid "Player info" -msgstr "Informatii player" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albume" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Redator" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Decodor video" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Format pixeli" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Utilizare memorie sistem" - -msgctxt "#31024" -msgid "Page" -msgstr "Pagina" - -msgctxt "#31030" -msgid "Info List" -msgstr "Listă Informații" - -msgctxt "#31038" -msgid "Login" -msgstr "Autentificare" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Actualizat:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ÎN PAUZĂ" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ÎNAINTE" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ÎNAPOI" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Viteză de redare" - -msgctxt "#31049" -msgid "End Time" -msgstr "Se termină la" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Sortare: Ascendentă" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Sortare: 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 "#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ă actuală" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Ultima actualizare" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Furnizor informații" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Utilizare memorie sistem:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Ultima intrare" - -msgctxt "#31322" -msgid "Aired" -msgstr "Difuzat pe" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Meniul Video" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Descărcare subtitrare" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 "Schimbați tema · Setați limba și regiunea · Schimbați opțiunile de listare a fișierelor · Alegeți un protector de ecran" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Configurați și gestionați serviciile de partajare media · Configurați și gestionați serviciul meteo" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Configurați afișajul · Configurați sunetul · Configurați accesul la Internet · Configurați economisirea energiei electrice · Configurați jurnalizarea" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Vă gestionați suplimentele instalate · Răsfoiți și instalați suplimente de la kodi.tv · Modificați setările suplimentelor" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Configurați acțiunile care pot fi folosite în timpul redării · Configurați cum este redat conținutul media" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Configurați surse mediatecă · Arătați conținutul de afișare a listelor media · Configurați navigarea în listele mediatecii" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Configurați costumul · Configurați regiunea · Configurați controlul · Configurați protectorul de ecran · Configurați blocarea principală" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Vă configurați profilele · Setați opțiuni de blocare · Activați ecranul de autentificare" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Afișează informații sistem · Statistici componente · Verificați disponibilitatea stocării · Vizualizați configurarea rețelei" - -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 "#31548" -msgid "Home menu" -msgstr "Meniu Acasă" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Suplimente Acasă" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Fundaluri" - -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 "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Configurați setările televizorului · Schimbați informațiile din ecranul complet · Gestionați setările date EPG" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Arată ascunse" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Arată șterse" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Codec video" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Rezoluție video" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Aspect video" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Codec audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Canale audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Rezoluție ecran" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Utilizare procesor sistem" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistem" - -msgctxt "#31900" -msgid "First Run" -msgstr "Prima rulare" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Sunt două lucruri pe care trebuie să le știți despre navigarea în Estouchy" - -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 "Sigla Kodi funcționează ca buton de mers „ACASĂ”. De fiecare dată când îl atingeți, veți fi duși înapoi în ecranul inițial." - -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 "Când redați fișiere audio sau video, titlul elementului va apărea în partea de sus a ecranului. Atingând-ul veți fi duși la vizualizarea pe tot ecranul sau fereastra video." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Titlul care este redat acum..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Configurați afișajul · Configurați sunetul · Configurați accesul la Internet · Configurați economisirea energiei electrice· Configurați jurnalizarea" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Informații PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Informații de procesare player" diff --git a/addons/skin.estouchy/language/resource.language.ru_ru/strings.po b/addons/skin.estouchy/language/resource.language.ru_ru/strings.po deleted file mode 100644 index 497178367c9e5..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ru_ru/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-12-26 02:05+0000\n" -"Last-Translator: Andrei Stepanov \n" -"Language-Team: Russian \n" -"Language: ru_ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -"X-Generator: Weblate 4.15\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Обложка для устройств с сенсорным экраном" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Обложка предназначена для использования на устройствах с сенсорным экраном, таких как планшеты и смартфоны" - -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 "#31009" -msgid "Working..." -msgstr "Подождите…" - -msgctxt "#31011" -msgid "Recent" -msgstr "Последнее" - -msgctxt "#31013" -msgid "Movies" -msgstr "Фильмы" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Серии" - -msgctxt "#31015" -msgid "Player info" -msgstr "Информация об игроке" - -msgctxt "#31016" -msgid "Albums" -msgstr "Альбомы" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Проигрыватель" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Видеодекодер" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Формат пикселей" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Использование памяти" - -msgctxt "#31024" -msgid "Page" -msgstr "страница" - -msgctxt "#31030" -msgid "Info List" -msgstr "Список" - -msgctxt "#31038" -msgid "Login" -msgstr "Логин" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Обновлено:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ПАУЗА" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ПЕРЕМОТКА ВПЕРЕД" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ПЕРЕМОТКА НАЗАД" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "Использование памяти:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Последний вход" - -msgctxt "#31322" -msgid "Aired" -msgstr "Премьера" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Видео меню" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Загрузить субтитры" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Настройка и управление службами общего доступа к мультимедиа · Настройка и управление службой погоды" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Настроить дисплей · Настроить аудио · Настроить интернет-доступ · Настроить энергосбережение · Настроить журналирование" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Управление дополнениями · Поиск и установка дополнений с kodi.tv · Настройки дополнений" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Настроить действия, которые можно использовать во время воспроизведения · Настроить способ воспроизведения медиаданных" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Настройка источников библиотеки · Отображение содержимого · Настройка навигации по библиотеке" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Настроить внешний вид · Настроить регион · Настроить управление · Настроить хранитель экрана · Настроить блокировку" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Настройка профилей · Установка параметров блокировки · Отображение экрана входа в систему" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Отображение информации о системе · Отчет по оборудованию · Проверка доступности хранилища · Просмотр конфигурации сети" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Выберите профиль пользователя Kodi,[CR]чтобы войти в систему" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Главное меню" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Домашние дополнения" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Варианты фона" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Ярлыки дополнений" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -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 "Показать удаленное" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Видеокодек" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Разрешение видео" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Соотношение сторон видео" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Битрейт видео" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Аудиокодек" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Аудиоканалы" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Битрейт аудио" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Разрешение экрана" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Скорость отрисовки системы" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Использование ЦП системы" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Медиа" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Система" - -msgctxt "#31900" -msgid "First Run" -msgstr "Первый запуск" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Есть две вещи, которые нужно знать о навигации Estouchy" - -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 "Логотип Kodi функционирует как кнопка «Домой». Всякий раз, когда вы касаетесь его, вы будете возвращены на главный экран." - -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 "Сейчас играет название..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Настройка экрана · Настройка звука · Настройка сети · Настройка электропитания · Настройка журнала событий" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Сведения PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Сведения о проигрывателе" diff --git a/addons/skin.estouchy/language/resource.language.si_lk/strings.po b/addons/skin.estouchy/language/resource.language.si_lk/strings.po deleted file mode 100644 index 4a058c9dedb30..0000000000000 --- a/addons/skin.estouchy/language/resource.language.si_lk/strings.po +++ /dev/null @@ -1,453 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Sinhala (Sri Lanka) \n" -"Language: si_lk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31013" -msgid "Movies" -msgstr "චිත්‍රපට" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "ඇල්බමය" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "පද්ධතිය" - -# empty strings from id 31566 to 31899 -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/resource.language.sk_sk/strings.po b/addons/skin.estouchy/language/resource.language.sk_sk/strings.po deleted file mode 100644 index b941bd61a83ed..0000000000000 --- a/addons/skin.estouchy/language/resource.language.sk_sk/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-09-14 18:32+0000\n" -"Last-Translator: Jose Riha \n" -"Language-Team: Slovak \n" -"Language: sk_sk\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -"X-Generator: Weblate 5.0.1\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Grafický vzhľad pre zariadenia s dotykovým displejom" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Grafický vzhľad určený pre použitie na dotykových zariadeniach ako sú tablety alebo mobilné telefóny" - -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 "#31009" -msgid "Working..." -msgstr "Pracuje sa..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Nedávne" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmy" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Epizódy" - -msgctxt "#31015" -msgid "Player info" -msgstr "Informácie o prehrávači" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumy" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Prehrávač" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Dekodér videa" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Formát pixelu" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Využitie systémovej pamäte" - -msgctxt "#31024" -msgid "Page" -msgstr "Strana" - -msgctxt "#31030" -msgid "Info List" -msgstr "Zoznam informácií" - -msgctxt "#31038" -msgid "Login" -msgstr "Prihlasovavie meno" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Aktualizované:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Vybrať + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Vybrať + Štart" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUZA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "RÝCHLO VPRED" - -msgctxt "#31045" -msgid "REWIND" -msgstr "SPÄŤ" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Rýchlosť prehrávania" - -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 "#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 "System Memory Used:" -msgstr "Použitá systémová pamäť:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Posledný prihlásený" - -msgctxt "#31322" -msgid "Aired" -msgstr "Vysielané" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video menu" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Stiahnuť titulky" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Konfigurovať a spravovať služby pre zdieľanie médií · Konfigurovať a spravovať službu pre počasie" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Konfigurovať obrazovku · Konfigurovať zvuk · Konfigurovať prístup k internetu · Konfigurovať úsporný režim · Konfigurovať záznam udalostí" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Správa nainštalovaných doplnkov · Prezeranie a inštalácia doplnkov z kodi.tv · Úprava nastavení doplnkov" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Konfigurovať akcie, ktoré je možné použiť počas prehrávania · Konfigurovať ako sa má prehrávať mediálny obsah" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Konfigurovať zdroje knižnice · Zobraziť obsah zobrazenia zoznamov médií · Konfigurovať spôsob navigácie v zoznamoch knižnice" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Konfigurovať vzhľad · Konfigurovať región · Konfigurovať ovládanie · Konfigurovať šetrič obrazovky · Konfigurovať hlavný zámok" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Konfigurovať vaše profily · Nastaviť možnosti uzamknutia · Zapnúť prihlasovaciu obrazovku" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Zobraziť systémové informácie · Štatistika hardvéru · Kontrolovať dostupnosť úložného priestoru · Zobraziť konfiguráciu siete" - -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 "#31548" -msgid "Home menu" -msgstr "Domovské menu" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Domovské doplnky" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Pozadia" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Odkaz Rozšírení" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNCHRONIZOVAŤ" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Použiť vlastné pozadie" - -msgctxt "#31554" -msgid "Background:" -msgstr "Pozadie:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Upraviť nastavenia TV · Zmeniť informácie na celej obrazovke · Spravovať nastavenia údajov EPG" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Živé TV vysielanie" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Skyť video v pozadí" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Skryť vizualizačné pozadie" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Nastavenia kanálov" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Dostupné skupiny" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Ukázať skryté" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Ukázať vymazané" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Kodek videa" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Rozlíšenie videa" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Video aspekt" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Prenosová rýchlosť videa" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Kodek audia" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Audio kanály" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Prenosová rýchlosť zvuku" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Rozlíšenie obrazovky" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Rýchlosť vykresľovania systému" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Vyťaženie systémového procesora" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Média" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Systém" - -msgctxt "#31900" -msgid "First Run" -msgstr "Prvé spustenie" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "O navigácii v Estouchy musíte vedieť dve veci" - -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 "Logo Kodi funguje ako tlačidlo „DOMOV“. Kedykoľvek sa ho dotknete, zobrazí sa domovská obrazovka." - -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 "Počas prehrávania zvuku alebo videa sa v hornej časti obrazovky zobrazí názov prehrávaného prvku. Ak sa ho dotknete, aktivujete vizualizáciu na celej obrazovke alebo okno s prehrávaním videa." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Práve sa prehráva titul..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Konfigurovať obrazovku · Konfigurovať zvuk · Konfigurovať prístup k internetu · Konfigurovať úsporný režim· Konfigurovať záznam udalostí" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Informácie o PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Informácie o procese prehrávača" diff --git a/addons/skin.estouchy/language/resource.language.sl_si/strings.po b/addons/skin.estouchy/language/resource.language.sl_si/strings.po deleted file mode 100644 index fd98b1e9fd0d0..0000000000000 --- a/addons/skin.estouchy/language/resource.language.sl_si/strings.po +++ /dev/null @@ -1,430 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-09-18 09:16+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Slovenian \n" -"Language: sl_si\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" -"X-Generator: Weblate 4.14.1\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "#31009" -msgid "Working..." -msgstr "Prosim, po?akajte..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "Nedavno" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmi" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Epizod" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumi" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Predvajalnik" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Odkodirnik slike" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Oblika točke" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Page" - -msgctxt "#31030" -msgid "Info List" -msgstr "Seznam" - -msgctxt "#31038" -msgid "Login" -msgstr "Prijava" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PREKINITEV" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "PREVIJANJE NAPREJ" - -msgctxt "#31045" -msgid "REWIND" -msgstr "NAZAJ" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Hitrost predvajanja" - -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 "#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" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Zadnja prijava" - -msgctxt "#31322" -msgid "Aired" -msgstr "Predvajano" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Filmski menu" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Prenesi podnapise" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletekst" - -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" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -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" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Ozadja" - -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" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Slikovni kodek" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Ločljivost slike" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Razmerje slike" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Bitna hitrost slike" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Zvočni kodek" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Zvočni kanali" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Bitna hitrost zvoka" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Ločljivost zaslona" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Hitrost sistemskega izrisovanja" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Raba sistemske CPE" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Predstavne vsebine" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistem" - -# empty strings from id 31566 to 31899 -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/resource.language.sq_al/strings.po b/addons/skin.estouchy/language/resource.language.sq_al/strings.po deleted file mode 100644 index b002ae56ed898..0000000000000 --- a/addons/skin.estouchy/language/resource.language.sq_al/strings.po +++ /dev/null @@ -1,432 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-02-26 16:13+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Albanian \n" -"Language: sq_al\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "#31009" -msgid "Working..." -msgstr "Në Funksionim..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filma" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Episodet" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumet" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Faqe" - -msgctxt "#31030" -msgid "Info List" -msgstr "Lista Info" - -# empty strings from id 31031 to 31037 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUZUAR" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "PËRSHPEJTO" - -msgctxt "#31045" -msgid "REWIND" -msgstr "RIKTHE" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -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 playlist’ën" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Mbyll playlist’ën" - -msgctxt "#31058" -msgid "System music files" -msgstr "Skeda muzikore të sistemit" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Lista dëgjimi aktuale" - -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" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "I Loguar së Fundmi" - -msgctxt "#31322" -msgid "Aired" -msgstr "Në Transmetim" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu Vidjo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Shkarko Titra" - -# empty string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Zgjedho Kodi profilin [CR]për të rregjistruar dhe vazhdo" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Sfondet" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Shkurtore së Shtuesit" - -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 "Live 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 "Shto Grup" - -msgctxt "#31562" -msgid "Rename Group" -msgstr "Riemro Grupet" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Fshij Grupet" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Audio-kanalet" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistemi" - -# empty strings from id 31566 to 31899 -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/resource.language.sr_rs/strings.po b/addons/skin.estouchy/language/resource.language.sr_rs/strings.po deleted file mode 100644 index 4e89a75ff2661..0000000000000 --- a/addons/skin.estouchy/language/resource.language.sr_rs/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Serbian \n" -"Language: sr_rs\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\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" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Маска за уређаје са екраном осетљивим на додир" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Маска дизајнирана да би била коришћена на уређајима са екранима осетљивим на додир као што су таблети и паметни телефони" - -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 "#31009" -msgid "Working..." -msgstr "Обрада..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Скорашње" - -msgctxt "#31013" -msgid "Movies" -msgstr "Филмови" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Епизоде" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Албуми" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Уређај за репродукцију" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Видео декодер" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Облик приказа пиксела" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Коришћење меморије система" - -msgctxt "#31024" -msgid "Page" -msgstr "Страна" - -msgctxt "#31030" -msgid "Info List" -msgstr "Листа Информација" - -msgctxt "#31038" -msgid "Login" -msgstr "Пријава" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Ажурирано:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ПАУЗИРАНО" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ПРЕМОТАВАЊЕ УНАПРЕД" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ПРЕМОТАВАЊЕ УНАЗАД" - -msgctxt "#31046" -msgid "Play speed" -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 "#31200" -msgid "Back" -msgstr "Назад" - -msgctxt "#31201" -msgid "Location" -msgstr "Локација" - -msgctxt "#31202" -msgid "View" -msgstr "Приказ" - -msgctxt "#31300" -msgid "Current Temp" -msgstr "Тренутна Tемпература" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Последње Aжурирање" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Провајдер података" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Искоришћеност меморије система:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Последња Пријава" - -msgctxt "#31322" -msgid "Aired" -msgstr "Емитовано" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Видео Мени" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Преузми титлове" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Подесите & управљајте сервисима дељења медија · Подесите & управљајте сервисом временске прогнозе" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Подесите приказ · Подесите аудио · Подесите приступ интернету · Подесите уштеду енергије · Подесите евидентирање" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Управљајте вашим инсталираним додатним програмима · Потражите и инсталирајте додатне програме са kodi.tv - Промените подешавања додатних програма" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Подесите акције које се могу користити током репродукције · Подесите како се медијски садржаји репродукују" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Подесите изворе библиотеке · Прикажи садржај приказивања медијских листи · Подесите како се врши навигација листа библиотеке" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Подесите маску · Подесите регион · Подесите контролу · Подесите чувара екрана · Подесите главно закључавање" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Подесите ваше профиле · Поставите опције закључавања · Активирајте екран за пријаву" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Прикажи системске информације · Хардверска статистика · Провери доступност складишта · Погледај конфигурацију мреже" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Одаберите ваш Kodi кориснички Профил[CR]за пријаву, а потом наставите даље" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Главни мени" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Додатни програми главног екрана" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Позадине" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Пречица Додатног Програма" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -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 "Прикажи избрисано" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Видео кодек" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Резолуција видеа" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Формат слике видеа" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Аудио кодек" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Аудио канали" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Резолуција екрана" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Системско коришћење CPU" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Медији" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Систем" - -msgctxt "#31900" -msgid "First Run" -msgstr "Прво покретање" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Постоје две ствари које треба знати о навигацији у Estouchy" - -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 "Kodi лого функционише као 'ГЛАВНИ' тастер. Кад год га додирнете, бићете одведени на главни екран." - -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 "Назив Сада Пуштено..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Подесите приказ · Подесите аудио · Подесите приступ интернету · Подесите уштеду енергије · Подесите евидентирање" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR информације" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Информације процеса уређаја за репродукцију" diff --git a/addons/skin.estouchy/language/resource.language.sr_rs@latin/strings.po b/addons/skin.estouchy/language/resource.language.sr_rs@latin/strings.po deleted file mode 100644 index 53e82074f1a10..0000000000000 --- a/addons/skin.estouchy/language/resource.language.sr_rs@latin/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Serbian (latin) \n" -"Language: sr_rs@latin\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\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" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Maska za uređaje sa ekranom osetljivim na dodir" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Maska dizajnirana da bi bila korišćena na uređajima sa ekranima osetljivim na dodir kao što su tableti i pametni telefoni" - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Audio Podešavanja" - -msgctxt "#31003" -msgid "IP" -msgstr "IP" - -msgctxt "#31004" -msgid "Caps[CR]Lock" -msgstr "Veličina[CR]Slova" - -msgctxt "#31005" -msgid "Visualization Options" -msgstr "Opcije Vizuelizacije" - -msgctxt "#31006" -msgid "Visualization Presets" -msgstr "Unapred Zadate Vizualizacije" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Meni Opcija" - -msgctxt "#31009" -msgid "Working..." -msgstr "Obrada..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Skorašnje" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmovi" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Epizode" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albumi" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Uređaj za reprodukciju" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Video dekoder" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Oblik prikaza piksela" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Korišćenje memorije sistema" - -msgctxt "#31024" -msgid "Page" -msgstr "Strana" - -msgctxt "#31030" -msgid "Info List" -msgstr "Lista Informacija" - -msgctxt "#31038" -msgid "Login" -msgstr "Prijava" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Ažurirano:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUZIRANO" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "PREMOTAVANjE UNAPRED" - -msgctxt "#31045" -msgid "REWIND" -msgstr "PREMOTAVANjE UNAZAD" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Brzina reprodukcije" - -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 listu za reprodukciju" - -msgctxt "#31056" -msgid "Save playlist" -msgstr "Sačuvaj listu za reprodukciju" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Zatvori listu za reprodukciju" - -msgctxt "#31058" -msgid "System music files" -msgstr "Sistemske muzičke datoteke" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Trenutna lista za reprodukciju" - -msgctxt "#31200" -msgid "Back" -msgstr "Nazad" - -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 "#31303" -msgid "Data provider" -msgstr "Provajder podataka" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Iskorišćenost memorije sistema:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Poslednja prijava" - -msgctxt "#31322" -msgid "Aired" -msgstr "Emitovano" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video Meni" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Preuzmi titlove" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletekst" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Podrazumevana maska" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Zasnovano na Arialu" - -msgctxt "#31400" -msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" -msgstr "Promenite masku · Postavite jezik i regiju - Promenite opcije izlistavanja datoteka - Postavite čuvara ekrana" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Podesite & upravljajte servisima deljenja medija · Podesite & upravljajte servisom vremenske prognoze" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Podesite prikaz · Podesite audio · Podesite pristup internetu · Podesite uštedu energije · Podesite evidentiranje" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Upravljajte vašim instaliranim dodatnim programima · Potražite i instalirajte dodatne programe sa kodi.tv - Promenite podešavanja dodatnih programa" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Podesite akcije koje se mogu koristiti tokom reprodukcije · Podesite kako se medijski sadržaji reprodukuju" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Podesite izvore biblioteke · Prikaži sadržaj prikazivanja medijskih listi · Podesite kako se vrši navigacija lista biblioteke" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Podesite masku · Podesite region · Podesite kontrolu · Podesite čuvara ekrana · Podesite glavno zaključavanje" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Podesite vaše profile · Postavite opcije zaključavanja · Aktivirajte ekran za prijavu" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Prikaži sistemske informacije · Hardverska statistika · Proveri dostupnost skladišta · Pogledaj konfiguraciju mreže" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Odaberite vaš Kodi korisnički Profil[CR]za prijavu, a potom nastavite dalje" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Glavni meni" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Dodatni programi glavnog ekrana" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Pozadine" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Prečica Dodatnog Programa" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Koristi Prilagoćenu Pozadinu" - -msgctxt "#31554" -msgid "Background:" -msgstr "Pozadina:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Podesite TV podešavanja - Promenite informacije celog ekrana · Upravljajte podešavanjima EPG podataka" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Телевизија уживо" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Sakrij video pozadinu" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Sakrij vizuelizaciju u pozadini" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Podešavanja kanala" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Dostupne grupe" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Prikaži skriveno" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Prikaži izbrisano" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Video kodek" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Rezolucija videa" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Format slike videa" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Audio kodek" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Audio kanali" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Rezolucija ekrana" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Sistemsko korišćenje CPU" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Mediji" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistem" - -msgctxt "#31900" -msgid "First Run" -msgstr "Prvo pokretanje" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Postoje dve stvari koje treba znati o navigaciji u Estouchy" - -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 "Kodi logo funkcioniše kao 'GLAVNI' taster. Kad god ga dodirnete, bićete odvedeni na glavni ekran." - -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 "Kada puštate audio ili video, naziv stavke će se pojaviti na vrhu ekrana. Ako ga dodirnete odvešće vas do vizuelizacije preko celog ekrana ili video prozora." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Naziv Sada Pušteno..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Podesite prikaz · Podesite audio · Podesite pristup internetu · Podesite uštedu energije · Podesite evidentiranje" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR informacije" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Informacije procesa uređaja za reprodukciju" diff --git a/addons/skin.estouchy/language/resource.language.sv_se/strings.po b/addons/skin.estouchy/language/resource.language.sv_se/strings.po deleted file mode 100644 index 6caa7f29beb46..0000000000000 --- a/addons/skin.estouchy/language/resource.language.sv_se/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-10-22 16:54+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Swedish \n" -"Language: sv_se\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.0.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skal för enheter med pekskärm" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skal avsedd att användas på enheter med pekskärm som surfplattor och smarttelefoner" - -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 "#31009" -msgid "Working..." -msgstr "Arbetar..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Nyligen" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmer" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Avsnitt" - -msgctxt "#31015" -msgid "Player info" -msgstr "Spelarinfo" - -msgctxt "#31016" -msgid "Albums" -msgstr "Album" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Spelare" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Videoavkodare" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Pixelformat" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Systemets minnesanvändning" - -msgctxt "#31024" -msgid "Page" -msgstr "Sida" - -msgctxt "#31030" -msgid "Info List" -msgstr "Infolista" - -msgctxt "#31038" -msgid "Login" -msgstr "Logga in" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Uppdaterad:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUSAD" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "SPOLA FRAMÅT" - -msgctxt "#31045" -msgid "REWIND" -msgstr "SPOLA BAKÅT" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Uppspelningshastighet" - -msgctxt "#31049" -msgid "End Time" -msgstr "Sluttid" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Sortering: Stigande" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Sortering: 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 "#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 "Senast uppdaterad" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Dataleverantör" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Systemets minnesanvändning:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Senast inloggad" - -msgctxt "#31322" -msgid "Aired" -msgstr "Sänt" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Videomeny" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Hämta undertexter" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Text-tv" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Skalets standardvärde" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Konfigurera & hantera delningstjänster för media · Konfigurera & hantera vädertjänsten" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Konfigurera skärmen · Konfigurera ljud · Konfigurera internetåtkomst · Konfigurera energialternativ · Konfigurera loggning" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Hantera dina installerade tillägg · Bläddra efter och installera tillägg från kodi.tv · Ställ in tilläggsinställningar" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Konfigurera åtgärder som kan användas under uppspelning · Konfigurera hur mediainnehåll spelas" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Konfigurera bibliotekskällor · Visa medialistor displayinnehåll · Konfigurera hur bibliotekslistor navigeras" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Konfigurera skal · Konfigurera plats · Konfigurera kontroll · Konfigurera skärmsläckare · Konfigurera huvudlåset" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Konfigurera profiler · Ange låsalternativ · Aktivera inloggningsskärmen" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Visa systeminformation · Hårdvarustatistik · Kontrollera lagringstillgängligheten · Visa nätverkskonfiguration" - -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 "#31548" -msgid "Home menu" -msgstr "Hem meny" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Hem Tillägg" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Bakgrunder" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Tilläggsgenväg" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNKRONISERA" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Använd en anpassad bakgrund" - -msgctxt "#31554" -msgid "Background:" -msgstr "Bakgrund:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Konfigurera tv-inställningar · Ändra helskärmsinformation · Hantera EPG datainställningar" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Live-TV" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Dölj videobakgrund" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Dölj visualisering bakgrund" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Kanal-inställningar" - -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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Visa dolda" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Visa borttagna" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Videocodec" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Videoupplösning" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Bildförhållande" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Video överföringshastighet" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Ljudcodec" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Ljudkanaler" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Ljud överföringshastighet" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Skärmupplösning" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Systemets renderingshastighet" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Systemets CPU-användning" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "System" - -msgctxt "#31900" -msgid "First Run" -msgstr "Första körningen" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Det finns två saker att veta om navigering i Estouchy" - -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 "Kodi loggan fungerar som en \"HEM\"-knapp. När du trycker på den, kommer du att tas tillbaka till startskärmen." - -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 "När du spelar upp ljud eller video, kommer objektets titel visas högst upp på skärmen. Genom att trycka på den kommer det att ta dig till helskärmsvisualisering eller videofönstret." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Nu spelas titel..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Konfigurera skärmen · Konfigurera ljud · Konfigurera internetåtkomst · Konfigurera energialternativ · Konfigurera loggning" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR-info" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Spelarprocessinfo" diff --git a/addons/skin.estouchy/language/resource.language.szl/strings.po b/addons/skin.estouchy/language/resource.language.szl/strings.po deleted file mode 100644 index d44c4621e5586..0000000000000 --- a/addons/skin.estouchy/language/resource.language.szl/strings.po +++ /dev/null @@ -1,439 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Silesian \n" -"Language: szl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Skōra dlŏ maszin z tykowym ekranym" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Skōra dlŏ maszin ze tykowym ekranym, jak tablety i smartfōny." - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Sztelōnki klangu" - -msgctxt "#31003" -msgid "IP" -msgstr "IP" - -msgctxt "#31004" -msgid "Caps[CR]Lock" -msgstr "Caps[CR]Lock" - -msgctxt "#31005" -msgid "Visualization Options" -msgstr "Ôpcyje wizualizacyje" - -msgctxt "#31006" -msgid "Visualization Presets" -msgstr "Sdefiniowane szablōny wizualizacyje" - -msgctxt "#31007" -msgid "Context Menu" -msgstr "Myni kōntekstowe" - -msgctxt "#31009" -msgid "Working..." -msgstr "Przetwŏrzanie..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Nŏjnowsze" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmy" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Party" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albōmy" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Ôdgrowocz" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Dekoder wideo" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Format piksela" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Zajta" - -msgctxt "#31030" -msgid "Info List" -msgstr "Wykŏz informacyji" - -msgctxt "#31038" -msgid "Login" -msgstr "Wloguj" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Zaktualizowano było:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "PAUZA" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "DO PRZODKU" - -msgctxt "#31045" -msgid "REWIND" -msgstr "NAZŎD" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Gibkość ôdtwŏrzaniŏ" - -msgctxt "#31049" -msgid "End Time" -msgstr "Kōniec ô" - -msgctxt "#31050" -msgid "Sort: Ascending" -msgstr "Zortowanie: ôd nŏjmyńszych" - -msgctxt "#31051" -msgid "Sort: Descending" -msgstr "Zortowanie: ôd nŏjsrogszych" - -msgctxt "#31055" -msgid "Open playlist" -msgstr "Ôdewrzij playlistã" - -msgctxt "#31056" -msgid "Save playlist" -msgstr "Spamiyntej playlistã" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Zawrzij playlistã" - -msgctxt "#31058" -msgid "System music files" -msgstr "Dostympne w systymie zbiory muzyczne" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Terŏźnŏ playlista" - -msgctxt "#31200" -msgid "Back" -msgstr "Nazŏd" - -msgctxt "#31201" -msgid "Location" -msgstr "Plac" - -msgctxt "#31202" -msgid "View" -msgstr "Przeziyrej" - -msgctxt "#31300" -msgid "Current Temp" -msgstr "Tymperatura" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Ôstatniŏ aktualizacyjŏ" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Liferant datōw" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Ôstatnio wlogowany" - -msgctxt "#31322" -msgid "Aired" -msgstr "Emisyjŏ" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Myni wideo" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Sebier podnapisy" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletekst" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Wychodne dlŏ skōry" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Podane na Arial" - -msgctxt "#31400" -msgid "Change the skin · Set language and region · Change file listing options · Set up a screensaver" -msgstr "Ôbiōr skōry · Sztelōnki regiōnalne · Wykŏzy zbiorōw · Wygŏszŏcz ekranu" - -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Kōnfiguracyjŏ i reskyrowanie posugami udostympnianiŏ · Kōnfiguracyjŏ i reskyrowanie posugōm informacyji pogodowych" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Kōnfiguracyjŏ ôbrŏzu · Kōnfiguracyjŏ klangu · Kōnfiguracyjŏ dostympu do Internetu · Kōnfiguracyjŏ szpŏrowaniŏ ynergije · Kōnfiguracyjŏ diagnostyki" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Reskyrowanie zainstalowanymi przidŏwkami · Przeziyranie i instalowanie przidŏwkōw · Sztelōnki przidŏwkōw" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Kōnfiguracyjŏ dostympnych funkcyji ôdegrowŏcza · Kōnfiguracyjŏ ôdtwŏrzaniŏ mydiōw" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Kōnfiguracyjŏ źrōdeł bibliŏtyki · Kōnfiguracyjŏ pokozŏwaniŏ zawartości · Kōnfiguracyjŏ przeziyraniŏ multimydiōw" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Kōnfiguracyjŏ skōry · Kōnfiguracyjŏ regiōnu · Kōnfiguracyjŏ sterowaniŏ · Kōnfiguracyjŏ wygŏszŏcza · Kōnfiguracyjŏ dostympu" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Kōnfiguracyjŏ profilōw · Sztelōnki dostympu · Aktywacyjŏ ekranu logowaniŏ" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Informacyje ô systymie · Statystyki masziny · Dostympne przestrzyństwo dyskowe · Pokŏzanie necowyj kōnfiguracyje" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Ôbier profil używŏcza[CR]do wlogowaniŏ, coby kōntynuować" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Tła" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Przima do przidŏwka" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNCHRŌNIZACYJŎ" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Używej niystandardowygo zadku" - -msgctxt "#31554" -msgid "Background:" -msgstr "Zadek:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "Kōnfiguracyjŏ telewizyje · Myni ekranowe · Ôkludzŏcz programōw · Nagrowanie" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Telewizyjŏ" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "Chrōniej ôdtwŏrzane wideo na zadku interfejsu" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Chrōniej zadek wizualizacyje" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Sztelōnki kanałōw" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Dostympne skupiny" - -msgctxt "#31561" -msgid "Add Group" -msgstr "Przidej skupinã" - -msgctxt "#31562" -msgid "Rename Group" -msgstr "Przemianuj skupinã" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Uchrōń skupinã" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Ukŏzuj skryte" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Ukŏzuj uchrōniōne" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Kodek wideo" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Ôzdzielczość wideo" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Proporcyje ôbrazu" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Kodek audio" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Kanały audio" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Ôzdzielczość ekranu" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Mydia" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Systym" - -msgctxt "#31900" -msgid "First Run" -msgstr "Piyrsze sztartniyńcie" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Musisz wiydzieć dwie rzeczy ô nawigacyji we Estouchy" - -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 "Logo Kodi funkcjōniyruje za knefel 'Sztart'. Kej ino go naciśniesz, przejdziesz do przodnigo ekranu." - -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 "Przi ôdtwŏrzaniu muzyki lebo wideo, tytuł pozycyje bydzie pokŏzowany na gōrze ekranu. Jeźli go tykniesz, bydziesz przejdziesz połnoekranowyj wizualizacyje lebo ôkna wideo." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Terŏz ôdtwŏrzane..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Kōnfiguracyjŏ ôbrŏzu · Kōnfiguracyjŏ klangu · Kōnfiguracyjŏ dostympu do Internetu · Kōnfiguracyjŏ szpŏrowaniŏ ynergije · Kōnfiguracyjŏ diagnostyki" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Ô telewizyji" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Ô ôdegrowoczu" diff --git a/addons/skin.estouchy/language/resource.language.ta_in/strings.po b/addons/skin.estouchy/language/resource.language.ta_in/strings.po deleted file mode 100644 index bbd3b09cd8bb7..0000000000000 --- a/addons/skin.estouchy/language/resource.language.ta_in/strings.po +++ /dev/null @@ -1,431 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Tamil (India) \n" -"Language: ta_in\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "#31009" -msgid "Working..." -msgstr "சற்று காத்திருக்கவும்..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "திரைப்படங்கள்" - -msgctxt "#31014" -msgid "Episodes" -msgstr "அத்தியாயங்கள்" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "ஆல்பங்கள்" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "பக்கம்" - -msgctxt "#31030" -msgid "Info List" -msgstr "தகவல் பட்டியல்" - -msgctxt "#31038" -msgid "Login" -msgstr "புகுபதிகை" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "இடைநிறுத்தம்" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "முன்சுற்று" - -msgctxt "#31045" -msgid "REWIND" -msgstr "பின்சுற்று" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "தரவு வழங்குநர்" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "கடைசியாக உள்நுழைந்தது" - -msgctxt "#31322" -msgid "Aired" -msgstr "வாசிக்கப்பட்டுள்ளது" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "நிகழ்பட மெனு" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "துணைத்தலைப்பை பதிவிறக்கு" - -# empty string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 "தோல் மாற்ற · மொழி மற்றும் பிராந்தியம் அமைக்க · கோப்பு பட்டியல் விருப்பங்களை மாற்ற · திரை காப்பான் அமைக்க" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "உங்கள் Kodi பயனர் விவரங்களை தேர்வுசெய்து[CR]உள்நுழைய தொடரச்செய்யவும்" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "கணிணி" - -# empty strings from id 31566 to 31899 -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/resource.language.te_in/strings.po b/addons/skin.estouchy/language/resource.language.te_in/strings.po deleted file mode 100644 index ae4f61ee7d9d1..0000000000000 --- a/addons/skin.estouchy/language/resource.language.te_in/strings.po +++ /dev/null @@ -1,454 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Telugu (India) \n" -"Language: te_in\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 -msgctxt "#31013" -msgid "Movies" -msgstr "" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "ఆల్బమ్లు" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 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 -msgctxt "#31038" -msgid "Login" -msgstr "" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "" - -# empty strings from id 31566 to 31899 -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/resource.language.tg_tj/strings.po b/addons/skin.estouchy/language/resource.language.tg_tj/strings.po deleted file mode 100644 index 90ad286b673a1..0000000000000 --- a/addons/skin.estouchy/language/resource.language.tg_tj/strings.po +++ /dev/null @@ -1,439 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Tajik \n" -"Language: tg_tj\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31009" -msgid "Working..." -msgstr "Дар ҳоли иҷро..." - -# empty string with id 31010 -msgctxt "#31011" -msgid "Recent" -msgstr "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Филмҳо" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Эпизодҳо" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Албомҳо" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -msgctxt "#31024" -msgid "Page" -msgstr "Саҳифа" - -# empty strings from id 31025 to 31029 -# ViewType labels -msgctxt "#31030" -msgid "Info List" -msgstr "" - -msgctxt "#31038" -msgid "Login" -msgstr "Вуруд" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ТАВАҚҚУФШУДА" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "БАСУРЪАТ БА ПЕШ ГАРДОНИДАНИ РОҲЧА" - -msgctxt "#31045" -msgid "REWIND" -msgstr "БА АҚИБ БУРДАН" - -msgctxt "#31046" -msgid "Play speed" -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 "Рӯйхати пахши ҷорӣ" - -# empty strings from id 31060 to 31199 -# Submenu labels -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 "Провайдери иттилоотӣ" - -# empty strings from id 31304 to 31308 -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Воридшавии охирин" - -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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Пӯсти пешфарз" - -msgctxt "#31391" -msgid "Arial based" -msgstr "Дар асоси шрифти Arial" - -# 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Барои ворид шудан ва идома додан[CR]профили корбари Kodi-ро интихоб кунед" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Media" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Система" - -# empty strings from id 31566 to 31899 -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/resource.language.th_th/strings.po b/addons/skin.estouchy/language/resource.language.th_th/strings.po deleted file mode 100644 index 754aeb9e47460..0000000000000 --- a/addons/skin.estouchy/language/resource.language.th_th/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Thai \n" -"Language: th_th\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "หน้าตาสำหรับอุปกรณ์สัมผัส" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "หน้าตาที่ออกแบบมาเพื่อใช้งานบนอุปกรณ์หน้าจอสัมผัส เช่น แท็บเล็ตและสมาร์ทโฟน" - -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 "#31009" -msgid "Working..." -msgstr "ทำงานอยู่..." - -msgctxt "#31011" -msgid "Recent" -msgstr "ล่าสุด" - -msgctxt "#31013" -msgid "Movies" -msgstr "ภาพยนตร์" - -msgctxt "#31014" -msgid "Episodes" -msgstr "ตอน" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "อัลบั้ม" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "ตัวเล่น" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "ตัวถอดรหัสวิดีโอ" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "รูปแบบพิกเซล" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "หน่วยความจำของระบบที่ใช้" - -msgctxt "#31024" -msgid "Page" -msgstr "หน้า" - -msgctxt "#31030" -msgid "Info List" -msgstr "ข้อมูล รายชื่อ" - -msgctxt "#31038" -msgid "Login" -msgstr "ลงชื่อเข้าใช้" - -msgctxt "#31039" -msgid "Updated:" -msgstr "อัพเดต:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "หยุดชั่วขณะ" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ไปหน้าแบบเร็ว" - -msgctxt "#31045" -msgid "REWIND" -msgstr "เล่นกลับเร็ว" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "หน่วยความจำของระบบที่ใช้:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "เข้าสู่ระบบ ล่าสุด" - -msgctxt "#31322" -msgid "Aired" -msgstr "ออกอากาศ" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "เมนู วิดีโอ" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "ดาวน์โหลด คำบรรยาย" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "การกำหนดค่า & จัดการบริการแบ่งปันสื่อ · การกำหนดค่า & จัดการบริการสภาพอากาศ" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "การกำหนดค่าการแสดงผล · การกำหนดค่าเสียง · กำหนดค่าการเข้าถึงอินเทอร์เน็ต · กำหนดค่าการประหยัดพลังงาน · กำหนดค่าการเข้าสู่ระบบ" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "จัดการส่วนเสริมที่ติดตั้งของคุณ · เรียกดูและติดตั้งส่วนเสริม จาก kodi.tv · ปรับเปลี่ยนการตั้งค่าส่วนเสริม" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "กำหนดค่าการทำงาน ที่นำมาใช้ได้ในระหว่างการเล่น · กำหนดค่าวิธีที่เนื้อหาของสื่อจะถูกเล่น" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "กำหนดค่าแหล่งคลังข้อมูล · แสดงรายการสื่อเสนอเนื้อหา · กำหนดค่าวิธีเรียกดูรายการของคลังข้อมูล" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "กำหนดค่าหน้าตา · กำหนดค่าภูมิภาค · กำหนดค่าการควบคุม - กำหนดค่าพักหน้าจอ · กำหนดค่าล็อคมาสเตอร์" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "กำหนดค่าโปรไฟล์ของคุณ · ตั้งค่าตัวเลือกการล็อค · เปิดใช้งานหน้าจอเข้าระบบ" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "แสดงผลข้อมูลระบบ · สถิติของฮาร์ดแวร์ · ตรวจสอบพื้นที่เก็บข้อมูลที่มี · ดูการกำหนดค่าเครือข่าย" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "เลือกโปรไฟล์ผู้ใช้ Kodi ของคุณ[CR]เพื่อเข้าระบบและดำเนินการต่อไป" - -msgctxt "#31548" -msgid "Home menu" -msgstr "เมนูหลัก" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "ส่วนเสริมหลัก" - -msgctxt "#31550" -msgid "Backgrounds" -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 "กำหนดการตั้งค่าทีวี · เปลี่ยนการแสดงข้อมูลเต็มหน้าจอ · จัดการตั้งค่าข้อมูล EPG" - -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 "แสดงที่ลบไป" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "ตัวแปลงสัญญาณวิดีโอ" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "ความละเอียดภาพยนต์" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "ลักษณะวิดีโอ" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "ตัวแปลงสัญญาณเสียง" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "ช่องเสียง" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "ความละเอียดหน้าจอ" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "การใช้งานซีพียูของระบบ" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "สื่อ" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "ระบบ" - -msgctxt "#31900" -msgid "First Run" -msgstr "เล่นครั้งแรก" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "มีสองสิ่งที่ต้องรู้เกี่ยวกับการใช้งาน Estouchy" - -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 "โลโก้ Kodi มีฟังก์ชั่นเป็นปุ่ม 'Home' เมื่อใดก็ตามที่คุณแตะคุณจะกลับไปยังหน้าจอหลัก" - -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 "ชื่อเรื่องที่กำลังเล่น..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "การกำหนดค่าการแสดงผล · การกำหนดค่าเสียง · กำหนดค่าการเข้าถึงอินเทอร์เน็ต · กำหนดค่าการประหยัดพลังงาน · กำหนดค่าการเข้าสู่ระบบ" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "ข้อมูล PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "ข้อมูลการดำเนินการของตัวเล่น" diff --git a/addons/skin.estouchy/language/resource.language.tr_tr/strings.po b/addons/skin.estouchy/language/resource.language.tr_tr/strings.po deleted file mode 100644 index 0ae9da11cd068..0000000000000 --- a/addons/skin.estouchy/language/resource.language.tr_tr/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-02-12 20:48+0000\n" -"Last-Translator: queeup \n" -"Language-Team: Turkish \n" -"Language: tr_tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Weblate 4.15.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Dokunmatik ekranlı aygıtlar için dış görünüm" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Bu dış görünüm tabletler ve akıllı telefonlar gibi dokunmatik ekranlı aygıtlarda kullanılmak üzere tasarlandı" - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Ses Ayarları" - -msgctxt "#31003" -msgid "IP" -msgstr "IP" - -msgctxt "#31004" -msgid "Caps[CR]Lock" -msgstr "Büyük Harf[CR]Kilidi" - -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 "İçerik Menüsü" - -msgctxt "#31009" -msgid "Working..." -msgstr "Çalışıyor..." - -msgctxt "#31011" -msgid "Recent" -msgstr "En Son" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmler" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Bölümler" - -msgctxt "#31015" -msgid "Player info" -msgstr "Yürütücü bilgisi" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albümler" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Oynatıcı" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Video kod çözücü" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Piksel biçimi" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Sistem bellek kullanımı" - -msgctxt "#31024" -msgid "Page" -msgstr "Sayfa" - -msgctxt "#31030" -msgid "Info List" -msgstr "Bilgi Listesi" - -msgctxt "#31038" -msgid "Login" -msgstr "Oturum Aç" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Güncellendi:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "DURAKLATILDI" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "İLERİ SAR" - -msgctxt "#31045" -msgid "REWIND" -msgstr "GERİ SAR" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Oynatma hızı" - -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 "#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 "System Memory Used:" -msgstr "Kullanılan Sistem Belleği:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Son Giriş Yapan" - -msgctxt "#31322" -msgid "Aired" -msgstr "Gösterim" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Video Menüsü" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Altyazıları İndir" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teleteks" - -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Medya paylaşımı hizmetlerini yapılandır ve yönet · Hava durumu hizmetini yapılandır ve yönet" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Görüntüyü yapılandırın · Sesi yapılandırın · İnternet erişimini yapılandırın · Güç tasarrufunu yapılandırın · Günlüğü yapılandırın" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Yüklü eklentilerinizi yönetin · kodi.tv sitesindeki uygulamalara gözatın ve yükleyin · Eklenti ayarlarını değiştirin" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Oynatım sırasında kullanılacak eylemleri yapılandırın · Medya içeriğinin nasıl oynatılacağını yapılandırın" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Kitaplık kaynaklarını yapılandırın · Medya listeleri içeriklerinin nasıl göstereceğini yapılandırın · Kitaplık listelerine nasıl gidileceğini yapılandırın" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Dış görünümü yapılandırın · Bölge ayarlarını yapılandırın · Denetim ayarlarını yapılandırın · Ekran koruyucuyu yapılandırın · Yönetici kilidini yapılandırın" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Profillerini yapılandır · Kilit seçeneklerini ayarla · Oturum açma ekranını etkinleştir" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Sistem bilgisini görüntüle · Donanım istatistikleri · Depolama kullanılabilirliğini kontrol edin · Ağ yapılandırmasını görüntüleyin" - -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 "#31548" -msgid "Home menu" -msgstr "Ana menü" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Ana Eklentiler" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Arka Planlar" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Eklenti Kısayolu" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Özel Arka Plan Kullan" - -msgctxt "#31554" -msgid "Background:" -msgstr "Arka plan:" - -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 "Arka plan videoyu gizle" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "Arka plan görselleştirmesini 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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Gizlileri göster" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "Silinenleri göster" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Video codec" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Video çözünürlüğü" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Video en boy oranı" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Video bit oranı" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Ses codec" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Ses kanalları" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Ses bit oranı" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Ekran çözünürlüğü" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Sistem işleme hızı" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Sistem CPU kullanımı" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Medya" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Sistem" - -msgctxt "#31900" -msgid "First Run" -msgstr "İlk Çalıştırma" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Estouchy'de gezinme hakkında bilmeniz gereken iki şey vardır" - -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 "Kodi logosu 'Giriş Sayfası' düğmesi olarak işlev görür. Logoya dokunduğunuz zaman giriş ekranına geri gidersiniz." - -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 "Ses veya video oynatılırken, oynatılan ögenin başlığı ekranın üst kısmında görünür. Buna dokunmak sizi tam ekran görsel öğeye veya video penceresine götürecektir." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "Şimdi Oynatılan Ögenin Başlığı..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Görüntüyü yapılandırın · Sesi yapılandırın · İnternet erişimini yapılandırın · Güç tasarrufunu yapılandırın · Günlüğü yapılandırın" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR bilgisi" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Yürütücü işlem bilgisi" diff --git a/addons/skin.estouchy/language/resource.language.uk_ua/strings.po b/addons/skin.estouchy/language/resource.language.uk_ua/strings.po deleted file mode 100644 index 9a7807aea15ec..0000000000000 --- a/addons/skin.estouchy/language/resource.language.uk_ua/strings.po +++ /dev/null @@ -1,437 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:26+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Ukrainian \n" -"Language: uk_ua\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Скін для сенсорних пристроїв" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Ця обкладинка призначена для пристроїв із сенсорним екраном, наприклад планшетів чи смартфонів" - -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 "#31009" -msgid "Working..." -msgstr "Зачекайте…" - -msgctxt "#31011" -msgid "Recent" -msgstr "Нещодавні" - -msgctxt "#31013" -msgid "Movies" -msgstr "Фільми" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Серії" - -msgctxt "#31015" -msgid "Player info" -msgstr "Інформація про гравця" - -msgctxt "#31016" -msgid "Albums" -msgstr "Альбоми" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Програвач" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Декодер відео" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Формат пікселів" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Використання пам'яті" - -msgctxt "#31024" -msgid "Page" -msgstr "сторінка" - -msgctxt "#31030" -msgid "Info List" -msgstr "Інфо-список" - -msgctxt "#31038" -msgid "Login" -msgstr "Вхід" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Оновлено:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "ПАУЗА" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "ПЕРЕМОТКА ВПЕРЕД" - -msgctxt "#31045" -msgid "REWIND" -msgstr "ПЕРЕМОТКА НАЗАД" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "Використана системна пам'ять:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Останній вхід" - -msgctxt "#31322" -msgid "Aired" -msgstr "Прем'єра" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Меню відео" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Завантажити субтитри" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Налаштування служб обміну мультимедіа і керування ними · Налаштування служби погоди і керування нею" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Налаштування дисплею · Налаштування звуку · Налаштування доступу до Інтернету · Налаштування енергозбереження · Налаштування ведення журналу" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Керування встановленими надбудовами • Встановлення надбудов з kodi.tv . Зміна налаштувань надбудов" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Налаштувати дії, які можуть бути використані під час відтворення · Налаштувати як медіа-вміст відтворюватиметься" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "Налаштувати джерела бібліотеки · Показувати вміст списків медіа · Налаштувати навігації по бібліотеці" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "Налаштувати зовнішній вигляд · Налаштувати область · Налаштувати керування · Налаштувати заставку · Налаштувати блокування" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "Налаштувати ваших облік. записів · Налаштувати опції блокування · Увімкнути екран входу" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "Показ системної інформації · Статистика обладнання · Перевірка доступності сховища · Перегляд конфігурації мережі" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "Виберіть профіль користувача Kodi,[CR]щоб увійти до системи" - -msgctxt "#31548" -msgid "Home menu" -msgstr "Домашнє меню" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "Домашні надбудови" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Варіанті тла" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Ярлики надбудов" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -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 "Відображати видаленні" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Кодування відео" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Роздільна здатність відео" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Співвідношення сторін відео" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Бітрейт відео" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Кодування аудіо" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Каналів аудіо" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Бітрейт аудіо" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Роздільна здатність" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "Швидкість візуалізації системи" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Завантаження CPU" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Медіафайли" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Система" - -# empty strings from id 31566 to 31899 -msgctxt "#31900" -msgid "First Run" -msgstr "Перший запуск" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "Є дві речі, які потрібно знати про навігацію Estouchy" - -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 "Логотип Kodi функціонує як кнопка «Додому». Кожен раз, коли ви його торкаєтесь, ви будете повернені до головного екрану." - -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 "Зараз відтворюється ..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Налаштування дисплею · Налаштування звуку · Налаштування доступу до Інтернету · Налаштування енергозбереження · Налаштування ведення журналу" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Відомості PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Відомості про програвач" diff --git a/addons/skin.estouchy/language/resource.language.uz_uz/strings.po b/addons/skin.estouchy/language/resource.language.uz_uz/strings.po deleted file mode 100644 index fd51b39bdccfd..0000000000000 --- a/addons/skin.estouchy/language/resource.language.uz_uz/strings.po +++ /dev/null @@ -1,452 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: https://github.com/xbmc/xbmc/issues/\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-03-01 13:10+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Uzbek \n" -"Language: uz_uz\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.11\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "" - -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 "" - -msgctxt "#31013" -msgid "Movies" -msgstr "Filmlar" - -msgctxt "#31014" -msgid "Episodes" -msgstr "" - -msgctxt "#31015" -msgid "Player info" -msgstr "" - -msgctxt "#31016" -msgid "Albums" -msgstr "Albomlar" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "" - -# empty strings from id 31022 to 31023 -msgctxt "#31024" -msgid "Page" -msgstr "" - -# empty strings from id 31025 to 31029 -# ViewType labels -msgctxt "#31030" -msgid "Info List" -msgstr "" - -msgctxt "#31038" -msgid "Login" -msgstr "Kirish" - -msgctxt "#31039" -msgid "Updated:" -msgstr "" - -msgctxt "#31040" -msgid "Select + X" -msgstr "" - -msgctxt "#31041" -msgid "Select + B" -msgstr "" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "" - -msgctxt "#31045" -msgid "REWIND" -msgstr "" - -msgctxt "#31046" -msgid "Play speed" -msgstr "" - -# empty strings from id 31047 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 "System Memory Used:" -msgstr "" - -# empty strings from id 31310 to 31319 -msgctxt "#31320" -msgid "Last Logged In" -msgstr "" - -# empty string 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 string with id 31357 -msgctxt "#31358" -msgid "Teletext" -msgstr "" - -# empty strings from id 31359 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 "" - -# empty strings from id 31401 to 31404 -msgctxt "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -# empty strings from id 31413 to 31420 -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -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 "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 "Guruhni qo'shish" - -msgctxt "#31562" -msgid "Rename Group" -msgstr "Guruh nomini o'zgartirish" - -msgctxt "#31563" -msgid "Delete Group" -msgstr "Guruhni o'chirish" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Tizim" - -# empty strings from id 31566 to 31899 -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/resource.language.vi_vn/strings.po b/addons/skin.estouchy/language/resource.language.vi_vn/strings.po deleted file mode 100644 index 90bfdd7ede360..0000000000000 --- a/addons/skin.estouchy/language/resource.language.vi_vn/strings.po +++ /dev/null @@ -1,439 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-10-22 16:54+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Vietnamese \n" -"Language: vi_vn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.0.2\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "Giao diện cho thiết bị màn hình cảm ứng" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "Giao diện được thiết kế để sử dụng trên thiết bị màn hình cảm ứng như máy tính bảng và điện thoại thông minh" - -msgctxt "#31002" -msgid "Audio Settings" -msgstr "Cài đặt âm thanh" - -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 "#31009" -msgid "Working..." -msgstr "Đang chạy..." - -msgctxt "#31011" -msgid "Recent" -msgstr "Gần đây" - -msgctxt "#31013" -msgid "Movies" -msgstr "Phim" - -msgctxt "#31014" -msgid "Episodes" -msgstr "Tập" - -msgctxt "#31015" -msgid "Player info" -msgstr "Thông tin trình phát" - -msgctxt "#31016" -msgid "Albums" -msgstr "Album" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "Trình phát" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "Bộ giải mã video" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "Định dạng điểm ảnh" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "Sử dụng bộ nhớ hệ thống" - -msgctxt "#31024" -msgid "Page" -msgstr "Trang" - -msgctxt "#31030" -msgid "Info List" -msgstr "Thông tin" - -msgctxt "#31038" -msgid "Login" -msgstr "Đăng nhập" - -msgctxt "#31039" -msgid "Updated:" -msgstr "Đã cập nhật:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Chọn + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Chọn + X" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Chọn + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "Tạm dừng" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "TUA TỚI NHANH" - -msgctxt "#31045" -msgid "REWIND" -msgstr "TUA LÙI" - -msgctxt "#31046" -msgid "Play speed" -msgstr "Tốc độ phát" - -msgctxt "#31049" -msgid "End Time" -msgstr "Thời gian 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ở danh sách phát" - -msgctxt "#31056" -msgid "Save playlist" -msgstr "Lưu danh sách phát" - -msgctxt "#31057" -msgid "Close playlist" -msgstr "Đóng danh sách phát" - -msgctxt "#31058" -msgid "System music files" -msgstr "Tập tin nhạc trên hệ thống" - -msgctxt "#31059" -msgid "Current playlist" -msgstr "Danh sách phát hiện tại" - -msgctxt "#31200" -msgid "Back" -msgstr "Trở lại" - -msgctxt "#31201" -msgid "Location" -msgstr "Đường dẫn" - -msgctxt "#31202" -msgid "View" -msgstr "Xem" - -msgctxt "#31300" -msgid "Current Temp" -msgstr "Nhiệt độ hiện giờ" - -msgctxt "#31301" -msgid "Last Updated" -msgstr "Cập nhật mới nhất" - -msgctxt "#31303" -msgid "Data provider" -msgstr "Nhà cung cấp dữ liệu" - -msgctxt "#31309" -msgid "System Memory Used:" -msgstr "Bộ nhớ hệ thống đã dùng:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "Đăng nhập lần cuối" - -msgctxt "#31322" -msgid "Aired" -msgstr "Đã phát" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "Menu Video" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "Tải phụ đề" - -msgctxt "#31358" -msgid "Teletext" -msgstr "Teletext" - -msgctxt "#31390" -msgid "Skin default" -msgstr "Giao diện 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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "Định cấu hình và quản lý dịch vụ chia sẻ đa phương tiện · Cấu hình và quản lý dịch vụ thời tiết" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "Cấu hình hiển thị · Cấu hình âm thanh · Cấu hình truy cập internet · Cấu hình tiết kiệm năng lượng · Cấu hình ghi nhật ký" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "Quản lý tiện ích đã cài đặt của bạn · Duyệt tìm và cài đặt các tiện ích từ kodi.tv · Sửa đổi cài đặt tiện ích" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "Định cấu hình các hành động được sử dụng trong khi phát · Định cấu hình cách phát nội dung đa phương tiện" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "" - -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" - -# empty strings from id 31422 to 31547 -# Skin Setting Options -msgctxt "#31548" -msgid "Home menu" -msgstr "" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "Hình nền" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "Phím tắt tiện ích" - -msgctxt "#31552" -msgid "SYNC" -msgstr "" - -msgctxt "#31553" -msgid "Use Custom Background" -msgstr "Sử dụng nền tùy chọn" - -msgctxt "#31554" -msgid "Background:" -msgstr "Nền:" - -msgctxt "#31555" -msgid "Configure TV settings · Change full screen info · Manage EPG data settings" -msgstr "" - -msgctxt "#31556" -msgid "Live TV" -msgstr "Kênh TV" - -msgctxt "#31557" -msgid "Hide video background" -msgstr "" - -msgctxt "#31558" -msgid "Hide visualization background" -msgstr "" - -msgctxt "#31559" -msgid "Channel settings" -msgstr "Cài đặt kênh" - -msgctxt "#31560" -msgid "Available groups" -msgstr "Nhóm có sẵ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" - -msgctxt "#31564" -msgid "Show hidden" -msgstr "Hiển thị ẩn" - -msgctxt "#31565" -msgid "Show deleted" -msgstr "" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "Bộ giải mã video" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "Độ phân giải video" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "Tỉ lệ khung hình" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "Tốc độ bit video" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "Bộ giải mã âm thanh" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "Kênh âm thanh" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "Tốc độ bit âm thanh" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "Độ phân giải màn hình" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "Hệ thống CPU đã dùng" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "Đa phương tiện" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "Hệ thống" - -# empty strings from id 31566 to 31899 -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 "Khi bạn đang phát âm thanh hoặc video, tiêu đề mục sẽ xuất hiện ở phía trên màn hình. Chạm vào nó sẽ đưa bạn đến cửa sổ video hoặc hình ảnh toàn màn hình." - -msgctxt "#31904" -msgid "Now Playing Title..." -msgstr "" - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "Cấu hình hiển thị · Cấu hình âm thanh · Cấu hình truy cập internet · Cấu hình tiết kiệm năng lượng · Cấu hình ghi nhật ký" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "Thông tin PVR" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "Thông tin trình phát" diff --git a/addons/skin.estouchy/language/resource.language.zh_cn/strings.po b/addons/skin.estouchy/language/resource.language.zh_cn/strings.po deleted file mode 100644 index 4e66be117eaa2..0000000000000 --- a/addons/skin.estouchy/language/resource.language.zh_cn/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2022-07-01 08:07+0000\n" -"Last-Translator: Christian Gade \n" -"Language-Team: Chinese (China) \n" -"Language: zh_cn\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.13\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "针对触屏设备的皮肤" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "为触屏设备如平板电脑和智能手机而设计的皮肤" - -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 "#31009" -msgid "Working..." -msgstr "工作中..." - -msgctxt "#31011" -msgid "Recent" -msgstr "最近" - -msgctxt "#31013" -msgid "Movies" -msgstr "电影" - -msgctxt "#31014" -msgid "Episodes" -msgstr "集" - -msgctxt "#31015" -msgid "Player info" -msgstr "播放信息" - -msgctxt "#31016" -msgid "Albums" -msgstr "专辑" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "播放器" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "视频解码器" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "像素格式" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "系统内存使用" - -msgctxt "#31024" -msgid "Page" -msgstr "页" - -msgctxt "#31030" -msgid "Info List" -msgstr "信息列表" - -msgctxt "#31038" -msgid "Login" -msgstr "登录" - -msgctxt "#31039" -msgid "Updated:" -msgstr "已更新:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "Select + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "Select + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "Select + Start" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "暂停" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "快进" - -msgctxt "#31045" -msgid "REWIND" -msgstr "回退" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "已用系统内存:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "最近登录" - -msgctxt "#31322" -msgid "Aired" -msgstr "首播" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "视频菜单" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "下载字幕" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "设置和管理媒体共享服务 · 设置和管理天气服务" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "设置显示 · 设置音频 · 设置互联网访问 · 设置省电 · 设置调试" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "管理你安装的插件 · 在 kodi.tv 浏览并安装插件 · 修改插件设置" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "设置播放时使用的动作 · 设置媒体内容播放方式" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "设置资料库源 · 显示媒体列表显示内容 · 设置资料库列表导航方式" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "设置皮肤 · 设置区域 · 设置控制 ·设置屏幕保护 · 设置管理员锁定" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "设置用户配置 · 设置锁定选项 · 启用登录屏" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "显示系统信息 · 硬件统计 · 检查可用存储 · 浏览网络配置" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "选择您的用户配置文件[CR]登录并继续" - -msgctxt "#31548" -msgid "Home menu" -msgstr "主菜单" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "主页插件" - -msgctxt "#31550" -msgid "Backgrounds" -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 "显示已删除" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "视频编码" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "视频分辨率" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "视频宽高比" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "视频比特率" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "音频编码" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "音频声道" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "音频比特率" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "屏幕分辨率" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "系统渲染速度" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "系统 CPU 使用" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "媒体" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "系统" - -msgctxt "#31900" -msgid "First Run" -msgstr "首次运行" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "关于 Estouchy 导航需要知道两点" - -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 "Kodi Logo 图标同时是一个“主页”按钮。任何时候点击它,将回到主界面。" - -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 "正在播放标题..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "设置显示 · 设置音频 · 设置互联网访问 · 设置节电 · 设置日志" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR 信息" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "播放器处理信息" diff --git a/addons/skin.estouchy/language/resource.language.zh_tw/strings.po b/addons/skin.estouchy/language/resource.language.zh_tw/strings.po deleted file mode 100644 index 547656bc7f21e..0000000000000 --- a/addons/skin.estouchy/language/resource.language.zh_tw/strings.po +++ /dev/null @@ -1,436 +0,0 @@ -# Kodi Media Center language file -# Addon Name: Estouchy -# Addon id: skin.estouchy -# Addon Provider: Team Kodi -msgid "" -msgstr "" -"Project-Id-Version: KODI Main\n" -"Report-Msgid-Bugs-To: translations@kodi.tv\n" -"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: 2023-01-04 11:02+0000\n" -"Last-Translator: Kung-chih Jen \n" -"Language-Team: Chinese (Taiwan) \n" -"Language: zh_tw\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.15\n" - -msgctxt "Addon Summary" -msgid "Skin for touchscreen devices" -msgstr "為具有觸控螢幕的裝置所製作的佈景主題" - -msgctxt "Addon Description" -msgid "Skin designed to be used on touchscreen devices like tablets and smartphones" -msgstr "本佈景主題專為平板及手機等具有觸控螢幕的裝置而設計" - -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 "#31009" -msgid "Working..." -msgstr "處理中..." - -msgctxt "#31011" -msgid "Recent" -msgstr "最近的" - -msgctxt "#31013" -msgid "Movies" -msgstr "電影" - -msgctxt "#31014" -msgid "Episodes" -msgstr "影集" - -msgctxt "#31015" -msgid "Player info" -msgstr "播放器資訊" - -msgctxt "#31016" -msgid "Albums" -msgstr "專輯" - -#. Label to show PVR info page -msgctxt "#31017" -msgid "PVR" -msgstr "PVR" - -#. Label to show player info page -msgctxt "#31018" -msgid "Player" -msgstr "播放設定" - -#. Label to show video decoder name -msgctxt "#31019" -msgid "Video decoder" -msgstr "影像解碼器" - -#. Label to show the video pixel format -msgctxt "#31020" -msgid "Pixel format" -msgstr "畫面格式" - -#. Label to show the system memory usage -msgctxt "#31021" -msgid "System memory usage" -msgstr "系統記憶體用量" - -msgctxt "#31024" -msgid "Page" -msgstr "頁" - -msgctxt "#31030" -msgid "Info List" -msgstr "訊息列表" - -msgctxt "#31038" -msgid "Login" -msgstr "登入" - -msgctxt "#31039" -msgid "Updated:" -msgstr "已更新:" - -msgctxt "#31040" -msgid "Select + X" -msgstr "選擇 + X" - -msgctxt "#31041" -msgid "Select + B" -msgstr "選擇 + B" - -msgctxt "#31042" -msgid "Select + Start" -msgstr "選擇 + 開始" - -msgctxt "#31043" -msgid "PAUSED" -msgstr "已暫停" - -msgctxt "#31044" -msgid "FAST FORWARD" -msgstr "快轉" - -msgctxt "#31045" -msgid "REWIND" -msgstr "倒轉" - -msgctxt "#31046" -msgid "Play speed" -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 "#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 "System Memory Used:" -msgstr "系統記憶體使用率:" - -msgctxt "#31320" -msgid "Last Logged In" -msgstr "上次登入在" - -msgctxt "#31322" -msgid "Aired" -msgstr "首播" - -msgctxt "#31355" -msgid "Video Menu" -msgstr "視訊選單" - -msgctxt "#31356" -msgid "Download Subtitles" -msgstr "下載字幕" - -msgctxt "#31358" -msgid "Teletext" -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 "#31405" -msgid "Configure & manage media sharing services · Configure & manage the weather service" -msgstr "設定並管理媒體共享服務 · 設定並管理天氣服務" - -msgctxt "#31406" -msgid "Configure display · Configure audio · Configure internet access · Configure power saving · Configure logging" -msgstr "設定顯示器 · 設定音效 · 設定網路存取 · 設定電力節約 · 設定記錄檔" - -msgctxt "#31407" -msgid "Manage your installed add-ons · Browse for and install add-ons from kodi.tv · Modify add-on settings" -msgstr "管理已安裝的附加元件 · 從 kodi.tv 瀏覽並安裝附加元件 · 修改附加元件設定" - -msgctxt "#31408" -msgid "Configure actions that can be used during playback · Configure how media content is played" -msgstr "設定播放中可執行的動作 · 設定媒體檔案播放的方式" - -msgctxt "#31409" -msgid "Configure library sources · Show the media lists display content · Configure how library lists are navigated" -msgstr "設定資料庫來源 · 顯示媒體列表的顯示內容 · 設定資料庫列表的瀏覽方式" - -msgctxt "#31410" -msgid "Configure skin · Configure region · Configure control · Configure screensaver · Configure master lock" -msgstr "設定佈景主題 · 設定地區 · 設定控制項 · 設定螢幕保護程式 · 設定主密碼鎖" - -msgctxt "#31411" -msgid "Configure your profiles · Set locking options · Enable login screen" -msgstr "設定您的個人設定檔 · 設定密碼鎖的選項 · 使用登入畫面" - -msgctxt "#31412" -msgid "Display system information · Hardware statistics · Check storage availability · View network configuration" -msgstr "顯示系統資訊 · 硬體狀態 · 查看可用儲存空間 · 檢視網路設定" - -msgctxt "#31421" -msgid "Select your Kodi user Profile[CR]to login and continue" -msgstr "選擇您的 Kodi 使用者設定檔[CR]登入並繼續" - -msgctxt "#31548" -msgid "Home menu" -msgstr "首頁選單" - -msgctxt "#31549" -msgid "Home Add-ons" -msgstr "首頁附加元件" - -msgctxt "#31550" -msgid "Backgrounds" -msgstr "桌面背景集" - -msgctxt "#31551" -msgid "Add-on Shortcut" -msgstr "附加元件捷徑" - -msgctxt "#31552" -msgid "SYNC" -msgstr "SYNC" - -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 "顯示被刪除的" - -# empty strings from id 31566 to 31599 -#. Label to show the video codec name -msgctxt "#31600" -msgid "Video codec" -msgstr "影片編碼" - -#. Label to show the video resolution -msgctxt "#31601" -msgid "Video resolution" -msgstr "影片解析度" - -#. Label to show the video aspect -msgctxt "#31602" -msgid "Video aspect" -msgstr "視訊模式" - -#. Label to show the video bitrate -msgctxt "#31603" -msgid "Video bitrate" -msgstr "影片位元率" - -#. Label to show the audio codec name -msgctxt "#31604" -msgid "Audio codec" -msgstr "音效編碼" - -#. Label to show the number of audio channels -msgctxt "#31605" -msgid "Audio channels" -msgstr "音效聲道數" - -#. Label to show the audio bitrate -msgctxt "#31606" -msgid "Audio bitrate" -msgstr "音訊位元率" - -#. Label to show the screen resolution -msgctxt "#31607" -msgid "Screen resolution" -msgstr "螢幕解析度" - -#. Label to show the system rendering speed -msgctxt "#31608" -msgid "System rendering speed" -msgstr "系統渲染速度" - -#. Label to show the system CPU usage -msgctxt "#31609" -msgid "System CPU usage" -msgstr "系統CPU負載" - -#. Label to show the media (metadata) info page -msgctxt "#31610" -msgid "Media" -msgstr "媒體" - -#. Label to show the system info page -msgctxt "#31611" -msgid "System" -msgstr "系統" - -msgctxt "#31900" -msgid "First Run" -msgstr "第一次執行" - -msgctxt "#31901" -msgid "There are two things to know about navigating Estouchy" -msgstr "使用Estouchy時需要知道的兩件事" - -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 "Kodi的logo即為「回首頁」的按鈕,任何時候按下它就會被直接帶回首頁。" - -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 "播放中的片名..." - -#~ msgctxt "#31406" -#~ msgid "Configure display · Configure audio · Configure internet access · Configure power saving· Configure logging" -#~ msgstr "設定顯示器 · 設定音效 · 設定網路存取 · 設定電力節約 · 設定記錄檔" - -#~ msgctxt "#31017" -#~ msgid "PVR info" -#~ msgstr "PVR 資訊" - -#~ msgctxt "#31018" -#~ msgid "Player process info" -#~ msgstr "播放器運作資料" diff --git a/addons/skin.estouchy/media/DefaultActor.png b/addons/skin.estouchy/media/DefaultActor.png deleted file mode 100644 index 7fa2b674732ca..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultActor.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddSource.png b/addons/skin.estouchy/media/DefaultAddSource.png deleted file mode 100644 index 71bf5bec36332..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddSource.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddon.png b/addons/skin.estouchy/media/DefaultAddon.png deleted file mode 100644 index a936bb4f8e1e0..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddon.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonAlbumInfo.png b/addons/skin.estouchy/media/DefaultAddonAlbumInfo.png deleted file mode 100644 index b5a61668f21b8..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonAlbumInfo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonArtistInfo.png b/addons/skin.estouchy/media/DefaultAddonArtistInfo.png deleted file mode 100644 index 278a8de35897a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonArtistInfo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonAudioDSP.png b/addons/skin.estouchy/media/DefaultAddonAudioDSP.png deleted file mode 100644 index 67a7686973960..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonAudioDSP.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonAudioDecoder.png b/addons/skin.estouchy/media/DefaultAddonAudioDecoder.png deleted file mode 100644 index 7e24547eafea8..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonAudioDecoder.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonAudioEncoder.png b/addons/skin.estouchy/media/DefaultAddonAudioEncoder.png deleted file mode 100644 index 5abb02c3d9585..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonAudioEncoder.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonContextItem.png b/addons/skin.estouchy/media/DefaultAddonContextItem.png deleted file mode 100644 index da9a865b6a81a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonContextItem.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonFont.png b/addons/skin.estouchy/media/DefaultAddonFont.png deleted file mode 100644 index 1b8830d6b0ea7..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonFont.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonGame.png b/addons/skin.estouchy/media/DefaultAddonGame.png deleted file mode 100644 index d2a34554bed24..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonGame.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonHelper.png b/addons/skin.estouchy/media/DefaultAddonHelper.png deleted file mode 100644 index a23bb3dafa1dd..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonHelper.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonImageDecoder.png b/addons/skin.estouchy/media/DefaultAddonImageDecoder.png deleted file mode 100644 index 0339c9196ec39..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonImageDecoder.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonImages.png b/addons/skin.estouchy/media/DefaultAddonImages.png deleted file mode 100644 index 3d1b86bda00b1..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonImages.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonInfoLibrary.png b/addons/skin.estouchy/media/DefaultAddonInfoLibrary.png deleted file mode 100644 index 8c3fc1ea7c874..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonInfoLibrary.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonInfoProvider.png b/addons/skin.estouchy/media/DefaultAddonInfoProvider.png deleted file mode 100644 index 3489ffaf03231..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonInfoProvider.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonInputstream.png b/addons/skin.estouchy/media/DefaultAddonInputstream.png deleted file mode 100644 index 4c29b4246bff9..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonInputstream.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonLanguage.png b/addons/skin.estouchy/media/DefaultAddonLanguage.png deleted file mode 100644 index 77c131990e7bc..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonLanguage.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonLibrary.png b/addons/skin.estouchy/media/DefaultAddonLibrary.png deleted file mode 100644 index 5f4023746124b..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonLibrary.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonLookAndFeel.png b/addons/skin.estouchy/media/DefaultAddonLookAndFeel.png deleted file mode 100644 index aab4b9ca13367..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonLookAndFeel.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonLyrics.png b/addons/skin.estouchy/media/DefaultAddonLyrics.png deleted file mode 100644 index 72e086aea3a6a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonLyrics.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonMovieInfo.png b/addons/skin.estouchy/media/DefaultAddonMovieInfo.png deleted file mode 100644 index ff8d304cd53f3..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonMovieInfo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonMusic.png b/addons/skin.estouchy/media/DefaultAddonMusic.png deleted file mode 100644 index b9950679cf228..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonMusic.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonMusicVideoInfo.png b/addons/skin.estouchy/media/DefaultAddonMusicVideoInfo.png deleted file mode 100644 index a850b5fdd6ed7..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonMusicVideoInfo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonNone.png b/addons/skin.estouchy/media/DefaultAddonNone.png deleted file mode 100644 index 9787e314aa64e..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonNone.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonPVRClient.png b/addons/skin.estouchy/media/DefaultAddonPVRClient.png deleted file mode 100644 index 6dabe6ebf27b7..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonPVRClient.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonPeripheral.png b/addons/skin.estouchy/media/DefaultAddonPeripheral.png deleted file mode 100644 index c22e8e059fe65..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonPeripheral.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonPicture.png b/addons/skin.estouchy/media/DefaultAddonPicture.png deleted file mode 100644 index c0fe1579029bc..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonPicture.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonProgram.png b/addons/skin.estouchy/media/DefaultAddonProgram.png deleted file mode 100644 index e28c854c09098..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonProgram.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonRepository.png b/addons/skin.estouchy/media/DefaultAddonRepository.png deleted file mode 100644 index 6b687d7227701..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonRepository.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonScreensaver.png b/addons/skin.estouchy/media/DefaultAddonScreensaver.png deleted file mode 100644 index 5136727f912eb..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonScreensaver.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonService.png b/addons/skin.estouchy/media/DefaultAddonService.png deleted file mode 100644 index 7c7e5a104a7aa..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonService.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonSkin.png b/addons/skin.estouchy/media/DefaultAddonSkin.png deleted file mode 100644 index 6d7e4aa8739c8..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonSkin.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonSubtitles.png b/addons/skin.estouchy/media/DefaultAddonSubtitles.png deleted file mode 100644 index d19f9eda68483..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonSubtitles.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonTvInfo.png b/addons/skin.estouchy/media/DefaultAddonTvInfo.png deleted file mode 100644 index 23bc6f214dc7f..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonTvInfo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonUISounds.png b/addons/skin.estouchy/media/DefaultAddonUISounds.png deleted file mode 100644 index 0e8ffc6f5c4d9..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonUISounds.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonVfs.png b/addons/skin.estouchy/media/DefaultAddonVfs.png deleted file mode 100644 index eef731c043a53..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonVfs.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonVideo.png b/addons/skin.estouchy/media/DefaultAddonVideo.png deleted file mode 100644 index 3a8e200302603..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonVideo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonVisualization.png b/addons/skin.estouchy/media/DefaultAddonVisualization.png deleted file mode 100644 index 710398e9c12c1..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonVisualization.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonWeather.png b/addons/skin.estouchy/media/DefaultAddonWeather.png deleted file mode 100644 index ec0e3f3ca7dc9..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonWeather.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonWebSkin.png b/addons/skin.estouchy/media/DefaultAddonWebSkin.png deleted file mode 100644 index 13c8861509f3e..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonWebSkin.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonsInstalled.png b/addons/skin.estouchy/media/DefaultAddonsInstalled.png deleted file mode 100644 index 87b7254808020..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonsInstalled.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonsRecentlyUpdated.png b/addons/skin.estouchy/media/DefaultAddonsRecentlyUpdated.png deleted file mode 100644 index d5bc6cc4d66e0..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonsRecentlyUpdated.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonsRepo.png b/addons/skin.estouchy/media/DefaultAddonsRepo.png deleted file mode 100644 index 204004fd91bea..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonsRepo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonsSearch.png b/addons/skin.estouchy/media/DefaultAddonsSearch.png deleted file mode 100644 index ba22836dcce79..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonsSearch.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonsUpdates.png b/addons/skin.estouchy/media/DefaultAddonsUpdates.png deleted file mode 100644 index de9fbc4cdf2bb..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonsUpdates.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAddonsZip.png b/addons/skin.estouchy/media/DefaultAddonsZip.png deleted file mode 100644 index 8795fb95b8e60..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAddonsZip.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAlbumCover.png b/addons/skin.estouchy/media/DefaultAlbumCover.png deleted file mode 100644 index ca2b987af0679..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAlbumCover.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultArtist.png b/addons/skin.estouchy/media/DefaultArtist.png deleted file mode 100644 index 4a54eaa432c6b..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultArtist.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultAudio.png b/addons/skin.estouchy/media/DefaultAudio.png deleted file mode 100644 index 2c736a6cda48a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultAudio.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultCDDA.png b/addons/skin.estouchy/media/DefaultCDDA.png deleted file mode 100644 index ad8eb5df17c69..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultCDDA.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultCountry.png b/addons/skin.estouchy/media/DefaultCountry.png deleted file mode 100644 index 6c692153efd07..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultCountry.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultDVDEmpty.png b/addons/skin.estouchy/media/DefaultDVDEmpty.png deleted file mode 100644 index 848daad5e9cd8..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultDVDEmpty.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultDVDFull.png b/addons/skin.estouchy/media/DefaultDVDFull.png deleted file mode 100644 index cd5a2fee20400..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultDVDFull.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultDVDRom.png b/addons/skin.estouchy/media/DefaultDVDRom.png deleted file mode 100644 index 8615756ed97b5..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultDVDRom.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultDirector.png b/addons/skin.estouchy/media/DefaultDirector.png deleted file mode 100644 index 422c7b8d2ed9c..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultDirector.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultFavourites.png b/addons/skin.estouchy/media/DefaultFavourites.png deleted file mode 100644 index 62c3dd5d742fa..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultFavourites.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultFile.png b/addons/skin.estouchy/media/DefaultFile.png deleted file mode 100644 index bd0a81787c612..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultFile.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultFolder.png b/addons/skin.estouchy/media/DefaultFolder.png deleted file mode 100644 index fd582c3a8e156..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultFolder.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultFolderBack.png b/addons/skin.estouchy/media/DefaultFolderBack.png deleted file mode 100644 index 5ae487d04fc1b..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultFolderBack.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultGameAddons.png b/addons/skin.estouchy/media/DefaultGameAddons.png deleted file mode 100644 index 6b6a0c63b55cf..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultGameAddons.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultGenre.png b/addons/skin.estouchy/media/DefaultGenre.png deleted file mode 100644 index a94eb5c6c32e1..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultGenre.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultHardDisk.png b/addons/skin.estouchy/media/DefaultHardDisk.png deleted file mode 100644 index 2721014841804..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultHardDisk.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultIconError.png b/addons/skin.estouchy/media/DefaultIconError.png deleted file mode 100644 index e794f016c589c..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultIconError.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultIconInfo.png b/addons/skin.estouchy/media/DefaultIconInfo.png deleted file mode 100644 index 363e20ab21ef1..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultIconInfo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultIconWarning.png b/addons/skin.estouchy/media/DefaultIconWarning.png deleted file mode 100644 index 1b029dcd3a99f..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultIconWarning.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultInProgressShows.png b/addons/skin.estouchy/media/DefaultInProgressShows.png deleted file mode 100644 index d8e6a62f0b64f..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultInProgressShows.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMovieTitle.png b/addons/skin.estouchy/media/DefaultMovieTitle.png deleted file mode 100644 index 0bb754e2f35e1..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMovieTitle.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMovies.png b/addons/skin.estouchy/media/DefaultMovies.png deleted file mode 100644 index 0bb754e2f35e1..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMovies.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicAlbums.png b/addons/skin.estouchy/media/DefaultMusicAlbums.png deleted file mode 100644 index 5c4273e05f2f5..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicAlbums.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicArtists.png b/addons/skin.estouchy/media/DefaultMusicArtists.png deleted file mode 100644 index 321255c9ef6ea..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicArtists.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicCompilations.png b/addons/skin.estouchy/media/DefaultMusicCompilations.png deleted file mode 100644 index 53488dd6bddf8..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicCompilations.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicGenres.png b/addons/skin.estouchy/media/DefaultMusicGenres.png deleted file mode 100644 index 27ef30deedf92..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicGenres.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicPlaylist.png b/addons/skin.estouchy/media/DefaultMusicPlaylist.png deleted file mode 100644 index 1c7dd41bd749a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicPlaylist.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicPlaylists.png b/addons/skin.estouchy/media/DefaultMusicPlaylists.png deleted file mode 100644 index d55e1d8bee966..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicPlaylists.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicRecentlyAdded.png b/addons/skin.estouchy/media/DefaultMusicRecentlyAdded.png deleted file mode 100644 index c17d6886a084a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicRecentlyAdded.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicRecentlyPlayed.png b/addons/skin.estouchy/media/DefaultMusicRecentlyPlayed.png deleted file mode 100644 index 82c155048cf64..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicRecentlyPlayed.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicRoles.png b/addons/skin.estouchy/media/DefaultMusicRoles.png deleted file mode 100644 index 617d9610bc55a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicRoles.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicSearch.png b/addons/skin.estouchy/media/DefaultMusicSearch.png deleted file mode 100644 index f983d4e3da5c6..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicSearch.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicSongs.png b/addons/skin.estouchy/media/DefaultMusicSongs.png deleted file mode 100644 index 9d04d7597c9fc..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicSongs.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicSources.png b/addons/skin.estouchy/media/DefaultMusicSources.png deleted file mode 100644 index 958a457248fc8..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicSources.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicTop100.png b/addons/skin.estouchy/media/DefaultMusicTop100.png deleted file mode 100644 index c5f08f0dfaa55..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicTop100.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicTop100Albums.png b/addons/skin.estouchy/media/DefaultMusicTop100Albums.png deleted file mode 100644 index 856cde9368a45..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicTop100Albums.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicTop100Songs.png b/addons/skin.estouchy/media/DefaultMusicTop100Songs.png deleted file mode 100644 index 010b021d27a4b..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicTop100Songs.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicVideoTitle.png b/addons/skin.estouchy/media/DefaultMusicVideoTitle.png deleted file mode 100644 index da1fb3b15e0e5..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicVideoTitle.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicVideos.png b/addons/skin.estouchy/media/DefaultMusicVideos.png deleted file mode 100644 index da1fb3b15e0e5..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicVideos.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultMusicYears.png b/addons/skin.estouchy/media/DefaultMusicYears.png deleted file mode 100644 index e9dadcfb32011..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultMusicYears.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultNetwork.png b/addons/skin.estouchy/media/DefaultNetwork.png deleted file mode 100644 index e108383d3bbb3..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultNetwork.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultPicture.png b/addons/skin.estouchy/media/DefaultPicture.png deleted file mode 100644 index 9c9f12c041c3b..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultPicture.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultPlaylist.png b/addons/skin.estouchy/media/DefaultPlaylist.png deleted file mode 100644 index d55e1d8bee966..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultPlaylist.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultProgram.png b/addons/skin.estouchy/media/DefaultProgram.png deleted file mode 100644 index e28c854c09098..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultProgram.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultRecentlyAddedEpisodes.png b/addons/skin.estouchy/media/DefaultRecentlyAddedEpisodes.png deleted file mode 100644 index 2b7ce9bee8993..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultRecentlyAddedEpisodes.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultRecentlyAddedMovies.png b/addons/skin.estouchy/media/DefaultRecentlyAddedMovies.png deleted file mode 100644 index 2b7ce9bee8993..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultRecentlyAddedMovies.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultRecentlyAddedMusicVideos.png b/addons/skin.estouchy/media/DefaultRecentlyAddedMusicVideos.png deleted file mode 100644 index a4569e505c8dd..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultRecentlyAddedMusicVideos.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultRemovableDisk.png b/addons/skin.estouchy/media/DefaultRemovableDisk.png deleted file mode 100644 index c5dcf5e70b55a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultRemovableDisk.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultScript.png b/addons/skin.estouchy/media/DefaultScript.png deleted file mode 100644 index 2d917240ea099..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultScript.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultSets.png b/addons/skin.estouchy/media/DefaultSets.png deleted file mode 100644 index 14a28fb82f98a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultSets.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultStudios.png b/addons/skin.estouchy/media/DefaultStudios.png deleted file mode 100644 index e4d500242754a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultStudios.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultTVShowTitle.png b/addons/skin.estouchy/media/DefaultTVShowTitle.png deleted file mode 100644 index 8106eb595fe02..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultTVShowTitle.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultTVShows.png b/addons/skin.estouchy/media/DefaultTVShows.png deleted file mode 100644 index 8106eb595fe02..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultTVShows.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultTags.png b/addons/skin.estouchy/media/DefaultTags.png deleted file mode 100644 index abdace284f654..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultTags.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultUser.png b/addons/skin.estouchy/media/DefaultUser.png deleted file mode 100644 index 4231aa7662d44..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultUser.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultVCD.png b/addons/skin.estouchy/media/DefaultVCD.png deleted file mode 100644 index 1515e2cafd5cf..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultVCD.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultVideo.png b/addons/skin.estouchy/media/DefaultVideo.png deleted file mode 100644 index 0054379a05fbc..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultVideo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultVideoCover.png b/addons/skin.estouchy/media/DefaultVideoCover.png deleted file mode 100644 index 0054379a05fbc..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultVideoCover.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultVideoDeleted.png b/addons/skin.estouchy/media/DefaultVideoDeleted.png deleted file mode 100644 index 805e316a1f0df..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultVideoDeleted.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultVideoPlaylist.png b/addons/skin.estouchy/media/DefaultVideoPlaylist.png deleted file mode 100644 index 1c7dd41bd749a..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultVideoPlaylist.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultVideoPlaylists.png b/addons/skin.estouchy/media/DefaultVideoPlaylists.png deleted file mode 100644 index d55e1d8bee966..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultVideoPlaylists.png and /dev/null differ diff --git a/addons/skin.estouchy/media/DefaultYear.png b/addons/skin.estouchy/media/DefaultYear.png deleted file mode 100644 index e9dadcfb32011..0000000000000 Binary files a/addons/skin.estouchy/media/DefaultYear.png and /dev/null differ diff --git a/addons/skin.estouchy/media/OverlayUnwatched.png b/addons/skin.estouchy/media/OverlayUnwatched.png deleted file mode 100644 index e3266975e0aba..0000000000000 Binary files a/addons/skin.estouchy/media/OverlayUnwatched.png and /dev/null differ diff --git a/addons/skin.estouchy/media/OverlayWatched.png b/addons/skin.estouchy/media/OverlayWatched.png deleted file mode 100644 index 545c0975eac06..0000000000000 Binary files a/addons/skin.estouchy/media/OverlayWatched.png and /dev/null differ diff --git a/addons/skin.estouchy/media/OverlayWatching.png b/addons/skin.estouchy/media/OverlayWatching.png deleted file mode 100644 index 7bc505ab52809..0000000000000 Binary files a/addons/skin.estouchy/media/OverlayWatching.png and /dev/null differ diff --git a/addons/skin.estouchy/media/arrow_down.png b/addons/skin.estouchy/media/arrow_down.png deleted file mode 100644 index 9b32d9f53ec99..0000000000000 Binary files a/addons/skin.estouchy/media/arrow_down.png and /dev/null differ diff --git a/addons/skin.estouchy/media/arrow_left.png b/addons/skin.estouchy/media/arrow_left.png deleted file mode 100644 index b9cacde3fc268..0000000000000 Binary files a/addons/skin.estouchy/media/arrow_left.png and /dev/null differ diff --git a/addons/skin.estouchy/media/arrow_right.png b/addons/skin.estouchy/media/arrow_right.png deleted file mode 100644 index db2343a74ca2f..0000000000000 Binary files a/addons/skin.estouchy/media/arrow_right.png and /dev/null differ diff --git a/addons/skin.estouchy/media/arrow_up.png b/addons/skin.estouchy/media/arrow_up.png deleted file mode 100644 index 93c0c613fddb7..0000000000000 Binary files a/addons/skin.estouchy/media/arrow_up.png and /dev/null differ diff --git a/addons/skin.estouchy/media/back.png b/addons/skin.estouchy/media/back.png deleted file mode 100644 index c697c2d82c611..0000000000000 Binary files a/addons/skin.estouchy/media/back.png and /dev/null differ diff --git a/addons/skin.estouchy/media/black.png b/addons/skin.estouchy/media/black.png deleted file mode 100644 index c0432f10211cd..0000000000000 Binary files a/addons/skin.estouchy/media/black.png and /dev/null differ diff --git a/addons/skin.estouchy/media/blank.png b/addons/skin.estouchy/media/blank.png deleted file mode 100644 index 714ad259be8db..0000000000000 Binary files a/addons/skin.estouchy/media/blank.png and /dev/null differ diff --git a/addons/skin.estouchy/media/busy.png b/addons/skin.estouchy/media/busy.png deleted file mode 100644 index 5c1f47ae8aa7e..0000000000000 Binary files a/addons/skin.estouchy/media/busy.png and /dev/null differ diff --git a/addons/skin.estouchy/media/button_nofocus.png b/addons/skin.estouchy/media/button_nofocus.png deleted file mode 100644 index 79f2064d81a6d..0000000000000 Binary files a/addons/skin.estouchy/media/button_nofocus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/calibrate_aspect.png b/addons/skin.estouchy/media/calibrate_aspect.png deleted file mode 100644 index 4d4220fe7a41e..0000000000000 Binary files a/addons/skin.estouchy/media/calibrate_aspect.png and /dev/null differ diff --git a/addons/skin.estouchy/media/calibrate_bottom.png b/addons/skin.estouchy/media/calibrate_bottom.png deleted file mode 100644 index cd48e901f9417..0000000000000 Binary files a/addons/skin.estouchy/media/calibrate_bottom.png and /dev/null differ diff --git a/addons/skin.estouchy/media/calibrate_reset.png b/addons/skin.estouchy/media/calibrate_reset.png deleted file mode 100644 index 40b920a998075..0000000000000 Binary files a/addons/skin.estouchy/media/calibrate_reset.png and /dev/null differ diff --git a/addons/skin.estouchy/media/calibrate_subtitles.png b/addons/skin.estouchy/media/calibrate_subtitles.png deleted file mode 100644 index 2f83a72965d9d..0000000000000 Binary files a/addons/skin.estouchy/media/calibrate_subtitles.png and /dev/null differ diff --git a/addons/skin.estouchy/media/calibrate_top.png b/addons/skin.estouchy/media/calibrate_top.png deleted file mode 100644 index d2fc4020354ab..0000000000000 Binary files a/addons/skin.estouchy/media/calibrate_top.png and /dev/null differ diff --git a/addons/skin.estouchy/media/color-back.png b/addons/skin.estouchy/media/color-back.png deleted file mode 100644 index 77b9164600e26..0000000000000 Binary files a/addons/skin.estouchy/media/color-back.png and /dev/null differ diff --git a/addons/skin.estouchy/media/color-button-box.png b/addons/skin.estouchy/media/color-button-box.png deleted file mode 100644 index b95da3ef0280c..0000000000000 Binary files a/addons/skin.estouchy/media/color-button-box.png and /dev/null differ diff --git a/addons/skin.estouchy/media/dialog_back.png b/addons/skin.estouchy/media/dialog_back.png deleted file mode 100644 index 47a761e5761ca..0000000000000 Binary files a/addons/skin.estouchy/media/dialog_back.png and /dev/null differ diff --git a/addons/skin.estouchy/media/dialog_header.png b/addons/skin.estouchy/media/dialog_header.png deleted file mode 100644 index 77b31559ba111..0000000000000 Binary files a/addons/skin.estouchy/media/dialog_header.png and /dev/null differ diff --git a/addons/skin.estouchy/media/dialogbutton-focus.png b/addons/skin.estouchy/media/dialogbutton-focus.png deleted file mode 100644 index f24cb4c517b62..0000000000000 Binary files a/addons/skin.estouchy/media/dialogbutton-focus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/dialogbutton-nofocus.png b/addons/skin.estouchy/media/dialogbutton-nofocus.png deleted file mode 100644 index 16b908c09a3c9..0000000000000 Binary files a/addons/skin.estouchy/media/dialogbutton-nofocus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/0.png b/addons/skin.estouchy/media/epg/0.png deleted file mode 100644 index f88a5dcb74c35..0000000000000 Binary files a/addons/skin.estouchy/media/epg/0.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/112.png b/addons/skin.estouchy/media/epg/112.png deleted file mode 100644 index c57ed3d281961..0000000000000 Binary files a/addons/skin.estouchy/media/epg/112.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/128.png b/addons/skin.estouchy/media/epg/128.png deleted file mode 100644 index c67fc7977f986..0000000000000 Binary files a/addons/skin.estouchy/media/epg/128.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/144.png b/addons/skin.estouchy/media/epg/144.png deleted file mode 100644 index 4cc0bcd6527d9..0000000000000 Binary files a/addons/skin.estouchy/media/epg/144.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/16.png b/addons/skin.estouchy/media/epg/16.png deleted file mode 100644 index b18fdb7e36626..0000000000000 Binary files a/addons/skin.estouchy/media/epg/16.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/160.png b/addons/skin.estouchy/media/epg/160.png deleted file mode 100644 index 322dd500f55c4..0000000000000 Binary files a/addons/skin.estouchy/media/epg/160.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/176.png b/addons/skin.estouchy/media/epg/176.png deleted file mode 100644 index 1dd204bc8ebd1..0000000000000 Binary files a/addons/skin.estouchy/media/epg/176.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/192.png b/addons/skin.estouchy/media/epg/192.png deleted file mode 100644 index f88a5dcb74c35..0000000000000 Binary files a/addons/skin.estouchy/media/epg/192.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/208.png b/addons/skin.estouchy/media/epg/208.png deleted file mode 100644 index f88a5dcb74c35..0000000000000 Binary files a/addons/skin.estouchy/media/epg/208.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/224.png b/addons/skin.estouchy/media/epg/224.png deleted file mode 100644 index f88a5dcb74c35..0000000000000 Binary files a/addons/skin.estouchy/media/epg/224.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/240.png b/addons/skin.estouchy/media/epg/240.png deleted file mode 100644 index f88a5dcb74c35..0000000000000 Binary files a/addons/skin.estouchy/media/epg/240.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/256.png b/addons/skin.estouchy/media/epg/256.png deleted file mode 100644 index f88a5dcb74c35..0000000000000 Binary files a/addons/skin.estouchy/media/epg/256.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/32.png b/addons/skin.estouchy/media/epg/32.png deleted file mode 100644 index 297f9d99603de..0000000000000 Binary files a/addons/skin.estouchy/media/epg/32.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/48.png b/addons/skin.estouchy/media/epg/48.png deleted file mode 100644 index 390f7faf5decc..0000000000000 Binary files a/addons/skin.estouchy/media/epg/48.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/64.png b/addons/skin.estouchy/media/epg/64.png deleted file mode 100644 index 87491a12c35bb..0000000000000 Binary files a/addons/skin.estouchy/media/epg/64.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/80.png b/addons/skin.estouchy/media/epg/80.png deleted file mode 100644 index 328e840b66269..0000000000000 Binary files a/addons/skin.estouchy/media/epg/80.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg/96.png b/addons/skin.estouchy/media/epg/96.png deleted file mode 100644 index 8aac681b9ec82..0000000000000 Binary files a/addons/skin.estouchy/media/epg/96.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg_archive.png b/addons/skin.estouchy/media/epg_archive.png deleted file mode 100644 index bf02128d673bf..0000000000000 Binary files a/addons/skin.estouchy/media/epg_archive.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg_marker.png b/addons/skin.estouchy/media/epg_marker.png deleted file mode 100644 index 5007170d79dc3..0000000000000 Binary files a/addons/skin.estouchy/media/epg_marker.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg_record.png b/addons/skin.estouchy/media/epg_record.png deleted file mode 100644 index 1a68fd5056520..0000000000000 Binary files a/addons/skin.estouchy/media/epg_record.png and /dev/null differ diff --git a/addons/skin.estouchy/media/epg_schedule.png b/addons/skin.estouchy/media/epg_schedule.png deleted file mode 100644 index 383302724cd82..0000000000000 Binary files a/addons/skin.estouchy/media/epg_schedule.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.00.png b/addons/skin.estouchy/media/flagging/aspectratio/1.00.png deleted file mode 100644 index eb41c15f7f38a..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/1.00.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.19.png b/addons/skin.estouchy/media/flagging/aspectratio/1.19.png deleted file mode 100644 index 80289ae4663e9..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/1.19.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.33.png b/addons/skin.estouchy/media/flagging/aspectratio/1.33.png deleted file mode 100644 index 43e079495a8ff..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/1.33.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.37.png b/addons/skin.estouchy/media/flagging/aspectratio/1.37.png deleted file mode 100644 index e86c6f7a1d59a..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/1.37.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.66.png b/addons/skin.estouchy/media/flagging/aspectratio/1.66.png deleted file mode 100644 index 80ca726bccf5b..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/1.66.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.78.png b/addons/skin.estouchy/media/flagging/aspectratio/1.78.png deleted file mode 100644 index 01d70b832d9d6..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/1.78.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/1.85.png b/addons/skin.estouchy/media/flagging/aspectratio/1.85.png deleted file mode 100644 index 479804fde64ec..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/1.85.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.00.png b/addons/skin.estouchy/media/flagging/aspectratio/2.00.png deleted file mode 100644 index cd8ff2569f688..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/2.00.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.20.png b/addons/skin.estouchy/media/flagging/aspectratio/2.20.png deleted file mode 100644 index d0cebe276e113..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/2.20.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.35.png b/addons/skin.estouchy/media/flagging/aspectratio/2.35.png deleted file mode 100644 index cacb088692584..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/2.35.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.40.png b/addons/skin.estouchy/media/flagging/aspectratio/2.40.png deleted file mode 100644 index 35aff17350da2..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/2.40.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.55.png b/addons/skin.estouchy/media/flagging/aspectratio/2.55.png deleted file mode 100644 index a592e04fbeeab..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/2.55.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/aspectratio/2.76.png b/addons/skin.estouchy/media/flagging/aspectratio/2.76.png deleted file mode 100644 index 051e671b6a7a4..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/aspectratio/2.76.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/0.png b/addons/skin.estouchy/media/flagging/audio/0.png deleted file mode 100644 index a5be90821a49d..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/0.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/1.png b/addons/skin.estouchy/media/flagging/audio/1.png deleted file mode 100644 index 87f541c99ca60..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/10.png b/addons/skin.estouchy/media/flagging/audio/10.png deleted file mode 100644 index 49ed3ec3ab60c..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/10.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/2.png b/addons/skin.estouchy/media/flagging/audio/2.png deleted file mode 100644 index c7102b6c2207c..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/2.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/3.png b/addons/skin.estouchy/media/flagging/audio/3.png deleted file mode 100644 index 5f9b0cca6d47b..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/3.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/4.png b/addons/skin.estouchy/media/flagging/audio/4.png deleted file mode 100644 index 67c04c0e0392e..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/4.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/5.png b/addons/skin.estouchy/media/flagging/audio/5.png deleted file mode 100644 index a7f5f895aca6c..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/5.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/6.png b/addons/skin.estouchy/media/flagging/audio/6.png deleted file mode 100644 index d35e28d8e43c2..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/6.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/7.png b/addons/skin.estouchy/media/flagging/audio/7.png deleted file mode 100644 index e026a267535e4..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/7.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/8.png b/addons/skin.estouchy/media/flagging/audio/8.png deleted file mode 100644 index b32fc36ab43e4..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/8.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/aac.png b/addons/skin.estouchy/media/flagging/audio/aac.png deleted file mode 100644 index 55e81409b7a82..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/aac.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/ac3.png b/addons/skin.estouchy/media/flagging/audio/ac3.png deleted file mode 100644 index d01a87739e282..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/ac3.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/aif.png b/addons/skin.estouchy/media/flagging/audio/aif.png deleted file mode 100644 index ce4677858b5a0..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/aif.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/aifc.png b/addons/skin.estouchy/media/flagging/audio/aifc.png deleted file mode 100644 index ed9a26c6bbd3c..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/aifc.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/aiff.png b/addons/skin.estouchy/media/flagging/audio/aiff.png deleted file mode 100644 index ce4677858b5a0..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/aiff.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/alac.png b/addons/skin.estouchy/media/flagging/audio/alac.png deleted file mode 100644 index 86cc09f837c28..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/alac.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/ape.png b/addons/skin.estouchy/media/flagging/audio/ape.png deleted file mode 100644 index a9225508a48c5..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/ape.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/avc.png b/addons/skin.estouchy/media/flagging/audio/avc.png deleted file mode 100644 index 91aa179870e40..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/avc.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/cdda.png b/addons/skin.estouchy/media/flagging/audio/cdda.png deleted file mode 100644 index 3f257dd567666..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/cdda.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/dca.png b/addons/skin.estouchy/media/flagging/audio/dca.png deleted file mode 100644 index 1dc52ec67f103..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/dca.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/dolbydigital.png b/addons/skin.estouchy/media/flagging/audio/dolbydigital.png deleted file mode 100644 index d01a87739e282..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/dolbydigital.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/dts.png b/addons/skin.estouchy/media/flagging/audio/dts.png deleted file mode 100644 index 1dc52ec67f103..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/dts.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/dtshd_hra.png b/addons/skin.estouchy/media/flagging/audio/dtshd_hra.png deleted file mode 100644 index 53ffb9002ba68..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/dtshd_hra.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/dtshd_ma.png b/addons/skin.estouchy/media/flagging/audio/dtshd_ma.png deleted file mode 100644 index f20256e591d44..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/dtshd_ma.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/dtsma.png b/addons/skin.estouchy/media/flagging/audio/dtsma.png deleted file mode 100644 index f20256e591d44..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/dtsma.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/eac3.png b/addons/skin.estouchy/media/flagging/audio/eac3.png deleted file mode 100644 index d01a87739e282..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/eac3.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/flac.png b/addons/skin.estouchy/media/flagging/audio/flac.png deleted file mode 100644 index d73d635e1d0ef..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/flac.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/mp1.png b/addons/skin.estouchy/media/flagging/audio/mp1.png deleted file mode 100644 index d3065f1b95d89..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/mp1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/mp2.png b/addons/skin.estouchy/media/flagging/audio/mp2.png deleted file mode 100644 index ed4e21eefedca..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/mp2.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/mp3.png b/addons/skin.estouchy/media/flagging/audio/mp3.png deleted file mode 100644 index 258d161f5a51b..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/mp3.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/ogg.png b/addons/skin.estouchy/media/flagging/audio/ogg.png deleted file mode 100644 index 208200a63e5a2..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/ogg.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/opus.png b/addons/skin.estouchy/media/flagging/audio/opus.png deleted file mode 100644 index df856a6d57653..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/opus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/pcm.png b/addons/skin.estouchy/media/flagging/audio/pcm.png deleted file mode 100644 index e73052768ea86..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/pcm.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/pcm_bluray.png b/addons/skin.estouchy/media/flagging/audio/pcm_bluray.png deleted file mode 100644 index e73052768ea86..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/pcm_bluray.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/pcm_s16le.png b/addons/skin.estouchy/media/flagging/audio/pcm_s16le.png deleted file mode 100644 index e73052768ea86..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/pcm_s16le.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/pcm_s24le.png b/addons/skin.estouchy/media/flagging/audio/pcm_s24le.png deleted file mode 100644 index e73052768ea86..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/pcm_s24le.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/truehd.png b/addons/skin.estouchy/media/flagging/audio/truehd.png deleted file mode 100644 index d01a87739e282..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/truehd.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/vorbis.png b/addons/skin.estouchy/media/flagging/audio/vorbis.png deleted file mode 100644 index e7ec2c5361d05..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/vorbis.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/wav.png b/addons/skin.estouchy/media/flagging/audio/wav.png deleted file mode 100644 index 76cd02d3fc073..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/wav.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/wavpack.png b/addons/skin.estouchy/media/flagging/audio/wavpack.png deleted file mode 100644 index 6501af99426a8..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/wavpack.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/wma.png b/addons/skin.estouchy/media/flagging/audio/wma.png deleted file mode 100644 index 20093c15d56d3..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/wma.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/wmapro.png b/addons/skin.estouchy/media/flagging/audio/wmapro.png deleted file mode 100644 index 20093c15d56d3..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/wmapro.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/audio/wmav2.png b/addons/skin.estouchy/media/flagging/audio/wmav2.png deleted file mode 100644 index 20093c15d56d3..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/audio/wmav2.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/blank.png b/addons/skin.estouchy/media/flagging/blank.png deleted file mode 100644 index 9626cfa68188d..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/blank.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/resolution/1080.png b/addons/skin.estouchy/media/flagging/resolution/1080.png deleted file mode 100644 index d6d0f6318c49c..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/resolution/1080.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/resolution/480.png b/addons/skin.estouchy/media/flagging/resolution/480.png deleted file mode 100644 index c26243a17e209..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/resolution/480.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/resolution/540.png b/addons/skin.estouchy/media/flagging/resolution/540.png deleted file mode 100644 index c26243a17e209..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/resolution/540.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/resolution/576.png b/addons/skin.estouchy/media/flagging/resolution/576.png deleted file mode 100644 index c26243a17e209..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/resolution/576.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/resolution/720.png b/addons/skin.estouchy/media/flagging/resolution/720.png deleted file mode 100644 index d6d0f6318c49c..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/resolution/720.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/source/Set.png b/addons/skin.estouchy/media/flagging/source/Set.png deleted file mode 100644 index 2b930e9eca78f..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/source/Set.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/1080.png b/addons/skin.estouchy/media/flagging/video/1080.png deleted file mode 100644 index fa076b8d2d5b8..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/1080.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/3D.png b/addons/skin.estouchy/media/flagging/video/3D.png deleted file mode 100644 index 9b6c26254fb09..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/3D.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/480.png b/addons/skin.estouchy/media/flagging/video/480.png deleted file mode 100644 index 66deb31b80deb..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/480.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/4K.png b/addons/skin.estouchy/media/flagging/video/4K.png deleted file mode 100644 index f3d13bdccf1ea..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/4K.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/540.png b/addons/skin.estouchy/media/flagging/video/540.png deleted file mode 100644 index dd6c3823d115b..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/540.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/576.png b/addons/skin.estouchy/media/flagging/video/576.png deleted file mode 100644 index 8a96be926c3d2..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/576.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/720.png b/addons/skin.estouchy/media/flagging/video/720.png deleted file mode 100644 index 0b6406004affc..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/720.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/av1.png b/addons/skin.estouchy/media/flagging/video/av1.png deleted file mode 100644 index fb6c95f551839..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/av1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/avc1.png b/addons/skin.estouchy/media/flagging/video/avc1.png deleted file mode 100644 index 78da5d8936195..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/avc1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/bluray.png b/addons/skin.estouchy/media/flagging/video/bluray.png deleted file mode 100644 index b8fe922c6dcbc..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/bluray.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/divx.png b/addons/skin.estouchy/media/flagging/video/divx.png deleted file mode 100644 index 65a9a6517cb73..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/divx.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/dvd.png b/addons/skin.estouchy/media/flagging/video/dvd.png deleted file mode 100644 index 9e9bd97ab0a30..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/dvd.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/flv.png b/addons/skin.estouchy/media/flagging/video/flv.png deleted file mode 100644 index 8b1b5775d5054..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/flv.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/h262.png b/addons/skin.estouchy/media/flagging/video/h262.png deleted file mode 100644 index f46483b765fe2..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/h262.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/h264.png b/addons/skin.estouchy/media/flagging/video/h264.png deleted file mode 100644 index 64cfa04ec9114..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/h264.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/hddvd.png b/addons/skin.estouchy/media/flagging/video/hddvd.png deleted file mode 100644 index 4a170a91b6719..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/hddvd.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/hdmv.png b/addons/skin.estouchy/media/flagging/video/hdmv.png deleted file mode 100644 index b8fe922c6dcbc..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/hdmv.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/hev1.png b/addons/skin.estouchy/media/flagging/video/hev1.png deleted file mode 100644 index 1e1d3c186b851..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/hev1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/hevc.png b/addons/skin.estouchy/media/flagging/video/hevc.png deleted file mode 100644 index 1e1d3c186b851..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/hevc.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/hvc1.png b/addons/skin.estouchy/media/flagging/video/hvc1.png deleted file mode 100644 index 1e1d3c186b851..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/hvc1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/mpeg1video.png b/addons/skin.estouchy/media/flagging/video/mpeg1video.png deleted file mode 100644 index 8b210cf2d1568..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/mpeg1video.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/mpeg2video.png b/addons/skin.estouchy/media/flagging/video/mpeg2video.png deleted file mode 100644 index f46483b765fe2..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/mpeg2video.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/theora.png b/addons/skin.estouchy/media/flagging/video/theora.png deleted file mode 100644 index 8f1af4bb946c5..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/theora.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/tv.png b/addons/skin.estouchy/media/flagging/video/tv.png deleted file mode 100644 index b7cb357442080..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/tv.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/vc-1.png b/addons/skin.estouchy/media/flagging/video/vc-1.png deleted file mode 100644 index 843497f6a9cf3..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/vc-1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/vhs.png b/addons/skin.estouchy/media/flagging/video/vhs.png deleted file mode 100644 index a1a4ff3198b25..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/vhs.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/vp8.png b/addons/skin.estouchy/media/flagging/video/vp8.png deleted file mode 100644 index 71b015aba075c..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/vp8.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/vp9.png b/addons/skin.estouchy/media/flagging/video/vp9.png deleted file mode 100644 index 3f43d7cfa789b..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/vp9.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/wmv.png b/addons/skin.estouchy/media/flagging/video/wmv.png deleted file mode 100644 index 34a7cedf3bdeb..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/wmv.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/wmv3.png b/addons/skin.estouchy/media/flagging/video/wmv3.png deleted file mode 100644 index 34a7cedf3bdeb..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/wmv3.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/wvc1.png b/addons/skin.estouchy/media/flagging/video/wvc1.png deleted file mode 100644 index 843497f6a9cf3..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/wvc1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/flagging/video/xvid.png b/addons/skin.estouchy/media/flagging/video/xvid.png deleted file mode 100644 index b835bf687324e..0000000000000 Binary files a/addons/skin.estouchy/media/flagging/video/xvid.png and /dev/null differ diff --git a/addons/skin.estouchy/media/grey.png b/addons/skin.estouchy/media/grey.png deleted file mode 100644 index d6988ff73696a..0000000000000 Binary files a/addons/skin.estouchy/media/grey.png and /dev/null differ diff --git a/addons/skin.estouchy/media/header.png b/addons/skin.estouchy/media/header.png deleted file mode 100644 index b7258c661131b..0000000000000 Binary files a/addons/skin.estouchy/media/header.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_breadcrumb_addons.png b/addons/skin.estouchy/media/icon_breadcrumb_addons.png deleted file mode 100644 index cbf6a4bb46c7b..0000000000000 Binary files a/addons/skin.estouchy/media/icon_breadcrumb_addons.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_breadcrumb_favourites.png b/addons/skin.estouchy/media/icon_breadcrumb_favourites.png deleted file mode 100644 index eb183e8f9b15f..0000000000000 Binary files a/addons/skin.estouchy/media/icon_breadcrumb_favourites.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_breadcrumb_music.png b/addons/skin.estouchy/media/icon_breadcrumb_music.png deleted file mode 100644 index 7fd56b9c30d04..0000000000000 Binary files a/addons/skin.estouchy/media/icon_breadcrumb_music.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_breadcrumb_pictures.png b/addons/skin.estouchy/media/icon_breadcrumb_pictures.png deleted file mode 100644 index 07c0e9c0ed48f..0000000000000 Binary files a/addons/skin.estouchy/media/icon_breadcrumb_pictures.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_breadcrumb_settings.png b/addons/skin.estouchy/media/icon_breadcrumb_settings.png deleted file mode 100644 index 7f88a4bcc93b8..0000000000000 Binary files a/addons/skin.estouchy/media/icon_breadcrumb_settings.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_breadcrumb_tv.png b/addons/skin.estouchy/media/icon_breadcrumb_tv.png deleted file mode 100644 index 06dd39c4d5f97..0000000000000 Binary files a/addons/skin.estouchy/media/icon_breadcrumb_tv.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_breadcrumb_video.png b/addons/skin.estouchy/media/icon_breadcrumb_video.png deleted file mode 100644 index 82d570292a650..0000000000000 Binary files a/addons/skin.estouchy/media/icon_breadcrumb_video.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_breadcrumb_weather.png b/addons/skin.estouchy/media/icon_breadcrumb_weather.png deleted file mode 100644 index af49bd234da4d..0000000000000 Binary files a/addons/skin.estouchy/media/icon_breadcrumb_weather.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_back.png b/addons/skin.estouchy/media/icon_button_back.png deleted file mode 100644 index df3b5b2472620..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_back.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_city.png b/addons/skin.estouchy/media/icon_button_city.png deleted file mode 100644 index b2a41e2bc49e2..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_city.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_favourites.png b/addons/skin.estouchy/media/icon_button_favourites.png deleted file mode 100644 index 1a2e0fc0db7d2..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_favourites.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_filemanager.png b/addons/skin.estouchy/media/icon_button_filemanager.png deleted file mode 100644 index ebd053f95da1d..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_filemanager.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_filter.png b/addons/skin.estouchy/media/icon_button_filter.png deleted file mode 100644 index bee678c34cba8..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_filter.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_filtered.png b/addons/skin.estouchy/media/icon_button_filtered.png deleted file mode 100644 index 610dc627180ba..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_filtered.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_logoff.png b/addons/skin.estouchy/media/icon_button_logoff.png deleted file mode 100644 index b29e15b82d6bd..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_logoff.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_refresh.png b/addons/skin.estouchy/media/icon_button_refresh.png deleted file mode 100644 index e8543d27c7451..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_refresh.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_settings.png b/addons/skin.estouchy/media/icon_button_settings.png deleted file mode 100644 index 7f88a4bcc93b8..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_settings.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_shutdown.png b/addons/skin.estouchy/media/icon_button_shutdown.png deleted file mode 100644 index 1fa62d930b653..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_shutdown.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_button_view.png b/addons/skin.estouchy/media/icon_button_view.png deleted file mode 100644 index d43601dde78ef..0000000000000 Binary files a/addons/skin.estouchy/media/icon_button_view.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_dialog_close.png b/addons/skin.estouchy/media/icon_dialog_close.png deleted file mode 100644 index e3a8647959714..0000000000000 Binary files a/addons/skin.estouchy/media/icon_dialog_close.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_keyboard_arrowkey.png b/addons/skin.estouchy/media/icon_keyboard_arrowkey.png deleted file mode 100644 index fc14d16d3b39e..0000000000000 Binary files a/addons/skin.estouchy/media/icon_keyboard_arrowkey.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_keyboard_backspace.png b/addons/skin.estouchy/media/icon_keyboard_backspace.png deleted file mode 100644 index a81819b544965..0000000000000 Binary files a/addons/skin.estouchy/media/icon_keyboard_backspace.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_keyboard_enter.png b/addons/skin.estouchy/media/icon_keyboard_enter.png deleted file mode 100644 index 86afebe5dc79b..0000000000000 Binary files a/addons/skin.estouchy/media/icon_keyboard_enter.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_keyboard_hide.png b/addons/skin.estouchy/media/icon_keyboard_hide.png deleted file mode 100644 index c3d59d3723e72..0000000000000 Binary files a/addons/skin.estouchy/media/icon_keyboard_hide.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_keyboard_shift.png b/addons/skin.estouchy/media/icon_keyboard_shift.png deleted file mode 100644 index 0d8c2fca59588..0000000000000 Binary files a/addons/skin.estouchy/media/icon_keyboard_shift.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_keyboard_show.png b/addons/skin.estouchy/media/icon_keyboard_show.png deleted file mode 100644 index 84fe827ea213c..0000000000000 Binary files a/addons/skin.estouchy/media/icon_keyboard_show.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_addons.png b/addons/skin.estouchy/media/icon_menu_addons.png deleted file mode 100644 index 082948f6d0d7c..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_addons.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_favourites.png b/addons/skin.estouchy/media/icon_menu_favourites.png deleted file mode 100644 index eb183e8f9b15f..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_favourites.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_games.png b/addons/skin.estouchy/media/icon_menu_games.png deleted file mode 100644 index e46736d5cf3a4..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_games.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_livetv.png b/addons/skin.estouchy/media/icon_menu_livetv.png deleted file mode 100644 index 7fd4b782d8dc5..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_livetv.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_movies.png b/addons/skin.estouchy/media/icon_menu_movies.png deleted file mode 100644 index 45d3ce9be40f1..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_movies.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_music.png b/addons/skin.estouchy/media/icon_menu_music.png deleted file mode 100644 index 31e1e407453e6..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_music.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_pictures.png b/addons/skin.estouchy/media/icon_menu_pictures.png deleted file mode 100644 index 196f976ccdd56..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_pictures.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_radio.png b/addons/skin.estouchy/media/icon_menu_radio.png deleted file mode 100644 index 0994b78ec7cdf..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_radio.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_tvshows.png b/addons/skin.estouchy/media/icon_menu_tvshows.png deleted file mode 100644 index c670ca1b25aa8..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_tvshows.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_videos.png b/addons/skin.estouchy/media/icon_menu_videos.png deleted file mode 100644 index eec6c778103de..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_videos.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_menu_weather.png b/addons/skin.estouchy/media/icon_menu_weather.png deleted file mode 100644 index 543e36e73cef2..0000000000000 Binary files a/addons/skin.estouchy/media/icon_menu_weather.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_addons.png b/addons/skin.estouchy/media/icon_settings_addons.png deleted file mode 100644 index dd16a4f9976c3..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_addons.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_games.png b/addons/skin.estouchy/media/icon_settings_games.png deleted file mode 100644 index 4eb8dd24ef306..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_games.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_interface.png b/addons/skin.estouchy/media/icon_settings_interface.png deleted file mode 100644 index cb5ce98a4610d..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_interface.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_livetv.png b/addons/skin.estouchy/media/icon_settings_livetv.png deleted file mode 100644 index eb25a75c998ec..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_livetv.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_media.png b/addons/skin.estouchy/media/icon_settings_media.png deleted file mode 100644 index b5daa84d2a475..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_media.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_player.png b/addons/skin.estouchy/media/icon_settings_player.png deleted file mode 100644 index 0d2e8848005ab..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_player.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_profiles.png b/addons/skin.estouchy/media/icon_settings_profiles.png deleted file mode 100644 index db2d283a0e9ef..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_profiles.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_services.png b/addons/skin.estouchy/media/icon_settings_services.png deleted file mode 100644 index 298320302dc16..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_services.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_system.png b/addons/skin.estouchy/media/icon_settings_system.png deleted file mode 100644 index 00d6d047edf55..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_system.png and /dev/null differ diff --git a/addons/skin.estouchy/media/icon_settings_systeminfo.png b/addons/skin.estouchy/media/icon_settings_systeminfo.png deleted file mode 100644 index 0f2cafeddd6cd..0000000000000 Binary files a/addons/skin.estouchy/media/icon_settings_systeminfo.png and /dev/null differ diff --git a/addons/skin.estouchy/media/list_focus.png b/addons/skin.estouchy/media/list_focus.png deleted file mode 100644 index c6a113571dc9d..0000000000000 Binary files a/addons/skin.estouchy/media/list_focus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/osd_forward.png b/addons/skin.estouchy/media/osd_forward.png deleted file mode 100644 index 55b12f7d544b2..0000000000000 Binary files a/addons/skin.estouchy/media/osd_forward.png and /dev/null differ diff --git a/addons/skin.estouchy/media/osd_next.png b/addons/skin.estouchy/media/osd_next.png deleted file mode 100644 index 54069d24c387e..0000000000000 Binary files a/addons/skin.estouchy/media/osd_next.png and /dev/null differ diff --git a/addons/skin.estouchy/media/osd_pause.png b/addons/skin.estouchy/media/osd_pause.png deleted file mode 100644 index 3c71dc5531382..0000000000000 Binary files a/addons/skin.estouchy/media/osd_pause.png and /dev/null differ diff --git a/addons/skin.estouchy/media/osd_play.png b/addons/skin.estouchy/media/osd_play.png deleted file mode 100644 index a539d1ff87a01..0000000000000 Binary files a/addons/skin.estouchy/media/osd_play.png and /dev/null differ diff --git a/addons/skin.estouchy/media/osd_previous.png b/addons/skin.estouchy/media/osd_previous.png deleted file mode 100644 index 60bfaec169fc7..0000000000000 Binary files a/addons/skin.estouchy/media/osd_previous.png and /dev/null differ diff --git a/addons/skin.estouchy/media/osd_record.png b/addons/skin.estouchy/media/osd_record.png deleted file mode 100644 index e18a4c8ff735a..0000000000000 Binary files a/addons/skin.estouchy/media/osd_record.png and /dev/null differ diff --git a/addons/skin.estouchy/media/osd_rewind.png b/addons/skin.estouchy/media/osd_rewind.png deleted file mode 100644 index 4dd776ac2a687..0000000000000 Binary files a/addons/skin.estouchy/media/osd_rewind.png and /dev/null differ diff --git a/addons/skin.estouchy/media/osd_stop.png b/addons/skin.estouchy/media/osd_stop.png deleted file mode 100644 index 5cb4d67c9727a..0000000000000 Binary files a/addons/skin.estouchy/media/osd_stop.png and /dev/null differ diff --git a/addons/skin.estouchy/media/osd_volume.png b/addons/skin.estouchy/media/osd_volume.png deleted file mode 100644 index 801b9d3db0740..0000000000000 Binary files a/addons/skin.estouchy/media/osd_volume.png and /dev/null differ diff --git a/addons/skin.estouchy/media/panel.png b/addons/skin.estouchy/media/panel.png deleted file mode 100644 index 79f2064d81a6d..0000000000000 Binary files a/addons/skin.estouchy/media/panel.png and /dev/null differ diff --git a/addons/skin.estouchy/media/panel_shadow.png b/addons/skin.estouchy/media/panel_shadow.png deleted file mode 100644 index ea51713c0f118..0000000000000 Binary files a/addons/skin.estouchy/media/panel_shadow.png and /dev/null differ diff --git a/addons/skin.estouchy/media/pointer_focus.png b/addons/skin.estouchy/media/pointer_focus.png deleted file mode 100644 index 29683dc007827..0000000000000 Binary files a/addons/skin.estouchy/media/pointer_focus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/radiobutton_off.png b/addons/skin.estouchy/media/radiobutton_off.png deleted file mode 100644 index 82f32f2c5c031..0000000000000 Binary files a/addons/skin.estouchy/media/radiobutton_off.png and /dev/null differ diff --git a/addons/skin.estouchy/media/radiobutton_on.png b/addons/skin.estouchy/media/radiobutton_on.png deleted file mode 100644 index f811834682f01..0000000000000 Binary files a/addons/skin.estouchy/media/radiobutton_on.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/0.png b/addons/skin.estouchy/media/rating/0.png deleted file mode 100644 index 646b3b8bc3930..0000000000000 Binary files a/addons/skin.estouchy/media/rating/0.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/1.png b/addons/skin.estouchy/media/rating/1.png deleted file mode 100644 index 8cd70d21104d5..0000000000000 Binary files a/addons/skin.estouchy/media/rating/1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/10.png b/addons/skin.estouchy/media/rating/10.png deleted file mode 100644 index 31ffc649fc54f..0000000000000 Binary files a/addons/skin.estouchy/media/rating/10.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/2.png b/addons/skin.estouchy/media/rating/2.png deleted file mode 100644 index 9ceefa47c8e4f..0000000000000 Binary files a/addons/skin.estouchy/media/rating/2.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/3.png b/addons/skin.estouchy/media/rating/3.png deleted file mode 100644 index 17d263bdf849a..0000000000000 Binary files a/addons/skin.estouchy/media/rating/3.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/4.png b/addons/skin.estouchy/media/rating/4.png deleted file mode 100644 index 95c0163cea21f..0000000000000 Binary files a/addons/skin.estouchy/media/rating/4.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/5.png b/addons/skin.estouchy/media/rating/5.png deleted file mode 100644 index 39e14cb9aa604..0000000000000 Binary files a/addons/skin.estouchy/media/rating/5.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/6.png b/addons/skin.estouchy/media/rating/6.png deleted file mode 100644 index 14c03b5d37d30..0000000000000 Binary files a/addons/skin.estouchy/media/rating/6.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/7.png b/addons/skin.estouchy/media/rating/7.png deleted file mode 100644 index 70d59a6bd0a66..0000000000000 Binary files a/addons/skin.estouchy/media/rating/7.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/8.png b/addons/skin.estouchy/media/rating/8.png deleted file mode 100644 index 84b2b48b79c41..0000000000000 Binary files a/addons/skin.estouchy/media/rating/8.png and /dev/null differ diff --git a/addons/skin.estouchy/media/rating/9.png b/addons/skin.estouchy/media/rating/9.png deleted file mode 100644 index 39d189555f045..0000000000000 Binary files a/addons/skin.estouchy/media/rating/9.png and /dev/null differ diff --git a/addons/skin.estouchy/media/red.png b/addons/skin.estouchy/media/red.png deleted file mode 100644 index 9140f97bde3b5..0000000000000 Binary files a/addons/skin.estouchy/media/red.png and /dev/null differ diff --git a/addons/skin.estouchy/media/roundbutton-focus.png b/addons/skin.estouchy/media/roundbutton-focus.png deleted file mode 100644 index 02b697d610adf..0000000000000 Binary files a/addons/skin.estouchy/media/roundbutton-focus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/separator.png b/addons/skin.estouchy/media/separator.png deleted file mode 100644 index b3195caa2d91d..0000000000000 Binary files a/addons/skin.estouchy/media/separator.png and /dev/null differ diff --git a/addons/skin.estouchy/media/side_panel.png b/addons/skin.estouchy/media/side_panel.png deleted file mode 100644 index b9bc7b915db0f..0000000000000 Binary files a/addons/skin.estouchy/media/side_panel.png and /dev/null differ diff --git a/addons/skin.estouchy/media/slider.png b/addons/skin.estouchy/media/slider.png deleted file mode 100644 index d1856eb337539..0000000000000 Binary files a/addons/skin.estouchy/media/slider.png and /dev/null differ diff --git a/addons/skin.estouchy/media/slider_focus.png b/addons/skin.estouchy/media/slider_focus.png deleted file mode 100644 index a79735114fa73..0000000000000 Binary files a/addons/skin.estouchy/media/slider_focus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/slider_nofocus.png b/addons/skin.estouchy/media/slider_nofocus.png deleted file mode 100644 index a92bfebe8feaf..0000000000000 Binary files a/addons/skin.estouchy/media/slider_nofocus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/-.gif b/addons/skin.estouchy/media/subtitles/flags/-.gif deleted file mode 100644 index a14bb5af20954..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/-.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/ar.gif b/addons/skin.estouchy/media/subtitles/flags/ar.gif deleted file mode 100644 index 55463dedb4e68..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/ar.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/bg.gif b/addons/skin.estouchy/media/subtitles/flags/bg.gif deleted file mode 100644 index a620896acd88c..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/bg.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/bs.gif b/addons/skin.estouchy/media/subtitles/flags/bs.gif deleted file mode 100644 index 2969ce8f17c10..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/bs.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/ca.gif b/addons/skin.estouchy/media/subtitles/flags/ca.gif deleted file mode 100644 index 8d4124b562ee2..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/ca.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/cs.gif b/addons/skin.estouchy/media/subtitles/flags/cs.gif deleted file mode 100644 index 334c528da8b0d..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/cs.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/da.gif b/addons/skin.estouchy/media/subtitles/flags/da.gif deleted file mode 100644 index 1d200354c4f81..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/da.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/de.gif b/addons/skin.estouchy/media/subtitles/flags/de.gif deleted file mode 100644 index 4a7cff4227d71..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/de.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/el.gif b/addons/skin.estouchy/media/subtitles/flags/el.gif deleted file mode 100644 index b20ce2101de06..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/el.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/en.gif b/addons/skin.estouchy/media/subtitles/flags/en.gif deleted file mode 100644 index b44b08f69dc1a..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/en.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/es.gif b/addons/skin.estouchy/media/subtitles/flags/es.gif deleted file mode 100644 index 83c3019c25eb1..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/es.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/et.gif b/addons/skin.estouchy/media/subtitles/flags/et.gif deleted file mode 100644 index 95c3e98f2015e..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/et.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/fa.gif b/addons/skin.estouchy/media/subtitles/flags/fa.gif deleted file mode 100644 index f1e66af735c79..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/fa.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/fi.gif b/addons/skin.estouchy/media/subtitles/flags/fi.gif deleted file mode 100644 index e3d9574d0435a..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/fi.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/fo.gif b/addons/skin.estouchy/media/subtitles/flags/fo.gif deleted file mode 100644 index 3301bc26cfbc0..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/fo.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/fr.gif b/addons/skin.estouchy/media/subtitles/flags/fr.gif deleted file mode 100644 index 75a234551e562..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/fr.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/gl.gif b/addons/skin.estouchy/media/subtitles/flags/gl.gif deleted file mode 100644 index 686983faeda13..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/gl.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/he.gif b/addons/skin.estouchy/media/subtitles/flags/he.gif deleted file mode 100644 index c6dc6b578a323..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/he.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/hi.gif b/addons/skin.estouchy/media/subtitles/flags/hi.gif deleted file mode 100644 index a1c16ee41dee8..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/hi.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/hr.gif b/addons/skin.estouchy/media/subtitles/flags/hr.gif deleted file mode 100644 index b4cc470042413..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/hr.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/hu.gif b/addons/skin.estouchy/media/subtitles/flags/hu.gif deleted file mode 100644 index 78a5724dd57c5..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/hu.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/hy.gif b/addons/skin.estouchy/media/subtitles/flags/hy.gif deleted file mode 100644 index 1ba4423aa3565..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/hy.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/id.gif b/addons/skin.estouchy/media/subtitles/flags/id.gif deleted file mode 100644 index 8b288fa2ae049..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/id.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/is.gif b/addons/skin.estouchy/media/subtitles/flags/is.gif deleted file mode 100644 index 23e9c6f69f7c3..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/is.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/it.gif b/addons/skin.estouchy/media/subtitles/flags/it.gif deleted file mode 100644 index a6c51739f78db..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/it.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/ja.gif b/addons/skin.estouchy/media/subtitles/flags/ja.gif deleted file mode 100644 index b645bc8d8de34..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/ja.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/kk.gif b/addons/skin.estouchy/media/subtitles/flags/kk.gif deleted file mode 100644 index 8ff39eb698695..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/kk.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/ko.gif b/addons/skin.estouchy/media/subtitles/flags/ko.gif deleted file mode 100644 index fb33719cd051f..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/ko.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/lb.gif b/addons/skin.estouchy/media/subtitles/flags/lb.gif deleted file mode 100644 index fe9916c434588..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/lb.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/lt.gif b/addons/skin.estouchy/media/subtitles/flags/lt.gif deleted file mode 100644 index b92b0a62e12eb..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/lt.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/lv.gif b/addons/skin.estouchy/media/subtitles/flags/lv.gif deleted file mode 100644 index 9fd828639164d..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/lv.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/mk.gif b/addons/skin.estouchy/media/subtitles/flags/mk.gif deleted file mode 100644 index a8320ba5380bd..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/mk.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/ms.gif b/addons/skin.estouchy/media/subtitles/flags/ms.gif deleted file mode 100644 index 02cf19d2eb396..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/ms.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/nl.gif b/addons/skin.estouchy/media/subtitles/flags/nl.gif deleted file mode 100644 index 14694620511a9..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/nl.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/no.gif b/addons/skin.estouchy/media/subtitles/flags/no.gif deleted file mode 100644 index dbd2cbe715f82..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/no.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/pb.gif b/addons/skin.estouchy/media/subtitles/flags/pb.gif deleted file mode 100644 index 361fe5e37a352..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/pb.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/pl.gif b/addons/skin.estouchy/media/subtitles/flags/pl.gif deleted file mode 100644 index 08397c12f2680..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/pl.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/pt.gif b/addons/skin.estouchy/media/subtitles/flags/pt.gif deleted file mode 100644 index 5704a0ce57591..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/pt.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/ro.gif b/addons/skin.estouchy/media/subtitles/flags/ro.gif deleted file mode 100644 index 5fdc82c19fada..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/ro.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/ru.gif b/addons/skin.estouchy/media/subtitles/flags/ru.gif deleted file mode 100644 index 81c864f01a602..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/ru.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/sk.gif b/addons/skin.estouchy/media/subtitles/flags/sk.gif deleted file mode 100644 index ea8da1e0f4ea7..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/sk.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/sl.gif b/addons/skin.estouchy/media/subtitles/flags/sl.gif deleted file mode 100644 index 7401d6df45b20..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/sl.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/sq.gif b/addons/skin.estouchy/media/subtitles/flags/sq.gif deleted file mode 100644 index 96be1ade01df5..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/sq.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/sr.gif b/addons/skin.estouchy/media/subtitles/flags/sr.gif deleted file mode 100644 index 930f88d1b55c7..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/sr.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/sv.gif b/addons/skin.estouchy/media/subtitles/flags/sv.gif deleted file mode 100644 index 4096b9a3dad6a..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/sv.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/tr.gif b/addons/skin.estouchy/media/subtitles/flags/tr.gif deleted file mode 100644 index 7c4926e063d35..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/tr.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/uk.gif b/addons/skin.estouchy/media/subtitles/flags/uk.gif deleted file mode 100644 index 093ada80383c3..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/uk.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/vi.gif b/addons/skin.estouchy/media/subtitles/flags/vi.gif deleted file mode 100644 index a48c11356f7fd..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/vi.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/flags/zh.gif b/addons/skin.estouchy/media/subtitles/flags/zh.gif deleted file mode 100644 index d1c350b083b65..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/flags/zh.gif and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/rating/rating0.png b/addons/skin.estouchy/media/subtitles/rating/rating0.png deleted file mode 100644 index c11dd500724ce..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/rating/rating0.png and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/rating/rating1.png b/addons/skin.estouchy/media/subtitles/rating/rating1.png deleted file mode 100644 index 36262e0ae489f..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/rating/rating1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/rating/rating2.png b/addons/skin.estouchy/media/subtitles/rating/rating2.png deleted file mode 100644 index e49ab3c854414..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/rating/rating2.png and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/rating/rating3.png b/addons/skin.estouchy/media/subtitles/rating/rating3.png deleted file mode 100644 index f80f912e9fa14..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/rating/rating3.png and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/rating/rating4.png b/addons/skin.estouchy/media/subtitles/rating/rating4.png deleted file mode 100644 index b328a799149b0..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/rating/rating4.png and /dev/null differ diff --git a/addons/skin.estouchy/media/subtitles/rating/rating5.png b/addons/skin.estouchy/media/subtitles/rating/rating5.png deleted file mode 100644 index b91064e5ca771..0000000000000 Binary files a/addons/skin.estouchy/media/subtitles/rating/rating5.png and /dev/null differ diff --git a/addons/skin.estouchy/media/thumb_focus.png b/addons/skin.estouchy/media/thumb_focus.png deleted file mode 100644 index adf32b0479cb8..0000000000000 Binary files a/addons/skin.estouchy/media/thumb_focus.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/0.png b/addons/skin.estouchy/media/weather/0.png deleted file mode 100644 index eeab25604dd16..0000000000000 Binary files a/addons/skin.estouchy/media/weather/0.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/1.png b/addons/skin.estouchy/media/weather/1.png deleted file mode 100644 index a2f6f266e322b..0000000000000 Binary files a/addons/skin.estouchy/media/weather/1.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/10.png b/addons/skin.estouchy/media/weather/10.png deleted file mode 100644 index 349c5044639ff..0000000000000 Binary files a/addons/skin.estouchy/media/weather/10.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/11.png b/addons/skin.estouchy/media/weather/11.png deleted file mode 100644 index 8ebecde74b90a..0000000000000 Binary files a/addons/skin.estouchy/media/weather/11.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/12.png b/addons/skin.estouchy/media/weather/12.png deleted file mode 100644 index 8ebecde74b90a..0000000000000 Binary files a/addons/skin.estouchy/media/weather/12.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/13.png b/addons/skin.estouchy/media/weather/13.png deleted file mode 100644 index b59f91588d3ce..0000000000000 Binary files a/addons/skin.estouchy/media/weather/13.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/14.png b/addons/skin.estouchy/media/weather/14.png deleted file mode 100644 index b59f91588d3ce..0000000000000 Binary files a/addons/skin.estouchy/media/weather/14.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/15.png b/addons/skin.estouchy/media/weather/15.png deleted file mode 100644 index b59f91588d3ce..0000000000000 Binary files a/addons/skin.estouchy/media/weather/15.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/16.png b/addons/skin.estouchy/media/weather/16.png deleted file mode 100644 index b59f91588d3ce..0000000000000 Binary files a/addons/skin.estouchy/media/weather/16.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/17.png b/addons/skin.estouchy/media/weather/17.png deleted file mode 100644 index eeab25604dd16..0000000000000 Binary files a/addons/skin.estouchy/media/weather/17.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/18.png b/addons/skin.estouchy/media/weather/18.png deleted file mode 100644 index 8ebecde74b90a..0000000000000 Binary files a/addons/skin.estouchy/media/weather/18.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/19.png b/addons/skin.estouchy/media/weather/19.png deleted file mode 100644 index 1018efcc95186..0000000000000 Binary files a/addons/skin.estouchy/media/weather/19.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/2.png b/addons/skin.estouchy/media/weather/2.png deleted file mode 100644 index a2f6f266e322b..0000000000000 Binary files a/addons/skin.estouchy/media/weather/2.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/20.png b/addons/skin.estouchy/media/weather/20.png deleted file mode 100644 index 1018efcc95186..0000000000000 Binary files a/addons/skin.estouchy/media/weather/20.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/21.png b/addons/skin.estouchy/media/weather/21.png deleted file mode 100644 index 1018efcc95186..0000000000000 Binary files a/addons/skin.estouchy/media/weather/21.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/22.png b/addons/skin.estouchy/media/weather/22.png deleted file mode 100644 index 1018efcc95186..0000000000000 Binary files a/addons/skin.estouchy/media/weather/22.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/23.png b/addons/skin.estouchy/media/weather/23.png deleted file mode 100644 index a2f6f266e322b..0000000000000 Binary files a/addons/skin.estouchy/media/weather/23.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/24.png b/addons/skin.estouchy/media/weather/24.png deleted file mode 100644 index a2f6f266e322b..0000000000000 Binary files a/addons/skin.estouchy/media/weather/24.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/25.png b/addons/skin.estouchy/media/weather/25.png deleted file mode 100644 index 9fffbab635ffa..0000000000000 Binary files a/addons/skin.estouchy/media/weather/25.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/26.png b/addons/skin.estouchy/media/weather/26.png deleted file mode 100644 index b61f916cb267c..0000000000000 Binary files a/addons/skin.estouchy/media/weather/26.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/27.png b/addons/skin.estouchy/media/weather/27.png deleted file mode 100644 index c97d808ea85f7..0000000000000 Binary files a/addons/skin.estouchy/media/weather/27.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/28.png b/addons/skin.estouchy/media/weather/28.png deleted file mode 100644 index 964ad5df7f626..0000000000000 Binary files a/addons/skin.estouchy/media/weather/28.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/29.png b/addons/skin.estouchy/media/weather/29.png deleted file mode 100644 index c97d808ea85f7..0000000000000 Binary files a/addons/skin.estouchy/media/weather/29.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/3.png b/addons/skin.estouchy/media/weather/3.png deleted file mode 100644 index eeab25604dd16..0000000000000 Binary files a/addons/skin.estouchy/media/weather/3.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/30.png b/addons/skin.estouchy/media/weather/30.png deleted file mode 100644 index 964ad5df7f626..0000000000000 Binary files a/addons/skin.estouchy/media/weather/30.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/31.png b/addons/skin.estouchy/media/weather/31.png deleted file mode 100644 index 99fe0be273ec5..0000000000000 Binary files a/addons/skin.estouchy/media/weather/31.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/32.png b/addons/skin.estouchy/media/weather/32.png deleted file mode 100644 index 00d291382178a..0000000000000 Binary files a/addons/skin.estouchy/media/weather/32.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/33.png b/addons/skin.estouchy/media/weather/33.png deleted file mode 100644 index ae4705942857c..0000000000000 Binary files a/addons/skin.estouchy/media/weather/33.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/34.png b/addons/skin.estouchy/media/weather/34.png deleted file mode 100644 index 556786ad2e35d..0000000000000 Binary files a/addons/skin.estouchy/media/weather/34.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/35.png b/addons/skin.estouchy/media/weather/35.png deleted file mode 100644 index eeab25604dd16..0000000000000 Binary files a/addons/skin.estouchy/media/weather/35.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/36.png b/addons/skin.estouchy/media/weather/36.png deleted file mode 100644 index 00d291382178a..0000000000000 Binary files a/addons/skin.estouchy/media/weather/36.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/37.png b/addons/skin.estouchy/media/weather/37.png deleted file mode 100644 index eeab25604dd16..0000000000000 Binary files a/addons/skin.estouchy/media/weather/37.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/38.png b/addons/skin.estouchy/media/weather/38.png deleted file mode 100644 index eeab25604dd16..0000000000000 Binary files a/addons/skin.estouchy/media/weather/38.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/39.png b/addons/skin.estouchy/media/weather/39.png deleted file mode 100644 index 349c5044639ff..0000000000000 Binary files a/addons/skin.estouchy/media/weather/39.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/4.png b/addons/skin.estouchy/media/weather/4.png deleted file mode 100644 index eeab25604dd16..0000000000000 Binary files a/addons/skin.estouchy/media/weather/4.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/40.png b/addons/skin.estouchy/media/weather/40.png deleted file mode 100644 index 349c5044639ff..0000000000000 Binary files a/addons/skin.estouchy/media/weather/40.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/41.png b/addons/skin.estouchy/media/weather/41.png deleted file mode 100644 index b59f91588d3ce..0000000000000 Binary files a/addons/skin.estouchy/media/weather/41.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/42.png b/addons/skin.estouchy/media/weather/42.png deleted file mode 100644 index b59f91588d3ce..0000000000000 Binary files a/addons/skin.estouchy/media/weather/42.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/43.png b/addons/skin.estouchy/media/weather/43.png deleted file mode 100644 index a2f6f266e322b..0000000000000 Binary files a/addons/skin.estouchy/media/weather/43.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/44.png b/addons/skin.estouchy/media/weather/44.png deleted file mode 100644 index 964ad5df7f626..0000000000000 Binary files a/addons/skin.estouchy/media/weather/44.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/45.png b/addons/skin.estouchy/media/weather/45.png deleted file mode 100644 index 3e56eb5647334..0000000000000 Binary files a/addons/skin.estouchy/media/weather/45.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/46.png b/addons/skin.estouchy/media/weather/46.png deleted file mode 100644 index e234d5a620661..0000000000000 Binary files a/addons/skin.estouchy/media/weather/46.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/47.png b/addons/skin.estouchy/media/weather/47.png deleted file mode 100644 index 0b1ba095427f8..0000000000000 Binary files a/addons/skin.estouchy/media/weather/47.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/5.png b/addons/skin.estouchy/media/weather/5.png deleted file mode 100644 index 2b81ff6585abd..0000000000000 Binary files a/addons/skin.estouchy/media/weather/5.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/6.png b/addons/skin.estouchy/media/weather/6.png deleted file mode 100644 index 8ebecde74b90a..0000000000000 Binary files a/addons/skin.estouchy/media/weather/6.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/7.png b/addons/skin.estouchy/media/weather/7.png deleted file mode 100644 index 2b81ff6585abd..0000000000000 Binary files a/addons/skin.estouchy/media/weather/7.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/8.png b/addons/skin.estouchy/media/weather/8.png deleted file mode 100644 index 1018efcc95186..0000000000000 Binary files a/addons/skin.estouchy/media/weather/8.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/9.png b/addons/skin.estouchy/media/weather/9.png deleted file mode 100644 index 1018efcc95186..0000000000000 Binary files a/addons/skin.estouchy/media/weather/9.png and /dev/null differ diff --git a/addons/skin.estouchy/media/weather/na.png b/addons/skin.estouchy/media/weather/na.png deleted file mode 100644 index 9101e1c041a2c..0000000000000 Binary files a/addons/skin.estouchy/media/weather/na.png and /dev/null differ diff --git a/addons/skin.estouchy/media/white.png b/addons/skin.estouchy/media/white.png deleted file mode 100644 index 23c1744ba0938..0000000000000 Binary files a/addons/skin.estouchy/media/white.png and /dev/null differ diff --git a/addons/skin.estouchy/resources/fanart.jpg b/addons/skin.estouchy/resources/fanart.jpg deleted file mode 100644 index 1f4d5d934fe52..0000000000000 Binary files a/addons/skin.estouchy/resources/fanart.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/icon.png b/addons/skin.estouchy/resources/icon.png deleted file mode 100644 index d54ddacabd038..0000000000000 Binary files a/addons/skin.estouchy/resources/icon.png and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-01.jpg b/addons/skin.estouchy/resources/screenshot-01.jpg deleted file mode 100644 index 91ad9b5234959..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-01.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-02.jpg b/addons/skin.estouchy/resources/screenshot-02.jpg deleted file mode 100644 index e184527f50809..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-02.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-03.jpg b/addons/skin.estouchy/resources/screenshot-03.jpg deleted file mode 100644 index 7b464acb45f39..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-03.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-04.jpg b/addons/skin.estouchy/resources/screenshot-04.jpg deleted file mode 100644 index 8075153defbda..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-04.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-05.jpg b/addons/skin.estouchy/resources/screenshot-05.jpg deleted file mode 100644 index 3fcfd51ad08ea..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-05.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-06.jpg b/addons/skin.estouchy/resources/screenshot-06.jpg deleted file mode 100644 index 614653db065bc..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-06.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-07.jpg b/addons/skin.estouchy/resources/screenshot-07.jpg deleted file mode 100644 index 05c5c87aa570d..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-07.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-08.jpg b/addons/skin.estouchy/resources/screenshot-08.jpg deleted file mode 100644 index e0ed05621881c..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-08.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-09.jpg b/addons/skin.estouchy/resources/screenshot-09.jpg deleted file mode 100644 index 245e99545040e..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-09.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-10.jpg b/addons/skin.estouchy/resources/screenshot-10.jpg deleted file mode 100644 index 113a857504838..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-10.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-11.jpg b/addons/skin.estouchy/resources/screenshot-11.jpg deleted file mode 100644 index a2c09d832e8ea..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-11.jpg and /dev/null differ diff --git a/addons/skin.estouchy/resources/screenshot-12.jpg b/addons/skin.estouchy/resources/screenshot-12.jpg deleted file mode 100644 index 1dd782f0406e2..0000000000000 Binary files a/addons/skin.estouchy/resources/screenshot-12.jpg and /dev/null differ diff --git a/addons/skin.estouchy/xml/AddonBrowser.xml b/addons/skin.estouchy/xml/AddonBrowser.xml deleted file mode 100644 index 4d92cdfc49ae7..0000000000000 --- a/addons/skin.estouchy/xml/AddonBrowser.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - 50 - 50,500,550 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - !String.IsEqual(ListItem.Path,addons://) - - - Window label - MediaWindowTitleCommons - - String.IsEqual(ListItem.Path,addons://) - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - 80 - 480 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/CustomFirstRun.xml b/addons/skin.estouchy/xml/CustomFirstRun.xml deleted file mode 100644 index ba5a9b317cc9b..0000000000000 --- a/addons/skin.estouchy/xml/CustomFirstRun.xml +++ /dev/null @@ -1,156 +0,0 @@ - - - 450 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - Skin.SetString(FirstRun,done) - - 280 - 245 - - - BehindDialogFadeOut - - 0 - 0 - 720 - 60 - dialog_header.png - - - 0 - 60 - 720 - 410 - dialog_back.png - - - header label - 20 - 0 - WindowTitleCommons - 600 - - - - 650 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 720 - 320 - panel.png - - - 20 - 80 - 660 - 120 - - font20_title - - - 10 - 160 - 20 - 600 - font20 - - - - 40 - 160 - 640 - 120 - - font20 - - - 10 - 260 - 20 - 600 - font20 - - - - 40 - 260 - 640 - 120 - - font20 - - - 20 - 400 - 660 - 60 - 10 - center - horizontal - 9000 - 9000 - 9000 - 9000 - - OK button - 200 - ButtonInfoDialogsCommonValues - - PreviousMenu - - - - 0 - -230 - 20 - 720 - font20 - - grey3 - center - - - -140 - -180 - 85 - 85 - DefaultFolderBack.png - Conditional - conditional - - - -85 - -120 - 85 - 85 - font35_title - - center - center - conditional - - - 317 - -180 - 85 - 85 - DefaultFolderBack.png - Conditional - - - 317 - -120 - 85 - 85 - font35_title - - center - center - - - diff --git a/addons/skin.estouchy/xml/CustomVolume.xml b/addons/skin.estouchy/xml/CustomVolume.xml deleted file mode 100644 index 65176fd71262f..0000000000000 --- a/addons/skin.estouchy/xml/CustomVolume.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - dialogeffect - - - Hidden button to close the window when its focused - 0 - 0 - ScreenWidth - 960 - - - Back - ![Window.IsVisible(Notification) | Window.IsVisible(VolumeBar) | Window.IsVisible(SeekBar)] - - - 364 - 10 - 16x9_xPos_Relocation - ![Window.IsVisible(Notification) | Window.IsVisible(VolumeBar) | Window.IsVisible(SeekBar)] - - label - 0 - 0 - 32 - 400 - - font20_title - center - - - Volumelabel - 552 - 0 - 180 - 32 - - font20_title - right - center - - - Volume - 0 - 34 - 552 - 24 - white.png - white.png - Player.Volume - - - Volume Slider - 0 - 30 - 552 - 32 - Player.Volume - Volume - - - - - - - diff --git a/addons/skin.estouchy/xml/Defaults.xml b/addons/skin.estouchy/xml/Defaults.xml deleted file mode 100644 index ca4fea26d4359..0000000000000 --- a/addons/skin.estouchy/xml/Defaults.xml +++ /dev/null @@ -1,209 +0,0 @@ - - - - 0 - 0 - 300 - 42 - list_focus.png - - font20 - white - grey2 - 20 - center - no - - - 0 - 0 - 300 - 42 - list_focus.png - - font20 - white - grey2 - 20 - center - no - - - 0 - 0 - font20 - white - - - 0 - 0 - - - - 0 - 0 - - font20 - white - - - 0 - 0 - list_focus.png - - - - 0 - 0 - white.png - white.png - - - - true - - - 0 - 0 - 300 - 42 - 90 - 45 - radiobutton_on.png - radiobutton_on.png - radiobutton_off.png - radiobutton_off.png - radiobutton_on.png - radiobutton_off.png - list_focus.png - - - font20 - white - grey2 - 20 - center - no - - - 0 - 0 - 300 - 42 - 130 - 76 - color-button-box.png - color-button-box.png - list_focus.png - - font20 - white - grey2 - 20 - center - no - - - 0 - 0 - list_focus.png - - - - 75 - 0 - slider.png - slider.png - slider_nofocus.png - slider_focus.png - slider_nofocus.png" - horizontal - - - 35 - 20 - center - list_focus.png - - 350 - 40 - slider.png - slider.png - slider_nofocus.png - slider_focus.png - slider_nofocus.png" - font16 - white - grey2 - - - 0 - 0 - 45 - 45 - arrow_up.png - arrow_down.png - arrow_up.png - arrow_down.png - arrow_up.png - arrow_down.png - right - 33 - 22 - font20 - yes - white - grey2 - text - -5 - 0 - no - - - 0 - 0 - 300 - 42 - 70 - 45 - list_focus.png - - arrow_up.png - arrow_down.png - arrow_up.png - arrow_down.png - arrow_up.png - arrow_down.png - font20 - white - grey2 - 20 - center - yes - no - - - 0 - 0 - 410 - 213 - left - white - font20 - - - 0 - 0 - 20 - 20 - scroll-up-focus.png - scroll-up.png - scroll-down-focus.png - scroll-down.png - white - - font20 - grey2 - no - - diff --git a/addons/skin.estouchy/xml/DialogAddonInfo.xml b/addons/skin.estouchy/xml/DialogAddonInfo.xml deleted file mode 100644 index 44b7d3c573d58..0000000000000 --- a/addons/skin.estouchy/xml/DialogAddonInfo.xml +++ /dev/null @@ -1,300 +0,0 @@ - - - - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 15 - 170 - - - BehindDialogFadeOut - - 0 - 0 - 1250 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 1160 - - - - 1180 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1250 - 560 - dialog_back.png - - - 70 - 20 - - Addon Title value - 20 - 0 - 1210 - 30 - center - center - font28_title - - true - - - 0 - 40 - 260 - 300 - keep - $INFO[ListItem.Icon] - - - 280 - 50 - 660 - 30 - font20_title - left - center - - - - Description Value for Albums - 280 - 82 - 660 - 230 - font20 - - - - - 0 - 340 - 940 - 2 - separator.png - - - 0 - 360 - - Type txt - 200 - 0 - 200 - 25 - - right - center - font20_title - - - Type Value - 210 - 0 - 730 - 25 - - left - center - font20 - true - - - Author txt - 200 - 30 - 200 - 25 - - right - center - font20_title - - - Author Value - 210 - 30 - 730 - 25 - - left - center - font20 - true - - - Version txt - 200 - 60 - 200 - 25 - - right - center - font20_title - - - Version Value - 210 - 60 - 730 - 25 - - left - center - font20 - true - - - Summary txt - 200 - 90 - 200 - 25 - - right - center - font20_title - - - Summary Value - 210 - 90 - 730 - 25 - - left - center - font20 - false - 2000 - - - Disclaimer txt - 200 - 120 - 200 - 25 - - right - center - font20_title - selected - String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24169]) - - - Disclaimer - 210 - 117 - 730 - 50 - font20 - - selected - true - String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24169]) - - - Broken label - 200 - 120 - 200 - 25 - font20_title - - right - center - selected - String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24171]) - - - Deprecated label - 200 - 120 - 200 - 25 - font20_title - - right - center - selected - String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24170]) - - - Reason label - 210 - 117 - 730 - 50 - font20 - - left - selected - true - String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24170]) | String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24171]) - - - - - 980 - 120 - 250 - 490 - 9000 - 9000 - 50 - 49 - - Enable Addon button - 250 - ButtonInfoDialogsCommonValues - - - - Disable Addon button - 250 - ButtonInfoDialogsCommonValues - - - - Addon Settings - 250 - ButtonInfoDialogsCommonValues - - - - Update Addon button - 250 - ButtonInfoDialogsCommonValues - - - - Auto-Update button - 250 - left - ButtonInfoDialogsCommonValues - - 150 - - - Changelog button - 250 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogAddonSettings.xml b/addons/skin.estouchy/xml/DialogAddonSettings.xml deleted file mode 100644 index 310bb8bc961ac..0000000000000 --- a/addons/skin.estouchy/xml/DialogAddonSettings.xml +++ /dev/null @@ -1,208 +0,0 @@ - - - - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 15 - 30 - - - BehindDialogFadeOut - - 0 - 0 - 1250 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 1160 - - - - 1180 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1250 - 840 - dialog_back.png - - - 20 - 70 - - left Arrow - 0 - 10 - 24 - 40 - arrow_left.png - arrow_left.png - Control.Move(3,-1) - VisibleFadeEffect - Container(3).HasPrevious - - - right Arrow - 1170 - 10 - 24 - 40 - arrow_right.png - arrow_right.png - Control.Move(3,1) - VisibleFadeEffect - Container(3).HasNext - - - - button area - 60 - 70 - 1130 - 60 - 5 - center - horizontal - 3 - 3 - 5 - 5 - - - 0 - 140 - 1250 - 554 - panel.png - - - control area - 0 - 140 - 1250 - 554 - -1 - 30 - 3 - 9001 - 5 - 30 - - - Default Category Button - 200 - ButtonInfoDialogsCommonValues - - - Default Button - 0 - 0 - 70 - font25 - - - Default RadioButton - 0 - 0 - 70 - font25 - - - Default SpinControlex - 0 - 0 - 70 - font25 - center - yes - - - separator image - 5 - separator.png - - - 20 - 50 - font20_title - - center - center - - - Default ColorButton - 0 - 0 - 70 - font25 - - - Default Slider - 70 - font25 - 550 - - - 70 - font25 - - - description area - 50 - 710 - 1150 - 100 - font24 - justify - blue - true - - - 20 - 830 - 1210 - 60 - 5 - center - horizontal - 9001 - 9001 - 5 - 3 - - OK Button - 200 - ButtonInfoDialogsCommonValues - - - - Cancel Button - 200 - ButtonInfoDialogsCommonValues - - - - Defaults Button - 200 - ButtonInfoDialogsCommonValues - - - - Level Button - 200 - ButtonInfoDialogsCommonValues - SettingsLevelChange - - - - diff --git a/addons/skin.estouchy/xml/DialogBusy.xml b/addons/skin.estouchy/xml/DialogBusy.xml deleted file mode 100644 index 8f869071b61bb..0000000000000 --- a/addons/skin.estouchy/xml/DialogBusy.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - dialogeffect - - - 390 - 0 - 500 - 78 - 16x9_xPos_Relocation - ![Window.IsVisible(Notification) | Window.IsVisible(VolumeBar) | Window.IsVisible(1112)] - - Busy animation - 20 - 10 - 58 - 58 - busy.png - keep - conditional - - - Busy label - 100 - 0 - 400 - 78 - center - center - - font25 - - - - diff --git a/addons/skin.estouchy/xml/DialogButtonMenu.xml b/addons/skin.estouchy/xml/DialogButtonMenu.xml deleted file mode 100644 index c971ec0dba9e6..0000000000000 --- a/addons/skin.estouchy/xml/DialogButtonMenu.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Dialog.Close(shutdownmenu) - diff --git a/addons/skin.estouchy/xml/DialogColorPicker.xml b/addons/skin.estouchy/xml/DialogColorPicker.xml deleted file mode 100644 index 5589e2dc104d4..0000000000000 --- a/addons/skin.estouchy/xml/DialogColorPicker.xml +++ /dev/null @@ -1,149 +0,0 @@ - - - 6 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 195 - 80 - - - BehindDialogFadeOut - - 0 - 0 - 890 - 60 - dialog_header.png - - - 0 - 60 - 890 - 730 - dialog_back.png - - - header label - 20 - 0 - WindowTitleCommons - 980 - - - - 820 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 850 - 600 - panel.png - - - - 10 - 60 - 840 - 600 - 6 - 6 - 6 - 61 - 61 - 200 - icon - - - - 3 - 8 - 158 - 94 - color-back.png - - - 3 - 8 - 158 - 94 - white.png - $INFO[ListItem.Label2] - stretch - - - - - - Focus - - 3 - 8 - 158 - 94 - color-back.png - - - 3 - 8 - 158 - 94 - white.png - $INFO[ListItem.Label2] - stretch - - - - - - 856 - 90 - 26 - 540 - white.png - white.png - white.png - blank.png - blank.png - 6 - 6 - 61 - 61 - false - vertical - Visible - Hidden - - - 20 - 670 - 880 - 35 - left - font14 - - - - 20 - 720 - 850 - 60 - 10 - center - horizontal - 9000 - 9000 - 9000 - 9000 - - Cancel button - 200 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogConfirm.xml b/addons/skin.estouchy/xml/DialogConfirm.xml deleted file mode 100644 index 226b2dc4971f3..0000000000000 --- a/addons/skin.estouchy/xml/DialogConfirm.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - SetFocus(10) - - 290 - 300 - - 16x9_xPos_Relocation - dialogeffect - - BehindDialogFadeOut - - 0 - 0 - 700 - 60 - dialog_header.png - - - 630 - 0 - DialogCloseButtonCommons - - - header label - 20 - 0 - WindowTitleCommons - 600 - - - Background - 0 - 60 - 700 - 250 - dialog_back.png - - - 20 - 72 - 660 - 138 - - font22 - - - Progressbar - 20 - 210 - 660 - 10 - System.Progressbar - - YesNoExtendedButtons - YesNoDefaultButtons - - diff --git a/addons/skin.estouchy/xml/DialogContextMenu.xml b/addons/skin.estouchy/xml/DialogContextMenu.xml deleted file mode 100644 index 9fa4c910c7d3f..0000000000000 --- a/addons/skin.estouchy/xml/DialogContextMenu.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - 1000 - dialogeffect - - 0 - -30 - - - BehindDialogFadeOut - - 0 - 0 - 400 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 300 - - - - background image - 0 - 60 - 400 - 700 - dialog_back.png - - - 330 - 0 - DialogCloseButtonCommons - - - grouplist for context buttons - 0 - 60 - 400 - auto - 0 - - - button template - 0 - - 400 - 70 - font25 - center - list_focus.png - - - - diff --git a/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml b/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml deleted file mode 100644 index b3b5496cbedbf..0000000000000 --- a/addons/skin.estouchy/xml/DialogExtendedProgressBar.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - dialogeffect - - - 390 - 0 - 500 - 78 - 16x9_xPos_Relocation - ![Window.IsVisible(Notification) | Window.IsVisible(BusyDialog) | Window.IsVisible(VolumeBar) | Window.IsVisible(1112) | Window.IsVisible(Visualisation) | Window.IsVisible(FullscreenVideo)] - - 0 - 10 - 500 - 15 - font18_title - center - center - false - 2000 - - - 0 - 34 - 500 - 20 - font20 - center - center - false - 2000 - - - progress control - 0 - 72 - 500 - 6 - white.png - white.png - - - - diff --git a/addons/skin.estouchy/xml/DialogGameControllers.xml b/addons/skin.estouchy/xml/DialogGameControllers.xml deleted file mode 100644 index 2f7b81d1b515b..0000000000000 --- a/addons/skin.estouchy/xml/DialogGameControllers.xml +++ /dev/null @@ -1,202 +0,0 @@ - - - 3 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 75 - 90 - - - BehindDialogFadeOut - - 0 - 0 - 1130 - 60 - dialog_header.png - - - 20 - 0 - WindowTitleCommons - 1130 - - - - 1060 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1130 - 720 - dialog_back.png - - - 0 - 60 - 300 - 50 - - font25 - center - center - - - 0 - 110 - 300 - 552 - panel.png - - - 0 - 110 - 300 - 553 - 60 - -1 - 5 - 60 - 9000 - 9000 - - - 0 - 0 - 70 - font25 - - - 302 - 140 - 26 - 493 - white.png - white.png - white.png - blank.png - blank.png - 3 - 5 - 60 - 60 - false - vertical - Visible - Hidden - - - 340 - 150 - 450 - 286 - VisibleFadeEffect - - - 800 - 60 - 300 - 50 - - font25 - center - center - - - 800 - 110 - 300 - 552 - panel.png - - - 800 - 110 - 300 - 553 - 61 - -1 - 3 - 61 - 9000 - 9000 - - - 0 - 0 - 70 - font25 - - - separator image - 2 - separator.png - - - 20 - 50 - font20_title - - center - center - - - 1102 - 140 - 26 - 493 - white.png - white.png - white.png - blank.png - blank.png - 5 - 3 - 60 - 60 - false - vertical - Visible - Hidden - - - 0 - 710 - 1130 - 60 - 5 - center - horizontal - 3 - 3 - - OK button - 200 - ButtonInfoDialogsCommonValues - - - - Reset button - 200 - ButtonInfoDialogsCommonValues - - - - More - 200 - ButtonInfoDialogsCommonValues - - - - Help button - 200 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogKeyboard.xml b/addons/skin.estouchy/xml/DialogKeyboard.xml deleted file mode 100644 index deeed76d3cfe0..0000000000000 --- a/addons/skin.estouchy/xml/DialogKeyboard.xml +++ /dev/null @@ -1,693 +0,0 @@ - - - 65 - - 0 - 0 - - - BehindDialogFadeOut - - 48 - 500r - WindowOpen - WindowClose - 16x9_xPos_Relocation - - Control.IsVisible(313) - - 0 - -170 - 1184 - 60 - dialog_header.png - - - coding text input - 20 - -170 - 1144 - WindowTitleCommons - - - 0 - -110 - 1184 - 60 - stretch - dialog_back.png - - - coding text choices - 0 - -110 - 1144 - 60 - font25 - white - center - center - - - - 0 - -50 - 1184 - 60 - dialog_header.png - - - 1114 - -50 - DialogCloseButtonCommons - - - dialog Heading - 20 - -50 - 1144 - WindowTitleCommons - - - 0 - 10 - 1184 - 456 - stretch - dialog_back.png - - - Edit Text - 0 - 10 - 1144 - 60 - font25 - center - center - - - - - 0 - 70 - - - 1184 - center - horizontal - 4 - - (0,0) key button - 32 - 120 - KeyboardButton - - - (0,1) key button - 32 - 121 - KeyboardButton - - - (0,2) key button - 32 - 122 - KeyboardButton - - - (0,3) key button - 32 - 123 - KeyboardButton - - - (0,4) key button - 8 - 124 - KeyboardButton - - - (0,5) key button - 8 - 125 - KeyboardButton - - - (0,6) key button - 8 - 126 - KeyboardButton - - - (0,7) key button - 8 - 127 - KeyboardButton - - - (0,8) key button - 305 - 128 - KeyboardButton - - - (0,9) key button - 305 - 129 - KeyboardButton - - - (0,10) key button - 306 - 130 - KeyboardButton - - - (0,11) key button - 306 - 131 - KeyboardButton - - - (0,12) key button - 306 - 132 - KeyboardButton - - - 0 - 0 - 128 - 76 - - 'BACKSPACE' button - 0 - 0 - 128 - 76 - white.png - list_focus.png - white - font25 - center - center - - - - BackSpace Icon image - 39 - 13 - 50 - 50 - icon_keyboard_backspace.png - - - - - - 80 - 1184 - center - horizontal - 4 - - (1,0) key button - 100 - 140 - KeyboardButton - - - (1,1) key button - 101 - 141 - KeyboardButton - - - (1,2) key button - 102 - 142 - KeyboardButton - - - (1,3) key button - 103 - 143 - KeyboardButton - - - (1,4) key button - 104 - 144 - KeyboardButton - - - (1,5) key button - 105 - 145 - KeyboardButton - - - (1,6) key button - 106 - 146 - KeyboardButton - - - (1,7) key button - 107 - 147 - KeyboardButton - - - (1,8) key button - 108 - 148 - KeyboardButton - - - (1,9) key button - 109 - 149 - KeyboardButton - - - (1,10) key button - 110 - 150 - KeyboardButton - - - (1,11) key button - 111 - 151 - KeyboardButton - - - (1,12) key button - 112 - 152 - KeyboardButton - - - 0 - 0 - 128 - 76 - - DONE button - 0 - 0 - 128 - 76 - white.png - list_focus.png - white - font25 - center - center - - - - Enter\done Icon image - 39 - 13 - 50 - 50 - keep - icon_keyboard_enter.png - - - - - - 160 - 1184 - center - horizontal - 4 - - (2,0) key button - 120 - 160 - KeyboardButton - - - (2,1) key button - 121 - 161 - KeyboardButton - - - (2,2) key button - 122 - 162 - KeyboardButton - - - (2,3) key button - 123 - 163 - KeyboardButton - - - (2,4) key button - 124 - 164 - KeyboardButton - - - (2,5) key button - 125 - 165 - KeyboardButton - - - (2,6) key button - 126 - 166 - KeyboardButton - - - (2,7) key button - 127 - 167 - KeyboardButton - - - (2,8) key button - 128 - 168 - KeyboardButton - - - (2,9) key button - 129 - 169 - KeyboardButton - - - (2,10) key button - 130 - 170 - KeyboardButton - - - (2,11) key button - 131 - 171 - KeyboardButton - - - (2,12) key button - 132 - 172 - KeyboardButton - - - CAPS LOCK button - 0 - 170 - 128 - 76 - white.png - list_focus.png - white.png - list_focus.png - white - font20 - center - center - - [COLOR=blue]$LOCALIZE[31004][/COLOR] - - - - - 240 - 1184 - center - horizontal - 4 - - (3,0) key button - 140 - 32 - KeyboardButton - - - (3,1) key button - 141 - 32 - KeyboardButton - - - (3,2) key button - 142 - 32 - KeyboardButton - - - (3,3) key button - 143 - 32 - KeyboardButton - - - (3,4) key button - 144 - 8 - KeyboardButton - - - (3,5) key button - 145 - 8 - KeyboardButton - - - (3,6) key button - 146 - 8 - KeyboardButton - - - (3,7) key button - 147 - 8 - KeyboardButton - - - (3,8) key button - 148 - 305 - KeyboardButton - - - (3,9) key button - 149 - 305 - KeyboardButton - - - (3,10) key button - 150 - 306 - KeyboardButton - - - (3,11) key button - 151 - 306 - KeyboardButton - - - (3,12) key button - 152 - 307 - KeyboardButton - - - 0 - 0 - 128 - 76 - - SHIFT button - 0 - 0 - 128 - 76 - white.png - list_focus.png - white - font25 - left - center - - - - Shift Icon image - 39 - 13 - 50 - 50 - keep - icon_keyboard_shift.png - - - - - - 320 - 1184 - center - horizontal - 4 - - IP Input button - 0 - 85 - 128 - 76 - white.png - list_focus.png - white - font25 - center - center - - - - Symbols button - 128 - 76 - white.png - list_focus.png - white.png - list_focus.png - white - font25 - center - center - - [COLOR=blue]abc[/COLOR] - - - 0 - 0 - 128 - 76 - - previous button - 0 - 0 - 128 - 76 - white.png - list_focus.png - white - font25 - center - center - - - - Previous Icon image - 39 - 18 - 50 - 40 - keep - icon_keyboard_arrowkey.png - - - - 0 - 0 - 128 - 76 - - next button - 0 - 0 - 128 - 76 - white.png - list_focus.png - white - font25 - center - center - - - - Next Icon image - 39 - 18 - 50 - 40 - keep - icon_keyboard_arrowkey.png - - - - SPACE button - 260 - 76 - white.png - list_focus.png - font25 - center - center - - - - Layout button - 260 - 76 - - 302 - 100 - white.png - list_focus.png - white - font22 - center - center - - - 0 - 0 - 76 - 76 - - show password button - 0 - 0 - 76 - 76 - white.png - list_focus.png - - - center - center - - - - Next Icon image - 13 - 18 - 50 - 40 - keep - $VAR[PasswordButton] - Control.IsVisible(310) - - - - - - - diff --git a/addons/skin.estouchy/xml/DialogMediaSource.xml b/addons/skin.estouchy/xml/DialogMediaSource.xml deleted file mode 100644 index e6153cfeb1562..0000000000000 --- a/addons/skin.estouchy/xml/DialogMediaSource.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - 10 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 135 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 910 - - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1000 - 590 - dialog_back.png - - - path label - 0 - 60 - 960 - 40 - center - center - font20_title - - - - 0 - 100 - 760 - 350 - panel.png - - - 0 - 100 - 760 - 350 - 9001 - 9000 - 60 - 12 - 60 - 200 - - - 20 - 0 - 720 - 70 - font25 - left - center - selected - - - - - - 0 - 0 - 760 - 70 - list_focus.png - - - 20 - 0 - 720 - 70 - font25 - left - center - selected - - - - - - 780 - 175 - - Browse Button - 0 - 0 - 200 - 60 - - center - center - font18_title - list_focus.png - button_nofocus.png - false - 18 - 60 - 10 - 13 - - - Add Path Button - 0 - 70 - 200 - 60 - - center - center - font18_title - list_focus.png - button_nofocus.png - false - 11 - 60 - 10 - 14 - - - Remove Path Button - 0 - 140 - 200 - 60 - - center - center - font18_title - list_focus.png - button_nofocus.png - false - 13 - 60 - 10 - 12 - - - - 0 - 450 - 1000 - 2 - separator.png - - - Name label - 20 - 452 - 960 - 40 - center - center - font20_title - - - - 0 - 492 - 1000 - 70 - panel.png - - - Name Button - 0 - 492 - 1000 - 70 - center - center - - font25 - 10 - 12 - 19 - 9001 - - - 20 - 580 - 960 - 60 - 5 - center - horizontal - 9001 - 9001 - 50 - 49 - - Ok Button - 200 - ButtonInfoDialogsCommonValues - - - - Cancel Button - 200 - ButtonInfoDialogsCommonValues - - - - Set Content Button - 200 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogMusicInfo.xml b/addons/skin.estouchy/xml/DialogMusicInfo.xml deleted file mode 100644 index 1754bbfe631e1..0000000000000 --- a/addons/skin.estouchy/xml/DialogMusicInfo.xml +++ /dev/null @@ -1,732 +0,0 @@ - - - 9000 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 80 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 910 - - container.content(Artists) - - - header label - 20 - 0 - WindowTitleCommons - 910 - - container.content(Songs) - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1000 - 740 - dialog_back.png - - - 0 - 60 - 1000 - 660 - panel.png - - - Container.Content(Songs) + !Control.IsVisible(50) - 70 - 20 - VisibleFadeEffect - - 0 - 0 - 960 - 730 - 49 - 49 - 9000 - 61 - - 200 - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - - $INFO[ListItem.Artist] - noop - !String.IsEmpty(ListItem.Artist) - - - - $INFO[ListItem.Album]$INFO[listitem.discnumber, - $LOCALIZE[427] ] - noop - !String.IsEmpty(ListItem.Album) - - - - $INFO[ListItem.Genre] - noop - !String.IsEmpty(ListItem.Genre) - - - - $INFO[ListItem.Mood] - noop - !String.IsEmpty(ListItem.Mood) - - - - $INFO[ListItem.Year] - noop - !String.IsEmpty(ListItem.Year) - - - - $INFO[ListItem.TrackNumber] - noop - !String.IsEmpty(ListItem.TrackNumber) - - - - $INFO[ListItem.RatingAndVotes] - noop - !String.IsEmpty(ListItem.RatingAndVotes) - - - - $INFO[ListItem.Userrating] - noop - !String.IsEmpty(ListItem.Userrating) - - - - - - Container.Content(Albums) + !Control.IsVisible(50) - 70 - 20 - VisibleFadeEffect - - 0 - 0 - 260 - 360 - keep - $INFO[ListItem.Icon] - - - Description Value for Albums - 280 - 0 - 650 - 375 - font20 - 60 - - - - 942 - 30 - 26 - 315 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - Visible - Hidden - - - 0 - 390 - 960 - 2 - separator.png - - - 0 - 400 - 960 - 330 - 49 - 49 - 9000 - 61 - - 200 - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - - $INFO[ListItem.Artist] - noop - !String.IsEmpty(ListItem.Artist) - - - - $INFO[ListItem.Genre] - noop - !String.IsEmpty(ListItem.Genre) - - - - $INFO[ListItem.Rating] - noop - !String.IsEmpty(ListItem.Rating) - - - - $INFO[ListItem.Property(Album_Mood)] - noop - !String.IsEmpty(ListItem.Property(Album_Mood)) - - - - $INFO[ListItem.Property(Album_Style)] - noop - !String.IsEmpty(ListItem.Property(Album_Style)) - - - - $INFO[ListItem.Property(Album_Theme)] - noop - !String.IsEmpty(ListItem.Property(Album_Theme)) - - - - $INFO[ListItem.Property(Album_Label)] - noop - !String.IsEmpty(ListItem.Property(Album_Label)) - - - - $INFO[ListItem.Year] - noop - !String.IsEmpty(ListItem.Year) - - - - - - Container.Content(Artists) + !Control.IsVisible(50) - 70 - 20 - VisibleFadeEffect - - 0 - 0 - 260 - 360 - keep - $INFO[ListItem.Icon] - - - Description Value for Artists - 280 - 0 - 650 - 375 - font20 - 60 - - - - 942 - 30 - 26 - 315 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - Visible - Hidden - - - 0 - 390 - 960 - 2 - separator.png - - - 0 - 400 - 960 - 330 - 49 - 49 - 9000 - 61 - - 200 - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - - $INFO[ListItem.Property(Artist_Born)] - noop - !String.IsEmpty(ListItem.Property(Artist_Born)) - - - - $INFO[ListItem.Property(Artist_Formed)] - noop - !String.IsEmpty(ListItem.Property(Artist_Formed)) - - - - $INFO[ListItem.Genre] - noop - !String.IsEmpty(ListItem.Genre) - - - - $INFO[ListItem.Property(Artist_Mood)] - noop - !String.IsEmpty(ListItem.Property(Artist_Mood)) - - - - $INFO[ListItem.Property(Artist_Style)] - noop - !String.IsEmpty(ListItem.Property(Artist_Style)) - - - - $INFO[ListItem.Property(Artist_Died)] - noop - !String.IsEmpty(ListItem.Property(Artist_Died)) - - - - $INFO[ListItem.Property(Artist_Disbanded)] - noop - !String.IsEmpty(ListItem.Property(Artist_Disbanded)) - - - - $INFO[ListItem.Property(Artist_YearsActive)] - noop - !String.IsEmpty(ListItem.Property(Artist_YearsActive)) - - - - - - 0 - 60 - 1000 - 660 - 50 - 50 - 50 - 50 - - 200 - VisibleFadeEffect - [Container.Content(Artists) + !String.IsEmpty(Window.Property(ShowAlbumList))] | [Container.Content(Albums) + !String.IsEmpty(Window.Property(ShowSongList))] | [Container.Content(Songs) + !String.IsEmpty(Window.Property(ShowRolesList))] - - - 30 - 0 - 940 - 60 - font20 - left - center - - - - 470 - 0 - 500 - 60 - font20 - right - center - - - - - - 0 - 0 - 1000 - 60 - list_focus.png - - - 30 - 0 - 940 - 60 - font20 - left - center - - - - 470 - 0 - 500 - 60 - font20 - right - center - - - - - - 30 - 0 - 940 - 60 - font20 - left - center - - - - 470 - 0 - 500 - 60 - font20 - right - center - - - - - - 0 - 0 - 1000 - 60 - list_focus.png - - - 30 - 0 - 940 - 60 - font20 - left - center - - - - 470 - 0 - 500 - 60 - font20 - right - center - - - - - - 26 - 15 - 280 - 280 - $INFO[ListItem.Icon] - stretch - - - 15 - 285 - 303 - 40 - font20 - center - center - - - - - - 26 - 15 - 280 - 280 - $INFO[ListItem.Icon] - stretch - - - 5 - 5 - 323 - 320 - thumb_focus.png - - - 15 - 285 - 303 - 40 - font20 - center - center - - - - - - 0 - 730 - 1000 - 60 - 10 - center - horizontal - 9000 - 9000 - 50 - 49 - - Refresh - 235 - ButtonInfoDialogsCommonValues - - - - Get Thumb - 235 - ButtonInfoDialogsCommonValues - - - - Get Fanart - 235 - ButtonInfoDialogsCommonValues - - - - Rating button - 235 - ButtonInfoDialogsCommonValues - - - - list / info button - 235 - ButtonInfoDialogsCommonValues - dialogbutton-focus.png - dialogbutton-nofocus.png - - 19033 - !String.IsEmpty(Window.Property(ShowAlbumList)) - SetProperty(ShowAlbumList, show) - ClearProperty(ShowAlbumList) - Container.Content(Artists) - - - list / info button - 235 - ButtonInfoDialogsCommonValues - dialogbutton-focus.png - dialogbutton-nofocus.png - - 19033 - !String.IsEmpty(Window.Property(ShowSongList)) - SetProperty(ShowSongList, show) - ClearProperty(ShowSongList) - Container.Content(Albums) - - - list / info button - 235 - ButtonInfoDialogsCommonValues - dialogbutton-focus.png - dialogbutton-nofocus.png - - 19033 - !String.IsEmpty(Window.Property(ShowRolesList)) - SetProperty(ShowRolesList, show) - ClearProperty(ShowRolesList) - Container.Content(Songs) - - - - diff --git a/addons/skin.estouchy/xml/DialogNotification.xml b/addons/skin.estouchy/xml/DialogNotification.xml deleted file mode 100644 index b62c243ea182e..0000000000000 --- a/addons/skin.estouchy/xml/DialogNotification.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - dialogeffect - - - 390 - 0 - 500 - 78 - 16x9_xPos_Relocation - - Icon - 20 - 10 - 58 - 58 - keep - - - Line 1 Label - 78 - 20 - 422 - 15 - font18_title - center - center - false - 2000 - - - Line 2 Label - 78 - 42 - 422 - 20 - font20 - center - center - false - 2000 - - - - diff --git a/addons/skin.estouchy/xml/DialogNumeric.xml b/addons/skin.estouchy/xml/DialogNumeric.xml deleted file mode 100644 index 2297bbd2e28b4..0000000000000 --- a/addons/skin.estouchy/xml/DialogNumeric.xml +++ /dev/null @@ -1,340 +0,0 @@ - - - 21 - - 0 - 0 - - - BehindDialogFadeOut - - 452 - 180 - WindowOpen - WindowClose - 16x9_xPos_Relocation - - 0 - 0 - 376 - 60 - dialog_header.png - - - 306 - 0 - DialogCloseButtonCommons - - - header label - 20 - 0 - 274 - WindowTitleCommons - - - - Background - 0 - 60 - 376 - 386 - dialog_back.png - - - Edit Text - 20 - 60 - 340 - 70 - font25 - selected - center - center - - - 0 - 130 - - 1 button - 0 - 0 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 23 - 12 - 20 - 14 - - - 2 button - 95 - 0 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 11 - 13 - 10 - 15 - - - 3 button - 190 - 0 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 12 - 23 - 22 - 16 - - - Backspace button - 285 - 0 - 91 - 156 - font30 - center - center - white.png - list_focus.png - 120 - - white - 13 - 11 - 21 - 21 - - - BackSpace Icon image - 305 - 60 - 50 - 50 - icon_keyboard_backspace.png - - - 4 button - 0 - 80 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 23 - 15 - 11 - 17 - - - 5 button - 95 - 80 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 14 - 16 - 12 - 18 - - - 6 button - 190 - 80 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 15 - 23 - 13 - 19 - - - 7 button - 0 - 160 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 21 - 18 - 14 - 20 - - - 8 button - 95 - 160 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 17 - 19 - 15 - 10 - - - 9 button - 190 - 160 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 18 - 21 - 16 - 22 - - - Done button - 285 - 160 - 91 - 156 - font30 - center - center - white.png - list_focus.png - 120 - - white - 19 - 17 - 23 - 23 - - - Enter\done Icon image - 305 - 220 - 50 - 50 - keep - icon_keyboard_enter.png - - - prev button - 0 - 240 - 91 - 76 - font30 - - white - center - center - white.png - list_focus.png - 21 - 10 - 17 - 11 - - - Previous Icon image - 22 - 260 - 50 - 40 - keep - icon_keyboard_arrowkey.png - - - 0 button - 95 - 240 - 91 - 76 - font30 - center - center - white.png - list_focus.png - - 20 - 22 - 18 - 12 - - - next button - 190 - 240 - 91 - 76 - font30 - - white - center - center - white.png - list_focus.png - 10 - 21 - 19 - 13 - - - Next Icon image - 212 - 260 - 50 - 40 - keep - icon_keyboard_arrowkey.png - - - - - diff --git a/addons/skin.estouchy/xml/DialogPVRChannelGuide.xml b/addons/skin.estouchy/xml/DialogPVRChannelGuide.xml deleted file mode 100644 index 5457d355a323c..0000000000000 --- a/addons/skin.estouchy/xml/DialogPVRChannelGuide.xml +++ /dev/null @@ -1,215 +0,0 @@ - - - 11 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 240 - 100 - - - BehindDialogFadeOut - - 0 - 0 - 800 - 60 - dialog_header.png - - - 0 - 60 - 800 - 720 - dialog_back.png - - - header label - 20 - 0 - WindowTitleCommons - 700 - - - - 730 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 750 - 720 - panel.png - - - 0 - 60 - 750 - 720 - 60 - 60 - 11 - 11 - list - 60 - 200 - - - 2 - 2 - 86 - 86 - $VAR[PosterThumb] - keep - - - 100 - 0 - 640 - 40 - font20_title - selected - left - center - - - - 100 - 28 - 640 - 40 - font22 - selected - left - center - - - - 100 - 63 - 100 - 20 - font14_title - blue - blue - center - - ListItem.HasEpg - - - Progress - 200 - 70 - 450 - 10 - ListItem.Progress - - - 650 - 63 - 100 - 20 - font14_title - blue - blue - center - - ListItem.HasEpg - - - - - 0 - 0 - 750 - 90 - list_focus.png - VisibleFadeEffect - - - 2 - 2 - 86 - 86 - $VAR[PosterThumb] - keep - - - 100 - 0 - 640 - 40 - font20_title - selected - left - center - - - - 100 - 28 - 640 - 40 - font22 - selected - left - center - - - - 100 - 63 - 100 - 20 - font14_title - blue - blue - center - - ListItem.HasEpg - - - Progress - 200 - 70 - 450 - 10 - ListItem.Progress - - - 650 - 63 - 100 - 20 - font14_title - blue - blue - center - - ListItem.HasEpg - - - - - 770 - 90 - 10 - 660 - white.png - white.png - white.png - blank.png - blank.png - 11 - 11 - 60 - 60 - false - vertical - Visible - Hidden - - - diff --git a/addons/skin.estouchy/xml/DialogPVRChannelManager.xml b/addons/skin.estouchy/xml/DialogPVRChannelManager.xml deleted file mode 100644 index eb7bdca26f7d9..0000000000000 --- a/addons/skin.estouchy/xml/DialogPVRChannelManager.xml +++ /dev/null @@ -1,279 +0,0 @@ - - - 20 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 75 - 90 - - - BehindDialogFadeOut - - 0 - 0 - 1130 - 60 - dialog_header.png - - - 20 - 0 - WindowTitleCommons - 1130 - - String.IsEmpty(Window.Property(IsRadio)) - - - 20 - 0 - WindowTitleCommons - 1130 - - !String.IsEmpty(Window.Property(IsRadio)) - - - 1060 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1130 - 720 - dialog_back.png - - - 0 - 60 - 500 - 630 - panel.png - - - 0 - 60 - 500 - 630 - 9000 - 60 - 20 - 10 - 60 - 200 - - - 5 - 5 - 60 - 60 - $INFO[ListItem.Icon] - keep - - - 75 - 0 - 420 - 60 - font20 - left - center - selected - - - - - - 0 - 0 - 500 - 70 - list_focus.png - - - 5 - 5 - 60 - 60 - $INFO[ListItem.Icon] - keep - - - 75 - 0 - 420 - 60 - font20 - left - center - selected - - - - - - 512 - 90 - 26 - 570 - white.png - white.png - white.png - blank.png - blank.png - 20 - 20 - 60 - 60 - false - vertical - Visible - Hidden - - - 550 - 100 - 580 - 415 - panel.png - - - 550 - 60 - -1 - - 580 - 40 - font20_title - - center - center - - - Channel activated - 580 - 70 - font25 - 12 - center - no - - - - Channel name - 580 - 70 - font25 - 12 - - - - 0 - 0 - 580 - 70 - - Channel logo Button - 0 - 0 - 580 - 70 - font25 - 12 - - 20 - 9000 - 8 - 12 - - - Current Channel Icon - 515 - 5 - 60 - 60 - keep - $INFO[ListItem.Property(Icon)] - - - - EPG activated - 580 - 70 - font25 - 12 - center - no - - - - EPG source - 580 - 70 - font25 - 12 - center - - - - Parental locked - 580 - 70 - font25 - 12 - center - no - - 20 - - - - 0 - 710 - 1130 - 60 - 5 - center - horizontal - 9000 - 9000 - 20 - 20 - - OK button - 200 - ButtonInfoDialogsCommonValues - - - - Cancel button - 200 - ButtonInfoDialogsCommonValues - - - - Apply - 250 - ButtonInfoDialogsCommonValues - - - - TV/Radio Button - 250 - ButtonInfoDialogsCommonValues - !String.IsEmpty(Window.Property(IsRadio)) - list_focus.png - button_nofocus.png - - 19023 - - - Add channel button - 250 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml b/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml deleted file mode 100644 index d96870ff54557..0000000000000 --- a/addons/skin.estouchy/xml/DialogPVRChannelsOSD.xml +++ /dev/null @@ -1,215 +0,0 @@ - - - 11 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 240 - 90 - - - BehindDialogFadeOut - - 0 - 0 - 800 - 60 - dialog_header.png - - - 0 - 60 - 800 - 720 - dialog_back.png - - - header label - 20 - 0 - WindowTitleCommons - 700 - - - - 730 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 750 - 720 - panel.png - - - 0 - 60 - 750 - 720 - 60 - 60 - 11 - 11 - list - 60 - 200 - - - 5 - 5 - 80 - 80 - $VAR[PosterThumb] - keep - - - 100 - 0 - 640 - 40 - font20_title - selected - left - center - - - - 100 - 28 - 640 - 40 - font22 - selected - left - center - - - - 100 - 63 - 100 - 20 - font14_title - blue - blue - center - - ListItem.HasEpg - - - Progress - 200 - 70 - 450 - 10 - ListItem.Progress - - - 650 - 63 - 100 - 20 - font14_title - blue - blue - center - - ListItem.HasEpg - - - - - 0 - 0 - 750 - 90 - list_focus.png - VisibleFadeEffect - - - 5 - 5 - 80 - 80 - $VAR[PosterThumb] - keep - - - 100 - 0 - 640 - 40 - font20_title - selected - left - center - - - - 100 - 28 - 640 - 40 - font22 - selected - left - center - - - - 100 - 63 - 100 - 20 - font14_title - blue - blue - center - - ListItem.HasEpg - - - Progress - 200 - 70 - 450 - 10 - ListItem.Progress - - - 650 - 63 - 100 - 20 - font14_title - blue - blue - center - - ListItem.HasEpg - - - - - 762 - 90 - 26 - 660 - white.png - white.png - white.png - blank.png - blank.png - 11 - 11 - 60 - 60 - false - vertical - Visible - Hidden - - - diff --git a/addons/skin.estouchy/xml/DialogPVRGroupManager.xml b/addons/skin.estouchy/xml/DialogPVRGroupManager.xml deleted file mode 100644 index 523ef2886554a..0000000000000 --- a/addons/skin.estouchy/xml/DialogPVRGroupManager.xml +++ /dev/null @@ -1,397 +0,0 @@ - - - 12 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 100 - 80 - - - BehindDialogFadeOut - - 0 - 0 - 1080 - 60 - dialog_header.png - - - 20 - 0 - WindowTitleCommons - 1040 - - String.IsEmpty(Window.Property(IsRadio)) - - - 20 - 0 - WindowTitleCommons - 1040 - - !String.IsEmpty(Window.Property(IsRadio)) - - - 1010 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1080 - 740 - dialog_back.png - - - 0 - 60 - 500 - 40 - font20 - center - center - - - 0 - 100 - 500 - 350 - panel.png - - - 0 - 100 - 500 - 350 - 11 - 60 - 9000 - 13 - 60 - 200 - - - 5 - 5 - 60 - 60 - $INFO[ListItem.Icon] - keep - - - 70 - 0 - 415 - 70 - font20 - left - center - selected - - - - - - 0 - 0 - 500 - 70 - list_focus.png - - - 5 - 5 - 60 - 60 - $INFO[ListItem.Icon] - keep - - - 70 - 0 - 415 - 70 - font20 - left - center - selected - - - - - - 515 - 130 - 10 - 290 - white.png - white.png - white.png - blank.png - blank.png - 12 - 11 - 60 - 60 - false - vertical - Visible - Hidden - - - 540 - 60 - 500 - 40 - font20 - center - center - - - 540 - 100 - 500 - 350 - panel.png - - - 540 - 100 - 500 - 350 - 11 - 61 - 9000 - 13 - 61 - 200 - - - 5 - 5 - 60 - 60 - $INFO[ListItem.Icon] - keep - - - 70 - 0 - 415 - 70 - font20 - left - center - selected - - - - - - 0 - 0 - 600 - 70 - list_focus.png - - - 5 - 5 - 60 - 60 - $INFO[ListItem.Icon] - keep - - - 70 - 0 - 415 - 70 - font20 - left - center - selected - - - - - - 1055 - 130 - 10 - 290 - white.png - white.png - white.png - blank.png - blank.png - 11 - 12 - 61 - 61 - false - vertical - Visible - Hidden - - - 0 - 450 - 1080 - 2 - separator.png - - - 20 - 452 - 1040 - 40 - - font20 - center - center - - - 0 - 492 - 1030 - 210 - panel.png - - - 0 - 492 - 1030 - 210 - 62 - 62 - 12 - 9000 - 62 - 200 - - - 5 - 5 - 60 - 60 - $INFO[ListItem.Icon] - keep - - - 70 - 0 - 950 - 70 - font25 - left - center - selected - - - - - - 0 - 0 - 1030 - 70 - list_focus.png - - - 5 - 5 - 60 - 60 - $INFO[ListItem.Icon] - keep - - - 70 - 0 - 950 - 70 - font25 - left - center - selected - - - - - - 1050 - 522 - 10 - 150 - white.png - white.png - white.png - blank.png - blank.png - 13 - 13 - 62 - 62 - false - vertical - Visible - Hidden - - - 0 - 730 - 1080 - 60 - 5 - center - horizontal - 9000 - 9000 - 13 - 12 - - Add button - 200 - ButtonInfoDialogsCommonValues - - - - Rename button - 200 - ButtonInfoDialogsCommonValues - - - - Hide button - 200 - ButtonInfoDialogsCommonValues - - - - Delete button - 200 - ButtonInfoDialogsCommonValues - - - - TV/Radio button - 200 - ButtonInfoDialogsCommonValues - - 19173 - dialogbutton-focus.png - dialogbutton-nofocus.png - !String.IsEmpty(Window.Property(IsRadio)) - - - OK button - 200 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogPVRGuideSearch.xml b/addons/skin.estouchy/xml/DialogPVRGuideSearch.xml deleted file mode 100644 index 38faa043030f4..0000000000000 --- a/addons/skin.estouchy/xml/DialogPVRGuideSearch.xml +++ /dev/null @@ -1,258 +0,0 @@ - - - - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 120 - 90 - - - BehindDialogFadeOut - - 0 - 0 - 1040 - 60 - dialog_header.png - - - 20 - 0 - WindowTitleCommons - 1000 - - - - 970 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1040 - 720 - dialog_back.png - - - 0 - 60 - 1040 - 70 - panel.png - - - Search button - 0 - 60 - 1040 - 70 - - <$LOCALIZE[19133]> - - - 0 - 130 - 1040 - 2 - separator.png - - - 0 - 132 - 519 - 560 - panel.png - - - 0 - 132 - 0 - - 519 - 70 - font25 - 12 - center - no - - - - 519 - 70 - font25 - 12 - - - - 519 - 70 - font25 - 12 - center - no - - - - 519 - 70 - font25 - 12 - center - - - - 519 - 70 - font25 - 12 - center - no - - - - 519 - 70 - font25 - 12 - center - no - - - - 519 - 70 - font25 - 12 - center - no - - - - 519 - 70 - font25 - 12 - center - no - - - - - 519 - 132 - 2 - 560 - separator.png - - - 521 - 132 - 519 - 560 - panel.png - - - 521 - 132 - 0 - - 519 - 70 - font25 - 12 - center - no - - - - 519 - 70 - font25 - 12 - - - - 519 - 70 - font25 - 12 - center - no - - - - 519 - 70 - font25 - 12 - center - - - - 519 - 70 - font25 - 12 - center - no - - - - 519 - 70 - font25 - 12 - - - - 519 - 70 - font25 - 12 - - - - 519 - 70 - font25 - 12 - center - no - - - - - 0 - 710 - 1040 - 60 - 5 - center - horizontal - 9000 - 9000 - 20 - 20 - - Defaults button - 200 - ButtonInfoDialogsCommonValues - - - - Cancel button - 200 - ButtonInfoDialogsCommonValues - - - - Search button - 200 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogPVRInfo.xml b/addons/skin.estouchy/xml/DialogPVRInfo.xml deleted file mode 100644 index aafa2f920e373..0000000000000 --- a/addons/skin.estouchy/xml/DialogPVRInfo.xml +++ /dev/null @@ -1,224 +0,0 @@ - - - 9000 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 130 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 910 - - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1000 - 640 - dialog_back.png - - - 70 - 20 - VisibleFadeEffect - - 0 - 0 - 260 - 360 - keep - $INFO[ListItem.Icon] - - - Description - 280 - 0 - 650 - 375 - font20 - 60 - - - - 942 - 30 - 26 - 315 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - Visible - Hidden - - - 0 - 390 - 960 - 2 - separator.png - - - 0 - 400 - 960 - 330 - 49 - 49 - 9000 - 61 - - 200 - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - - $INFO[ListItem.Title] - noop - - - - $INFO[ListItem.StartTime] - $INFO[ListItem.EndTime] ($INFO[ListItem.StartDate]) - noop - - - - $INFO[ListItem.Duration] - noop - - - - $INFO[ListItem.ChannelName] - noop - - - - $INFO[ListItem.Genre] - noop - - - - - - 0 - 630 - 1000 - 60 - 10 - center - horizontal - 5 - 9000 - 9000 - 50 - 49 - - Switch channel - 230 - ButtonInfoDialogsCommonValues - - Window.IsActive(PVRGuideInfo) - - - Play recording - 230 - ButtonInfoDialogsCommonValues - - Window.IsActive(PVRRecordingInfo) - - - Record - 230 - ButtonInfoDialogsCommonValues - - Window.IsActive(PVRGuideInfo) - - - Find similar - 230 - ButtonInfoDialogsCommonValues - - Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) - - - Reminders - 230 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogPVRRadioRDSInfo.xml b/addons/skin.estouchy/xml/DialogPVRRadioRDSInfo.xml deleted file mode 100644 index c6a272653e376..0000000000000 --- a/addons/skin.estouchy/xml/DialogPVRRadioRDSInfo.xml +++ /dev/null @@ -1,242 +0,0 @@ - - - 5 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 80 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 910 - - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1000 - 740 - dialog_back.png - - - 0 - 60 - 1000 - 660 - panel.png - - - 20 - 80 - 960 - 630 - 49 - 49 - 9000 - 61 - - 200 - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - - $INFO[RDS.Artist] - noop - String.IsEmpty(RDS.Band) - - - - $INFO[RDS.Band] - noop - !String.IsEmpty(RDS.Band) - - - - $INFO[RDS.Title] - noop - !String.IsEmpty(RDS.Title) - - - - $INFO[RDS.Album] - noop - !String.IsEmpty(RDS.Album) - - - - $INFO[RDS.Comment] - noop - !String.IsEmpty(RDS.Comment) - - - - $INFO[RDS.Composer] - noop - !String.IsEmpty(RDS.Composer) - - - - $INFO[RDS.Conductor] - noop - !String.IsEmpty(RDS.Conductor) - - - - $INFO[RDS.ProgStyle] - noop - !String.IsEmpty(RDS.ProgStyle) - - - - $INFO[RDS.ProgHost] - noop - !String.IsEmpty(RDS.ProgHost) - - - - $INFO[RDS.ProgStation] - noop - !String.IsEmpty(RDS.ProgStation) - - - - $INFO[RDS.ProgEditStaff] - noop - !String.IsEmpty(RDS.ProgEditStaff) - - - - $INFO[RDS.ProgNow] - noop - !String.IsEmpty(RDS.ProgNow) - - - - $INFO[RDS.ProgNext] - noop - !String.IsEmpty(RDS.ProgNext) - - - - $INFO[RDS.PhoneStudio] - noop - !String.IsEmpty(RDS.PhoneStudio) - - - - $INFO[RDS.EmailStudio] - noop - !String.IsEmpty(RDS.EmailStudio) - - - - $INFO[RDS.SMSStudio] - noop - !String.IsEmpty(RDS.SMSStudio) - - - - $INFO[RDS.ProgHomepage] - noop - !String.IsEmpty(RDS.ProgHomepage) - - - - $INFO[RDS.PhoneHotline] - noop - !String.IsEmpty(RDS.PhoneHotline) - - - - $INFO[RDS.EmailHotline] - noop - !String.IsEmpty(RDS.EmailHotline) - - - - - 0 - 730 - 1000 - 50 - 10 - center - horizontal - 9000 - 9000 - 50 - 49 - - OK button - 230 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogPictureInfo.xml b/addons/skin.estouchy/xml/DialogPictureInfo.xml deleted file mode 100644 index 058a67c336970..0000000000000 --- a/addons/skin.estouchy/xml/DialogPictureInfo.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - 5 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 90 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 910 - - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1000 - 720 - dialog_back.png - - - 0 - 60 - 1000 - 720 - panel.png - - - 0 - 60 - 1000 - 720 - 5 - 5 - 5 - 5 - 60 - 200 - - - 20 - 0 - 960 - 60 - font20_title - center - selected - - - - 20 - 0 - 960 - 60 - font20 - right - center - white - - - - - - 0 - 0 - 1000 - 60 - list_focus.png - - - 20 - 0 - 960 - 60 - font20_title - center - selected - - - - 20 - 0 - 960 - 60 - font20 - right - center - white - - - - - - diff --git a/addons/skin.estouchy/xml/DialogPlayerProcessInfo.xml b/addons/skin.estouchy/xml/DialogPlayerProcessInfo.xml deleted file mode 100644 index a184553330a85..0000000000000 --- a/addons/skin.estouchy/xml/DialogPlayerProcessInfo.xml +++ /dev/null @@ -1,345 +0,0 @@ - - - 5553 - WindowOpen - WindowClose - 16x9_xPos_Relocation - SetProperty(PlayerInfoDialogFocus,5553,Home) - ClearProperty(PlayerInfoDialogFocus,Home) - - - 80 - - 10 - 0 - 1260 - 370 - dialogbutton-nofocus.png - - - 1200 - 5 - DialogCloseButtonCommons - - - 50 - 50 - String.IsEqual(Window(Home).Property(PlayerInfoDialogFocus),5551) - - 800 - 30 - bottom - - font25 - black - - - 800 - 30 - bottom - - font25 - black - - - 800 - 30 - bottom - - font25 - black - - - 800 - 30 - bottom - - font25 - black - - - 800 - 30 - bottom - - font25 - black - - - 800 - 30 - bottom - - font25 - black - - - - 850 - 50 - String.IsEqual(Window(Home).Property(PlayerInfoDialogFocus),5551) - - 400 - 30 - bottom - - font25 - black - - - 400 - 30 - bottom - - font25 - black - - - 400 - 30 - bottom - - font25 - black - - - 400 - 30 - bottom - - font25 - black - - - 5 - 400 - 18 - PVR.ActStreamProgrSignal - - - 5 - 400 - 30 - bottom - - font25 - black - - - 0 - 400 - 18 - PVR.ActStreamProgrSNR - - - - 50 - 20 - String.IsEqual(Window(Home).Property(PlayerInfoDialogFocus),5552) - - 600 - 30 - bottom - - font25 - black - Player.HasVideo - - - 600 - 30 - bottom - - font25 - black - Player.HasVideo - - - 600 - 30 - bottom - - font25 - black - Player.HasVideo - - - 600 - 30 - bottom - - font25 - black - Player.HasVideo - - - - 650 - 20 - String.IsEqual(Window(Home).Property(PlayerInfoDialogFocus),5552) - - 600 - 30 - bottom - - font25 - black - Player.HasVideo - - - 600 - 30 - bottom - - font25 - black - Player.HasVideo - - - 600 - 30 - bottom - - font25 - black - Player.HasVideo - - - - 50 - 20 - String.IsEqual(Window(Home).Property(PlayerInfoDialogFocus),5553) - - 1000 - 30 - bottom - - font25 - black - Player.HasVideo - - - 1000 - 30 - bottom - - font25 - black - Player.HasVideo - - - 1000 - 30 - bottom - - font25 - black - Player.HasVideo - - - 1000 - 30 - bottom - - font25 - black - Player.HasVideo - - - 1000 - 30 - bottom - - font25 - black - - - - 50 - 20 - String.IsEqual(Window(Home).Property(PlayerInfoDialogFocus),5554) - - 1000 - 30 - bottom - - font25 - black - - - 1000 - 30 - bottom - - font25 - black - - - 1000 - 30 - bottom - - font25 - black - System.SupportsCPUUsage - - - 1000 - 30 - bottom - - font25 - black - System.SupportsCPUUsage - - - 1000 - 30 - bottom - - font25 - black - !System.SupportsCPUUsage - - - - 10 - 300 - 1260 - 130 - center - horizontal - 10 - - 250 - 60 - ButtonInfoDialogsCommonValues - - VideoPlayer.Content(livetv) - SetProperty(PlayerInfoDialogFocus,5551,Home) - - - 250 - 60 - ButtonInfoDialogsCommonValues - - SetProperty(PlayerInfoDialogFocus,5552,Home) - - - 250 - 60 - ButtonInfoDialogsCommonValues - - SetProperty(PlayerInfoDialogFocus,5553,Home) - - - 250 - 60 - ButtonInfoDialogsCommonValues - - SetProperty(PlayerInfoDialogFocus,5554,Home) - - - - - diff --git a/addons/skin.estouchy/xml/DialogSeekBar.xml b/addons/skin.estouchy/xml/DialogSeekBar.xml deleted file mode 100644 index 44c9df0f7bd3e..0000000000000 --- a/addons/skin.estouchy/xml/DialogSeekBar.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - [Window.IsActive(FullscreenVideo) | Window.IsActive(Visualisation)] + ![Window.IsActive(VideoOSD) | Window.IsActive(MusicOSD) | Window.IsActive(SliderDialog)] + [Player.Seeking | Player.HasPerformedSeek(3)] - - - 364 - 10 - 16x9_xPos_Relocation - VisibleFadeEffect - - 0 - 0 - 180 - 32 - font20_title - center - - - - 0 - 0 - 552 - 32 - font20_title - center - center - - - - 552 - 0 - 180 - 32 - font20_title - right - center - - - - Progressbar - 0 - 40 - 552 - 12 - Player.ProgressCache - white.png - white.png - - - Progressbar - 0 - 40 - 552 - 12 - Player.Progress - white.png - - - Seek Slider - 0 - 30 - 552 - 32 - seek - - - - - - - diff --git a/addons/skin.estouchy/xml/DialogSelect.xml b/addons/skin.estouchy/xml/DialogSelect.xml deleted file mode 100644 index a8f8d360d6404..0000000000000 --- a/addons/skin.estouchy/xml/DialogSelect.xml +++ /dev/null @@ -1,243 +0,0 @@ - - - 3 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 285 - 105 - - - BehindDialogFadeOut - - 0 - 0 - 720 - 60 - dialog_header.png - - - 0 - 60 - 720 - 690 - dialog_back.png - - - header label - 20 - 0 - WindowTitleCommons - 610 - - - - 650 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 680 - 600 - panel.png - - - 0 - 60 - 680 - 600 - 3 - 3 - 5 - 61 - 60 - 200 - - - 20 - 0 - 640 - 60 - font20_title - selected - left - center - - - - - - 0 - 0 - 680 - 60 - list_focus.png - - - 20 - 0 - 640 - 60 - font20_title - selected - left - center - - - - - - 687 - 90 - 26 - 540 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - Visible - Hidden - Control.IsVisible(3) - - - 0 - 60 - 680 - 600 - 6 - 6 - 5 - 61 - 61 - 200 - - - 20 - 15 - 550 - 30 - font24_title - selected - left - center - - - - 30 - 50 - 530 - 70 - grey - font22 - left - center - - - - 565 - 5 - 110 - 110 - $VAR[PosterThumb] - - - - - 0 - 0 - 680 - 120 - list_focus.png - - - 20 - 15 - 550 - 30 - font24_title - selected - left - center - - - - 30 - 50 - 530 - 70 - font22 - left - center - - - - 565 - 5 - 110 - 110 - $VAR[PosterThumb] - - - - - 686 - 90 - 26 - 540 - white.png - white.png - white.png - blank.png - blank.png - 6 - 6 - 61 - 61 - false - vertical - Visible - Hidden - Control.IsVisible(6) - - - 20 - 680 - 680 - 60 - 10 - center - horizontal - 9000 - 9000 - 9000 - 9000 - - Get more button - 200 - ButtonInfoDialogsCommonValues - - - - Add button - 200 - ButtonInfoDialogsCommonValues - - - - Cancel button - 200 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/DialogSettings.xml b/addons/skin.estouchy/xml/DialogSettings.xml deleted file mode 100644 index 55f613e9d395b..0000000000000 --- a/addons/skin.estouchy/xml/DialogSettings.xml +++ /dev/null @@ -1,143 +0,0 @@ - - - 5 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 80 - - - - BehindDialogFadeOut - !Window.IsVisible(sliderdialog) - - 0 - 0 - 1000 - 60 - dialog_header.png - - - 0 - 60 - 1000 - 740 - dialog_back.png - - - 20 - 0 - WindowTitleCommons - 910 - - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 974 - 630 - -1 - 60 - 60 - 60 - 5 - 9000 - - - 974 - 90 - 26 - 570 - white.png - white.png - white.png - blank.png - blank.png - 5 - 5 - false - vertical - Visible - Hidden - - - 0 - 0 - 70 - font25 - - - 0 - 0 - 70 - font25 - - - 0 - 0 - 70 - font25 - center - yes - - - 2 - separator.png - - - 70 - font25 - - - 70 - font25 - 400 - - - 0 - 0 - 70 - font25 - center - center - - - 0 - 720 - 1000 - 60 - 5 - center - horizontal - 9000 - 9000 - 5 - 5 - - OK Button - 200 - ButtonInfoDialogsCommonValues - - - - Cancel Button - 200 - ButtonInfoDialogsCommonValues - - - - Custom Button - 200 - ButtonInfoDialogsCommonValues - - - - - - diff --git a/addons/skin.estouchy/xml/DialogSlider.xml b/addons/skin.estouchy/xml/DialogSlider.xml deleted file mode 100644 index 6b8e5f6a7bffd..0000000000000 --- a/addons/skin.estouchy/xml/DialogSlider.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - 11 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 20 - - - - 0 - 0 - 1000 - 130 - back.png - - - 930 - 0 - DialogCloseButtonCommons - - - Dialog header - 40 - 10 - 880 - 20 - center - font30 - - - Slider Value - 40 - 10 - 880 - 20 - right - center - font30 - - - Slider - 40 - 65 - 880 - 60 - 11 - 11 - 11 - 11 - - - diff --git a/addons/skin.estouchy/xml/DialogSubtitles.xml b/addons/skin.estouchy/xml/DialogSubtitles.xml deleted file mode 100644 index 555d15fe1b9e8..0000000000000 --- a/addons/skin.estouchy/xml/DialogSubtitles.xml +++ /dev/null @@ -1,355 +0,0 @@ - - - 49 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 80 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - 0 - 60 - 1000 - 740 - dialog_back.png - - - header label - 20 - 0 - WindowTitleCommons - 960 - - - - 930 - 0 - DialogCloseButtonCommons - - - textarea - 20 - 60 - 960 - 40 - font20_title - center - center - - - - 0 - 100 - 940 - 560 - panel.png - - - 0 - 100 - 940 - 560 - 120 - 120 - 120 - 120 - list - 60 - 200 - - - 20 - 10 - 900 - 25 - font22 - center - selected - left - - - - 20 - 44 - 30 - 20 - $INFO[Listitem.Thumb,subtitles/flags/,.gif] - - - 55 - 40 - 80 - 25 - font20 - center - selected - left - - - - 755 - 35 - 60 - 35 - flagging/blank.png - ListItem.property(sync) - - - 760 - 35 - 50 - 35 - font11_title - white - center - center - - ListItem.property(sync) - - - 820 - 40 - 100 - 25 - keep - $INFO[ListItem.ActualIcon,subtitles/rating/rating,.png] - - - - - 0 - 0 - 940 - 80 - list_focus.png - Control.HasFocus(120) - - - 20 - 10 - 900 - 25 - font22 - center - selected - left - - - - 20 - 44 - 30 - 20 - $INFO[Listitem.Thumb,subtitles/flags/,.gif] - - - 55 - 40 - 80 - 25 - font20 - center - selected - left - - - - 755 - 35 - 60 - 35 - flagging/blank.png - ListItem.property(sync) - - - 760 - 35 - 50 - 35 - font11_title - white - center - center - - ListItem.property(sync) - - - 820 - 40 - 100 - 25 - keep - $INFO[ListItem.ActualIcon,subtitles/rating/rating,.png] - - - - - 957 - 130 - 26 - 500 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - Visible - Hidden - - - 0 - 730 - 1000 - 60 - 10 - center - horizontal - 9000 - 9000 - 50 - 49 - - Subtitle chooser Button - 300 - ButtonInfoDialogsCommonValues - - Skin.ToggleSetting(SubtitleSourceChooserVisible) - - - Refresh - 300 - ButtonInfoDialogsCommonValues - - - - - - 380 - 125 - Skin.HasSetting(SubtitleSourceChooserVisible) - VisibleFadeEffect - BehindDialogFadeOut - - 0 - 0 - 320 - 60 - dialog_header.png - - - 0 - 60 - 320 - 490 - dialog_back.png - - - header label - 20 - 0 - WindowTitleCommons - 220 - - - - 250 - 0 - - 0 - 0 - 2 - 59 - separator.png - FF464646 - - - Close Button - 4 - 0 - 60 - 60 - - Skin.ToggleSetting(SubtitleSourceChooserVisible) - icon_dialog_close.png - icon_dialog_close.png - - - - 0 - 60 - 320 - 490 - panel.png - - - 0 - 60 - 320 - 490 - 150 - 150 - 160 - 160 - list - 200 - - - 10 - 0 - 300 - 70 - font20 - center - selected - center - - - - - - 0 - 0 - 320 - 70 - list_focus.png - - - 10 - 0 - 300 - 70 - font20 - center - selected - center - - - - - - - -10 - -10 - 1 - 1 - - - - - diff --git a/addons/skin.estouchy/xml/DialogTextViewer.xml b/addons/skin.estouchy/xml/DialogTextViewer.xml deleted file mode 100644 index b60c6bcf25052..0000000000000 --- a/addons/skin.estouchy/xml/DialogTextViewer.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - 61 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 80 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 910 - - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1000 - 740 - dialog_back.png - - - textarea - 20 - 60 - 900 - 720 - - font20 - justify - 61 - - - 952 - 90 - 26 - 660 - white.png - white.png - white.png - blank.png - blank.png - 61 - 61 - 61 - 61 - true - vertical - - - diff --git a/addons/skin.estouchy/xml/DialogVideoInfo.xml b/addons/skin.estouchy/xml/DialogVideoInfo.xml deleted file mode 100644 index e53200b4b1a62..0000000000000 --- a/addons/skin.estouchy/xml/DialogVideoInfo.xml +++ /dev/null @@ -1,719 +0,0 @@ - - - 49 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 80 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 910 - - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1000 - 740 - dialog_back.png - - - 0 - 60 - 1000 - 660 - panel.png - - - !Control.IsVisible(50) - 70 - 20 - VisibleFadeEffect - - 0 - 0 - 240 - 330 - keep - $INFO[ListItem.Icon] - - - Description Value - 260 - 0 - 670 - 285 - font20 - 60 - - - - 942 - 30 - 26 - 235 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - Visible - Hidden - - - Media Codec Flagging Images - 260 - 286 - 960 - 44 - 5 - horizontal - VisibleFadeEffect - VideoCodecFlaggingConditions - AudioCodecFlaggingConditions - AudioChannelsFlaggingConditions - AspectCodecFlaggingConditions - VideoTypeHackFlaggingConditions - Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos) - - - 0 - 335 - 960 - 2 - separator.png - - - 0 - 345 - 960 - 300 - 49 - 49 - 9000 - 61 - - 200 - Container.Content(Movies) - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - - $INFO[ListItem.Director] - noop - !String.IsEmpty(ListItem.Director) - - - - $INFO[ListItem.Writer] - noop - !String.IsEmpty(ListItem.Writer) - - - - $INFO[ListItem.Studio] - noop - !String.IsEmpty(ListItem.Studio) - - - - $INFO[ListItem.Genre] - noop - !String.IsEmpty(ListItem.Genre) - - - - $INFO[ListItem.Year] - noop - !String.IsEmpty(ListItem.Year) - - - - $INFO[ListItem.Duration] $LOCALIZE[12391] - noop - !String.IsEmpty(ListItem.Duration) - - - - $INFO[ListItem.RatingAndVotes] - noop - !String.IsEmpty(ListItem.RatingAndVotes) - - - - $INFO[ListItem.UserRating] - noop - !String.IsEmpty(ListItem.UserRating) - - - - $INFO[ListItem.TagLine] - noop - !String.IsEmpty(ListItem.TagLine) - - - - $INFO[ListItem.mpaa] - noop - !String.IsEmpty(ListItem.mpaa) - - - - $INFO[ListItem.FilenameAndPath] - noop - !String.IsEmpty(ListItem.FilenameAndPath) - - - - - 0 - 345 - 960 - 300 - 49 - 49 - 9000 - 61 - - 200 - Container.Content(TVShows) - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - - $INFO[listitem.episode] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]]) - noop - !String.IsEmpty(ListItem.Episode) - - - - $INFO[ListItem.Premiered] - noop - !String.IsEmpty(ListItem.Premiered) - - - - $INFO[ListItem.Genre] - noop - !String.IsEmpty(ListItem.Genre) - - - - $INFO[ListItem.Year] - noop - !String.IsEmpty(ListItem.Year) - - - - $INFO[ListItem.Rating] - noop - !String.IsEmpty(ListItem.Rating) - - - - $INFO[ListItem.UserRating] - noop - !String.IsEmpty(ListItem.UserRating) - - - - $INFO[ListItem.FilenameAndPath] - noop - !String.IsEmpty(ListItem.FilenameAndPath) - - - - - 0 - 345 - 960 - 300 - 49 - 49 - 9000 - 61 - - 200 - Container.Content(Episodes) - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - - $INFO[ListItem.TVShowTitle] - noop - !String.IsEmpty(ListItem.TVShowTitle) - - - - $INFO[ListItem.Season] - noop - !String.IsEmpty(ListItem.Season) - - - - $INFO[ListItem.Episode] - noop - !String.IsEmpty(ListItem.Episode) - - - - $INFO[ListItem.Premiered] - noop - !String.IsEmpty(ListItem.Premiered) - - - - $INFO[ListItem.Genre] - noop - !String.IsEmpty(ListItem.Genre) - - - - $INFO[ListItem.Director] - noop - !String.IsEmpty(ListItem.Director) - - - - $INFO[ListItem.Writer] - noop - !String.IsEmpty(ListItem.Writer) - - - - $INFO[ListItem.Duration] $LOCALIZE[12391] - noop - !String.IsEmpty(ListItem.Duration) - - - - $INFO[ListItem.Rating] - noop - !String.IsEmpty(ListItem.Rating) - - - - $INFO[ListItem.UserRating] - noop - !String.IsEmpty(ListItem.UserRating) - - - - $INFO[ListItem.FilenameAndPath] - noop - !String.IsEmpty(ListItem.FilenameAndPath) - - - - - 0 - 345 - 960 - 300 - 49 - 49 - 9000 - 61 - - 200 - Container.Content(MusicVideos) - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - 0 - 0 - 200 - 30 - font20_title - right - center - selected - - - - 210 - 0 - 750 - 30 - font20 - left - center - white - - - - - - - $INFO[ListItem.Artist] - noop - !String.IsEmpty(ListItem.Artist) - - - - $INFO[ListItem.Album] - noop - !String.IsEmpty(ListItem.Album) - - - - $INFO[ListItem.Genre] - noop - !String.IsEmpty(ListItem.Genre) - - - - $INFO[ListItem.Studio] - noop - !String.IsEmpty(ListItem.Studio) - - - - $INFO[ListItem.Writer] - noop - !String.IsEmpty(ListItem.Writer) - - - - $INFO[ListItem.Director] - noop - !String.IsEmpty(ListItem.Director) - - - - $INFO[ListItem.Year] - noop - !String.IsEmpty(ListItem.Year) - - - - $INFO[ListItem.Duration] $LOCALIZE[12391] - noop - !String.IsEmpty(ListItem.Duration) - - - - $INFO[ListItem.UserRating] - noop - !String.IsEmpty(ListItem.UserRating) - - - - $INFO[ListItem.FilenameAndPath] - noop - !String.IsEmpty(ListItem.FilenameAndPath) - - - - - - 0 - 60 - 1000 - 600 - panel.png - Control.IsVisible(50) - - - 0 - 60 - 1000 - 600 - 50 - 50 - 50 - 50 - - 200 - VisibleFadeEffect - - - 10 - 4 - 100 - 92 - keep - $INFO[ListItem.Icon] - - - 120 - 12 - 360 - 78 - font20 - left - - - - - - 0 - 0 - 500 - 100 - list_focus.png - - - 10 - 4 - 100 - 92 - keep - $INFO[ListItem.Icon] - - - 120 - 12 - 360 - 78 - font20 - left - - - - - - 0 - 730 - 1000 - 60 - 2 - center - horizontal - 9000 - 9000 - 50 - 49 - - Play/browse to Show - 195 - ButtonInfoDialogsCommonValues - - list_focus.png - button_nofocus.png - 1024 - Container.Content(TVShows) | Container.Content(Sets) - - - Cast/Review - 195 - ButtonInfoDialogsCommonValues - - - - Refresh - 195 - ButtonInfoDialogsCommonValues - - - - Get Art - 195 - ButtonInfoDialogsCommonValues - - - - Play Trailer - 195 - ButtonInfoDialogsCommonValues - - !String.IsEmpty(ListItem.Trailer) - - - Rating button - 195 - - ButtonInfoDialogsCommonValues - - - - diff --git a/addons/skin.estouchy/xml/DialogVolumeBar.xml b/addons/skin.estouchy/xml/DialogVolumeBar.xml deleted file mode 100644 index bd8c8c0e9d6f5..0000000000000 --- a/addons/skin.estouchy/xml/DialogVolumeBar.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - dialogeffect - - - 364 - 10 - 16x9_xPos_Relocation - ![Window.IsVisible(Notification)] - - label - 0 - 0 - 32 - 400 - - font20_title - center - - - Volumelabel - 552 - 0 - 180 - 32 - - font20_title - right - center - - - Volume - 0 - 34 - 552 - 24 - white.png - white.png - Player.Volume - - - Volume Slider - 0 - 30 - 552 - 32 - Player.Volume - - - - - - - diff --git a/addons/skin.estouchy/xml/EventLog.xml b/addons/skin.estouchy/xml/EventLog.xml deleted file mode 100644 index b1758d79cbcc8..0000000000000 --- a/addons/skin.estouchy/xml/EventLog.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - 500 - 500 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - 240 - 360 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/FileBrowser.xml b/addons/skin.estouchy/xml/FileBrowser.xml deleted file mode 100644 index 47a4bbd3325d4..0000000000000 --- a/addons/skin.estouchy/xml/FileBrowser.xml +++ /dev/null @@ -1,248 +0,0 @@ - - - 450 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 280 - 85 - - - BehindDialogFadeOut - - 0 - 0 - 720 - 60 - dialog_header.png - - - 0 - 60 - 720 - 730 - dialog_back.png - - - header label - 20 - 0 - WindowTitleCommons - 600 - - - - 650 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 670 - 640 - panel.png - - - 0 - 60 - 670 - 640 - 450 - 450 - 450 - 450 - 60 - 200 - - - 20 - 0 - 570 - 80 - font22 - left - center - selected - - - - 595 - 5 - 70 - 70 - keep - $INFO[ListItem.Icon] - - - - - 0 - 0 - 670 - 80 - list_focus.png - - - 20 - 0 - 570 - 80 - font22 - left - center - selected - - - - 595 - 5 - 70 - 70 - keep - $INFO[ListItem.Icon] - - - - - 682 - 90 - 26 - 560 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - Visible - Hidden - Control.IsVisible(450) - - - 10 - 80 - 660 - 620 - 9000 - 61 - 451 - 451 - 61 - 200 - - - 35 - 0 - 260 - 260 - $INFO[ListItem.Icon] - keep - - - 10 - 270 - 300 - 20 - font20 - selected - center - center - - - - - - 35 - 0 - 260 - 260 - $INFO[ListItem.Icon] - keep - - - 35 - 0 - 260 - 260 - thumb_focus.png - - - 10 - 270 - 300 - 20 - font20 - selected - center - center - - - - - - 687 - 100 - 26 - 560 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - Visible - Hidden - Control.IsVisible(451) - - - 0 - 720 - 720 - 60 - 5 - center - horizontal - 9000 - 9000 - 50 - 49 - - OK button - 148 - ButtonInfoDialogsCommonValues - - - - Cancel button - 148 - ButtonInfoDialogsCommonValues - - - - Create folder button - ButtonInfoDialogsCommonValues - - - - Flip Image button - 220 - left - 5 - 145 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/FileManager.xml b/addons/skin.estouchy/xml/FileManager.xml deleted file mode 100644 index b33f5c9b65648..0000000000000 --- a/addons/skin.estouchy/xml/FileManager.xml +++ /dev/null @@ -1,290 +0,0 @@ - - - 20 - - CommonBackground - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - 16x9_xPos_Relocation - 20 - 80 - Window_OpenClose_Animation_Zoom - - current directory text label - 0 - 0 - 570 - 40 - font20_title - left - black - true - center - - - -5 - 35 - 580 - 730 - back.png - panel_shadow.png - 5 - - - 0 - 40 - 570 - 720 - 21 - 21 - 20 - 20 - list - 60 - 200 - - - 5 - 5 - 70 - 70 - $INFO[ListItem.Icon] - keep - - - 85 - 0 - 475 - 80 - font20 - selected - left - center - - - - 85 - 0 - 475 - 80 - font20 - selected - right - center - - - - - - 0 - 0 - 570 - 80 - list_focus.png - VisibleFadeEffect - - - 5 - 5 - 70 - 70 - $INFO[ListItem.Icon] - keep - - - 85 - 0 - 475 - 80 - font20 - selected - left - center - - - - 85 - 0 - 475 - 80 - font20 - selected - right - center - - - - - - 587 - 70 - 26 - 660 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - - - - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - 650 - 80 - - current directory text label - 570 - 0 - 570 - 40 - font20_title - right - black - true - center - - - -5 - 35 - 580 - 730 - back.png - panel_shadow.png - 5 - - - 0 - 40 - 570 - 720 - 20 - 20 - 21 - 21 - list - 61 - 200 - - - 5 - 5 - 70 - 70 - $INFO[ListItem.Icon] - keep - - - 85 - 0 - 475 - 80 - font20 - selected - left - center - - - - 85 - 0 - 475 - 80 - font20 - selected - right - center - - - - - - 0 - 0 - 570 - 80 - list_focus.png - VisibleFadeEffect - - - 5 - 5 - 70 - 70 - $INFO[ListItem.Icon] - keep - - - 85 - 0 - 475 - 80 - font20 - selected - left - center - - - - 85 - 0 - 475 - 80 - font20 - selected - right - center - - - - - - 587 - 70 - 26 - 660 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - - - - !Window.IsActive(PlayerControls) - VisibleFadeEffect - BottomMenuLayout - - - - ParentDir - icon_button_back.png - - - - ActivateWindow(FavouritesBrowser) - icon_button_favourites.png - - - - - diff --git a/addons/skin.estouchy/xml/Font.xml b/addons/skin.estouchy/xml/Font.xml deleted file mode 100644 index 8379936bd288e..0000000000000 --- a/addons/skin.estouchy/xml/Font.xml +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - font13 - NotoSans-Regular.ttf - 24 - - - font16 - NotoSans-Regular.ttf - 16 - - - font20 - NotoSans-Regular.ttf - 20 - - - font22 - NotoSans-Regular.ttf - 22 - - - font24 - NotoSans-Regular.ttf - 24 - - - font25 - NotoSans-Regular.ttf - 25 - - - font30 - NotoSans-Regular.ttf - 30 - - - font40 - NotoSans-Regular.ttf - 40 - - - - font11_title - NotoSans-Regular.ttf - 11 - - - - font14_title - NotoSans-Regular.ttf - 14 - - - - font18_title - NotoSans-Regular.ttf - 18 - - - - font20_title - NotoSans-Regular.ttf - 20 - - - - font24_title - NotoSans-Regular.ttf - 24 - - - - font28_title - NotoSans-Regular.ttf - 28 - - - - font30_title - NotoSans-Regular.ttf - 30 - - - - font35_title - NotoSans-Regular.ttf - 35 - - - - font38_title - NotoSans-Regular.ttf - 38 - - - - font70_title - NotoSans-Regular.ttf - 70 - - - - font80_title - NotoSans-Regular.ttf - 80 - - - - font20_narrow - NotoSans-Regular.ttf - 20 - 0.80 - - - - - - font13 - Arial.ttf - 24 - - - font16 - Arial.ttf - 16 - - - font20 - Arial.ttf - 20 - - - font22 - Arial.ttf - 22 - - - font24 - Arial.ttf - 24 - - - font25 - Arial.ttf - 25 - - - font30 - Arial.ttf - 30 - - - font40 - Arial.ttf - 40 - - - - font11_title - Arial.ttf - 11 - - - - font14_title - Arial.ttf - 14 - - - - font18_title - Arial.ttf - 18 - - - - font20_title - Arial.ttf - 20 - - - - font24_title - Arial.ttf - 24 - - - - font28_title - Arial.ttf - 28 - - - - font30_title - Arial.ttf - 30 - - - - font35_title - Arial.ttf - 35 - - - - font38_title - arial.ttf - 38 - - - - font70_title - Arial.ttf - 70 - - - - font80_title - Arial.ttf - 80 - - - - font20_narrow - Arial.ttf - 20 - 0.91 - - - diff --git a/addons/skin.estouchy/xml/GameOSD.xml b/addons/skin.estouchy/xml/GameOSD.xml deleted file mode 100644 index 2f47a984170ab..0000000000000 --- a/addons/skin.estouchy/xml/GameOSD.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - 11101 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 445 - 245 - - - - !Window.IsActive(GameVideoSettings) + !Window.IsActive(GameControllers) - BehindDialogFadeOut - - 0 - 0 - 400 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 300 - - - - background image - 0 - 60 - 400 - 350 - dialog_back.png - - - 330 - 0 - DialogCloseButtonCommons - - - grouplist for context buttons - 0 - 60 - 400 - auto - 0 - - 400 - 70 - font25 - list_focus.png - - - $LOCALIZE[31040] - Play - - - 400 - 70 - font25 - list_focus.png - - - $LOCALIZE[31041] - PlayerControl(Reset) - - - 400 - 70 - font25 - list_focus.png - - - $LOCALIZE[31042] - Stop - - - 400 - 70 - font25 - list_focus.png - - - ActivateWindow(gamevideosettings) - - - 400 - 70 - font25 - list_focus.png - - - ActivateWindow(gamecontrollers) - - - - - diff --git a/addons/skin.estouchy/xml/Home.xml b/addons/skin.estouchy/xml/Home.xml deleted file mode 100644 index 9979e08a59e98..0000000000000 --- a/addons/skin.estouchy/xml/Home.xml +++ /dev/null @@ -1,220 +0,0 @@ - - - 9000 - ActivateWindow(1111) - - - -10 - -10 - 0 - 0 - - - CommonBackground - - 778r - 10 - Window_OpenClose_Animation - Conditional - Library.HasContent(Movies) | Library.HasContent(TVShows) | Library.HasContent(Music) | Integer.IsGreater(Container(2400).NumItems,0) - - 0 - 120 - 33 - 55 - arrow_left.png - arrow_left.png - Control.Move(9010,-1) - - - 333 - 120 - 33 - 55 - arrow_right.png - arrow_right.png - Control.Move(9010,1) - - - VisibleFadeEffect - 83 - 78 - 200 - 140 - 9000 - 9002 - 0 - Horizontal - - - 15 - 15 - 110 - 170 - button_nofocus.png - panel_shadow.png - 5 - - - 5 - 0 - 140 - 190 - - center - center - white - font22 - - - - - 15 - 15 - 110 - 170 - button_nofocus.png - panel_shadow.png - 5 - !Control.HasFocus(9010) - - - 15 - 15 - 110 - 170 - list_focus.png - panel_shadow.png - 5 - Control.HasFocus(9010) - - - 5 - 0 - 140 - 190 - - center - center - white - font22 - - - - - - Control.Move(9010,1) - - - Library.HasContent(Movies) - - - - Control.Move(9010,1) - - - Library.HasContent(TVShows) - - - - Control.Move(9010,1) - - - Library.HasContent(Music) - - - - Control.Move(9010,1) - - - Integer.IsGreater(Container(2400).NumItems,0) - - - - - - WindowClose - WindowOpen - HomeMenu - - 5 - 70 - WindowClose - WindowOpen - conditional - 900 - 120 - 9002 - 9002 - 9000 - 9000 - - 300 - Horizontal - - - 20 - 20 - 80 - 80 - 12 - $INFO[ListItem.Icon] - keep - - - - - 0 - 0 - 120 - 120 - roundbutton-focus.png - - - 20 - 20 - 80 - 80 - 12 - $INFO[ListItem.Icon] - keep - - - - - - Shutdown - icon_button_shutdown.png - - - - System.LogOff - icon_button_logoff.png - System.HasLoginScreen | Integer.IsGreater(System.ProfileCount,1) - - - - ActivateWindow(Settings) - icon_button_settings.png - - - - ActivateWindow(FileManager) - icon_button_filemanager.png - - - - - Header - CommonNowPlaying - Footer - - 1120r - 1120 - - - 640r - 630 - - - diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml deleted file mode 100644 index edd607f544f63..0000000000000 --- a/addons/skin.estouchy/xml/Includes.xml +++ /dev/null @@ -1,2715 +0,0 @@ - - - - - - - - - - - 500 - 400 - - $LOCALIZE[10517] - $LOCALIZE[10522] - - - $INFO[MusicPlayer.Cover] - $INFO[Player.Art(poster)] - $INFO[VideoPlayer.Cover] - - - $INFO[MusicPlayer.Artist] - $INFO[VideoPlayer.TVShowTitle] - $INFO[VideoPlayer.Studio] - - - $INFO[MusicPlayer.Title] - $INFO[VideoPlayer.Title] - - - $INFO[MusicPlayer.Album] - $INFO[VideoPlayer.Season,$LOCALIZE[20373]: ] $INFO[VideoPlayer.Episode,$LOCALIZE[20359]: ] - $INFO[VideoPlayer.Genre] - - - $INFO[MusicPlayer.Playlistposition,$LOCALIZE[554]: ]$INFO[MusicPlayer.Playlistlength, / ] - $INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ] - - - $LOCALIZE[209]: $INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title] - $LOCALIZE[31049] $INFO[Player.FinishTime] - - - $INFO[ListItem.Art(poster)] - $INFO[ListItem.Icon] - - - $INFO[ListItem.Label] - $INFO[ListItem.Title] - - - $LOCALIZE[31556] - $LOCALIZE[19021] - - - $LOCALIZE[19021] - $LOCALIZE[31556] - - - icon_breadcrumb_video.png - icon_breadcrumb_music.png - icon_breadcrumb_weather.png - icon_breadcrumb_pictures.png - icon_breadcrumb_addons.png - icon_breadcrumb_tv.png - icon_breadcrumb_favourites.png - icon_breadcrumb_settings.png - - - [UPPERCASE]$LOCALIZE[773][/UPPERCASE] $INFO[Player.SeekStepSize] - $LOCALIZE[31044] $VAR[Speed] - $LOCALIZE[31045] $VAR[Speed] - [UPPERCASE]$LOCALIZE[31043][/UPPERCASE] - [UPPERCASE]$LOCALIZE[31046]: $INFO[Player.PlaySpeed][/UPPERCASE] - - - 2x - 4x - 8x - 16x - 32x - - - [B]$INFO[MusicPlayer.Title][/B] - [B]$INFO[VideoPlayer.Title][/B] - - - HW - SW - - - icon_keyboard_show.png - icon_keyboard_hide.png - - - - ScreenWidth-16x9 - ScreenWidth-4x3 - - - 1706 - - - 1280 - - - - 0 - 0 - scale - ScreenWidth - 960 - special://skin/background/primary.jpg - !Skin.HasSetting(UseCustomBackground) - - - 0 - 0 - scale - ScreenWidth - 960 - $INFO[Skin.String(CustomBackground)] - Skin.HasSetting(UseCustomBackground) - - - 0 - 0 - ScreenWidth - 960 - $INFO[Container.Art(tvshow.fanart)] - scale - FanartCrossfadeTime - Container.Content(Seasons) | Container.Content(Episodes) - - - 0 - 0 - ScreenWidth - 960 - $INFO[Container.Art(artist.fanart)] - scale - FanartCrossfadeTime - Container.Content(Albums) | Container.Content(Songs) - - - 0 - 0 - ScreenWidth - 960 - $INFO[ListItem.Art(fanart)] - scale - FanartCrossfadeTime - ![Container.Content(Seasons) | Container.Content(Episodes) | Container.Content(Albums) | Container.Content(Songs)] - - - fanart - 0 - 0 - ScreenWidth - 960 - $INFO[Player.Art(fanart)] - scale - FanartCrossfadeTime - Player.HasMedia - - - 0 - 0 - ScreenWidth - 960 - black.png - 90000000 - VisibleFadeEffect - [!String.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)] - - - 0 - 0 - scale - ScreenWidth - 960 - special://skin/background/secondary1.png - !Skin.HasSetting(UseCustomBackground) - - - 0 - 0 - ScreenWidth - 960 - !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) + !SlideShow.IsActive - - - 0 - 0 - ScreenWidth - 960 - !Skin.HasSetting(HideVizBackground) + Player.HasAudio + !SlideShow.IsActive - - - - - VisibleFadeEffect - - 0 - 0 - ScreenWidth - 120 - header.png - - - Home Button - 22 - 2 - 150 - 75 - - - - ActivateWindow(Home) - - - Kodi Logo - 22 - 16 - 160 - 44 - special://xbmc/media/vendor_logo.png - VisibleFadeEffect - - - - VisibleFadeEffect - 415r - 16 - 400 - 70 - right - 10 - horizontal - - System Time - 70 - 400 - font70_title - white - right - center - - - - - - - 0 - 120r - ScreenWidth - 120 - header.png - - - 0 - 40r - 30 - ScreenWidth - font24_title - 1 - white - blue - FFC0C0C0 - Window_OpenClose_Animation - Window.IsVisible(Home) - - - Window Icon - 10 - 58r - 40 - 40 - keep - $VAR[Breadcrumb-Icon] - blue - !Window.IsVisible(Home) - WindowOpen - WindowClose - - - - - -1706 - -960 - 5118 - 2880 - grey.png - Visible - Hidden - - - - 65 - 70r - 730 - 64 - left - center - font24_title - white - false - Window_OpenClose_Animation - - - 60 - left - center - font24_title - white - - - - Window_OpenClose_Animation - 40r - 120 - Control.IsVisible(60) + ![[Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide)] + Control.IsVisible(10)] - Visible - Hidden - Conditional - - 0 - 40 - 26 - 640 - white.png - white.png - white.png - blank.png - blank.png - 60 - 60 - 60 - 60 - false - vertical - Visible - Hidden - - - - - - 0 - 0 - 2 - 59 - separator.png - FF464646 - - - Close Button - 4 - 0 - 60 - 60 - - back - icon_dialog_close.png - icon_dialog_close.png - - - - - View button needed for panel below to work - false - - - Filter button needed for panel below to work - false - - - Filter button needed for panel below to work - false - - - VisibleFadeEffect - BottomMenuLayout - - - - Dialog.Close(all,true) - ParentDir - icon_button_back.png - - - - SendClick(19) - Filter - icon_button_filter.png - !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) | Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Window.IsVisible(MusicPlaylistEditor)] - - - - SendClick(19) - Filter - icon_button_filtered.png - 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) | Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Window.IsVisible(MusicPlaylistEditor)] - - - - SendClick(31) - icon_button_filter.png - Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels) - - - - Container.NextViewMode - icon_button_view.png - ![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) | Window.IsVisible(MusicOSD) | Window.IsVisible(VideoOSD) | Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Window.IsVisible(MusicPlaylistEditor)] - - - - SetProperty(ViewMenuVisible,Show,Home) - ClearProperty(ViewMenuVisible,Home) - icon_button_view.png - 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) - - - - SetProperty(PopupMenuVisible,Show,Home) - ClearProperty(PopupMenuVisible,Home) - icon_button_settings.png - - - - - - WindowClose - WindowOpen - conditional - conditional - conditional - conditional - conditional - 730r - 78r - 802 - 120 - 9002 - 9002 - 9001 - 20 - 300 - Horizontal - - - 21 - 0 - 78 - 78 - 12 - $INFO[ListItem.Icon] - keep - - - - - 0 - 0 - 122 - 78 - list_focus.png - - - 21 - 0 - 78 - 78 - 12 - $INFO[ListItem.Icon] - keep - - - - - 80 - 350 - 10 - 330 - white - left - center - font22 - list_focus.png - - false - - - 60 - 158 - center - center - font18_title - dialogbutton-focus.png - dialogbutton-nofocus.png - false - - - - 300 - 0 - VisibleFadeEffect - 16x9_xPos_Relocation - Player.HasMedia + ![Window.IsVisible(busydialog) | Window.IsVisible(Notification) | Window.IsVisible(volumebar)] - - Volume Button - 13 - 20 - 40 - 40 - - osd_volume.png - osd_volume.png - ActivateWindow(1112) - - - Play Button - 77 - 20 - 40 - 40 - - osd_pause.png - osd_pause.png - osd_play.png - osd_play.png - Player.Paused | Player.Forwarding | Player.Rewinding - PlayerControl(Play) - - - !Window.IsVisible(1112) - - Progressbar - 130 - 73 - 420 - 5 - Player.Progress - white.png - white.png - - - 140 - 0 - 400 - 80 - - - ActivateWindow(Visualisation) - ActivateWindow(FullscreenVideo) - - - 134 - 16 - 412 - 20 - false - 3000 - - center - center - font20 - blue - - - 134 - 45 - 412 - 15 - false - 3000 - - center - center - font20 - white - Player.HasAudio - - - 134 - 45 - 412 - 15 - false - 3000 - - center - center - font20 - white - Player.HasVideo + VideoPlayer.Content(Movies) - - - 134 - 45 - 412 - 15 - false - 3000 - - center - center - font20 - white - Player.HasVideo + VideoPlayer.Content(Episodes) - - - 134 - 45 - 412 - 15 - false - 3000 - - center - center - font20 - white - Player.HasVideo + VideoPlayer.Content(MusicVideos) - - - - Next Button - 563 - 20 - 40 - 40 - - osd_next.png - osd_next.png - PlayerControl(Next) - - - Stop Button - 627 - 20 - 40 - 40 - - osd_stop.png - osd_stop.png - PlayerControl(Stop) - - - - - - 16x9_xPos_Relocation - Container.Scrolling + [Container.SortMethod(1) | Container.SortMethod(4) | Container.SortMethod(12) | Container.SortMethod(10) | Container.SortMethod(7) | Container.SortMethod(29)] - Visible - Hidden - 600 - 410 - 320 - - 0 - 0 - 80 - 80 - white.png - blue - - - 0 - 0 - 80 - 80 - center - center - - font30 - - - - - - 0 - 0 - WindowClose - WindowOpen - - Menu Panel - -960 - 0 - 960 - 120 - header.png - Conditional - - - 0 - 80 - 100 - 800 - - - 10 - 10 - 80 - 80 - $INFO[ListItem.Icon] - - - - - 0 - 0 - 100 - 100 - list_focus.png - Control.HasFocus(9000) - - - 10 - 10 - 80 - 80 - $INFO[ListItem.Icon] - - - - - - ActivateWindow(TVChannels) - icon_menu_livetv.png - Skin.HasSetting(ShowHomeButtonLiveTV) - - - - ActivateWindow(RadioChannels) - icon_menu_radio.png - Skin.HasSetting(ShowHomeButtonRadio) - - - - ActivateWindow(Videos,MovieTitles,Return) - icon_menu_movies.png - Library.HasContent(Movies) - !Skin.HasSetting(HideHomeButtonMovies) - - - - ActivateWindow(Videos,TVShowTitles,Return) - icon_menu_tvshows.png - Library.HasContent(TVShows) - !Skin.HasSetting(HideHomeButtonTVShows) - - - - ActivateWindow(Videos,Root,Return) - icon_menu_videos.png - !Skin.HasSetting(HideHomeButtonVideo) - - - - ActivateWindow(Music) - icon_menu_music.png - !Skin.HasSetting(HideHomeButtonMusic) - - - - ActivateWindow(Pictures) - icon_menu_pictures.png - !Skin.HasSetting(HideHomeButtonPictures) - - - - ActivateWindow(Programs,Addons,return) - icon_menu_addons.png - !Skin.HasSetting(HideHomeButtonPrograms) - - - - ActivateWindow(Games) - icon_menu_games.png - !Skin.HasSetting(HideHomeButtonGames) - - - - - - - - - Menu Panel - -5 - -5 - 510 - 970 - panel.png - panel_shadow.png - 5 - - - 0 - 200 - 500 - 760 - 9000 - 9003 - 9002 - 9002 - 300 - vertical - 1 - 2 - - - -6 - 18 - 90 - 120 - $INFO[ListItem.Icon] - keep - - - 90 - 0 - 430 - 155 - font40 - white - center - - - - - - 0 - 0 - 500 - 155 - list_focus.png - Control.HasFocus(9000) - - - 0 - 0 - 75 - 155 - black.png - 50000000 - Control.HasFocus(9000) - - - -6 - 18 - 90 - 120 - $INFO[ListItem.Icon] - keep - - - 90 - 0 - 430 - 155 - font40 - white - center - - - - - HomeMainMenuItems - - - - - - - - ActivateWindow(TVChannels) - icon_menu_livetv.png - - System.HasPVRAddon + !Skin.HasSetting(HideHomeButtonLiveTV) - - - - ActivateWindow(RadioChannels) - icon_menu_radio.png - - System.HasPVRAddon + !Skin.HasSetting(HideHomeButtonRadio) - - - - ActivateWindow(Videos,MovieTitles,Return) - icon_menu_movies.png - - Library.HasContent(Movies) - !Skin.HasSetting(HideHomeButtonMovies) - - - - ActivateWindow(Videos,TVShowTitles,Return) - icon_menu_tvshows.png - - Library.HasContent(TVShows) - !Skin.HasSetting(HideHomeButtonTVShows) - - - - ActivateWindow(Videos,Root,Return) - icon_menu_videos.png - - !Skin.HasSetting(HideHomeButtonVideo) - - - - ActivateWindow(Music) - icon_menu_music.png - - !Skin.HasSetting(HideHomeButtonMusic) - - - - ActivateWindow(Pictures) - icon_menu_pictures.png - - !Skin.HasSetting(HideHomeButtonPictures) - - - - ActivateWindow(Programs,Addons,return) - icon_menu_addons.png - - !Skin.HasSetting(HideHomeButtonPrograms) - - - - ActivateWindow(Games) - icon_menu_games.png - - System.GetBool(gamesgeneral.enable) + !Skin.HasSetting(HideHomeButtonGames) - - - - ActivateWindow(Weather) - icon_menu_weather.png - - !Skin.HasSetting(HideHomeButtonWeather) - - - - ActivateWindow(FavouritesBrowser) - icon_menu_favourites.png - - !Skin.HasSetting(HideHomeButtonFavourites) - - - - auto - 76 - white.png - list_focus.png - font30 - center - center - - - - !String.IsEmpty(Window(Home).Property(ViewMenuVisible)) - VisibleFadeEffect - WindowClose - - Hidden button to close the sort when its focused - 0 - 0 - ScreenWidth - 960 - - - ClearProperty(ViewMenuVisible,Home) - - - 360r - 685r - - Panel image - 0 - $PARAM[panel-posy] - 350 - $PARAM[panel-height] - dialog_back.png - - - 0 - $PARAM[panel-posy] - 350 - 640 - 9000 - 50 - 9000 - 9000 - 0 - PVRViews - - - Panel Arrow image - 225r - 122r - 75 - 41 - arrow_up.png - - - - - - - !String.IsEmpty(Window(Home).Property(PopupMenuVisible)) - VisibleFadeEffect - WindowClose - - Hidden button to close the sort when its focused - 0 - 0 - ScreenWidth - 960 - - - ClearProperty(PopupMenuVisible,Home) - - - 360r - 685r - - Panel image - 0 - $PARAM[panel-posy] - 350 - $PARAM[panel-height] - dialog_back.png - - - 0 - $PARAM[panel-posy] - 350 - 640 - 9000 - 50 - 9000 - 9000 - 0 - AddonsMenu - EventLogMenu - GamesMenu - MusicMenu - MusicOSDMenu - MusicPlaylistMenu - MusicPlaylistEditorMenu - PicturesMenu - ProgramsMenu - PVRMenu - SettingsMenu - SettingsCatMenu - VideosMenu - VideoOSDMenu - VideoPlaylistMenu - - - Panel Arrow image - 110r - 122r - 75 - 41 - arrow_up.png - - - - - - - Sort by button - MenuButtonCommonValues - - - - Sort asc - MenuButtonCommonValues - list_focus.png - - - 31050 - Container.SortDirection(Ascending) - - - settings - MenuButtonCommonValues - - - - Check for updates - MenuButtonCommonValues - - - - Hide foreign - 240 - MenuButtonCommonValues - - - - Hide broken - 240 - MenuButtonCommonValues - - - - - - Sort asc - MenuButtonCommonValues - list_focus.png - - - 31050 - Container.SortDirection(Ascending) - - - Level button - MenuButtonCommonValues - - - - Only show current level - 240 - MenuButtonCommonValues - - - - Clear button - MenuButtonCommonValues - - - - - - Sort by button - MenuButtonCommonValues - - - - Sort asc - MenuButtonCommonValues - list_focus.png - - - 31050 - Container.SortDirection(Ascending) - - - - - Sort by button - MenuButtonCommonValues - - - - Sort asc - MenuButtonCommonValues - list_focus.png - - - 31050 - Container.SortDirection(Ascending) - - - Search - MenuButtonCommonValues - - - - Update Library - MenuButtonCommonValues - list_focus.png - - - 13353 - library.isscanningmusic - - - PartyMode - 240 - - MenuButtonCommonValues - ClearProperty(PopupMenuVisible,Home) - - - Current Playlist - MenuButtonCommonValues - - ActivateWindow(musicplaylist) - !String.IsEqual(Playlist.Length(music),0) - - - - - - MenuButtonCommonValues - Addon.Default.Set(xbmc.player.musicviz) - - - - MenuButtonCommonValues - Addon.Default.OpenSettings(xbmc.player.musicviz) - - - - MenuButtonCommonValues - ActivateWindow(visualisationpresetlist) - - - - MenuButtonCommonValues - PlayerControl(Repeat) - - - - MenuButtonCommonValues - PlayerControl(Random) - - - - MenuButtonCommonValues - SetRating - - - - MenuButtonCommonValues - ActivateWindow(PVRRadioRDSInfo) - RDS.HasRadiotextPlus - - - - - Shuffle button - 240 - MenuButtonCommonValues - - - - Repeat button - MenuButtonCommonValues - - - - Save button - - MenuButtonCommonValues - - - Clear button - - MenuButtonCommonValues - - - - - - MenuButtonCommonValues - - - Save Button - - MenuButtonCommonValues - 50 - - - Clear button - - MenuButtonCommonValues - - - - - Sort by button - MenuButtonCommonValues - - - - Sort asc - MenuButtonCommonValues - list_focus.png - - - 31050 - Container.SortDirection(Ascending) - - - Slideshow - MenuButtonCommonValues - - ClearProperty(PopupMenuVisible,Home) - - - Recersive Slideshow - MenuButtonCommonValues - - ClearProperty(PopupMenuVisible,Home) - - - Randomize Toggle - 240 - MenuButtonCommonValues - - - - - - Sort by button - MenuButtonCommonValues - - - - Sort asc - MenuButtonCommonValues - list_focus.png - - - 31050 - Container.SortDirection(Ascending) - - - - - 390 - 130 - $PARAM[panel-width] - 2 - separator.png - blue - - - 390 - 133 - $PARAM[panel-width] - 720 - 9 - 60 - 2 - 2 - list - 200 - Skin.String(ProfileSettings,1) - - - 20 - 10 - 253 - 253 - $INFO[Listitem.Icon] - - - 10 - 270 - 273 - 25 - font24_title - white - selected - center - center - - - - 10 - 304 - 273 - 20 - font20 - blue - selected - center - center - - !String.IsEmpty(ListItem.Label2) - - - 10 - 330 - 273 - 20 - font20 - grey - selected - center - center - - - - - - 0 - 0 - 293 - 360 - list_focus.png - - - 20 - 10 - 253 - 253 - $INFO[Listitem.Icon] - - - 10 - 270 - 273 - 25 - font24_title - white - selected - center - center - - - - 10 - 304 - 273 - 20 - font20 - white - selected - center - center - - !String.IsEmpty(ListItem.Label2) - - - 10 - 330 - 273 - 20 - font20 - white - selected - center - center - - - - - - control area - 390 - 140 - $PARAM[panel-width] - 720 - -1 - 9 - 60 - 200 - 200 - Skin.String(ProfileSettings,2) - - Enable Login screen - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - !Window.IsVisible(ProfileSettings) - 20 - - - Auto Login - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - !Window.IsVisible(ProfileSettings) - 20 - - - - 390 - 854 - $PARAM[panel-width] - 2 - separator.png - blue - - - - - MenuButtonCommonValues - - NextChannelGroup - ReplaceWindow(TVChannels) - ReplaceWindow(RadioChannels) - - - MenuButtonCommonValues - - NextChannelGroup - ReplaceWindow(TVGuide) - ReplaceWindow(RadioGuide) - - - MenuButtonCommonValues - - ReplaceWindow(TVRecordings) - ReplaceWindow(RadioRecordings) - - - MenuButtonCommonValues - - ReplaceWindow(TVTimers) - ReplaceWindow(RadioTimers) - - - MenuButtonCommonValues - - ReplaceWindow(TVTimerRules) - ReplaceWindow(RadioTimerRules) - - - MenuButtonCommonValues - - ReplaceWindow(TVSearch) - ReplaceWindow(RadioSearch) - - - MenuButtonCommonValues - - ReplaceWindow(RadioChannels) - ReplaceWindow(TVChannels) - - - 240 - MenuButtonCommonValues - - Window.IsVisible(TVChannels) | Window.IsVisible(RadioChannels) - - - 240 - MenuButtonCommonValues - - Window.IsVisible(TVRecordings) | Window.IsVisible(RadioRecordings) - - - - - Group button - MenuButtonCommonValues - - Window.IsActive(MyPVRChannels.xml) | Window.IsActive(MyPVRGuide.xml) - - - Sort by button - MenuButtonCommonValues - - - - Sort asc - MenuButtonCommonValues - list_focus.png - - - 31050 - Container.SortDirection(Ascending) - - - Watched button - MenuButtonCommonValues - - Window.IsActive(MyPVRRecordings.xml) - - - Group items Toggle - 240 - MenuButtonCommonValues - - Window.IsActive(MyPVRRecordings.xml) - - - Deleted items Toggle - 240 - MenuButtonCommonValues - - Window.IsActive(MyPVRRecordings.xml) - - - Hide disabled items Toggle - 240 - MenuButtonCommonValues - - Window.IsActive(MyPVRTimers.xml) - - - - - 390 - 130 - $PARAM[panel-width] - 2 - separator.png - blue - - - control area - 390 - 140 - $PARAM[panel-width] - 640 - -1 - 3 - 3 - 5 - 5 - - - 390 - 774 - $PARAM[panel-width] - 2 - separator.png - blue - - - Settings Description - 410 - 790 - $PARAM[textbox-width] - 90 - font22 - blue - left - - - - - Sysinfo button - MenuButtonCommonValues - - ActivateWindow(SystemInfo) - - - - - Settings level button - MenuButtonCommonValues - - settingslevelchange - - - Settings reset button - MenuButtonCommonValues - - settingsreset - - - - - Window_OpenClose_Animation_Zoom - $PARAM[panel-posx] - 100 - $PARAM[panel-width] - 750 - 9000 - 9001 - 9000 - 9000 - 300 - - - 20 - 20 - 360 - 210 - button_nofocus.png - - - 15 - 175 - 370 - 60 - black.png - panel_shadow.png - 5 - - - 80 - 10 - 240 - 240 - $INFO[ListItem.Icon] - center - - - 0 - 190 - 400 - 400 - - font20_title - center - white - - - - - - - - - - - - 20 - 20 - 360 - 210 - button_nofocus.png - - - 20 - 20 - 360 - 210 - list_focus.png - Unfocus - - - 20 - 180 - 360 - 50 - black.png - - - 80 - 10 - 240 - 240 - $INFO[ListItem.Icon] - center - - - 0 - 190 - 400 - 400 - - font20_title - center - - - - - - - 31408 - ActivateWindow(PlayerSettings) - icon_settings_player.png - - - - 31409 - ActivateWindow(MediaSettings) - icon_settings_media.png - - - - 31555 - ActivateWindow(PVRSettings) - icon_settings_livetv.png - - - - 31405 - ActivateWindow(ServiceSettings) - icon_settings_services.png - - - - 31410 - ActivateWindow(InterfaceSettings) - icon_settings_interface.png - - - - 31406 - ActivateWindow(SystemSettings) - icon_settings_system.png - - - - 35100 - ActivateWindow(GameSettings) - icon_settings_games.png - - - - 31407 - ActivateWindow(AddonBrowser) - icon_settings_addons.png - - - - 31411 - ActivateWindow(Profiles) - icon_settings_profiles.png - - - - - - - 390 - 130 - $PARAM[panel-width] - 2 - separator.png - blue - - - control area - 390 - 140 - $PARAM[panel-width] - 640 - -1 - 100 - 9002 - 9 - 60 - Skin.String(SkinSettings,1) - - Show LiveTV - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonLiveTV) - !Skin.HasSetting(HideHomeButtonLiveTV) - System.HasPVRAddon - 20 - - - Show Radio - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonRadio) - !Skin.HasSetting(HideHomeButtonRadio) - System.HasPVRAddon - 20 - - - Hide Videos - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonVideo) - !Skin.HasSetting(HideHomeButtonVideo) - 20 - - - Hide Movies - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonMovies) - !Skin.HasSetting(HideHomeButtonMovies) - 20 - Library.HasContent(Movies) - - - Hide TVShows - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonTVShows) - !Skin.HasSetting(HideHomeButtonTVShows) - 20 - Library.HasContent(TVShows) - - - Hide Music - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonMusic) - !Skin.HasSetting(HideHomeButtonMusic) - 20 - - - Hide Pictures - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonPictures) - !Skin.HasSetting(HideHomeButtonPictures) - 20 - - - Hide Programs - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonPrograms) - !Skin.HasSetting(HideHomeButtonPrograms) - 20 - - - Hide Games - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonGames) - !Skin.HasSetting(HideHomeButtonGames) - System.GetBool(gamesgeneral.enable) - 20 - - - Hide Weather - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonWeather) - !Skin.HasSetting(HideHomeButtonWeather) - 20 - - - Hide Favourites - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideHomeButtonFavourites) - !Skin.HasSetting(HideHomeButtonFavourites) - 20 - - - - control area - 390 - 140 - $PARAM[panel-width] - 640 - -1 - 200 - 9002 - 9 - 60 - Skin.String(SkinSettings,2) - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton1))] - 20 - Skin.SetAddon(HomeAddonButton1,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton2))] - 20 - Skin.SetAddon(HomeAddonButton2,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton3))] - 20 - Skin.SetAddon(HomeAddonButton3,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton4))] - 20 - Skin.SetAddon(HomeAddonButton4,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton5))] - 20 - Skin.SetAddon(HomeAddonButton5,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton6))] - 20 - Skin.SetAddon(HomeAddonButton6,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton7))] - 20 - Skin.SetAddon(HomeAddonButton7,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton8))] - 20 - Skin.SetAddon(HomeAddonButton8,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton9))] - 20 - Skin.SetAddon(HomeAddonButton9,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton10))] - 20 - Skin.SetAddon(HomeAddonButton10,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton11))] - 20 - Skin.SetAddon(HomeAddonButton11,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton12))] - 20 - Skin.SetAddon(HomeAddonButton12,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton13))] - 20 - Skin.SetAddon(HomeAddonButton13,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton14))] - 20 - Skin.SetAddon(HomeAddonButton14,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - Home Addon Button - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[system.addontitle(Skin.String(HomeAddonButton15))] - 20 - Skin.SetAddon(HomeAddonButton15,xbmc.addon.video,xbmc.addon.audio,xbmc.addon.image,xbmc.python.script) - - - - control area - 390 - 140 - $PARAM[panel-width] - 640 - -1 - 200 - 9002 - 9 - 60 - Skin.String(SkinSettings,3) - - Use custom background - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(UseCustomBackground) - Skin.HasSetting(UseCustomBackground) - 20 - - - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - $INFO[Skin.String(CustomBackground)] - Skin.SetImage(CustomBackground) - Skin.HasSetting(UseCustomBackground) - 20 - - - Hide video background - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideVideoBackground) - Skin.HasSetting(HideVideoBackground) - 20 - - - Hide viz background - $PARAM[panel-width] - 80 - center - font24_title - white - list_focus.png - - false - - Skin.ToggleSetting(HideVizBackground) - Skin.HasSetting(HideVizBackground) - 20 - - - - 390 - 774 - $PARAM[panel-width] - 2 - separator.png - blue - - - - - 390 - 130 - $PARAM[panel-width] - 2 - separator.png - blue - - - 390 - 133 - $PARAM[panel-width] - 720 - - Label 2 - 20 - 0 - $PARAM[panel-width] - 60 - left - center - - font22 - - - Label 3 - 20 - 60 - $PARAM[panel-width] - 60 - left - center - - font22 - - - Label 4 - 20 - 120 - $PARAM[panel-width] - 60 - left - center - - font22 - - - Label 5 - 20 - 180 - $PARAM[panel-width] - 60 - left - center - - font22 - - - Label 6 - 20 - 240 - $PARAM[panel-width] - 60 - left - center - - font22 - - - Label 7 - 20 - 300 - $PARAM[panel-width] - 60 - left - center - - font22 - - - Label 8 - 20 - 360 - $PARAM[panel-width] - 60 - left - center - - font22 - - - Label 9 - 20 - 420 - $PARAM[panel-width] - 60 - left - center - - font22 - - - Label 10 - 20 - 480 - $PARAM[panel-width] - 60 - left - center - - font22 - - - Label 11 - 20 - 540 - $PARAM[panel-width] - 60 - left - center - - font22 - - - - 410 - 150 - $PARAM[textbox-width] - 620 - 60 - true - - - 50r - 150 - 26 - 610 - white.png - white.png - white.png - blank.png - blank.png - 9000 - false - vertical - Visible - Hidden - Control.IsVisible(30) - - - 390 - 774 - $PARAM[panel-width] - 2 - separator.png - blue - - - - - Sort by button - MenuButtonCommonValues - - - - Sort asc - MenuButtonCommonValues - list_focus.png - - - 31050 - Container.SortDirection(Ascending) - - - Watched Toggle - 240 - MenuButtonCommonValues - - - - Search - MenuButtonCommonValues - - - - Update Library - MenuButtonCommonValues - list_focus.png - - - 13353 - library.isscanningvideo - - - PartyMode - 240 - - MenuButtonCommonValues - Library.HasContent(MusicVideos) - - - Current Playlist - MenuButtonCommonValues - - ActivateWindow(videoplaylist) - !String.IsEqual(Playlist.Length(video),0) - - - - - - MenuButtonCommonValues - ActivateWindow(PVROSDChannels) - VideoPlayer.Content(LiveTV) - - - - MenuButtonCommonValues - ActivateWindow(pvrchannelguide) - VideoPlayer.Content(LiveTV) - - - - MenuButtonCommonValues - ActivateWindow(Teletext) - VideoPlayer.Content(LiveTV) - - - - MenuButtonCommonValues - ActivateWindow(osdvideosettings) - - - - MenuButtonCommonValues - ActivateWindow(osdaudiosettings) - - - - MenuButtonCommonValues - ActivateWindow(osdsubtitlesettings) - - - - MenuButtonCommonValues - ActivateWindow(videobookmarks) - - - - MenuButtonCommonValues - PlayerControl(Repeat) - !VideoPlayer.Content(LiveTV) - - - - MenuButtonCommonValues - PlayerControl(Random) - !VideoPlayer.Content(LiveTV) - - - - MenuButtonCommonValues - PlayerControl(ShowVideoMenu) - VideoPlayer.HasMenu + !VideoPlayer.Content(LiveTV) - - - - MenuButtonCommonValues - ClearProperty(PopupMenuVisible,Home) - ActivateWindow(playerprocessinfo) - - - - - Shuffle button - 240 - MenuButtonCommonValues - - - - Repeat button - MenuButtonCommonValues - - - - Save button - - MenuButtonCommonValues - - - Clear button - - MenuButtonCommonValues - - - - - 145 - 240 - 660 - 60 - Window.IsVisible(yesnodialog) - - Yes button - 0 - 0 - 200 - ButtonInfoDialogsCommonValues - - - No button - 210 - 0 - 200 - ButtonInfoDialogsCommonValues - - - - - - 20 - 240 - 660 - 60 - 10 - center - horizontal - 9000 - 9000 - 9000 - 9000 - !Window.IsVisible(yesnodialog) - - OK button - 200 - ButtonInfoDialogsCommonValues - - - Cancel button - 200 - ButtonInfoDialogsCommonValues - - - Custom button - 200 - ButtonInfoDialogsCommonValues - - - - - - conditional - - - WindowOpen - WindowClose - - - - - - - - - - - - - WindowOpen - WindowClose - - - Visible - Hidden - - diff --git a/addons/skin.estouchy/xml/IncludesCodecFlagging.xml b/addons/skin.estouchy/xml/IncludesCodecFlagging.xml deleted file mode 100644 index ed572fa7ca262..0000000000000 --- a/addons/skin.estouchy/xml/IncludesCodecFlagging.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - Video rez Image - 100 - 44 - keep - $INFO[ListItem.VideoResolution,flagging/video/,.png] - - - Common Codec Image - 100 - 44 - keep - $INFO[ListItem.VideoCodec,flagging/video/,.png] - - ![String.StartsWith(ListItem.VideoCodec,div) | String.IsEqual(ListItem.VideoCodec,dx50)] - - - Divx Codec Image - 100 - 44 - keep - flagging/video/divx.png - [String.StartsWith(ListItem.VideoCodec,div) | String.IsEqual(ListItem.VideoCodec,dx50)] - - - - - Bluray Image - 100 - 44 - keep - flagging/video/bluray.png - [String.Contains(ListItem.FilenameAndPath,bluray) | String.Contains(ListItem.FilenameAndPath,bdrip)] + !Skin.HasSetting(HideFilenameFlagging) - - - HDDVD Image - 100 - 44 - keep - flagging/video/hddvd.png - String.Contains(ListItem.FilenameAndPath,hddvd) + !Skin.HasSetting(HideFilenameFlagging) - - - DVD Image - 100 - 44 - keep - flagging/video/dvd.png - [String.Contains(ListItem.FilenameAndPath,dvd) + ![String.Contains(ListItem.FilenameAndPath,hddvd) | String.Contains(ListItem.FilenameAndPath,bluray) | String.Contains(ListItem.FilenameAndPath,bdrip)]] + !Skin.HasSetting(HideFilenameFlagging) - - - TV Types Image - 100 - 44 - keep - flagging/video/TV.png - [String.Contains(ListItem.FilenameAndPath,pdtv) | String.Contains(ListItem.FilenameAndPath,hdtv) | String.Contains(ListItem.FilenameAndPath,dsr)] + !Skin.HasSetting(HideFilenameFlagging) - - - VHS Image - 100 - 44 - keep - flagging/video/vhs.png - String.Contains(ListItem.FilenameAndPath,vhs) + !Skin.HasSetting(HideFilenameFlagging) - - - - - Audio Codec Image - 100 - 44 - keep - $INFO[ListItem.AudioCodec,flagging/audio/,.png] - - - - - Audio Codec Image - 100 - 44 - keep - $INFO[ListItem.AudioChannels,flagging/audio/,.png] - - - - - Aspectratio Image - 100 - 44 - keep - $INFO[ListItem.VideoAspect,flagging/aspectratio/,.png] - - - diff --git a/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml b/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml deleted file mode 100644 index 6dd1a05f4a04b..0000000000000 --- a/addons/skin.estouchy/xml/IncludesHomeRecentlyAdded.xml +++ /dev/null @@ -1,539 +0,0 @@ - - - - - 0 - 230 - - - - - - - - Conditional - - $PARAM[group-posx] - 0 - 630 - 660 - - Library.HasContent(Movies) + Container(9010).HasFocus(1) - - - - - - - - - 0 - 0 - $PARAM[panel-width] - 660 - 1000 - 2100 - 2001 - 2001 - list - 60 - 200 - - - 0 - 0 - 210 - 330 - black.png - panel_shadow.png - 5 - 99000000 - - - 15 - 15 - 180 - 270 - $VAR[PosterThumb] - - - 10 - 290 - 190 - 25 - font16 - grey2 - selected - center - center - - - - - - 0 - 0 - 210 - 330 - black.png - panel_shadow.png - 5 - 99000000 - - - 15 - 15 - 180 - 270 - $VAR[PosterThumb] - - - 10 - 290 - 190 - 25 - font16 - white - selected - center - center - - - - 5 - 5 - 200 - 320 - thumb_focus.png - - - videodb://recentlyaddedmovies/ - - - Library.HasContent(TVShows) + Container(9010).HasFocus(2) - - - - - - - - - Conditional - -36 - 0 - $PARAM[panel-width] - 660 - 1000 - 2200 - 2002 - 2002 - list - 60 - 200 - - - 0 - 0 - 280 - 220 - black.png - panel_shadow.png - 5 - 99000000 - - - 15 - 15 - 250 - 140 - scale - $INFO[Listitem.Icon] - - - 15 - 160 - 250 - 25 - font16 - grey2 - selected - center - center - - - - 15 - 185 - 250 - 20 - font16 - grey2 - selected - center - center - - - - - - 0 - 0 - 280 - 220 - black.png - panel_shadow.png - 5 - 99000000 - - - 15 - 15 - 250 - 140 - scale - $INFO[Listitem.Icon] - - - 15 - 160 - 250 - 25 - font16 - white - selected - center - center - - - - 15 - 185 - 250 - 20 - font16 - white - selected - center - center - - - - 5 - 5 - 270 - 210 - thumb_focus.png - - - videodb://recentlyaddedepisodes/ - - - Library.HasContent(Music) + Container(9010).HasFocus(3) - - - - - - - - - 0 - 0 - $PARAM[panel-width] - 660 - 1000 - 2300 - 2003 - 2003 - list - - 200 - - - 0 - 0 - 210 - 220 - black.png - panel_shadow.png - 5 - 99000000 - - - 15 - 15 - 180 - 165 - $INFO[Listitem.Icon] - - - 15 - 185 - 190 - 25 - font16 - grey2 - selected - center - center - - - - - - 0 - 0 - 210 - 220 - black.png - panel_shadow.png - 5 - 99000000 - - - 15 - 15 - 180 - 165 - $INFO[Listitem.Icon] - - - 15 - 185 - 190 - 25 - font16 - white - selected - center - center - - - - 5 - 5 - 200 - 210 - thumb_focus.png - - - musicdb://recentlyaddedalbums/ - - - Container(9010).HasFocus(4) - - - - - - - - - 0 - 0 - $PARAM[panel-width] - 660 - 1000 - 2200 - 2002 - 2002 - list - 60 - 200 - - - 0 - 0 - 210 - 220 - black.png - panel_shadow.png - 5 - 99000000 - - - 15 - 15 - 180 - 165 - $INFO[Listitem.Icon] - - - 15 - 185 - 190 - 25 - font16 - grey2 - selected - center - center - - - - - - 0 - 0 - 210 - 220 - black.png - panel_shadow.png - 5 - 99000000 - - - 15 - 15 - 180 - 165 - $INFO[Listitem.Icon] - - - 15 - 185 - 190 - 25 - font16 - white - selected - center - center - - - - 5 - 5 - 200 - 210 - thumb_focus.png - - - - - - - RunAddon($INFO[Skin.String(HomeAddonButton1)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton1))] - - !String.IsEmpty(Skin.String(HomeAddonButton1)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton2)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton2))] - - !String.IsEmpty(Skin.String(HomeAddonButton2)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton3)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton3))] - - !String.IsEmpty(Skin.String(HomeAddonButton3)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton4)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton4))] - - !String.IsEmpty(Skin.String(HomeAddonButton4)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton5)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton5))] - - !String.IsEmpty(Skin.String(HomeAddonButton5)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton6)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton6))] - - !String.IsEmpty(Skin.String(HomeAddonButton6)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton7)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton7))] - - !String.IsEmpty(Skin.String(HomeAddonButton7)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton8)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton8))] - - !String.IsEmpty(Skin.String(HomeAddonButton8)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton9)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton9))] - - !String.IsEmpty(Skin.String(HomeAddonButton9)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton10)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton10))] - - !String.IsEmpty(Skin.String(HomeAddonButton10)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton11)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton11))] - - !String.IsEmpty(Skin.String(HomeAddonButton11)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton12)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton12))] - - !String.IsEmpty(Skin.String(HomeAddonButton12)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton13)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton13))] - - !String.IsEmpty(Skin.String(HomeAddonButton13)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton14)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton14))] - - !String.IsEmpty(Skin.String(HomeAddonButton14)) - - - - - RunAddon($INFO[Skin.String(HomeAddonButton15)]) - $INFO[system.addonicon(Skin.String(HomeAddonButton15))] - - !String.IsEmpty(Skin.String(HomeAddonButton15)) - - - - - - - diff --git a/addons/skin.estouchy/xml/IncludesPlayerControls.xml b/addons/skin.estouchy/xml/IncludesPlayerControls.xml deleted file mode 100644 index 51505c5d5c01e..0000000000000 --- a/addons/skin.estouchy/xml/IncludesPlayerControls.xml +++ /dev/null @@ -1,395 +0,0 @@ - - - - !Window.IsVisible(SliderDialog) - VisibleFadeEffect - - 0 - 0 - ScreenWidth - 80 - header.png - - - Home Button - 22 - 2 - 150 - 75 - - - - Dialog.Close(all) - ActivateWindow(Home) - - - Kodi Logo - 22 - 16 - 160 - 44 - special://xbmc/media/vendor_logo.png - VisibleFadeEffect - - - 300 - 10 - VisibleFadeEffect - 16x9_xPos_Relocation - ![Window.IsVisible(busydialog) | Window.IsVisible(extendedprogressdialog) | Window.IsVisible(Notification) | Window.IsVisible(volumebar)] - - Volume Button - 0 - 10 - 40 - 40 - - osd_volume.png - osd_volume.png - ActivateWindow(1112) - - - 64 - VisibleFadeEffect - !Window.IsVisible(1112) - - 0 - 0 - 180 - 32 - font20_title - center - - - - 0 - 0 - 552 - 32 - font20_title - center - center - - - - 552 - 0 - 180 - 32 - font20_title - right - center - - - - Progressbar - 0 - 34 - 552 - 24 - Player.ProgressCache - white.png - white.png - - - Progressbar - 0 - 34 - 552 - 24 - Player.Progress - white.png - - - EdlEdits - 0 - 46 - 552 - 10 - Player.Editlist - white.png - white.png - white.png - white.png - - - Cuts - 0 - 50 - 552 - 8 - Player.Cuts - red.png - - - SceneMarkers - 0 - 50 - 552 - 8 - Player.SceneMarkers - white.png - - - Chapters - 0 - 50 - 552 - 8 - Player.Chapters - white.png - - - Seek Slider - 0 - 30 - 552 - 32 - seek - - - - - - - - 70r - 0 - - 0 - 0 - 2 - 78 - separator.png - FF464646 - - - Close Button - 4 - 9 - 60 - 60 - - Back - icon_dialog_close.png - icon_dialog_close.png - - - - 0 - 80r - ScreenWidth - 80 - header.png - - - 0 - 230r - Visible - Hidden - - 0 - 0 - ScreenWidth - 150 - side_panel.png - A0000000 - - - - cover image - 0 - 0 - 230 - 230 - $VAR[OSDImage] - keep - IconCrossfadeTime - - - 250 - 10 - 750 - 25 - left - font25 - - - - 280 - 50 - 720 - 30 - font30_title - left - center - - - - 250 - 85 - 750 - 25 - left - font24 - - - - 275r - 30 - 275 - 100 - Window.IsVisible(MusicOSD) - - Rating - 0 - 0 - 256 - 32 - $INFO[MusicPlayer.UserRating,rating/,.png] - - - Audio Codec Image - 156 - 32 - 100 - 44 - $INFO[MusicPlayer.Codec,flagging/audio/,.png] - - - - 230r - 30 - 250 - 100 - Window.IsVisible(VideoOSD) - - Video Codec Image - 0 - 0 - 100 - 44 - $INFO[VideoPlayer.VideoCodec,flagging/video/,.png] - - - Resolution Image - 115 - 0 - 100 - 44 - $INFO[VideoPlayer.VideoResolution,flagging/video/,.png] - - - Audio Codec Image - 0 - 40 - 100 - 44 - $INFO[VideoPlayer.AudioCodec,flagging/audio/,.png] - - - Audio Codec Image - 115 - 40 - 100 - 44 - $INFO[VideoPlayer.AudioChannels,flagging/audio/,.png] - - - - 20r - 5 - 300 - 25 - right - center - font20 - - - - 20r - 122 - 840 - 25 - - right - center - font20 - - - - - 80r - - 0 - 15 - ScreenWidth - 50 - center - horizontal - 30 - - 50 - 50 - osd_previous.png - osd_previous.png - PlayerControl(Previous) - - - 50 - 50 - osd_rewind.png - osd_rewind.png - PlayerControl(Rewind) - - - 50 - 50 - osd_pause.png - osd_pause.png - osd_play.png - osd_play.png - Player.Paused | Player.Forwarding | Player.Rewinding - PlayerControl(Play) - - - 50 - 50 - osd_stop.png - osd_stop.png - PlayerControl(Stop) - - - 50 - 50 - osd_forward.png - osd_forward.png - PlayerControl(Forward) - - - 50 - 50 - osd_next.png - osd_next.png - PlayerControl(Next) - - - 50 - 50 - osd_record.png - osd_record.png - osd_record.png - osd_record.png - Player.Record - PVR.ToggleRecordPlayingChannel - PVR.CanRecordPlayingChannel - - - - BottomMenu - - -80 - 640 - - - diff --git a/addons/skin.estouchy/xml/LoginScreen.xml b/addons/skin.estouchy/xml/LoginScreen.xml deleted file mode 100644 index 97237b2a67e25..0000000000000 --- a/addons/skin.estouchy/xml/LoginScreen.xml +++ /dev/null @@ -1,137 +0,0 @@ - - - - - CommonBackground - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - 16x9_xPos_Relocation - - 295 - 140 - 690 - 40 - font30_title - white - center - center - - - - 295 - 250 - 690 - 550 - panel.png - - - 295 - 250 - 690 - 550 - 20 - 20 - 52 - 52 - list - 60 - 200 - - - 2 - 2 - 106 - 106 - $INFO[ListItem.Icon] - keep - - - 115 - 10 - 575 - 40 - font24_title - white - selected - left - center - - - - 115 - 50 - 575 - 40 - font20 - grey - selected - left - center - - - - - - 0 - 0 - 690 - 110 - list_focus.png - VisibleFadeEffect - - - 2 - 2 - 106 - 106 - $INFO[ListItem.Icon] - keep - - - 115 - 10 - 575 - 40 - font24_title - white - selected - left - center - - - - 115 - 50 - 575 - 40 - font20 - grey3 - selected - left - center - - - - - - - VisibleFadeEffect - BottomMenuLayout - - - - Quit - icon_button_shutdown.png - - - - - diff --git a/addons/skin.estouchy/xml/MusicOSD.xml b/addons/skin.estouchy/xml/MusicOSD.xml deleted file mode 100644 index a4c542ed5b723..0000000000000 --- a/addons/skin.estouchy/xml/MusicOSD.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - dialogeffect - - 0 - 0 - - - PlayerControlCommons - - diff --git a/addons/skin.estouchy/xml/MusicVisualisation.xml b/addons/skin.estouchy/xml/MusicVisualisation.xml deleted file mode 100644 index bb27b4d7ef1ed..0000000000000 --- a/addons/skin.estouchy/xml/MusicVisualisation.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - ActivateWindow(MusicOSD) - ClearProperty(PopupMenuVisible,Home) - - - fanart - 0 - 0 - ScreenWidth - 960 - $INFO[Player.Art(fanart)] - scale - FanartCrossfadeTime - - - visualisation - 0 - 0 - ScreenWidth - 960 - - - diff --git a/addons/skin.estouchy/xml/MyFavourites.xml b/addons/skin.estouchy/xml/MyFavourites.xml deleted file mode 100644 index 80fa3b8546a63..0000000000000 --- a/addons/skin.estouchy/xml/MyFavourites.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - 50 - 50,500 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - 400 - 160 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyGames.xml b/addons/skin.estouchy/xml/MyGames.xml deleted file mode 100644 index 08076c85141cf..0000000000000 --- a/addons/skin.estouchy/xml/MyGames.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - 50 - 50,500,550 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - 400 - 160 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyMusicNav.xml b/addons/skin.estouchy/xml/MyMusicNav.xml deleted file mode 100644 index 14ef5673ba58d..0000000000000 --- a/addons/skin.estouchy/xml/MyMusicNav.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - 50 - 50,500,550 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - 80 - 480 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml b/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml deleted file mode 100644 index afc9392ebe2ba..0000000000000 --- a/addons/skin.estouchy/xml/MyMusicPlaylistEditor.xml +++ /dev/null @@ -1,278 +0,0 @@ - - - 6 - 50 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - 16x9_xPos_Relocation - 20 - 80 - Window_OpenClose_Animation_Zoom - - 0 - 0 - 570 - 40 - font20_title - true - center - center - - - - -5 - 35 - 580 - 730 - back.png - panel_shadow.png - 5 - - - 0 - 40 - 570 - 720 - 100 - 100 - 50 - 50 - list - 60 - 200 - - - 5 - 5 - 70 - 70 - $INFO[ListItem.Icon] - keep - - - 85 - 0 - 475 - 80 - font20 - selected - left - center - - - - 85 - 0 - 475 - 80 - font20 - selected - right - center - - - - - - 0 - 0 - 570 - 80 - list_focus.png - VisibleFadeEffect - - - 5 - 5 - 70 - 70 - $INFO[ListItem.Icon] - keep - - - 85 - 0 - 475 - 80 - font20 - selected - left - center - - - - 85 - 0 - 475 - 80 - font20 - selected - right - center - - - - - - 587 - 70 - 26 - 660 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - - - - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - 650 - 80 - - 0 - 0 - 570 - 40 - font20_title - true - center - center - - - - -5 - 35 - 580 - 730 - back.png - panel_shadow.png - 5 - - - 0 - 40 - 570 - 720 - 50 - 50 - 100 - 100 - list - 61 - 200 - - - 5 - 5 - 70 - 70 - $INFO[ListItem.Icon] - keep - - - 85 - 0 - 475 - 80 - font20 - selected - left - center - - - - 85 - 0 - 475 - 80 - font20 - selected - right - center - - - - - - 0 - 0 - 570 - 80 - list_focus.png - VisibleFadeEffect - - - 5 - 5 - 70 - 70 - $INFO[ListItem.Icon] - keep - - - 85 - 0 - 475 - 80 - font20 - selected - left - center - - - - 85 - 0 - 475 - 80 - font20 - selected - right - center - - - - - - 587 - 70 - 26 - 660 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - - - BottomMenu - - 320 - 240 - - - diff --git a/addons/skin.estouchy/xml/MyPVRChannels.xml b/addons/skin.estouchy/xml/MyPVRChannels.xml deleted file mode 100644 index 59025e4cc1528..0000000000000 --- a/addons/skin.estouchy/xml/MyPVRChannels.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - 50 - 50 - ClearProperty(PopupMenuVisible,Home) - ClearProperty(ViewMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - False - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - -80 - 640 - - - -80 - 640 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyPVRGuide.xml b/addons/skin.estouchy/xml/MyPVRGuide.xml deleted file mode 100644 index e09815ec75ea2..0000000000000 --- a/addons/skin.estouchy/xml/MyPVRGuide.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - 10 - 10 - ClearProperty(PopupMenuVisible,Home) - ClearProperty(ViewMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - False - - - False - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - -80 - 640 - - - 0 - 560 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyPVRRecordings.xml b/addons/skin.estouchy/xml/MyPVRRecordings.xml deleted file mode 100644 index 75a69ec2af9f1..0000000000000 --- a/addons/skin.estouchy/xml/MyPVRRecordings.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - 50 - 50 - ClearProperty(PopupMenuVisible,Home) - ClearProperty(ViewMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - -80 - 640 - - - -80 - 640 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyPVRSearch.xml b/addons/skin.estouchy/xml/MyPVRSearch.xml deleted file mode 100644 index 350c30f984c1b..0000000000000 --- a/addons/skin.estouchy/xml/MyPVRSearch.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - 50 - 50 - ClearProperty(PopupMenuVisible,Home) - ClearProperty(ViewMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - -80 - 640 - - - 0 - 560 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyPVRTimers.xml b/addons/skin.estouchy/xml/MyPVRTimers.xml deleted file mode 100644 index c3fc1d7d5e982..0000000000000 --- a/addons/skin.estouchy/xml/MyPVRTimers.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - 50 - 50 - ClearProperty(PopupMenuVisible,Home) - ClearProperty(ViewMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - -80 - 640 - - - 0 - 560 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyPics.xml b/addons/skin.estouchy/xml/MyPics.xml deleted file mode 100644 index 997c70e40c035..0000000000000 --- a/addons/skin.estouchy/xml/MyPics.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - 50 - 50,500 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - 160 - 400 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyPlaylist.xml b/addons/skin.estouchy/xml/MyPlaylist.xml deleted file mode 100644 index d33c33bc78665..0000000000000 --- a/addons/skin.estouchy/xml/MyPlaylist.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - 50 - 50,500,550 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BottomMenu - - 240 - 320 - - - diff --git a/addons/skin.estouchy/xml/MyPrograms.xml b/addons/skin.estouchy/xml/MyPrograms.xml deleted file mode 100644 index 37da43f512bc2..0000000000000 --- a/addons/skin.estouchy/xml/MyPrograms.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - 50 - 50,500,550 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - 400 - 160 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyVideoNav.xml b/addons/skin.estouchy/xml/MyVideoNav.xml deleted file mode 100644 index 73f799d86fab7..0000000000000 --- a/addons/skin.estouchy/xml/MyVideoNav.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - 50 - 50,500,550 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - SideMenu - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ScrollBarCommons - BottomMenu - - 0 - 560 - - ScrollOffsetLabel - - diff --git a/addons/skin.estouchy/xml/MyWeather.xml b/addons/skin.estouchy/xml/MyWeather.xml deleted file mode 100644 index 17b2e607cdec8..0000000000000 --- a/addons/skin.estouchy/xml/MyWeather.xml +++ /dev/null @@ -1,528 +0,0 @@ - - - 50 - - CommonBackground - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - Window_OpenClose_Animation_Zoom - 16x9_xPos_Relocation - - 50 - 130 - - 15 - 15 - 520 - 690 - back.png - panel_shadow.png - 5 - - - header label - 20 - 30 - 520 - 30 - font28_title - - center - center - - - Provider Text - 20 - 60 - 520 - 35 - font20 - true - center - center - - Window_OpenClose_Animation - - - weather location label - 20 - 110 - 520 - 30 - font20_title - false - center - center - - - - update label - 20 - 130 - 520 - 35 - font20 - - center - center - - - current weather icon - 240 - 150 - 280 - 280 - $INFO[Window.Property(Current.ConditionIcon)] - keep - - - 40 - 190 - 220 - 230 - horizontal - center - 5 - - current temp Value - auto - 170 - font80_title - center - - - - current temp Value - auto - 130 - font18_title - center - - - - - current condition label - 20 - 420 - 520 - 30 - - true - font25 - center - center - - - 20 - 500 - 510 - 2 - separator.png - - - 20 - 520 - - current feels like label - 170 - 0 - 170 - 35 - font20 - right - center - - grey - - - current dew label - 170 - 30 - 170 - 35 - font20 - right - center - - grey - - - current humidity label - 170 - 60 - 170 - 35 - font20 - right - center - - grey - - - current UV Index label - 170 - 90 - 170 - 35 - font20 - right - center - - grey - - - current Wind label - 170 - 120 - 170 - 35 - font20 - right - center - - grey - - - current feels like Value - 185 - 0 - 350 - 35 - font20 - left - center - - - - current dew Value - 185 - 30 - 350 - 35 - font20 - left - center - - - - current humidity Value - 185 - 60 - 350 - 35 - font20 - left - center - - - - current UV Index Value - 185 - 90 - 350 - 35 - font20 - left - center - - - - current Wind Value - 185 - 120 - 350 - 35 - font20 - left - center - - - - - - 600 - 130 - Weather.IsFetched + !String.IsEmpty(Window.Property(Day0.Title)) - - 15 - 15 - 570 - 690 - back.png - panel_shadow.png - 5 - - - 20 - 20 - 560 - 680 - 9000 - 61 - 50 - 50 - list - 60 - 200 - - - 380 - 3 - 164 - 164 - $INFO[ListItem.ActualIcon] - - - 20 - 15 - 240 - 25 - font24_title - selected - left - center - - - - 100 - 70 - 200 - 34 - font22 - selected - center - center - - !String.IsEmpty(ListItem.Property(HighTemp)) - - - 210 - 70 - 200 - 34 - font22 - selected - center - center - - !String.IsEmpty(ListItem.Property(LowTemp)) - - - 20 - 118 - 280 - 38 - font25 - selected - left - - - - - - 0 - 0 - 560 - 170 - list_focus.png - - - 380 - 3 - 164 - 164 - $INFO[ListItem.ActualIcon] - - - 20 - 15 - 240 - 25 - font24_title - selected - left - center - - - - 100 - 70 - 200 - 34 - font22 - selected - center - center - - !String.IsEmpty(ListItem.Property(HighTemp)) - - - 210 - 70 - 200 - 34 - font22 - selected - center - center - - !String.IsEmpty(ListItem.Property(LowTemp)) - - - 20 - 118 - 280 - 38 - font25 - selected - left - - - - - - - - noop - !Weather.IsFetched - - - - $INFO[Window.Property(Day0.OutlookIcon)] - $INFO[Window.Property(Day0.HighTemp)] - $INFO[Window.Property(Day0.LowTemp)] - $INFO[Window.Property(Day0.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day0.Title)) - - - - $INFO[Window.Property(Day1.OutlookIcon)] - $INFO[Window.Property(Day1.HighTemp)] - $INFO[Window.Property(Day1.LowTemp)] - $INFO[Window.Property(Day1.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day1.Title)) - - - - $INFO[Window.Property(Day2.OutlookIcon)] - $INFO[Window.Property(Day2.HighTemp)] - $INFO[Window.Property(Day2.LowTemp)] - $INFO[Window.Property(Day2.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day2.Title)) - - - - $INFO[Window.Property(Day3.OutlookIcon)] - $INFO[Window.Property(Day3.HighTemp)] - $INFO[Window.Property(Day3.LowTemp)] - $INFO[Window.Property(Day3.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day3.Title)) - - - - $INFO[Window.Property(Day4.OutlookIcon)] - $INFO[Window.Property(Day4.HighTemp)] - $INFO[Window.Property(Day4.LowTemp)] - $INFO[Window.Property(Day4.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day4.Title)) - - - - $INFO[Window.Property(Day5.OutlookIcon)] - $INFO[Window.Property(Day5.HighTemp)] - $INFO[Window.Property(Day5.LowTemp)] - $INFO[Window.Property(Day5.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day5.Title)) - - - - $INFO[Window.Property(Day6.OutlookIcon)] - $INFO[Window.Property(Day6.HighTemp)] - $INFO[Window.Property(Day6.LowTemp)] - $INFO[Window.Property(Day6.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day6.Title)) - - - - $INFO[Window.Property(Day7.OutlookIcon)] - $INFO[Window.Property(Day7.HighTemp)] - $INFO[Window.Property(Day7.LowTemp)] - $INFO[Window.Property(Day7.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day7.Title)) - - - - $INFO[Window.Property(Day8.OutlookIcon)] - $INFO[Window.Property(Day8.HighTemp)] - $INFO[Window.Property(Day8.LowTemp)] - $INFO[Window.Property(Day8.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day8.Title)) - - - - $INFO[Window.Property(Day9.OutlookIcon)] - $INFO[Window.Property(Day9.HighTemp)] - $INFO[Window.Property(Day9.LowTemp)] - $INFO[Window.Property(Day9.Outlook)] - $INFO[System.TemperatureUnits] - noop - Weather.IsFetched + !String.IsEmpty(Window.Property(Day9.Title)) - - - - - - ScrollBarCommons - - VisibleFadeEffect - BottomMenuLayout - - - - ParentDir - icon_button_back.png - - - - Weather.Refresh - icon_button_refresh.png - - - - Weather.LocationNext - icon_button_city.png - - - - ActivateWindow(FavouritesBrowser) - icon_button_favourites.png - - - - - diff --git a/addons/skin.estouchy/xml/PlayerControls.xml b/addons/skin.estouchy/xml/PlayerControls.xml deleted file mode 100644 index bfe6d61c65162..0000000000000 --- a/addons/skin.estouchy/xml/PlayerControls.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/addons/skin.estouchy/xml/Pointer.xml b/addons/skin.estouchy/xml/Pointer.xml deleted file mode 100644 index cb9eb2d4f5570..0000000000000 --- a/addons/skin.estouchy/xml/Pointer.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - 0 - 0 - - - - Pointer Image - 0 - 0 - 30 - 45 - pointer_focus.png - - - Pointer Focus Image - 0 - 0 - 30 - 45 - pointer_focus.png - - - Pointer Drag Image - 0 - 0 - 30 - 45 - pointer_focus.png - - - Pointer Click Image - 0 - 0 - 30 - 45 - pointer_focus.png - - - diff --git a/addons/skin.estouchy/xml/Settings.xml b/addons/skin.estouchy/xml/Settings.xml deleted file mode 100644 index 870e1aa9d1a71..0000000000000 --- a/addons/skin.estouchy/xml/Settings.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - 9000 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - - 160 - 1500 - 500 - - - 40 - 1200 - 400 - - Header - CommonNowPlaying - Footer - - Settings Description - 250 - 70r - 780 - 60 - - font22 - blue - center - 16x9_xPos_Relocation - - - Window label - MediaWindowTitleCommons - - - - VisibleFadeEffect - BottomMenuLayout - - - - Back - icon_button_back.png - - - - ActivateWindow(FavouritesBrowser) - icon_button_favourites.png - - - - SetProperty(PopupMenuVisible,Show,Home) - ClearProperty(PopupMenuVisible,Home) - icon_button_settings.png - - - - - 480 - 80 - - - diff --git a/addons/skin.estouchy/xml/SettingsCategory.xml b/addons/skin.estouchy/xml/SettingsCategory.xml deleted file mode 100644 index 12cea16900157..0000000000000 --- a/addons/skin.estouchy/xml/SettingsCategory.xml +++ /dev/null @@ -1,172 +0,0 @@ - - - 3 - ClearProperty(PopupMenuVisible,Home) - - CommonBackground - - Window_OpenClose_Animation_Zoom - 0 - 0 - - Menu Panel - -5 - -5 - 400 - 970 - panel.png - panel_shadow.png - 5 - - - button area - 0 - 130 - 390 - 720 - -1 - 5 - 5 - 3 - 3 - - - 1316 - 1286 - - - 890 - 860 - - - - Default Category Button - 390 - 80 - center - font24_title - white - list_focus.png - - false - 20 - - - Default Button - 0 - 0 - 80 - font24_title - white - list_focus.png - - 20 - - - Default Label - 0 - 0 - 80 - font24_title - white - center - 20 - - - Default RadioButton - 0 - 0 - 80 - font24_title - white - list_focus.png - - 20 - - - Default ColorButton - 0 - 0 - 80 - font24_title - white - list_focus.png - - 20 - - - Default SpinControlex - 0 - 0 - 80 - font24_title - white - list_focus.png - - center - yes - 20 - - - Default SpinControlex - 0 - 0 - 80 - font24_title - white - list_focus.png - - center - 20 - - - separator image - -2 - 2 - separator.png - - - Fake Label so we can pass it on - 0 - 0 - 0 - 0 - - false - - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - VisibleFadeEffect - BottomMenuLayout - - - - Back - icon_button_back.png - - - - ActivateWindow(FavouritesBrowser) - icon_button_favourites.png - - - - SetProperty(PopupMenuVisible,Show,Home) - ClearProperty(PopupMenuVisible,Home) - icon_button_settings.png - - - - - 400 - 160 - - - diff --git a/addons/skin.estouchy/xml/SettingsProfile.xml b/addons/skin.estouchy/xml/SettingsProfile.xml deleted file mode 100644 index c85b453797583..0000000000000 --- a/addons/skin.estouchy/xml/SettingsProfile.xml +++ /dev/null @@ -1,94 +0,0 @@ - - - 2 - - CommonBackground - - Window_OpenClose_Animation_Zoom - 0 - 0 - - Menu Panel - -5 - -5 - 400 - 970 - panel.png - panel_shadow.png - 5 - - - button area - 0 - 130 - 390 - 720 - -1 - 9 - 9 - 2 - 2 - - Profiles Button - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - Skin.SetString(ProfileSettings,1) - - - Login Button - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - Skin.SetString(ProfileSettings,2) - - - - 1316 - 1286 - - - 890 - 860 - - - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - VisibleFadeEffect - BottomMenuLayout - - - - Back - icon_button_back.png - - - - ActivateWindow(FavouritesBrowser) - icon_button_favourites.png - - - - - diff --git a/addons/skin.estouchy/xml/SettingsScreenCalibration.xml b/addons/skin.estouchy/xml/SettingsScreenCalibration.xml deleted file mode 100644 index 0a425f3178c84..0000000000000 --- a/addons/skin.estouchy/xml/SettingsScreenCalibration.xml +++ /dev/null @@ -1,149 +0,0 @@ - - - 8 - - - videowindow - 0 - 0 - ScreenWidth - 960 - Player.HasVideo - - - !Player.HasVideo - CommonBackground - - - Overlay - 0 - 0 - ScreenWidth - 960 - grey.png - dialogeffect - - - Close Window button - 100r - 0 - 64 - 32 - - - Back - DialogCloseButton-focus.png - DialogCloseButton.png - 1 - 1 - 1 - 1 - - - top left mover - 0 - 0 - 128 - 128 - calibrate_top.png - calibrate_top.png - - - - - - - - - right bottom mover - 700 - 500 - 128 - 128 - calibrate_bottom.png - calibrate_bottom.png - - - - - - - - - pixel aspect ratio box - 0 - 232 - 500 - 500 - calibrate_aspect.png - calibrate_aspect.png - - - - - - - subtitle position mover - 200 - 500 - 380 - 90 - - calibrate_subtitles.png - calibrate_subtitles.png - - - - - - - reset calibration - 0 - 900 - 100 - 100 - calibrate_reset.png - calibrate_reset.png - - - 0 - 10 - - window title - 0 - 0 - 100% - - center - font38_title - - - resolution info - 0 - 50 - 100% - - center - font22 - - - control description and help - 0 - 90 - 100% - - center - font30 - - - calibration value - 0 - 180 - 100% - - center - font25 - - - - diff --git a/addons/skin.estouchy/xml/SettingsSystemInfo.xml b/addons/skin.estouchy/xml/SettingsSystemInfo.xml deleted file mode 100644 index 6ebad1751f138..0000000000000 --- a/addons/skin.estouchy/xml/SettingsSystemInfo.xml +++ /dev/null @@ -1,206 +0,0 @@ - - - 95 - - CommonBackground - - Hiddenlabel to pass to above - false - - - Window_OpenClose_Animation_Zoom - - Menu Panel - -5 - -5 - 400 - 970 - panel.png - panel_shadow.png - 5 - - - button area - 0 - 130 - 390 - 720 - -1 - 5 - 60 - 9000 - 9000 - - Button Summary Values - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - - - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - - - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - - - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - - - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - - - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - - - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - - - - 1316 - 1236 - - - 890 - 810 - - - 470r - 190r - - Kodi Build Version - 330 - 10 - 740 - - right - blue - black - font20_title - - - Memory Text - 0 - 50 - 410 - 25 - - right - center - white - black - font18_title - - - Memory BAR - 10 - 50 - 320 - 25 - system.memory(used) - - - CPU Text - 0 - 90 - 410 - 60 - - right - center - white - black - font18_title - true - - - CPU BAR - 10 - 90 - 320 - 25 - System.CPUUsage - - - - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - VisibleFadeEffect - BottomMenuLayout - - - - Back - icon_button_back.png - - - - - diff --git a/addons/skin.estouchy/xml/SkinSettings.xml b/addons/skin.estouchy/xml/SkinSettings.xml deleted file mode 100644 index 060304cb48b5e..0000000000000 --- a/addons/skin.estouchy/xml/SkinSettings.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - 91 - - CommonBackground - - Window_OpenClose_Animation_Zoom - 0 - 0 - - Menu Panel - -5 - -5 - 400 - 970 - panel.png - panel_shadow.png - 5 - - - button area - 0 - 130 - 390 - 720 - -1 - 9 - 9 - 2 - 2 - - Home Button - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - Skin.SetString(SkinSettings,1) - - - Addon Button - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - Skin.SetString(SkinSettings,2) - - - Background Button - 390 - 80 - center - font24_title - white - list_focus.png - - false - - 20 - Skin.SetString(SkinSettings,3) - - - - 1316 - 1286 - - - 890 - 860 - - - Header - CommonNowPlaying - Footer - - Window label - MediaWindowTitleCommons - - - - VisibleFadeEffect - BottomMenuLayout - - - - Back - icon_button_back.png - - - - ActivateWindow(FavouritesBrowser) - icon_button_favourites.png - - - - - diff --git a/addons/skin.estouchy/xml/SlideShow.xml b/addons/skin.estouchy/xml/SlideShow.xml deleted file mode 100644 index e27f40ac2d4f0..0000000000000 --- a/addons/skin.estouchy/xml/SlideShow.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - 50% - 50% - 283 - 283 - icon_settings_player.png - SlideShow.IsVideo + [![Player.Playing + Player.HasVideo] | SlideShow.IsPaused] - - - diff --git a/addons/skin.estouchy/xml/SmartPlaylistEditor.xml b/addons/skin.estouchy/xml/SmartPlaylistEditor.xml deleted file mode 100644 index 44416126f9035..0000000000000 --- a/addons/skin.estouchy/xml/SmartPlaylistEditor.xml +++ /dev/null @@ -1,331 +0,0 @@ - - - 450 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 80 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 910 - - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1000 - 740 - dialog_back.png - - - 0 - 60 - 1000 - 70 - panel.png - - - Set Playlist type - 0 - 60 - 1000 - 70 - - font25 - 22 - 22 - 9001 - 12 - - - Name Label - 20 - 130 - 960 - 40 - - font20_title - center - center - - - 0 - 170 - 1000 - 70 - panel.png - - - Name Button - 0 - 170 - 1000 - 70 - font25 - center - - 22 - 12 - 12 - 10 - - - 0 - 240 - 1000 - 2 - separator.png - - - 0 - 242 - 760 - 195 - panel.png - - - 0 - 242 - 760 - 195 - 9001 - 9000 - 60 - 12 - 60 - 200 - - - 20 - 0 - 720 - 65 - font25 - left - center - selected - - - - - - 0 - 0 - 760 - 65 - list_focus.png - Control.HasFocus(10) - - - 20 - 0 - 720 - 65 - font25 - left - center - selected - - - - - - 780 - 272 - - Remove Rule Button - 0 - 0 - 200 - 60 - - center - center - font18_title - list_focus.png - button_nofocus.png - false - 11 - 60 - 10 - 14 - - - Edit Rule Button - 0 - 70 - 200 - 60 - - center - center - font18_title - list_focus.png - button_nofocus.png - false - 13 - 60 - 10 - 12 - - - - 0 - 437 - 1000 - 2 - separator.png - - - 0 - 437 - 1000 - 140 - panel.png - - - 0 - 439 - 1000 - 70 - - font25 - 16 - 16 - 10 - 17 - - - 0 - 509 - 1000 - 70 - - font25 - 17 - 17 - 16 - 18 - - - 0 - 579 - 490 - 70 - panel.png - - - 0 - 579 - 490 - 70 - - font25 - 19 - 19 - 17 - 9001 - - - 510 - 579 - 490 - 70 - panel.png - - - 510 - 579 - 490 - 70 - - font25 - 18 - 18 - 17 - 9001 - - - 0 - 649 - 490 - 70 - panel.png - - - 0 - 649 - 490 - 70 - - font25 - 19 - 19 - 17 - 9001 - - - 510 - 649 - 490 - 70 - panel.png - - - 510 - 649 - 490 - 70 - - font25 - 18 - 18 - 17 - 9001 - - - 20 - 730 - 960 - 60 - 20 - center - horizontal - 9000 - 9000 - 50 - 49 - - OK Button - 200 - ButtonInfoDialogsCommonValues - - - - Cancel Button - 200 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/SmartPlaylistRule.xml b/addons/skin.estouchy/xml/SmartPlaylistRule.xml deleted file mode 100644 index 1c7be79467cd4..0000000000000 --- a/addons/skin.estouchy/xml/SmartPlaylistRule.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - 450 - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 140 - 315 - - - BehindDialogFadeOut - - 0 - 0 - 1000 - 60 - dialog_header.png - - - header label - 20 - 0 - WindowTitleCommons - 910 - - - - 930 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 1000 - 270 - dialog_back.png - - - Name Label - 20 - 70 - 960 - 20 - - font20_title - center - center - - - 0 - 100 - 1000 - 70 - panel.png - - - - Rule Field - 0 - 100 - 500 - 70 - - 16 - 16 - 9000 - 17 - - - Rule Field label - 20 - 100 - 460 - 70 - font25 - - left - center - - - 499 - 100 - 2 - 70 - separator.png - - - Rule operator - 500 - 100 - 500 - 70 - - 15 - 15 - 9000 - 17 - - - Rule Field label - 520 - 100 - 460 - 70 - font25 - - left - center - - - - 0 - 170 - 760 - 70 - panel.png - - - Value Button - 0 - 170 - 760 - 70 - font25 - center - - 9001 - 20 - 20 - 9000 - - - Browse Button - 780 - 175 - 200 - 60 - center - center - list_focus.png - button_nofocus.png - - font18_title - 9001 - 17 - 17 - 9000 - - - 20 - 260 - 960 - 60 - 20 - center - horizontal - 9000 - 9000 - 50 - 49 - - OK Button - 200 - ButtonInfoDialogsCommonValues - - - - Cancel Button - 200 - ButtonInfoDialogsCommonValues - - - - - diff --git a/addons/skin.estouchy/xml/Startup.xml b/addons/skin.estouchy/xml/Startup.xml deleted file mode 100644 index a43395446d06c..0000000000000 --- a/addons/skin.estouchy/xml/Startup.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - ReplaceWindow($INFO[System.StartupWindow]) - diff --git a/addons/skin.estouchy/xml/VideoFullScreen.xml b/addons/skin.estouchy/xml/VideoFullScreen.xml deleted file mode 100644 index aeb9493305a39..0000000000000 --- a/addons/skin.estouchy/xml/VideoFullScreen.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - ClearProperty(PopupMenuVisible,Home) - - - - 0 - 20 - VisibleChange - - media info background image - 0 - 0 - ScreenWidth - 160 - AAFFFFFF - grey.png - - - row 1 label - 50 - 10 - 1180 - 30 - left - center - font16 - - - - row 2 label - 50 - 60 - 1180 - 30 - left - center - font16 - - - - row 3 label - 50 - 110 - 1180 - 45 - left - center - font16 - - - - - seek label - 50 - 30 - 1180 - 30 - left - center - font16 - - - - diff --git a/addons/skin.estouchy/xml/VideoOSD.xml b/addons/skin.estouchy/xml/VideoOSD.xml deleted file mode 100644 index 9aec7ae5adb04..0000000000000 --- a/addons/skin.estouchy/xml/VideoOSD.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - dialogeffect - - 0 - 0 - - - - PlayerControlCommons - - - diff --git a/addons/skin.estouchy/xml/VideoOSDBookmarks.xml b/addons/skin.estouchy/xml/VideoOSDBookmarks.xml deleted file mode 100644 index 756cafeef5f58..0000000000000 --- a/addons/skin.estouchy/xml/VideoOSDBookmarks.xml +++ /dev/null @@ -1,159 +0,0 @@ - - - 16x9_xPos_Relocation - Window_OpenClose_Animation_Zoom - - 235 - 80 - - - BehindDialogFadeOut - - 0 - 0 - 810 - 60 - dialog_header.png - - - 0 - 60 - 810 - 600 - dialog_back.png - - - header label - 20 - 0 - WindowTitleCommons - 700 - - - - 740 - 0 - DialogCloseButtonCommons - - - 0 - 60 - 760 - 510 - panel.png - - - 10 - 70 - 750 - 500 - 2 - 3 - 2 - 2 - 200 - icon - 60 - - - 10 - 0 - 355 - 220 - scale - $INFO[ListItem.Icon] - - - 0 - 220 - 375 - 20 - font20 - selected - center - center - - - - - - 10 - 0 - 355 - 220 - scale - $INFO[ListItem.Icon] - - - 0 - 0 - 375 - 250 - thumb_focus.png - - - 0 - 220 - 375 - 20 - font20 - selected - center - center - - - - - - 772 - 100 - 26 - 440 - white.png - white.png - white.png - blank.png - blank.png - 3 - 3 - 60 - 60 - false - vertical - Visible - Hidden - - - 20 - 600 - 770 - 50 - 5 - center - horizontal - 9000 - 9000 - 11 - 11 - - Create Bookmark button - - 250 - ButtonInfoDialogsCommonValues - - - Clear Bookmark button - - 250 - ButtonInfoDialogsCommonValues - - - Clear Bookmark button - - 250 - ButtonInfoDialogsCommonValues - videoplayer.content(episodes) - - - - diff --git a/addons/skin.estouchy/xml/ViewsList.xml b/addons/skin.estouchy/xml/ViewsList.xml deleted file mode 100644 index 0aa95a4b33669..0000000000000 --- a/addons/skin.estouchy/xml/ViewsList.xml +++ /dev/null @@ -1,407 +0,0 @@ - - - - - 115 - 125 - 1540 - 710 - back.png - panel_shadow.png - 5 - String.IsEqual(Skin.AspectRatio,16:9) + Control.IsVisible(500) - - - 115 - 125 - 1100 - 710 - back.png - panel_shadow.png - 5 - String.IsEqual(Skin.AspectRatio,4:3) + Control.IsVisible(500) - - - 120 - 130 - $PARAM[panel-width] - 700 - 2 - 60 - 500 - 500 - list - 60 - 200 - 2 - - - 4 - 4 - 62 - 62 - $VAR[PosterThumb] - keep - Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Videos) | Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs) | [Container.Content(Addons) + !ListItem.IsFolder] | Container.Content(Actors) | Container.Content(Sets) | [Window.IsVisible(Pictures) + !String.IsEmpty(Container.FolderPath)] - - - 4 - 4 - 62 - 62 - $INFO[Listitem.Icon] - keep - [Container.Content() + !Window.IsVisible(Pictures)] | Container.Content(Files) | Container.Content(Games) | Container.Content(Genres) | Container.Content(Years) | Container.Content(Directors) | Container.Content(Studios) | Container.Content(Countries) | Container.Content(Tags) | Container.Content(Favourites) | [Container.Content(Addons) + ListItem.IsFolder] | [Window.IsVisible(Pictures) + String.IsEmpty(Container.FolderPath)] - - - 75 - 0 - $PARAM[label-width] - 70 - font25 - selected - left - center - - - - $PARAM[label2-posx] - 2 - $PARAM[label-width] - 30 - font20 - selected - right - center - - Conditional - Conditional - !Window.IsVisible(AddonBrowser) - - - Rating value - 320r - 34 - 200 - 25 - keep - $INFO[ListItem.Rating,rating/,.png] - Conditional - [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Albums)] + !String.Contains(ListItem.Label,..) - - - Rating value - 220r - 34 - 200 - 25 - keep - $INFO[ListItem.UserRating,rating/,.png] - Container.Content(Songs) + !String.Contains(ListItem.Label,..) - - - 110r - 15 - 60 - 40 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Videos)] - - - 110r - 15 - 60 - 40 - flagging/source/Set.png - ListItem.IsCollection - - - 48r - 22 - 26 - 26 - keep - OverlayWatching.png - ListItem.IsResumable - - - 50r - 20 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - $PARAM[label2-posx] - 2 - $PARAM[label-width] - 30 - font20 - selected - right - center - - Conditional - Window.IsVisible(AddonBrowser) + !String.IsEqual(ListItem.AddonStatus,$LOCALIZE[305]) - - - $PARAM[label2-posx] - 2 - $PARAM[label-width] - 30 - font20 - selected - right - center - - Conditional - Window.IsVisible(AddonBrowser) + String.IsEqual(ListItem.AddonStatus,$LOCALIZE[305]) - - - 50r - 20 - 30 - 30 - keep - OverlayWatched.png - Window.IsVisible(AddonBrowser) + String.IsEqual(ListItem.Label2,$LOCALIZE[305]) - - - - - 0 - 0 - $PARAM[layout-width] - 70 - list_focus.png - VisibleFadeEffect - - - 4 - 4 - 62 - 62 - $VAR[PosterThumb] - keep - Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Videos) | Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs) | [Container.Content(Addons) + !ListItem.IsFolder] | Container.Content(Actors) | Container.Content(Sets) | [Window.IsVisible(Pictures) + !String.IsEmpty(Container.FolderPath)] - - - 4 - 4 - 62 - 62 - $INFO[Listitem.Icon] - keep - [Container.Content() + !Window.IsVisible(Pictures)] | Container.Content(Files) | Container.Content(Games) | Container.Content(Genres) | Container.Content(Years) | Container.Content(Directors) | Container.Content(Studios) | Container.Content(Countries) | Container.Content(Tags) | Container.Content(Favourites) | [Container.Content(Addons) + ListItem.IsFolder] | [Window.IsVisible(Pictures) + String.IsEmpty(Container.FolderPath)] - - - 75 - 0 - $PARAM[label-width] - 70 - font25 - selected - left - center - - - - $PARAM[label2-posx] - 2 - $PARAM[label-width] - 30 - font20 - selected - right - center - - Conditional - Conditional - !Window.IsVisible(AddonBrowser) - - - Rating value - 320r - 34 - 200 - 25 - keep - $INFO[ListItem.Rating,rating/] - Conditional - [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Albums)] + !String.Contains(ListItem.Label,..) - - - Rating value - 220r - 34 - 200 - 25 - keep - $INFO[ListItem.UserRating,rating/] - Container.Content(Songs) + !String.Contains(ListItem.Label,..) - - - 110r - 15 - 60 - 40 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos) | Container.Content(Videos)] - - - 110r - 15 - 60 - 40 - flagging/source/Set.png - ListItem.IsCollection - - - 48r - 22 - 26 - 26 - keep - OverlayWatching.png - ListItem.IsResumable - - - 50r - 20 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - $PARAM[label2-posx] - 2 - $PARAM[label-width] - 30 - font20 - selected - right - center - - Conditional - Window.IsVisible(AddonBrowser) + !String.IsEqual(ListItem.AddonStatus,$LOCALIZE[305]) - - - $PARAM[label2-posx] - 2 - $PARAM[label-width] - 30 - font20 - selected - right - center - - Conditional - Window.IsVisible(AddonBrowser) + String.IsEqual(ListItem.AddonStatus,$LOCALIZE[305]) - - - 50r - 20 - 30 - 30 - keep - OverlayWatched.png - Window.IsVisible(AddonBrowser) + String.IsEqual(ListItem.Label2,$LOCALIZE[305]) - - - - - 4 - 4 - 82 - 82 - $INFO[ListItem.Icon] - keep - - - 105 - 0 - $PARAM[label-width] - 40 - font25 - selected - left - center - - - - $PARAM[label2-posx] - 0 - $PARAM[label-width] - 40 - font25 - selected - right - center - - Conditional - - - 105 - 30 - 1350 - 48 - font22 - left - - - - - - 0 - 0 - $PARAM[layout-width] - 90 - list_focus.png - VisibleFadeEffect - - - 4 - 4 - 82 - 82 - $INFO[ListItem.Icon] - keep - - - 105 - 0 - $PARAM[label-width] - 40 - font25 - selected - left - center - - - - $PARAM[label2-posx] - 0 - $PARAM[label-width] - 40 - font25 - selected - right - center - - Conditional - - - 105 - 30 - $PARAM[label-width] - 60 - font22 - left - - - - - - diff --git a/addons/skin.estouchy/xml/ViewsPVR.xml b/addons/skin.estouchy/xml/ViewsPVR.xml deleted file mode 100644 index a93f9ba60ae23..0000000000000 --- a/addons/skin.estouchy/xml/ViewsPVR.xml +++ /dev/null @@ -1,441 +0,0 @@ - - - - - 115 - 115 - 1540 - 760 - back.png - panel_shadow.png - 5 - String.IsEqual(Skin.AspectRatio,16:9) + Control.IsVisible(10) - - - 115 - 115 - 1100 - 760 - back.png - panel_shadow.png - 5 - String.IsEqual(Skin.AspectRatio,4:3) + Control.IsVisible(10) - - - - - 120 - 120 - $PARAM[panel-width] - 540 - 2 - 60 - list - 60 - 200 - 2 - - - 10 - 10 - 70 - 70 - $VAR[PosterThumb] - keep - - - 100 - 0 - $PARAM[label-width] - 60 - font28_title - selected - left - center - - - - 100 - 0 - $PARAM[label-width] - 60 - font25 - selected - right - center - - - - 100 - 40 - $PARAM[label-width] - 50 - font25 - selected - left - center - - - - 100 - 40 - $PARAM[label-width] - 50 - font25 - selected - right - center - - - - Progress - 100 - 83 - $PARAM[label-width] - 6 - ListItem.Progress - - - - - 0 - 0 - $PARAM[panel-width] - 90 - list_focus.png - VisibleFadeEffect - - - 10 - 10 - 70 - 70 - $VAR[PosterThumb] - keep - - - 100 - 0 - $PARAM[label-width] - 60 - font28_title - selected - left - center - - - - 100 - 0 - $PARAM[label-width] - 60 - font25 - selected - right - center - - - - 100 - 40 - $PARAM[label-width] - 50 - font25 - selected - left - center - - - - 100 - 40 - $PARAM[label-width] - 50 - font25 - selected - right - center - - - - Progress - 100 - 83 - $PARAM[label-width] - 6 - ListItem.Progress - - - - - - - 120 - 105 - $PARAM[panel-width] - 550 - panel.png - - - 120 - 105 - $PARAM[panel-width] - 550 - 2 - 60 - 10 - 10 - list - 60 - 200 - 40 - 6 - epg_marker.png - - - 10 - 0 - 34 - 30 - font16 - center - blue - left - - - - 0 - 0 - 250 - 30 - separator.png - ListItem.Property(DateLabel) - - - 0 - 0 - 2 - 30 - separator.png - !ListItem.Property(DateLabel) - - - - - 0 - 65 - 250 - 2 - separator.png - FF464646 - - - 5 - 10 - 45 - 45 - $INFO[ListItem.Icon] - keep - - - 55 - 0 - 200 - 65 - font20 - center - blue - - false - - - - - 0 - 65 - 250 - 2 - separator.png - FF464646 - - - 0 - 0 - 250 - 65 - list_focus.png - - - 5 - 10 - 45 - 45 - $INFO[ListItem.Icon] - keep - - - 55 - 0 - 200 - 65 - font20 - center - blue - - false - - - - - 40 - 65 - 0 - 0 - stretch - $INFO[ListItem.Property(GenreType),epg/,.png] - - - 6 - 0 - 30 - 65 - font20_title - center - blue - left - - false - - - 7 - 45 - 15 - 15 - epg_record.png - ListItem.IsRecording - - - 7 - 45 - 15 - 15 - epg_schedule.png - ListItem.HasTimer - - - 7 - 45 - 15 - 15 - epg_archive.png - ![ListItem.IsRecording | ListItem.HasTimer] + ListItem.IsPlayable - - - - - 40 - 65 - 0 - 0 - stretch - $INFO[ListItem.Property(GenreType),epg/,.png] - D0FFFFFF - - - 40 - 65 - 0 - 0 - thumb_focus.png - - - 6 - 0 - 30 - 65 - font20_title - center - blue - left - - false - - - 7 - 45 - 15 - 15 - epg_record.png - ListItem.IsRecording - - - 7 - 45 - 15 - 15 - epg_schedule.png - ListItem.HasTimer - - - 7 - 45 - 15 - 15 - epg_archive.png - ![ListItem.IsRecording | ListItem.HasTimer] + ListItem.IsPlayable - - - - - 50r - 105 - 26 - 550 - white.png - white.png - white.png - blank.png - blank.png - 10 - vertical - Control.IsVisible(10) - - - - - - 120 - 670 - $PARAM[panel-width] - 200 - panel.png - VisibleFadeEffect - - - 120 - 670 - 356 - 200 - special://skin/background/tv.jpg - VisibleFadeEffect - !Player.HasVideo - - - 120 - 670 - 356 - 200 - Player.HasVideo - - - 485 - 678 - $PARAM[textbox-width] - 176 - - font24 - True - - - - diff --git a/addons/skin.estouchy/xml/ViewsThumbnail.xml b/addons/skin.estouchy/xml/ViewsThumbnail.xml deleted file mode 100644 index 708ec6c799279..0000000000000 --- a/addons/skin.estouchy/xml/ViewsThumbnail.xml +++ /dev/null @@ -1,497 +0,0 @@ - - - - - 130 - 115 - $PARAM[panel-width] - 750 - 2 - 60 - 50 - 50 - list - 60 - 200 - 4 - Conditional - Conditional - Conditional - - - 5 - 0 - 210 - 255 - button_nofocus.png - panel_shadow.png - 5 - - - 10 - 5 - 200 - 200 - $INFO[Listitem.Icon] - scale - Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs) | Container.Content(Addons) | Container.Content(Games) | Container.Content(Images) | Container.Content(Actors) | Container.Content(Sets) - - - 67 - 62 - 86 - 86 - $INFO[Listitem.Icon] - keep - Container.Content() | Container.Content(Files) | Container.Content(Games) | Container.Content(Genres) | Container.Content(Years) | Container.Content(Directors) | Container.Content(Studios) | Container.Content(Countries) | Container.Content(Tags) | Container.Content(Playlists) - - - 10 - 205 - 200 - 45 - black.png - - - 10 - 199 - 200 - 52 - font20_narrow - selected - center - center - - - - 180 - 2 - 30 - 30 - keep - OverlayWatched.png - Window.IsVisible(AddonBrowser) + String.IsEqual(ListItem.Label2,$LOCALIZE[305]) - - - 182 - 4 - 26 - 26 - keep - OverlayWatching.png - ListItem.IsResumable - - - 180 - 2 - 30 - 30 - $INFO[ListItem.Overlay] - - - - - 5 - 0 - 210 - 255 - button_nofocus.png - panel_shadow.png - 5 - - - 10 - 5 - 200 - 200 - $INFO[Listitem.Icon] - scale - Container.Content(Artists) | Container.Content(Albums) | Container.Content(Songs) | Container.Content(Addons) | Container.Content(Games) | Container.Content(Images) | Container.Content(Actors) | Container.Content(Sets) - - - 67 - 62 - 86 - 86 - $INFO[Listitem.Icon] - keep - Container.Content() | Container.Content(Files) | Container.Content(Genres) | Container.Content(Years) | Container.Content(Directors) | Container.Content(Studios) | Container.Content(Countries) | Container.Content(Tags) | Container.Content(Playlists) - - - 10 - 205 - 200 - 45 - white.png - - - 10 - 199 - 200 - 52 - font20_narrow - selected - center - center - - - - 180 - 2 - 30 - 30 - keep - OverlayWatched.png - Window.IsVisible(AddonBrowser) + String.IsEqual(ListItem.Label2,$LOCALIZE[305]) - - - 182 - 4 - 26 - 26 - keep - OverlayWatching.png - ListItem.IsResumable - - - 180 - 2 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - - - 5 - 0 - 210 - 355 - button_nofocus.png - panel_shadow.png - 5 - - - 10 - 5 - 200 - 300 - $VAR[PosterThumb] - stretch - - - 10 - 305 - 200 - 45 - black.png - - - 10 - 299 - 200 - 52 - font20_narrow - selected - center - center - - - - 170 - 11 - 40 - 30 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - - - 170 - 11 - 40 - 30 - flagging/source/Set.png - ListItem.IsCollection - - - 172 - 262 - 26 - 26 - keep - OverlayWatching.png - ListItem.IsResumable - - - 170 - 260 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - - - 5 - 0 - 210 - 355 - button_nofocus.png - panel_shadow.png - 5 - - - 10 - 5 - 200 - 300 - $VAR[PosterThumb] - stretch - - - 10 - 305 - 200 - 45 - white.png - - - 10 - 299 - 200 - 52 - font20_narrow - selected - center - center - - - - 170 - 11 - 40 - 30 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - - - 170 - 11 - 40 - 30 - flagging/source/Set.png - ListItem.IsCollection - - - 172 - 262 - 26 - 26 - keep - OverlayWatching.png - ListItem.IsResumable - - - 170 - 260 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - - - 0 - 0 - 308 - 223 - button_nofocus.png - panel_shadow.png - 5 - - - 5 - 5 - 298 - 168 - scale - $INFO[Listitem.Icon] - - - 5 - 173 - 298 - 45 - black.png - - - 5 - 167 - 298 - 52 - font20_narrow - selected - center - center - - - - 258 - 10 - 40 - 30 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - - - 265 - 147 - 26 - 26 - keep - OverlayWatching.png - ListItem.IsResumable - - - 263 - 145 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - - - 0 - 0 - 308 - 223 - button_nofocus.png - panel_shadow.png - 5 - - - 5 - 5 - 298 - 168 - scale - $INFO[Listitem.Icon] - - - 5 - 173 - 298 - 45 - white.png - - - 5 - 167 - 298 - 52 - font20_narrow - selected - center - center - - - - 258 - 10 - 40 - 30 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - - - 265 - 147 - 26 - 26 - keep - OverlayWatching.png - ListItem.IsResumable - - - 263 - 145 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - - - 10 - 10 - 247 - 340 - black.png - - - 10 - 10 - 247 - 277 - keep - $INFO[ListItem.Icon] - - - 10 - 287 - 247 - 63 - black.png - - - 10 - 287 - 247 - 63 - font20 - center - center - selected - - - - - - 10 - 10 - 247 - 340 - list_focus.png - - - 10 - 10 - 247 - 277 - keep - $INFO[ListItem.Icon] - - - 10 - 287 - 247 - 63 - black.png - - - 10 - 287 - 247 - 63 - font20 - center - center - selected - - - - - - diff --git a/addons/skin.estouchy/xml/ViewsWide.xml b/addons/skin.estouchy/xml/ViewsWide.xml deleted file mode 100644 index c8b0e2610fcb6..0000000000000 --- a/addons/skin.estouchy/xml/ViewsWide.xml +++ /dev/null @@ -1,822 +0,0 @@ - - - - - 115 - 115 - 1540 - 730 - back.png - panel_shadow.png - 5 - String.IsEqual(Skin.AspectRatio,16:9) + Control.IsVisible(550) - - - 115 - 115 - 1100 - 730 - back.png - panel_shadow.png - 5 - String.IsEqual(Skin.AspectRatio,4:3) + Control.IsVisible(550) - - - 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) | Container.Content(Games) - 120 - 120 - $PARAM[panel-width] - 720 - 2 - 60 - 550 - 550 - wide - 60 - 200 - 2 - - - 5 - 10 - 150 - 220 - $VAR[PosterThumb] - keep - - - 170 - 15 - 700 - 25 - font28_title - selected - left - center - - - - 200 - 45 - 670 - 20 - font20 - selected - left - center - - blue - - - 510r - 7 - 400 - 30 - font20 - selected - right - center - - blue - Conditional - - - Rating value - 300r - 35 - 200 - 25 - keep - $INFO[ListItem.UserRating,rating/,.png] - Conditional - !String.IsEqual(ListItem.Label,..) + ![Container.Content(Files) | Container.Content(Games)] - - - 100r - 15 - 60 - 40 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - - - 100r - 15 - 60 - 40 - flagging/source/Set.png - ListItem.IsCollection - - - 40r - 22 - 25 - 25 - keep - OverlayWatching.png - ListItem.IsResumable - - - 40r - 20 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - 170 - 70 - $PARAM[textbox-width-movies] - 145 - font25 - justify - - lightgrey - - - - - 0 - 0 - $PARAM[panel-width] - 240 - list_focus.png - - - 5 - 10 - 150 - 220 - $VAR[PosterThumb] - keep - - - 170 - 15 - 700 - 25 - font28_title - selected - left - center - - - - 200 - 45 - 670 - 20 - font20 - selected - left - center - - blue - - - 510r - 7 - 400 - 30 - font20 - selected - right - center - - blue - Conditional - - - Rating value - 300r - 35 - 200 - 25 - keep - $INFO[ListItem.UserRating,rating/,.png] - Conditional - !String.IsEqual(ListItem.Label,..) + ![Container.Content(Files) | Container.Content(Games)] - - - 100r - 15 - 60 - 40 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - - - 100r - 15 - 60 - 40 - flagging/source/Set.png - ListItem.IsCollection - - - 40r - 22 - 25 - 25 - keep - OverlayWatching.png - ListItem.IsResumable - - - 40r - 20 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - 170 - 70 - $PARAM[textbox-width-movies] - 145 - font25 - justify - - True - - - - - 5 - 75 - 250 - 160 - scale - $INFO[ListItem.Icon] - - - 10 - 15 - 870 - 25 - font28_title - selected - left - center - - - - 40 - 45 - 840 - 20 - font20 - selected - left - center - - blue - Container.Content(Episodes) - - - 40 - 45 - 840 - 20 - font20 - selected - left - center - - blue - Container.Content(MusicVideos) - - - 510r - 7 - 400 - 30 - font20 - selected - right - center - - blue - - - Rating value - 300r - 35 - 200 - 25 - keep - $INFO[ListItem.Rating,rating/,.png] - !String.IsEqual(ListItem.Label,..) - - - 100r - 15 - 60 - 40 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - - - 40r - 22 - 25 - 25 - keep - OverlayWatching.png - ListItem.IsResumable - - - 40r - 20 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - 270 - 75 - $PARAM[textbox-width-episodes] - 145 - font25 - justify - - lightgrey - - - - - 0 - 0 - $PARAM[panel-width] - 240 - list_focus.png - - - 5 - 75 - 250 - 160 - scale - $INFO[ListItem.Icon] - - - 10 - 15 - 870 - 25 - font28_title - selected - left - center - - - - 40 - 45 - 840 - 20 - font20 - selected - left - center - - blue - Container.Content(Episodes) - - - 40 - 45 - 840 - 20 - font20 - selected - left - center - - blue - Container.Content(MusicVideos) - - - 510r - 7 - 400 - 30 - font20 - selected - right - center - - blue - - - Rating value - 300r - 35 - 200 - 25 - keep - $INFO[ListItem.Rating,rating/,.png] - !String.IsEqual(ListItem.Label,..) - - - 100r - 15 - 60 - 40 - $INFO[ListItem.VideoResolution,flagging/resolution/,.png] - - - 40r - 22 - 25 - 25 - keep - OverlayWatching.png - ListItem.IsResumable - - - 40r - 20 - 30 - 30 - $INFO[ListItem.Overlay] - !ListItem.IsResumable - - - 270 - 75 - $PARAM[textbox-width-episodes] - 145 - font25 - justify - - True - - - - - 5 - 5 - 230 - 230 - scale - $INFO[ListItem.Icon] - - - 250 - 15 - 870 - 25 - font28_title - selected - left - center - - - - 280 - 45 - 840 - 20 - font20 - selected - left - center - - blue - Container.Content(Artists) - - - 280 - 45 - 840 - 20 - font20 - selected - left - center - - blue - !Container.Content(Artists) - - - 910r - 7 - 870 - 30 - font20 - selected - right - center - blue - - - - Rating value - 240r - 35 - 200 - 25 - keep - $INFO[ListItem.Rating,rating/,.png] - !String.IsEqual(ListItem.Label,..) + Container.Content(Albums) - - - Rating value - 240r - 35 - 200 - 25 - keep - $INFO[ListItem.UserRating,rating/,.png] - !String.IsEqual(ListItem.Label,..) + Container.Content(Songs) - - - 250 - 75 - $PARAM[textbox-width-episodes] - 145 - font25 - justify - - lightgrey - Container.Content(Artists) - - - 250 - 75 - $PARAM[textbox-width-episodes] - 145 - font25 - justify - - lightgrey - Container.Content(Albums) - - - 250 - 75 - $PARAM[textbox-width-episodes] - 10 - font25 - justify - - lightgrey - Container.Content(Songs) + !String.IsEmpty(ListItem.Comment) - - - 250 - 100 - $PARAM[textbox-width-episodes] - 125 - font25 - justify - - lightgrey - Container.Content(Songs) + String.IsEmpty(ListItem.Comment) - - - - - 0 - 0 - $PARAM[panel-width] - 240 - list_focus.png - - - 5 - 5 - 230 - 230 - scale - $INFO[ListItem.Icon] - - - 250 - 15 - 870 - 25 - font28_title - selected - left - center - - - - 280 - 45 - 840 - 20 - font20 - selected - left - center - - blue - Container.Content(Artists) - - - 280 - 45 - 840 - 20 - font20 - selected - left - center - - blue - !Container.Content(Artists) - - - 910r - 7 - 870 - 30 - font20 - selected - right - center - blue - - - - Rating value - 240r - 35 - 200 - 25 - keep - $INFO[ListItem.Rating,rating/,.png] - !String.IsEqual(ListItem.Label,..) + Container.Content(Albums) - - - Rating value - 240r - 35 - 200 - 25 - keep - $INFO[ListItem.UserRating,rating/,.png] - !String.IsEqual(ListItem.Label,..) + Container.Content(Songs) - - - 250 - 75 - $PARAM[textbox-width-episodes] - 145 - font25 - justify - - Container.Content(Artists) - - - 250 - 75 - $PARAM[textbox-width-episodes] - 145 - font25 - justify - - True - Container.Content(Albums) - - - 250 - 75 - $PARAM[textbox-width-episodes] - 10 - font25 - justify - - True - Container.Content(Songs) + !String.IsEmpty(ListItem.Comment) - - - 250 - 100 - $PARAM[textbox-width-episodes] - 125 - font25 - justify - - True - Container.Content(Songs) + String.IsEmpty(ListItem.Comment) - - - - - 5 - 5 - 230 - 230 - scale - $INFO[ListItem.Icon] - - - 250 - 15 - 870 - 25 - font28_title - selected - left - center - - - - 280 - 45 - 840 - 20 - font24 - selected - left - center - - - - 910r - 7 - 870 - 30 - font24 - selected - right - center - - - - 250 - 75 - $PARAM[textbox-width-episodes] - 145 - font25 - justify - - - - - - 0 - 0 - $PARAM[panel-width] - 240 - list_focus.png - - - 5 - 5 - 230 - 230 - scale - $INFO[ListItem.Icon] - - - 250 - 15 - 870 - 25 - font28_title - selected - left - center - - - - 280 - 45 - 840 - 20 - font24 - selected - left - center - - - - 910r - 7 - 870 - 30 - font24 - selected - right - center - - - - 250 - 75 - $PARAM[textbox-width-episodes] - 145 - font25 - justify - - True - - - - - diff --git a/system/addon-manifest.xml b/system/addon-manifest.xml index 7df13a6d6f5ad..8c87ebe871a7e 100644 --- a/system/addon-manifest.xml +++ b/system/addon-manifest.xml @@ -43,7 +43,6 @@ screensaver.xbmc.builtin.dim script.module.pil script.module.pycryptodome - skin.estouchy skin.estuary webinterface.default xbmc.addon diff --git a/system/settings/darwin_ios.xml b/system/settings/darwin_ios.xml index b94522a999371..ab3b8f1a97029 100644 --- a/system/settings/darwin_ios.xml +++ b/system/settings/darwin_ios.xml @@ -82,7 +82,7 @@ - skin.estouchy + skin.estuary diff --git a/tools/darwin/Support/CopyRootFiles-darwin_embedded.command b/tools/darwin/Support/CopyRootFiles-darwin_embedded.command index 31d7e5789840e..bc62581fe1b88 100755 --- a/tools/darwin/Support/CopyRootFiles-darwin_embedded.command +++ b/tools/darwin/Support/CopyRootFiles-darwin_embedded.command @@ -14,7 +14,7 @@ SYNC="rsync -aq --exclude .git* --exclude .DS_Store* --exclude *.dll --exclude * SKINSYNC="rsync -aq --exclude .git* --exclude CVS* --exclude .svn* --exclude .cvsignore* --exclude .cvspass* --exclude .DS_Store* --exclude *.dll --exclude *.DLL --exclude *linux.* --exclude *.bat" # rsync command for including everything but the skins -ADDONSYNC="rsync -aq --no-links --exclude .git* --exclude CVS* --exclude .svn* --exclude .cvsignore* --exclude .cvspass* --exclude .DS_Store* --exclude addons/skin.estuary --exclude addons/skin.estouchy --exclude addons/lib --exclude addons/share" +ADDONSYNC="rsync -aq --no-links --exclude .git* --exclude CVS* --exclude .svn* --exclude .cvsignore* --exclude .cvspass* --exclude .DS_Store* --exclude addons/skin.estuary --exclude addons/lib --exclude addons/share" # binary name is Kodi but we build Kodi.bin so to get a clean binary each time mv $TARGET_BUILD_DIR/$EXECUTABLE_FOLDER_PATH/$EXECUTABLE_NAME.bin $TARGET_BUILD_DIR/$EXECUTABLE_FOLDER_PATH/$EXECUTABLE_NAME @@ -36,15 +36,6 @@ ${SYNC} "$SRCROOT/media" "$TARGET_BUILD_DIR/$EXECUTABLE_FOLDER_PATH/AppData/A # extracted eggs ${SYNC} "$XBMC_DEPENDS/share/$APP_NAME/addons" "$TARGET_BUILD_DIR/$EXECUTABLE_FOLDER_PATH/AppData/AppHome" -# sync skin.estouchy -SYNCSKIN_A=${SKINSYNC} -if [ -f "$SRCROOT/addons/skin.estouchy/media/Textures.xbt" ]; then -SYNCSKIN_A="${SKINSYNC} --exclude *.png --exclude *.jpg" -fi -${SYNCSKIN_A} "$SRCROOT/addons/skin.estouchy" "$TARGET_BUILD_DIR/$EXECUTABLE_FOLDER_PATH/AppData/AppHome/addons" -${SYNC} "$SRCROOT/addons/skin.estouchy/background" "$TARGET_BUILD_DIR/$EXECUTABLE_FOLDER_PATH/AppData/AppHome/addons/skin.estouchy" -${SYNC} "$SRCROOT/addons/skin.estouchy/resources" "$TARGET_BUILD_DIR/$EXECUTABLE_FOLDER_PATH/AppData/AppHome/addons/skin.estouchy" - # sync skin.estuary SYNCSKIN_B=${SKINSYNC} if [ -f "$SRCROOT/addons/skin.estuary/media/Textures.xbt" ]; then diff --git a/tools/darwin/Support/CopyRootFiles-osx.command b/tools/darwin/Support/CopyRootFiles-osx.command index e1a3a7c9bcb3e..a6fc04a0a6d40 100755 --- a/tools/darwin/Support/CopyRootFiles-osx.command +++ b/tools/darwin/Support/CopyRootFiles-osx.command @@ -17,7 +17,7 @@ SYNC="rsync -aq --exclude .git* --exclude .DS_Store* --exclude *.dll --exclude * SYNCSKIN="rsync -aq --exclude .git* --exclude CVS* --exclude .svn* --exclude .cvsignore* --exclude .cvspass* --exclude .DS_Store* --exclude *.dll --exclude *.DLL --exclude *linux.* --exclude *.png --exclude *.jpg --exclude *.bat" # rsync command for including everything but the skins -ADDONSYNC="rsync -aq --no-links --exclude .git* --exclude .DS_Store* --exclude addons/skin.estuary --exclude addons/skin.estouchy" +ADDONSYNC="rsync -aq --no-links --exclude .git* --exclude .DS_Store* --exclude addons/skin.estuary" BASE_TARGET_PATH="$TARGET_BUILD_DIR/Resources" TARGET_PATH="$BASE_TARGET_PATH/$APP_NAME" @@ -40,9 +40,6 @@ ${SYNC} "$SRCROOT/media" "$TARGET_PATH" ${SYNCSKIN} "$SRCROOT/addons/skin.estuary" "$TARGET_PATH/addons" ${SYNC} "$SRCROOT/addons/skin.estuary/extras" "$TARGET_PATH/addons/skin.estuary" ${SYNC} "$SRCROOT/addons/skin.estuary/resources" "$TARGET_PATH/addons/skin.estuary" -${SYNCSKIN} "$SRCROOT/addons/skin.estouchy" "$TARGET_PATH/addons" -${SYNC} "$SRCROOT/addons/skin.estouchy/background" "$TARGET_PATH/addons/skin.estouchy" -${SYNC} "$SRCROOT/addons/skin.estouchy/resources" "$TARGET_PATH/addons/skin.estouchy" ${SYNC} --include 'settings/settings.xml' --include 'settings/darwin*' --exclude 'settings/*.xml' "$SRCROOT/system" "$TARGET_PATH" ${SYNC} "$SRCROOT/userdata" "$TARGET_PATH"